- 02 Aug, 2010 11 commits
-
-
Georg Brandl authored
#7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103.
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Aug, 2010 29 commits
-
-
R. David Murray authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Georg Brandl authored
Revert r83395, it introduces test failures and is not necessary anyway since we now have to nul-terminate the string anyway.
-
Antoine Pitrou authored
reads on a BZ2File object, rather than returning incorrect results.
-
Ronald Oussoren authored
where 'id -G' and posix.getgroups() returned the same information, but one of the sources contains duplicate information. Rewrite the check using sets instead of lists.
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
re-initializing a buffered IO object by calling its `__init__` method.
-
Georg Brandl authored
-
Brian Curtin authored
don't cause a crash on Windows.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Mark Dickinson authored
output with no type specifier failed to match the str output: - format(complex(-0.0, 2.0), '-') omitted the real part from the output, - format(complex(0.0, 2.0), '-') included a sign and parentheses.
-
Georg Brandl authored
-
Georg Brandl authored
#8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes. Handle that as a special case.
-
Ronald Oussoren authored
-
Georg Brandl authored
-
Georg Brandl authored
#8821: do not rely on Unicode strings being terminated with a \u0000, rather explicitly check range before looking for a second surrogate character.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
-