##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3313:3522c682
fixed logger name
Omar Andres Zapata Mesa
0
r3312:eecc1b6f
gave logo harder, cleaner edges
MinRK
0
r3311:f96cbaf7
replace in-repo gh-pages with external ipython-doc, as in datarray
MinRK
0
r3310:8fba70be
Fix for issue 173.
epatters
0
r3309:7a72909b
Fixed bug where calltips would sometimes inappropriately disappear on OSX.
epatters
0
r3308:571f80d8
Fixed bug where Cmd-C would clear the selection on Mac OS.
epatters
0
r3307:0dc37d35
Yet more PySide compatibility fixes.
epatters
0
r3306:ff3c3c38
Clean up in Qt API switcher.
epatters
0
r3305:d42ebb7a
More PySide compatibility fixes.
Evan Patterson
0
r3304:3cc304dd
Paved the way for PySide support. Created a Qt API switcher that imports PyQt4 or PySide as appropriate. If PyQt4 is loaded, the new-style QString API is used. This facillates both Python 3 and PySide compatibility.
Evan Patterson
0
r3303:7a7b98de
Merge branch 'gitwash-typos' of https://github.com/rkern/ipython into rkern-gitwash-typos
Fernando Perez
merge
0
r3302:43fac7c1
Merge branch 'fix_string_input2' into trunk
Fernando Perez
merge
0
r3301:ed15d147
Fix typo in %reset docstring. Closes gh-256.
Fernando Perez
0
r3300:de4ba654
Fix bug with execution of naked multiline strings. The actual bug fix was a trivial one-line change, made here. The rest of the commits in this series improve our testing machinery and clean up related code. The actual fix was just calling the run_source instead of the run_code method, which should only be called with compiled code objects.
Fernando Perez
0
r3299:827b2686
Limit special-casing of _ variable to doctests. In doctests, _ *must* be special-cased and removed from the user's namespace because otherwise Python won't set it. But we were doing this special-casing unconditionally, making it impossible to write unittests that checked the _ variable after cell execution. This commit makes the special-casing of _ apply only in the doctest execution (where it's needed) and leaves normal unittests alone.
Fernando Perez
0
r3298:346bc9b1
Remove code that is not needed once python 2.6 is our minimal version.
Fernando Perez
0
r3297:d42a12c7
Improve docs and comments of some internal tools, and of testing code
Fernando Perez
0
r3296:65f85671
Small cleanup of dead debug code
Fernando Perez
0
r3295:9cfbcc75
DOC: Fix typo in a recommended command in gitwash.
Robert Kern
0
r3294:e1c78797
logging implemented kernel's messages
Omar Andres Zapata Mesa
0
load next
< 1 .. 1270 1271 1272 1273 1274 .. 1437 >
showing 20 out of 28734 commits