Commit message Age Author Refs
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
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
r1914:17c694c0
Fix naming convention to PEP 8.
Fernando Perez
0
r1913:304fe38b
Small changes to reorg.txt in reponse to review.
Brian Granger
0
r1912:371d13de
Doc changes describing the fixes for bug #274067
Jorgen Stenarson
0
r1911:9b7f8518
Add note about Twisted bug to the docs.
Fernando Perez
0
< 1 .. 2683 2684 2685 2686 2687 .. 2877 >