| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport of the socketserver test, including output file (which is still | Thomas Wouters | 2001-07-11 | 1 | -0/+1 |
|
|
* | Re-incarnate dead turd of old test_mutants output file. | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
* | Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
* | Backport Jeremy's checkin 1.7: | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
* | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 | 1 | -0/+5 |
|
|
* | Update to reflect new tokenize_test.py | Jeremy Hylton | 2001-04-13 | 1 | -8/+8 |
|
|
* | Patch #415777: new grouping strategy. | Martin v. Löwis | 2001-04-13 | 1 | -0/+1 |
|
|
* | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 1 | -0/+5 |
|
|
* | Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to | Tim Peters | 2001-04-06 | 1 | -0/+1 |
|
|
* | Add test for asynchat. This also tests asyncore. | Guido van Rossum | 2001-04-06 | 1 | -0/+3 |
|
|
* | Convert the weakref test suite to PyUNIT, and add tests that exercise weak | Fred Drake | 2001-03-23 | 1 | -24/+0 |
|
|
* | SRE 2.1b2: increase the chances that the sre test works on other | Fredrik Lundh | 2001-03-22 | 1 | -8/+0 |
|
|
* | SRE 2.1b2: forgot to update one output file (sorry, Fred!) | Fredrik Lundh | 2001-03-22 | 1 | -0/+8 |
|
|
* | Changed doctest to run tests in alphabetic order of name. | Tim Peters | 2001-03-21 | 2 | -96/+96 |
|
|
* | Test that traceback module works with SyntaxErrors with or without carets. | Jeremy Hylton | 2001-03-21 | 1 | -0/+1 |
|
|
* | Add test cases for the fnmatch module. | Fred Drake | 2001-03-21 | 1 | -0/+1 |
|
|
* | Add tests for recent changes: | Jeremy Hylton | 2001-03-21 | 1 | -0/+2 |
|
|
* | Add test for a list comprehension that is nested in the left-hand part | Jeremy Hylton | 2001-03-19 | 1 | -0/+1 |
|
|
* | Repair test_doctest's expected-output file (Guido added some new output). | Tim Peters | 2001-03-18 | 1 | -0/+2 |
|
|
* | SF bug [ #409448 ] Complex division is braindead | Tim Peters | 2001-03-18 | 1 | -0/+1 |
|
|
* | Add test to verify that nested functions with free variables don't | Jeremy Hylton | 2001-03-13 | 1 | -0/+1 |
|
|
* | test_global was broken by some recent checkin. Repairing. | Tim Peters | 2001-03-02 | 1 | -1/+1 |
|
|
* | Test interaction of global and nested scopes -- thanks to Samuele Pedroni. | Guido van Rossum | 2001-03-01 | 1 | -0/+1 |
|
|
* | Add test case for global stmt at module level. | Jeremy Hylton | 2001-02-28 | 1 | -0/+1 |
|
|
* | update output to reflect exception that is now raised | Jeremy Hylton | 2001-02-28 | 1 | -3/+3 |
|
|
* | Add regression test for future statements. This adds eight files, but | Jeremy Hylton | 2001-02-28 | 1 | -0/+8 |
|
|
* | verify that warnings are issued for bogus uses of global | Jeremy Hylton | 2001-02-28 | 1 | -0/+4 |
|
|
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 1 | -0/+4 |
|
|
* | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 1 | -0/+1 |
|
|
* | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 1 | -0/+1 |
|
|
* | Add __future__.py to std library, + dull test to verify that assignments | Tim Peters | 2001-02-26 | 1 | -0/+1 |
|
|
* | Add test case from bug #124981: zlib decompress of sync-flushed data | Andrew M. Kuchling | 2001-02-21 | 1 | -0/+1 |
|
|
* | Added test for patch #103473: test an unquoted cookie value containing '=' | Andrew M. Kuchling | 2001-02-21 | 1 | -0/+4 |
|
|
* | SF patch #103749: implicit tuple + default arg | Jeremy Hylton | 2001-02-19 | 1 | -0/+7 |
|
|
* | Add simple section for assert, including assert w/ lambdas | Jeremy Hylton | 2001-02-19 | 1 | -0/+1 |
|
|
* | Add test for syntax error on "x = 1 + 1". | Jeremy Hylton | 2001-02-19 | 1 | -5/+0 |
|
|
* | Change doctest exception example to one whose detail hasn't changed since 1.5.2. | Tim Peters | 2001-02-14 | 1 | -2/+2 |
|
|
* | Teach doctest about newer "(most recent call last)" traceback spelling. | Tim Peters | 2001-02-13 | 1 | -1/+1 |
|
|
* | Added options that use square brackets in their names; this ensures that | Fred Drake | 2001-02-12 | 1 | -46/+1 |
|
|
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 | 1 | -0/+280 |
|
|
* | Add std test for doctest. | Tim Peters | 2001-02-10 | 1 | -0/+299 |
|
|
* | In O_writelines: Replace use of string.joinfields with "".join. | Jeremy Hylton | 2001-02-09 | 1 | -0/+2 |
|
|
* | update test cases for recent compiler changes: exec/import * in nested | Jeremy Hylton | 2001-02-09 | 2 | -1/+1 |
|
|
* | Fix test 9 (caught by ?!ng) | Jeremy Hylton | 2001-02-05 | 1 | -0/+1 |
|
|
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 | 1 | -0/+1 |
|
|
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 1 | -0/+1 |
|
|
* | Allow 'continue' inside 'try' clause | Jeremy Hylton | 2001-02-01 | 2 | -5/+3 |
|
|
* | Undo recent change that banned using import to bind a global, as per | Jeremy Hylton | 2001-02-01 | 1 | -1/+0 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -0/+21 |
|
|
* | add test for illegal imports | Jeremy Hylton | 2001-01-30 | 1 | -0/+2 |
|
|