| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | Fix test failures when Python is compiled without thread support. | Nadeem Vawda | 2011-08-29 | 1 | -9/+1 |
|
|
* | Use floor division operator instead of deprecated division operator. | Raymond Hettinger | 2011-04-12 | 1 | -1/+1 |
|
|
* | Merged revisions 86229 via svnmerge from | Alexander Belopolsky | 2010-11-06 | 1 | -5/+18 |
|
|
* | Merged revisions 84994 via svnmerge from | Alexander Belopolsky | 2010-09-24 | 1 | -8/+2 |
|
|
* | Issue #9315: Fix for the trace module to record correct class name | Alexander Belopolsky | 2010-09-13 | 1 | -8/+4 |
|
|
* | Merged revisions 83525 via svnmerge from | Georg Brandl | 2010-08-02 | 1 | -2/+2 |
|
|
* | Merged revisions 83393,83396,83398,83405,83408 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+13 |
|
|
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 1 | -1/+1 |
|
|
* | Add a timing flag to Trace so you can see where slowness occurs | Neal Norwitz | 2008-02-26 | 1 | -4/+21 |
|
|
* | Fix #1693149. Now you can pass several modules separated by | Facundo Batista | 2008-01-19 | 1 | -3/+5 |
|
|
* | back in these go - thanks to Titus Brown for the fix | Skip Montanaro | 2007-11-24 | 1 | -0/+2 |
|
|
* | revert change that breaks test_doctest (which I forgot to run - sorry) | Skip Montanaro | 2007-11-24 | 1 | -2/+0 |
|
|
* | Make trace and doctest play nice together (issue 1429818). Will backport. | Skip Montanaro | 2007-11-23 | 1 | -0/+2 |
|
|
* | fix trace.py --ignore-dir | Skip Montanaro | 2007-02-11 | 1 | -1/+1 |
|
|
* | Patch #1536071: trace.py should now find the full module name of a | Georg Brandl | 2006-08-14 | 1 | -1/+3 |
|
|
* | Make use of new str.startswith/endswith semantics. | Georg Brandl | 2006-06-09 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-24 | 1 | -1/+1 |
|
|
* | correct example | Skip Montanaro | 2006-04-23 | 1 | -9/+11 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -1/+1 |
|
|
* | SF #1062190. Removed an assertion that rendered trace.py unnecessarily | Raymond Hettinger | 2004-11-08 | 1 | -1/+0 |
|
|
* | Open file in universal newline mode when passing to compile(). Solution | Skip Montanaro | 2004-04-16 | 1 | -1/+1 |
|
|
* | Refactor common code out of globaltrace_trackcallers() and | Skip Montanaro | 2004-04-10 | 1 | -28/+56 |
|
|
* | Added --trackcalls command line arg to display crude caller/callee | Skip Montanaro | 2004-04-07 | 1 | -18/+88 |
|
|
* | Fix two small bugs: (1) on Windows, pathname munging didn't work | Guido van Rossum | 2004-02-19 | 1 | -2/+4 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | SF patch #834015: Remove imports of unused modules | Raymond Hettinger | 2003-11-02 | 1 | -1/+0 |
|
|
* | Open results files, which contain binary pickles, in binary mode. | Jeremy Hylton | 2003-10-14 | 1 | -4/+2 |
|
|
* | Ouch. Remove debug code containing obscenities. :-) | Guido van Rossum | 2003-10-10 | 1 | -3/+0 |
|
|
* | The fullmodname() function chopped off the first character if the | Guido van Rossum | 2003-10-10 | 1 | -1/+8 |
|
|
* | Make the prefix 7 spaces long, so the lines are properly aligned. | Walter Dörwald | 2003-07-15 | 1 | -1/+1 |
|
|
* | Patch from Zooko to remove an experimental feature. | Jeremy Hylton | 2003-07-07 | 1 | -9/+4 |
|
|
* | fix typo | Fred Drake | 2003-06-27 | 1 | -1/+1 |
|
|
* | add mention of -l, --listfuncs to usage() small part of 542562 | Skip Montanaro | 2003-06-27 | 1 | -0/+3 |
|
|
* | Enable tracing of multi-threaded applications. | Jeremy Hylton | 2003-06-26 | 1 | -1/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -2/+2 |
|
|
* | Only produce a dotted module name when writing output to a separate | Jeremy Hylton | 2003-04-22 | 1 | -2/+3 |
|
|
* | Add helper function to get module name taking packages into account. | Jeremy Hylton | 2003-04-21 | 1 | -1/+22 |
|
|
* | Holistic refactoring. | Jeremy Hylton | 2003-04-21 | 1 | -225/+159 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -14/+14 |
|
|
* | Copy the trace module here from Tools/scripts. | Jeremy Hylton | 2003-02-18 | 1 | -0/+729 |
|
|