openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
IPython
Settings
|
Report Duplicate
472
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
1 day
ago.
Jun 17, 2025 — Jun 17, 2026
Showing page 949 of 949
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* IPython/iplib.py (runsource): remove self.code_to_run_src attribute. I realized this is nothing more than '\n'.join(self.buffer), and having the same data in two different places is just asking for synchronization bugs. This may impact people who have custom exception handlers, so I need to warn ipython-dev about it (F. Mantegazza may use them).
Fernando Perez
as fperez
More...
almost 21 years ago
Minor improvements, to add changeset info.
Fernando Perez
as fperez
More...
almost 21 years ago
Fixed log hook to check against HEAD so the email is more informative.
Fernando Perez
as fperez
More...
almost 21 years ago
Added new little utility for wrapping svn commits with email notifications, til we have trac/svn hooks in place.
Fernando Perez
as fperez
More...
almost 21 years ago
fix to help users with invalid $HOME under win32.
Fernando Perez
as fperez
More...
almost 21 years ago
Unicode fixes (utf-8 used by default if ascii is not enough). This should fix some reported crashes. Fix broken auto-quoting for pysh. Remove old 2.1 specific hacks and move all 2.2 compatibility symbols into genutils. Simplify i/o abstraction layer a bit. Full details in changelog.
Fernando Perez
as fperez
More...
almost 21 years ago
Make a global variable out of the color scheme table used for coloring exception tracebacks. Thanks to a patch by pabw, see http://www.scipy.net/roundup/ipython/issue35.
Fernando Perez
as fperez
More...
almost 21 years ago
Close http://www.scipy.net/roundup/ipython/issue34 with slightly modified patch (filter non-strings from tab completions).
Fernando Perez
as fperez
More...
almost 21 years ago
Updated release tag for SVN. Added John Hunter's patch to Shell.py, which fixes problems with certain backends and the OO matplotlib API.
tzanko
More...
almost 21 years ago
Add ChangeLog symlink, sync up SVN with my local tree (minimal changes), to start new work off SVN.
tzanko
More...
almost 21 years ago
Reorganized the directory for ipython/ to have its own dir, which is a bit more consistent with the SVN book recommended layout.
Fernando Perez
as fperez
More...
almost 21 years ago
←
1
2
…
941
942
943
944
945
946
947
948
949
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree