lp://staging/~ellisonbg/ipython/bugfixes0411409
Created by
Brian Granger
and last modified
- Get this branch:
- bzr branch lp://staging/~ellisonbg/ipython/bugfixes0411409
Only
Brian Granger
can upload to this branch. If you are
Brian Granger
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Fernando Perez: Needs Fixing
- Diff: None lines
Related bugs
Bug #237073: KeyboardInterrupt in pylab mode causes ValueError | Low | Fix Released | |
Bug #266921: Tests in test_frontendbase.py are problematic | Critical | Fix Released | |
Bug #266993: Code snippets failing on the interpreter | Medium | Fix Released | |
Bug #291396: jobs.results() recommending invalid function name | Low | Fix Released | |
Bug #296386: %run -t computes system time incorrectly | Low | Fix Released | |
Bug #358202: Sometimes ipcluster fails because the controller has not finished creating the FURL files | Medium | Fix Released | |
Bug #361414: user_setup needs to be called by ipcluster/ipcontroller/ipengine | Low | Fix Released | |
Bug #361419: Refactor the task dependencies system | Medium | In Progress | |
Bug #362137: Unresolved global __IPYTHON__ reference in kernel/core/ultraTB.py | Critical | Fix Released | |
Bug #362458: Testsuite crash on python 2.4 due to syntax error | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1203. By Administrator <Administrator@brian-cda46cdbf>
-
Changing comment in test_magic to reflect bug status.
- 1201. By Administrator <Administrator@brian-cda46cdbf>
-
Added platutils.
get_long_ path_name to expand paths with "~" on win32. This might be needed to fix ticket https:/
/bugs.launchpad .net/bugs/ 366353
But, there are still problems with Magic.parse_options - 1196. By Administrator <Administrator@brian-cda46cdbf>
-
Fixing doctest EXCLUDES in iptest on win32.
The regular expressions we were using on win32 were not matching. The
trick is to construct the regular expression with double \\ like this::re.
compile( 'foo\\\ \bar') Arggg!!
- 1194. By Brian Granger
-
Fixing ticket https:/
/bugs.launchpad .net/bugs/ 366334 Now we find ipython using platutils.find_cmd
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)