| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a dummy test_queue output file to make regrtest happy. | Guido van Rossum | 2002-08-08 | 1 | -0/+1 |
|
|
| * | Update test output. | Jeremy Hylton | 2002-07-12 | 1 | -0/+5 |
|
|
| * | Backport changes. | Jeremy Hylton | 2002-07-12 | 1 | -6/+34 |
|
|
| * | Backport various bug fixes from trunk. | Jeremy Hylton | 2002-07-02 | 1 | -2/+2 |
|
|
| * | Backport patch for revision 1.58 to the Py2.1.x maintenance branch. | Barry Warsaw | 2002-05-03 | 1 | -0/+6 |
|
|
| * | Update a SourceForge issue number; IDs less than 200000 are no longer valid. | Fred Drake | 2002-05-02 | 1 | -1/+1 |
|
|
| * | Added regression tests for xrange object attributes. | Fred Drake | 2002-05-02 | 1 | -0/+21 |
|
|
| * | Backport buffer() tests from trunk to avoid regression failures. | Fred Drake | 2002-05-02 | 2 | -0/+30 |
|
|
| * | *sigh* did a 'make test' in the wrong window. fixing this up to | Anthony Baxter | 2002-04-23 | 1 | -8/+8 |
|
|
| * | Backport fixes for two nested scopes bugs. | Jeremy Hylton | 2002-04-20 | 2 | -7/+74 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-04-19 | 1 | -0/+158 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-04-08 | 2 | -0/+39 |
|
|
| * | Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault(). | Fred Drake | 2002-03-13 | 1 | -0/+25 |
|
|
| * | backport 1.14: | Anthony Baxter | 2002-01-10 | 1 | -6/+2 |
|
|
| * | backport guido's 1.20 - test sktobj.sendall() | Anthony Baxter | 2001-11-01 | 1 | -1/+1 |
|
|
| * | The 2.1 regrest.py doesn't have the test_main() feature yet, so always | Guido van Rossum | 2001-10-19 | 1 | -2/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-10-19 | 2 | -0/+103 |
|
|
| * | Backport Guido's checkin 1.3: | Thomas Wouters | 2001-07-19 | 1 | -2/+2 |
|
|
| * | Backport of the socketserver test, including output file (which is still | Thomas Wouters | 2001-07-11 | 1 | -0/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-07-11 | 1 | -0/+162 |
|
|
| * | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 1 | -0/+7 |
|
|
| * | Backport of Tim's checkin 1.35: | Thomas Wouters | 2001-06-27 | 1 | -0/+7 |
|
|
| * | Re-incarnate dead turd of old test_mutants output file. | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
| * | Now that the backporting of test_mutants.py worked successfully (Barnevelder | Thomas Wouters | 2001-05-23 | 1 | -1/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-05-23 | 1 | -0/+153 |
|
|
| * | Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), | Thomas Wouters | 2001-05-23 | 1 | -0/+2 |
|
|
| * | *** empty log message *** | Thomas Wouters | 2001-05-23 | 1 | -0/+6 |
|
|
| * | Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, | Thomas Wouters | 2001-05-23 | 2 | -0/+21 |
|
|
| * | Backport MAL's checkin 1.32: | Thomas Wouters | 2001-05-23 | 1 | -0/+6 |
|
|
| * | Backport Jeremy's checkin 1.7: | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
| * | Backport Jeremy's checkin 1.15: | Thomas Wouters | 2001-05-23 | 1 | -0/+11 |
|
|
| * | Add a test case for Weak*Dictionary.update() that would have caught a | Fred Drake | 2001-04-16 | 1 | -0/+25 |
|
|
| * | Change the test data to ask for class C from module __main__ rather | Guido van Rossum | 2001-04-16 | 1 | -2/+3 |
|
|
| * | In order to make this test work on Windows, the test locale has to be | Guido van Rossum | 2001-04-15 | 1 | -2/+7 |
|
|
| * | Set the SO_REUSEADDR socket option in the server thread -- this seems | Guido van Rossum | 2001-04-15 | 1 | -0/+1 |
|
|
| * | Add "import thread" at the top of the module; this prevents us from | Guido van Rossum | 2001-04-14 | 2 | -0/+2 |
|
|
| * | If the sunaudiodev module is available but we cannot find an audio | Fred Drake | 2001-04-14 | 1 | -1/+9 |
|
|
| * | Added regression test for SF bug #415660 (failure to invalidate all | Fred Drake | 2001-04-13 | 1 | -5/+24 |
|
|
| * | Fix typo in comment (the module is now called _testcapi, not _test). | Guido van Rossum | 2001-04-13 | 1 | -1/+1 |
|
|
| * | Change error message raised when free variable is not yet bound. It | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
| * | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 | 2 | -0/+36 |
|
|
| * | Update to reflect new tokenize_test.py | Jeremy Hylton | 2001-04-13 | 1 | -8/+8 |
|
|
| * | There's no need for the tokenize tests to include a SyntaxError. | Jeremy Hylton | 2001-04-13 | 1 | -1/+1 |
|
|
| * | Patch #415777: new grouping strategy. | Martin v. Löwis | 2001-04-13 | 2 | -0/+38 |
|
|
| * | Bug 415514 reported that e.g. | Tim Peters | 2001-04-12 | 1 | -4/+4 |
|
|
| * | Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. | Tim Peters | 2001-04-12 | 1 | -0/+16 |
|
|
| * | Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of | Tim Peters | 2001-04-12 | 1 | -5/+1 |
|
|
| * | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 3 | -3/+10 |
|
|
| * | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 2 | -0/+40 |
|
|
| * | Use the WeakKeyDictionary and WeakValueDictionary classes directly | Fred Drake | 2001-04-10 | 1 | -2/+2 |
|
|