| Commit message (Expand) | Author | Age |
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 |
* | Merged revisions 85000 via svnmerge from | Alexander Belopolsky | 2010-09-24 |
* | Merged revisions 84994 via svnmerge from | Alexander Belopolsky | 2010-09-24 |
* | Issue 9315: Removed list comprehention test. | Alexander Belopolsky | 2010-09-16 |
* | Merged revisions 84780-84781 via svnmerge from | Alexander Belopolsky | 2010-09-13 |
* | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 |
* | Reverted r83143: svnmerge failed to add new names | Alexander Belopolsky | 2010-07-25 |
* | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 |
* | Merged revisions 73114 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-01 |
* | Merged revisions 72776,72796 via svnmerge from | Jeffrey Yasskin | 2009-05-20 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 |
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 |
* | Correction for issue1265 (pdb bug with "with" statement). | Amaury Forgeot d'Arc | 2007-11-13 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | Disable some tests in anticipation of merging ast-branch to the head | Jeremy Hylton | 2005-10-20 |
* | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 |
* | The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in | Armin Rigo | 2004-03-22 |
* | Fix (really) for tight loop line events | Nicholas Bastin | 2004-03-22 |
* | Test for tight loop line event fix, SF bug #765624 | Nicholas Bastin | 2004-03-22 |
* | Test for lack of implicit return line event | Nicholas Bastin | 2004-03-22 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 |
* | Armin Rigo's fix & test for | Michael W. Hudson | 2003-04-29 |
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 |
* | Whitespace normalization. | Tim Peters | 2002-11-09 |
* | This is Richie Hindle's patch: | Michael W. Hudson | 2002-11-08 |
* | Fix for the recursion_level bug Armin Rigo reported in sf | Michael W. Hudson | 2002-10-02 |
* | A slight change to SET_LINENO-less tracing. | Michael W. Hudson | 2002-09-11 |
* | Bunch more tests. | Michael W. Hudson | 2002-09-11 |
* | Further SET_LINENO reomval fixes. See comments in patch #587933. | Michael W. Hudson | 2002-08-30 |