summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-051-2/+2
* Fix 2.1 nested scopes crash reported by Evan SimpsonJeremy Hylton2001-04-271-0/+1
* Update test to accomodate the change to the namespace_separator parameterFred Drake2001-04-251-3/+9
* Add test suite for iterators.Guido van Rossum2001-04-211-0/+1
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-5/+5
* Add test for SF bug #405427Jeremy Hylton2001-04-131-0/+5
* Update to reflect new tokenize_test.pyJeremy Hylton2001-04-131-8/+8
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-131-0/+1
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-111-0/+5
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-061-0/+1
* Add test for asynchat. This also tests asyncore.Guido van Rossum2001-04-061-0/+3
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-231-24/+0
* SRE 2.1b2: increase the chances that the sre test works on otherFredrik Lundh2001-03-221-8/+0
* SRE 2.1b2: forgot to update one output file (sorry, Fred!)Fredrik Lundh2001-03-221-0/+8
* Changed doctest to run tests in alphabetic order of name.Tim Peters2001-03-212-96/+96
* Test that traceback module works with SyntaxErrors with or without carets.Jeremy Hylton2001-03-211-0/+1
* Add test cases for the fnmatch module.Fred Drake2001-03-211-0/+1
* Add tests for recent changes:Jeremy Hylton2001-03-211-0/+2
* Add test for a list comprehension that is nested in the left-hand partJeremy Hylton2001-03-191-0/+1
* Repair test_doctest's expected-output file (Guido added some new output).Tim Peters2001-03-181-0/+2
* SF bug [ #409448 ] Complex division is braindeadTim Peters2001-03-181-0/+1
* Add test to verify that nested functions with free variables don'tJeremy Hylton2001-03-131-0/+1
* test_global was broken by some recent checkin. Repairing.Tim Peters2001-03-021-1/+1
* Test interaction of global and nested scopes -- thanks to Samuele Pedroni.Guido van Rossum2001-03-011-0/+1
* Add test case for global stmt at module level.Jeremy Hylton2001-02-281-0/+1
* update output to reflect exception that is now raisedJeremy Hylton2001-02-281-3/+3
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-281-0/+8
* verify that warnings are issued for bogus uses of globalJeremy Hylton2001-02-281-0/+4
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-0/+4
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-271-0/+1
* Make sure ConfigParser uses .optionxform() consistently; this affectsFred Drake2001-02-261-0/+1
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-261-0/+1
* Add test case from bug #124981: zlib decompress of sync-flushed dataAndrew M. Kuchling2001-02-211-0/+1
* Added test for patch #103473: test an unquoted cookie value containing '='Andrew M. Kuchling2001-02-211-0/+4
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-191-0/+7
* Add simple section for assert, including assert w/ lambdasJeremy Hylton2001-02-191-0/+1
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-191-5/+0
* Change doctest exception example to one whose detail hasn't changed since 1.5.2.Tim Peters2001-02-141-2/+2
* Teach doctest about newer "(most recent call last)" traceback spelling.Tim Peters2001-02-131-1/+1
* Added options that use square brackets in their names; this ensures thatFred Drake2001-02-121-46/+1
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-0/+280
* Add std test for doctest.Tim Peters2001-02-101-0/+299
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-091-0/+2
* update test cases for recent compiler changes: exec/import * in nestedJeremy Hylton2001-02-092-1/+1
* Fix test 9 (caught by ?!ng)Jeremy Hylton2001-02-051-0/+1
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-021-0/+1
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-021-0/+1
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-012-5/+3
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-011-1/+0
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+21