##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r1253:9ce3a358
Merge sconfig branch.
Stefan van der Walt
0
r1252:bb71a3b3
Creating subdirs in docs/source for each subpackage documentation.
Brian E Granger
0
r1251:99658885
Organizing the docs/examples directory. I moved all the old examples into a core subdir. I then created a new kernel subdir for all the examples that are being moved here from ipython1-dev. The examples in core should probably be organized into more appropriately named subdirs. The core subdir should be reserved for things related to the ipython core (as it develops).
Brian E Granger
0
r1250:f658828f
Cleaning up the IPython docs. I have removed old README files that were outdated and being maintained in the top-level dir. I have removed all mentions of the old lyx based docs. Created subdirectories for man and emacs stuff. Having fun.
Brian E Granger
0
r1249:03766282
Creating new COPYING.txt that is copied over from ipython1-dev.
Brian E Granger
0
r1248:19e3b286
Getting ready to merge ipython1 docs in.
Brian E Granger
0
r1247:48fb9d90
Merge of the ipython-ipython1a branch into the ipython trunk. This merge represents the first merging of the things in ipython1-dev into ipython. More specifically, this merge includes the basic ipython1 kernel and a few related subpackages. Most importantly, the setup.py script and friends have been refactored.
Brian E Granger
merge
0
r1246:2b621448
apply ondrej's man page patch to clean up lintian checks
Ville M. Vainio
0
r1245:79cb5d92
Pauli's autoreload patch to do proper "superreload", i.e. replace code objects of used function objects. Fixes #237691
Ville M. Vainio
0
r1244:ba669b1a
Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems to work fine. I have also gone through the tests in various subpackages (like kernel) and have protected imports of twisted, zope.interface and foolscap with a try/except clause. Now the tests are simply not run if these deps are missing. All tests now pass no matter what.
Brian E Granger
0
r1243:92aa0c13
editor synchronization
vds
0
r1242:350716d3
synchronize with editor patch
vds
0
r1241:d7f37776
synchronize with editor patch
vds
0
r1240:cff2032c
More work fixing some small bugs in the setup.py infrastructure. It is almost working!
Brian E Granger
0
r1239:52aef340
Adding documentation to setup* files.
Brian E Granger
0
r1238:88d61a9a
Renaming files to be more consistent in naming of top-level files.
Brian E Granger
0
r1237:7c8d2f7b
Initial work towards refactoring the setup.py scripts to accept the new ipython1 packages that have been merged. I am also bringing in a new way for checking dependencies at build time that is simple, but really helpful now that we have lots of optional dependencies.
Brian E Granger
0
r1236:290737d0
When I merge ipython1.external into IPython, I didn't see that IPython had its own external subpackage. I have now combined these two into one, removing repetitions.
Brian E Granger
0
r1235:232d740b
Removing external/Mochikit as we don't use it for anything.
Brian E Granger
0
r1234:52b55407
This is a manual merge of certain things in the ipython1-dev branch, revision 46, into the main ipython branch. This is not a true merge in the formal sense because all history is not coming over with the files. For a detailed history of the added files, please see the ipython1-dev branch or the svn repository on scipy.org that ipython1-dev came from. More specifically, here is what I have done in this commit: 1) Moved the following by hand ipython1.config -> IPython.config ipython1.kernel -> IPython.kernel ipython1.external -> IPython.external ipython1.core -> IPython.kernel.core ipython1.testutils -> IPython.testing ipython1.tools -> IPython.tools 2) Moved IPython.tools.guid -> IPython1.external.guid 3) Renamed: ipython1 -> IPython IPython.core -> IPython.kernel.core IPython.testutils -> IPython.testing 4) Then did a "bzr add" for all the new stuff. That is all folks!
Brian E Granger
0
load next
< 1 .. 1373 1374 1375 1376 1377 .. 1437 >
showing 20 out of 28734 commits