472
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
%clip = <expr> syntax in win32clip.py
Ville M. Vainio
as vivainio
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().
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Put out 0.7.2.rc1 for testing.
Fernando Perez
as fperez
More... about 19 years ago
Fix exception formatting.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Add examples to docstrings.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Fix Python 2.3 incompatibility (genexp).
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Rewrap help string.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Add help text for find and findbackwards commands.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Jorgen's fix for allowing configuration of pyreadline
Ville M. Vainio
as vivainio
More... about 19 years ago
Whitespace.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Make idump robust against exceptions during _getattr().
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Use the __xname__ attribute as the title for callable attributes (falling back to __name__, if __xname__ doesn't exist).
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Whitespace cleanup.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
walter's ipipe patch:
Ville M. Vainio
as vivainio
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)
Ville M. Vainio
as vivainio
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)
Ville M. Vainio
as vivainio
More... about 19 years ago
Jorgens test_wildcard.py (w/ slight mod for absolute import)
Ville M. Vainio
as vivainio
More... about 19 years ago
Jorgens patch for ? wildcard (single char globbing)
Ville M. Vainio
as vivainio
More... about 19 years ago
Walter's ipipe patch for colored idump output on windows
Ville M. Vainio
as vivainio
More... about 19 years ago
fixed missing import in pspersistence, Hans Meine's patch
Ville M. Vainio
as vivainio
More... about 19 years ago
Jorgen's %clean array
Ville M. Vainio
as vivainio
More... about 19 years ago
better way to clear a list
Ville M. Vainio
as vivainio
More... about 19 years ago
Fix %store to avoid "%store obj.attr" half-success (and fail explicitly).
Ville M. Vainio
as vivainio
More... about 19 years ago
%clear magic added. fix CachedOutput.flush to flush data properly
Ville M. Vainio
as vivainio
More... about 19 years ago
"ipython mybatch.ipy" now runs mybatch.ipy w/ _ip.runlines(), instead of plain old exec.
Ville M. Vainio
as vivainio
More... about 19 years ago
Walter's ipipe patch #9:
Ville M. Vainio
as vivainio
More... about 19 years ago
Fix quoting of aliases in transform_alias
Ville M. Vainio
as vivainio
More... about 19 years ago
Walter's ipipe patch #8: Strip whitespace from docstrings in the detail view.
Ville M. Vainio
as vivainio
More... about 19 years ago
Walter's ipipe patch #8:
Ville M. Vainio
as vivainio
More... about 19 years ago
undo some changes that were only intended for private $HOME/_ipython dir.
Ville M. Vainio
as vivainio
More... about 19 years ago