##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r374:2f9c12a1
Aliases are no transitive, i.e. expand recursively
vivainio
0
r373:0ebec628
jobctrl: publish in _ip namespace after installation
vivainio
0
r372:f759db0d
Add jobctrl.py extension
vivainio
0
r371:57021cdb
- Close %timeit bug reported by Stefan.
fptest
0
r370:7161883b
Return ValueError catching to raw_input to (kinda) fix sys.stdin.close()i
vivainio
0
r369:1e5c7cf8
Add nice exit/quit message to the exit functions.
fperez
0
r368:ede41cba
- Cleanup [1786], which went in with unfinished stuff by accident. - Revert [1785] and replace it by installing our own quitter in place of the builtin (for all py versions). This obviates the need for [1785] and gives a cleaner exit. - Fix ipdb to work with python 2.5, and update ipdb color schemes with %colors. - irunner improvements, mostly for use as a doctest runner.
fperez
0
r367:d0c455d9
Apply Ville's patch, closes #87
fperez
0
r366:64500e15
do not crash on exit() with py2.5
vivainio
0
r365:82a399e4
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
0
r364:3d466c74
Fix docstrings.
walter.doerwald
0
r363:e867330b
revert fakemodule and oinspect mods, they broke unittest. monkeypatch is back
vivainio
0
r362:bf2de02c
remove OInspect monkeypatch inherit FakeModule from ModuleType (makes python 2.3 inspect.py work)
vivainio
0
r361:60f8acbf
fix help() bug when running under python 2.3
fperez
0
r360:bf42a38b
Fixed the help message in the footer (which was displaying "quit" twice).
walter.doerwald
0
r359:e5100ef9
Fix typo.
walter.doerwald
0
r358:7114f2ba
Fix isort.__iter__() which was still using the mode argument.
walter.doerwald
0
r357:f8b1e7fc
Whitespace cleanup.
walter.doerwald
0
r356:e40ad3b6
Readd ifile.defaultattrs.
walter.doerwald
0
r355:9c312a73
* 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. * IPython/Extensions/ibrowse.py: If fetching the next row from the input fails in ibrowse.fetch(), the exception object is added as the last item and item fetching is canceled. This prevents ibrowse from aborting if e.g. a generator throws an exception midway through execution. * IPython/Extensions/ipipe.py: Turn ifile's properties mimetype and encoding into methods.
walter.doerwald
0
load next
< 1 .. 1215 1216 1217 1218 1219 .. 1235 >
showing 20 out of 24695 commits