| Updating development.txt with a short description of a typical IPython development workflow using Bazaar. |
|
More...
|
over 17 years ago
|
| Merging from trunk. |
|
More...
|
over 17 years ago
|
| Removed old docs/source/changes directory that is no longer being used. |
|
More...
|
over 17 years ago
|
| cd completer: no longer greedy. If you are using a buggy readline that inserts spaces after completions (so you need to press backspace), do |
|
More...
|
over 17 years ago
|
| new version of the synchronization hooks closer to the ipy_editors style |
|
More...
|
over 17 years ago
|
| fixed ipython1->IPython in cocoa/tests/test_cocoa_frontend.py |
|
More...
|
over 17 years ago
|
| moved frontend from ipython1-dev. Got engineservice.ThreadedEngineService running, but does nto correctly propagate errors during execute() |
|
More...
|
over 17 years ago
|
| Updating Release.py to get ready for a 0.9 release. The release is a ways off, but I want to get us thinking towards it. |
|
More...
|
over 17 years ago
|
| Merging in ipython-ipython1b branch. This branch was used to merge in the docs from ipython1-dev, as well as the stuff from the ipython1-sconfig branch. In addition to simply merging the docs from ipython1-dev, I have completely reorganized the docs to make the easier to read and write. |
|
More...
|
over 17 years ago
|
| Fixing minor typo in setup.py |
|
More...
|
over 17 years ago
|
| Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently, the full tree of our rst docs are not included in the data_files. Not sure if/how we want to handle that. It was easy when we had a single file documentation, but not we have a full directory hierarchy full of rst files. |
|
More...
|
over 17 years ago
|
| Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. Overall the transition to Sphinx is great. BUT, we have lots of broken links in the docs. Developers need to become familiar with how Sphinx handles links. |
|
More...
|
over 17 years ago
|
| More moving around doc files. |
|
More...
|
over 17 years ago
|
| Beginning to organize the rst documentation. |
|
More...
|
over 17 years ago
|
| Merging changes from trunk: fix in setupbase.py (ipython->IPython) and missing __init__.py files. |
|
More...
|
over 17 years ago
|
| Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython was spelled as lowercase. This didn't cause a problem on OS X as it is case insensitive. But on Linux, it crashed. Now ipython is spelled properly as "IPython". Also, kernel/config/tests and UserConfig were missing their __init__.py files. These have been added. |
|
More...
|
over 17 years ago
|
| Merge sconfig branch. |
|
More...
|
over 17 years ago
|
| Creating subdirs in docs/source for each subpackage documentation. |
|
More...
|
over 17 years ago
|
| 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). |
|
More...
|
over 17 years ago
|
| 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. |
|
More...
|
over 17 years ago
|
| Creating new COPYING.txt that is copied over from ipython1-dev. |
|
More...
|
over 17 years ago
|
| Getting ready to merge ipython1 docs in. |
|
More...
|
over 17 years ago
|
| 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. |
|
More...
|
over 17 years ago
|
| apply ondrej's man page patch to clean up lintian checks |
|
More...
|
over 17 years ago
|
| Pauli's autoreload patch to do proper "superreload", i.e. replace code objects of used function objects. Fixes #237691 |
|
More...
|
over 17 years ago
|
| Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems to work fine. |
|
More...
|
over 17 years ago
|
| editor synchronization |
|
More...
|
over 17 years ago
|
| synchronize with editor patch |
|
More...
|
over 17 years ago
|
| synchronize with editor patch |
|
More...
|
over 17 years ago
|
| More work fixing some small bugs in the setup.py infrastructure. It is almost working! |
|
More...
|
over 17 years ago
|