472
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Aliases are no transitive, i.e. expand recursively
Ville M. Vainio
as vivainio
More... over 19 years ago
jobctrl: publish in _ip namespace after installation
Ville M. Vainio
as vivainio
More... over 19 years ago
Add jobctrl.py extension
Ville M. Vainio
as vivainio
More... over 19 years ago
- Close %timeit bug reported by Stefan.
Fernando Perez
as fptest
More... over 19 years ago
Return ValueError catching to raw_input to (kinda) fix sys.stdin.close()i
Ville M. Vainio
as vivainio
More... over 19 years ago
Add nice exit/quit message to the exit functions.
Fernando Perez
as fperez
More... over 19 years ago
- Cleanup [1786], which went in with unfinished stuff by accident.
Fernando Perez
as fperez
More... over 19 years ago
Apply Ville's patch, closes #87
Fernando Perez
as fperez
More... over 19 years ago
do not crash on exit() with py2.5
Ville M. Vainio
as vivainio
More... over 19 years ago
Add arguments dirs and files to the ils() constructor. This makes it possible to get a list of only directories or only files.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Fix docstrings.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
revert fakemodule and oinspect mods, they broke unittest. monkeypatch is back
Ville M. Vainio
as vivainio
More... over 19 years ago
remove OInspect monkeypatch inherit FakeModule from ModuleType (makes python 2.3 inspect.py work)
Ville M. Vainio
as vivainio
More... over 19 years ago
fix help() bug when running under python 2.3
Fernando Perez
as fperez
More... over 19 years ago
Fixed the help message in the footer (which was displaying "quit" twice).
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Fix typo.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Fix isort.__iter__() which was still using the mode argument.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Whitespace cleanup.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Readd ifile.defaultattrs.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
* IPython/Extensions/ipipe.py: Rename XAttr to AttributeDetail and make it iterable (iterating over the attribute itself). Add two new magic strings for __xattrs__(): If the string starts with "-", the attribute will not be displayed in ibrowse's detail view (but it can still be iterated over). This makes it possible to add attributes that are large lists or generator methods to the detail view. Replace magic attribute names and _attrname() and _getattr() with "descriptors": For each type of magic attribute name there's a subclass of Descriptor: None -> SelfDescriptor(); "foo" -> AttributeDescriptor("foo"); "foo()" -> MethodDescriptor("foo"); "-foo" -> IterAttributeDescriptor("foo"); "-foo()" -> IterMethodDescriptor("foo"); foo() -> FunctionDescriptor(foo). Magic strings returned from __xattrs__() are still supported.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Fix getglobals() if we're not running under IPython.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Jorgen Cederlof's patch for storing multiline history entries as single items in history
Ville M. Vainio
as vivainio
More... over 19 years ago
Make cursor visible over non existing attributes.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Use os.popen4() so that the error output of the running command doesn't mess up the screen.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Make isort usable without a key argument. This sorts the items themselves.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
Compile expression strings into code objects. This should speed up ifilter and friends somewhat.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
%cpaste now strips > from the beginning of lines, after a patch by Stefan van der Walt.
Ville M. Vainio
as vivainio
More... over 19 years ago
qt4agg matplotlib backend support for pylab mode, patch contributed by Darren Dale.
Ville M. Vainio
as vivainio
More... over 19 years ago
Give the ibrowse cursor row a blue background.
Walter Doerwald
as walter.doerwald
More... over 19 years ago
changelog
Ville M. Vainio
as vivainio
More... over 19 years ago