%clip = <expr> syntax in win32clip.py |
|
More...
|
about 19 years ago
|
Add a default implementation for __xiter__(), so that forgetting to implement it doesn't lead to infinite recursion in xiter(). |
|
More...
|
about 19 years ago
|
Put out 0.7.2.rc1 for testing. |
|
More...
|
about 19 years ago
|
Fix exception formatting. |
|
More...
|
about 19 years ago
|
Add examples to docstrings. |
|
More...
|
about 19 years ago
|
Fix Python 2.3 incompatibility (genexp). |
|
More...
|
about 19 years ago
|
Rewrap help string. |
|
More...
|
about 19 years ago
|
Add help text for find and findbackwards commands. |
|
More...
|
about 19 years ago
|
Jorgen's fix for allowing configuration of pyreadline |
|
More...
|
about 19 years ago
|
Whitespace. |
|
More...
|
about 19 years ago
|
Make idump robust against exceptions during _getattr(). |
|
More...
|
about 19 years ago
|
Use the __xname__ attribute as the title for callable attributes (falling back to __name__, if __xname__ doesn't exist). |
|
More...
|
about 19 years ago
|
Whitespace cleanup. |
|
More...
|
about 19 years ago
|
walter's ipipe patch: |
|
More...
|
about 19 years ago
|
Walter's patch for ipapi.py & hooks.py: TryNext exception can now have arguments that alter the values passed for the second hook (and thus enable using hooks as filters) |
|
More...
|
about 19 years ago
|
Jorgen's cache size & overflow warning patch Walter's ipipe patch (fix idump.display() when an attribute list is specified in the constructor) |
|
More...
|
about 19 years ago
|
Jorgens test_wildcard.py (w/ slight mod for absolute import) |
|
More...
|
about 19 years ago
|
Jorgens patch for ? wildcard (single char globbing) |
|
More...
|
about 19 years ago
|
Walter's ipipe patch for colored idump output on windows |
|
More...
|
about 19 years ago
|
fixed missing import in pspersistence, Hans Meine's patch |
|
More...
|
about 19 years ago
|
Jorgen's %clean array |
|
More...
|
about 19 years ago
|
better way to clear a list |
|
More...
|
about 19 years ago
|
Fix %store to avoid "%store obj.attr" half-success (and fail explicitly). |
|
More...
|
about 19 years ago
|
%clear magic added. fix CachedOutput.flush to flush data properly |
|
More...
|
about 19 years ago
|
"ipython mybatch.ipy" now runs mybatch.ipy w/ _ip.runlines(), instead of plain old exec. |
|
More...
|
about 19 years ago
|
Walter's ipipe patch #9: |
|
More...
|
about 19 years ago
|
Fix quoting of aliases in transform_alias |
|
More...
|
about 19 years ago
|
Walter's ipipe patch #8: Strip whitespace from docstrings in the detail view. |
|
More...
|
about 19 years ago
|
Walter's ipipe patch #8: |
|
More...
|
about 19 years ago
|
undo some changes that were only intended for private $HOME/_ipython dir. |
|
More...
|
about 19 years ago
|