| Aliases are no transitive, i.e. expand recursively |
|
More...
|
over 19 years ago
|
| jobctrl: publish in _ip namespace after installation |
|
More...
|
over 19 years ago
|
| Add jobctrl.py extension |
|
More...
|
over 19 years ago
|
| - Close %timeit bug reported by Stefan. |
|
More...
|
over 19 years ago
|
| Return ValueError catching to raw_input to (kinda) fix sys.stdin.close()i |
|
More...
|
over 19 years ago
|
| Add nice exit/quit message to the exit functions. |
|
More...
|
over 19 years ago
|
| - Cleanup [1786], which went in with unfinished stuff by accident. |
|
More...
|
over 19 years ago
|
| Apply Ville's patch, closes #87 |
|
More...
|
over 19 years ago
|
| do not crash on exit() with py2.5 |
|
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. |
|
More...
|
over 19 years ago
|
| Fix docstrings. |
|
More...
|
over 19 years ago
|
| revert fakemodule and oinspect mods, they broke unittest. monkeypatch is back |
|
More...
|
over 19 years ago
|
| remove OInspect monkeypatch inherit FakeModule from ModuleType (makes python 2.3 inspect.py work) |
|
More...
|
over 19 years ago
|
| fix help() bug when running under python 2.3 |
|
More...
|
over 19 years ago
|
| Fixed the help message in the footer (which was displaying "quit" twice). |
|
More...
|
over 19 years ago
|
| Fix typo. |
|
More...
|
over 19 years ago
|
| Fix isort.__iter__() which was still using the mode argument. |
|
More...
|
over 19 years ago
|
| Whitespace cleanup. |
|
More...
|
over 19 years ago
|
| Readd ifile.defaultattrs. |
|
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. |
|
More...
|
over 19 years ago
|
| Fix getglobals() if we're not running under IPython. |
|
More...
|
over 19 years ago
|
| Jorgen Cederlof's patch for storing multiline history entries as single items in history |
|
More...
|
over 19 years ago
|
| Make cursor visible over non existing attributes. |
|
More...
|
over 19 years ago
|
| Use os.popen4() so that the error output of the running command doesn't mess up the screen. |
|
More...
|
over 19 years ago
|
| Make isort usable without a key argument. This sorts the items themselves. |
|
More...
|
over 19 years ago
|
| Compile expression strings into code objects. This should speed up ifilter and friends somewhat. |
|
More...
|
over 19 years ago
|
| %cpaste now strips > from the beginning of lines, after a patch by Stefan van der Walt. |
|
More...
|
over 19 years ago
|
| qt4agg matplotlib backend support for pylab mode, patch contributed by Darren Dale. |
|
More...
|
over 19 years ago
|
| Give the ibrowse cursor row a blue background. |
|
More...
|
over 19 years ago
|
| changelog |
|
More...
|
over 19 years ago
|