| Commit message (Expand) | Author | Age | Files | Lines |
* | #17143: fix buildbot failures on Windows. | Ezio Melotti | 2013-02-20 | 1 | -5/+6 |
|
|
* | #17143: fix a missing import in the trace module. Initial patch by Berker Pe... | Ezio Melotti | 2013-02-15 | 1 | -0/+45 |
|
|
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -2/+2 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -1/+1 |
|
|
* | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| |\ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -1/+1 |
|
|
| | * | Merged revisions 85000 via svnmerge from | Alexander Belopolsky | 2010-09-24 | 1 | -0/+2 |
|
|
| | * | Merged revisions 84994 via svnmerge from | Alexander Belopolsky | 2010-09-24 | 1 | -3/+22 |
|
|
| | * | Issue 9315: Removed list comprehention test. | Alexander Belopolsky | 2010-09-16 | 1 | -22/+0 |
|
|
| | * | Merged revisions 84780-84781 via svnmerge from | Alexander Belopolsky | 2010-09-13 | 1 | -0/+322 |
|
|
| | * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -790/+0 |
|
|
| | * | Reverted r83143: svnmerge failed to add new names | Alexander Belopolsky | 2010-07-25 | 1 | -0/+790 |
|
|
| | * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -790/+0 |
|
|
* | | | Issue #10992: make tests pass when run under coverage. | Brett Cannon | 2011-02-22 | 1 | -0/+4 |
|
|
* | | | Issue #10990: Prevent tests from clobbering a set trace function. | Brett Cannon | 2011-02-21 | 1 | -0/+7 |
|/ / |
|
* | | Fixed deprecation warnings. | Alexander Belopolsky | 2010-11-26 | 1 | -2/+2 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | | Fixed unit test failure on Windows | Alexander Belopolsky | 2010-11-08 | 1 | -4/+5 |
|
|
* | | Streamlined code in trace.Ignore and added unit tests. | Alexander Belopolsky | 2010-11-08 | 1 | -0/+14 |
|
|
* | | This should fix buildbot failure introduced by r84994 | Alexander Belopolsky | 2010-09-24 | 1 | -0/+2 |
|
|
* | | Issue #9936: Fixed executable lines' search in the trace module. | Alexander Belopolsky | 2010-09-24 | 1 | -3/+22 |
|
|
* | | Removed debugging setting | Alexander Belopolsky | 2010-09-13 | 1 | -1/+0 |
|
|
* | | Issue #9315: Fix for the trace module to record correct class name | Alexander Belopolsky | 2010-09-13 | 1 | -6/+282 |
|
|
* | | #3821: beginnings of a trace.py unittest. | Georg Brandl | 2010-08-02 | 1 | -0/+47 |
|
|
* | | Issue #9315: Renamed test_trace to test_sys_settrace and | Alexander Belopolsky | 2010-07-25 | 1 | -790/+0 |
|
|
* | | Issue #9315: Revert r83005 before renaming test_trace to | Alexander Belopolsky | 2010-07-25 | 1 | -0/+790 |
|
|
* | | move test_trace.py so as not to conflict with future tests for the trace module | Benjamin Peterson | 2010-07-20 | 1 | -790/+0 |
|/ |
|
* | Merged revisions 73114 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-01 | 1 | -0/+17 |
|
|
* | Merged revisions 72776,72796 via svnmerge from | Jeffrey Yasskin | 2009-05-20 | 1 | -1/+22 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+12 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -3/+58 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+14 |
|
|
* | Correction for issue1265 (pdb bug with "with" statement). | Amaury Forgeot d'Arc | 2007-11-13 | 1 | -2/+47 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -2/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -4/+4 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -12/+12 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -25/+37 |
|
|
* | Disable some tests in anticipation of merging ast-branch to the head | Jeremy Hylton | 2005-10-20 | 1 | -16/+21 |
|
|
* | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 | 1 | -0/+1 |
|
|
* | The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in | Armin Rigo | 2004-03-22 | 1 | -0/+23 |
|
|
* | Fix (really) for tight loop line events | Nicholas Bastin | 2004-03-22 | 1 | -1/+2 |
|
|
* | Test for tight loop line event fix, SF bug #765624 | Nicholas Bastin | 2004-03-22 | 1 | -0/+25 |
|
|
* | Test for lack of implicit return line event | Nicholas Bastin | 2004-03-22 | 1 | -9/+27 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+5 |
|
|