472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change %cpaste rep to %cpaste -r More... over 17 years ago
%cpaste: assign to pasted_blck before exec (to have it survive exceptions, %cpaste rep re-executes previously pasted block More... over 17 years ago
Merge with trunk
GaelVaroquaux
as gvaroquaux
More... over 17 years ago
Removed the -f option to ipcluster. The remote starting of an IPython cluster has been broken and it is not worth fixing as Min's daemon stuff will soon replace it. More... over 17 years ago
All security related files (*.furl and *.pem) are now put in a default locations of ~/.ipython/security. This directory is created with 0700 permissions. To support this, a function get_security_dir has been added to genutils. This needs to be tested on Win32 still. More... over 17 years ago
Created genutils.get_ipython_dir to encapsulate the logic that was in ipmaker.py. This function should be used throughtout IPython to find the ~/.ipython directory or its Win23 equivalent. I have not modified ipmaker.py to use this function yet as we are too close to a release. More... over 17 years ago
Fixing examples. More... over 17 years ago
Upstream changes. More... over 17 years ago
Fixing examples. More... over 17 years ago
Misspelling in a docstring.
GaelVaroquaux
as gvaroquaux
More... over 17 years ago
More elegant approach to previous buglet.
GaelVaroquaux
as gvaroquaux
More... over 17 years ago
Fix buglet in frontend completion.
GaelVaroquaux
as gvaroquaux
More... over 17 years ago
Merge. More... over 17 years ago
Merge with upstream.
GaelVaroquaux
as gvaroquaux
More... over 17 years ago
removed ipy_miscapps.py and ipy_gmail.py More... over 17 years ago
ipy_gmail: remove non-unicode chars More... over 17 years ago
added explicit license note (GPL 2.0) to ipy_gmail More... over 17 years ago
added ipy_gmail extension More... over 17 years ago
Last commit unintentional. More... over 17 years ago
Fix a completion crasher (index error during completion). Fix completion for user-created object by refactoring More... over 17 years ago
New feature: Added Gael ipython1 synchroneous shell for quick comparison and improvement.
Laurent Dufréchou
as ldufrechou
More... over 17 years ago
Removed \t detected by tools.py Added some tooltips to explain options
Laurent Dufréchou
as ldufrechou
More... over 17 years ago
Added an option to enable/disable threading as suggested by Ville.
Laurent Dufréchou
as ldufrechou
More... over 17 years ago
Add the physics constants to the ipython physics user configuration. More... over 17 years ago
More updates for release of 0.9.rc1. More... over 17 years ago
More updates for release of 0.9.rc1. More... over 17 years ago
Merge with upstream More... over 17 years ago
Merge updates for 0.9.rc1 release. More... over 17 years ago
Final updates for releasing the 0.9.rc1. More... over 17 years ago
Merged Laurent's fixes for various small issues with the standalone WX frontend. More... over 17 years ago