472
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating development.txt with a short description of a typical IPython development workflow using Bazaar.
Brian Granger
as Brian E Granger
More... over 17 years ago
Merging from trunk.
Brian Granger
as Brian E Granger
More... over 17 years ago
Removed old docs/source/changes directory that is no longer being used.
Brian Granger
as Brian E Granger
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
vds
More... over 17 years ago
fixed ipython1->IPython in cocoa/tests/test_cocoa_frontend.py
barrywark
as Barry Wark
More... over 17 years ago
moved frontend from ipython1-dev. Got engineservice.ThreadedEngineService running, but does nto correctly propagate errors during execute()
barrywark
as Barry Wark
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.
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
More... over 17 years ago
Fixing minor typo in setup.py
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
More... over 17 years ago
More moving around doc files.
Brian Granger
as Brian E Granger
More... over 17 years ago
Beginning to organize the rst documentation.
Brian Granger
as Brian E Granger
More... over 17 years ago
Merging changes from trunk: fix in setupbase.py (ipython->IPython) and missing __init__.py files.
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
More... over 17 years ago
Merge sconfig branch.
stefanv
as Stefan van der Walt
More... over 17 years ago
Creating subdirs in docs/source for each subpackage documentation.
Brian Granger
as Brian E Granger
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).
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
More... over 17 years ago
Creating new COPYING.txt that is copied over from ipython1-dev.
Brian Granger
as Brian E Granger
More... over 17 years ago
Getting ready to merge ipython1 docs in.
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
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.
Brian Granger
as Brian E Granger
More... over 17 years ago
editor synchronization
vds
More... over 17 years ago
synchronize with editor patch
vds
More... over 17 years ago
synchronize with editor patch
vds
More... over 17 years ago
More work fixing some small bugs in the setup.py infrastructure. It is almost working!
Brian Granger
as Brian E Granger
More... over 17 years ago