- 29 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Copy sys.stderr before replacing it, instead of using sys.__stderr__
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 29 Eki, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
-
- 05 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 May, 2009 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73064 | antoine.pitrou | 2009-05-30 23:27:00 +0200 (sam., 30 mai 2009) | 4 lines Issue #5330: C functions called with keyword arguments were not reported by the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. ........ r73065 | antoine.pitrou | 2009-05-30 23:39:25 +0200 (sam., 30 mai 2009) | 3 lines The test for #5330 wasn't correct. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73064 | antoine.pitrou | 2009-05-30 23:27:00 +0200 (sam., 30 mai 2009) | 4 lines Issue #5330: C functions called with keyword arguments were not reported by the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. ........
-
Antoine Pitrou yazdı
the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
-
- 07 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66677 | brett.cannon | 2008-09-28 22:41:21 -0500 (Sun, 28 Sep 2008) | 7 lines The _lsprof module could crash the interpreter if it was given an external timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson. ........ r66700 | brett.cannon | 2008-09-30 12:46:03 -0500 (Tue, 30 Sep 2008) | 5 lines Fix a refleak introduced by r66677. Fix suggested by Amaury Forgeot d'Arc. Closes issue #4003. ........
-
- 06 Eki, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 29 Eyl, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson.
-
- 05 Şub, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
* Convert both to unittest. * Use the same unit testing code. * Include the expected output in both test files. * Make it possible to regenerate the expected output by running the file as a script with an '-r' argument.
-
- 02 Şub, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
with all other test files). Written for GHOP by Benjamin Peterson.
-