##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r1934:37737b37
Fix for https://bugs.launchpad.net/bugs/296386 This fixes the system time output when %run -t is called.
Brian Granger
0
r1933:beca158e
Fix for bug https://bugs.launchpad.net/bugs/291396 This was simply a typo in the error messages (job->jobs).
Brian Granger
0
r1932:8a6da14b
Merging bug fix from keyboardint64 branch.
Brian Granger
merge
0
r1931:d8224b52
Small cleanup in Shell.py
Brian Granger
0
r1930:8ace845f
Fix for ticket 237073 thanks to Nathaniel Smith A value passed to PyThreadState_SetAsyncExc needs to be a c_long on 64 bit platforms.
Brian Granger
0
r1929:4c07dc54
Merge Walter's work on ipipe bugfixes.
Walter Doerwald
merge
0
r1928:b205e2d2
Merging with upstream trunk
Fernando Perez
merge
0
r1927:acd28778
Merging Darren Dale's fix to doc build with recent sphinx versions
Fernando Perez
merge
0
r1926:65379abc
Fix doc build with recent sphinx versions
Darren Dale
0
r1925:b83215e2
Merging from upstream
Fernando Perez
merge
0
r1924:5ee620b7
Fix bzr revno from trunk
Fernando Perez
0
r1923:ad503246
Merge Fernando's recent work (see log for details)
Fernando Perez
merge
0
r1922:076005a6
Small formatting fixes to address Jorgen's last code review.
Fernando Perez
0
r1921:9827fc7b
Update version numbers for 0.10 dev
Fernando Perez
0
r1920:1a1bcdc2
Fix %timeit for slow functions, by Prabhu Ramachandran. From his submission on the list: Lets say you have a function that takes 2 seconds to evaluate. With the original code you are going to run that function 10 times regardless of the fact that it already takes 2 seconds and with the original code, timing this will take at least 60 seconds (with repeat=3) which is way too much.
Prabhu Ramachandran
0
r1919:b907ab82
more details (comments) on unicode bug
Fernando Perez
0
r1918:37bba0ee
Merging from upstream
Fernando Perez
merge
0
r1917:7eea945f
Use len and str from builtins in computing dynamic prompts. Closes: https://bugs.launchpad.net/bugs/355837
Fernando Perez
0
r1916:7b7637de
Work again on bug 269966. I think this time we do have a robust fix. I added tests that do fail after John Hunter's example, so if this one ever tries to return, we should catch it right away. Very, very nasty bug...
Fernando Perez
0
r1915:93eb52ae
Add test that fails for reference counting problem
Fernando Perez
0
load next
< 1 .. 1337 1338 1339 1340 1341 .. 1435 >
showing 20 out of 28695 commits