| Commit message (Expand) | Author | Age | Files | Lines |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -6/+6 |
|
|
* | skip test_itimer_virtual on NetBSD to prevent the test suite from hanging. | Gregory P. Smith | 2010-10-17 | 1 | -2/+2 |
|
|
* | Fix #10003. Add SIGBREAK to the set of valid signals on Windows. | Brian Curtin | 2010-10-01 | 1 | -6/+6 |
|
|
* | Clean up the fix to #9324 with some of the suggestions raised on python-dev | Brian Curtin | 2010-09-06 | 1 | -3/+2 |
|
|
* | Fix an assertRaises situation and typo. Also pass all tests to run_unittest | Brian Curtin | 2010-08-07 | 1 | -6/+6 |
|
|
* | Fix #9324: Add parameter validation to signal.signal on Windows in order | Brian Curtin | 2010-08-06 | 1 | -5/+28 |
|
|
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -203/+2 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -2/+203 |
|
|
* | Merged revisions 81200 via svnmerge from | Benjamin Peterson | 2010-05-15 | 1 | -4/+4 |
|
|
* | Merged revisions 81185 via svnmerge from | Stefan Krah | 2010-05-15 | 1 | -6/+4 |
|
|
* | Merged revisions 81007 via svnmerge from | Jean-Paul Calderone | 2010-05-09 | 1 | -18/+75 |
|
|
* | Merged revisions 80144 via svnmerge from | R. David Murray | 2010-04-21 | 1 | -0/+10 |
|
|
* | Merged revisions 80238 via svnmerge from | Stefan Krah | 2010-04-20 | 1 | -8/+10 |
|
|
* | Merged revisions 76182 via svnmerge from | Mark Dickinson | 2009-11-09 | 1 | -1/+3 |
|
|
* | Merged revisions 75986 via svnmerge from | Mark Dickinson | 2009-10-31 | 1 | -2/+10 |
|
|
* | Merged revisions 75236 via svnmerge from | Mark Dickinson | 2009-10-04 | 1 | -0/+2 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
|
|
* | Remove unused import | Raymond Hettinger | 2009-06-18 | 1 | -1/+1 |
|
|
* | Use new form of with-statement instead of contextlib.nested(). | Raymond Hettinger | 2009-06-04 | 1 | -2/+2 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -13/+13 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -5/+14 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-05 | 1 | -3/+6 |
|
|
* | Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from | Benjamin Peterson | 2008-04-02 | 1 | -6/+24 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -4/+15 |
|
|
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -1/+85 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -122/+119 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -5/+6 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -2/+46 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 1 | -1/+48 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -161/+172 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -12/+12 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -63/+86 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+50 |
|
|
* | Test getsignal() and some error conditions | Neal Norwitz | 2006-01-23 | 1 | -1/+23 |
|
|
* | Let's not use string exceptions any more. | Armin Rigo | 2004-08-07 | 1 | -1/+2 |
|
|
* | lightly modified version of my patch | Michael W. Hudson | 2004-06-11 | 1 | -24/+31 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+0 |
|
|
* | Take out my (long since disabled) POSIX signal mask handling code. | Michael W. Hudson | 2003-03-13 | 1 | -61/+0 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 1 | -1/+0 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -3/+65 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -2/+2 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -31/+31 |
|
|
* | Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' | Thomas Wouters | 2000-08-04 | 1 | -2/+2 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -3/+2 |
|
|
* | Soft failure for Win32 platform. | Guido van Rossum | 1997-04-16 | 1 | -0/+4 |
|
|