summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-192-3/+40
* Add simple section for assert, including assert w/ lambdasJeremy Hylton2001-02-192-0/+7
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-194-22/+13
* detect attempts to repeat anchors (fixes bug #130748)Fredrik Lundh2001-02-181-0/+2
* sre_{parse, compile} no longer define __all__.Tim Peters2001-02-181-2/+0
* - restored 1.5.2 compatibility (sorry, eric)Fredrik Lundh2001-02-181-1/+1
* removed __all__ from several modulesSkip Montanaro2001-02-181-17/+0
* Whitespace normalization.Tim Peters2001-02-152-5/+4
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+29
* Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns oneAndrew M. Kuchling2001-02-141-1/+1
* Test section name using some strange characters, including a backslashFred Drake2001-02-141-2/+7
* 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-122-89/+50
* test_pty started failing on Windows, but if and only if test___all__ wasTim Peters2001-02-121-2/+16
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+11
* Patch by Finn Bock to make test_unicode.py work for Jython.Marc-André Lemburg2001-02-101-5/+10
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-102-0/+282
* Add std test for doctest.Tim Peters2001-02-102-0/+301
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-092-1/+9
* update to use new symtable interfaceJeremy Hylton2001-02-091-3/+4
* update test cases for recent compiler changes: exec/import * in nestedJeremy Hylton2001-02-094-23/+65
* Whitespace normalization.Tim Peters2001-02-094-13/+11
* joinfields -> join.Eric S. Raymond2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-093-7/+5
* String method conversion.Eric S. Raymond2001-02-096-7/+5
* String method conversion.Eric S. Raymond2001-02-099-23/+17
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* a few more __all__ listsSkip Montanaro2001-02-071-0/+4
* test for presence of __builtins__ in names before deleting it, enabling thisSkip Montanaro2001-02-071-1/+2
* Add xml declaration into toxml testcase.Martin v. Löwis2001-02-061-1/+1
* added several more __all__ listsSkip Montanaro2001-02-061-0/+7
* Fix test 9 (caught by ?!ng)Jeremy Hylton2001-02-052-1/+31
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-6/+6
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-022-0/+9
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-022-0/+17
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-014-24/+24
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-012-2/+0
* move extra arguments to the back of the new.code() arglistJeremy Hylton2001-02-011-1/+4
* Revise the driver code to be more informative in the final report.Fred Drake2001-02-011-7/+10
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-012-0/+239
* Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS.Moshe Zadka2001-01-302-9/+9
* Fix test for free ref to global. This test should have caught aJeremy Hylton2001-01-301-1/+1
* add test for illegal importsJeremy Hylton2001-01-302-0/+4
* Fixed .capitalize() method of Unicode objects to work like theMarc-André Lemburg2001-01-292-0/+4
* The one thing I love more then writing code is deleting code.Moshe Zadka2001-01-292-7/+26
* added several more urlencode test cases - part of patch 103391Skip Montanaro2001-01-281-3/+60
* Added tests for new signature of new.instance().Fred Drake2001-01-281-7/+15
* Except HierarchyRequestErr instead of TypeError.Martin v. Löwis2001-01-271-1/+1
* PEP 227 implementationJeremy Hylton2001-01-253-1/+18