summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicodeFredrik Lundh2001-03-221-3/+8
* sre 2.1b2 update:Fredrik Lundh2001-03-222-0/+13
* Allow the process of reading back what we wrote to a pty to transformThomas Wouters2001-03-221-24/+36
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-221-10/+6
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-223-3/+6
* 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-213-0/+43
* Add test cases for the fnmatch module.Fred Drake2001-03-212-0/+43
* Just import sys at the top instead of inside lots of functions.Fred Drake2001-03-211-3/+35
* Add tests for recent changes:Jeremy Hylton2001-03-212-0/+32
* Addrf simple test that import is case-sensitive.Tim Peters2001-03-211-1/+10
* Add test for a list comprehension that is nested in the left-hand partJeremy Hylton2001-03-192-0/+6
* 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-182-0/+66
* Whitespace normalization.Tim Peters2001-03-161-3/+2
* Oops. A RISCOS patch I forgot to check in.Guido van Rossum2001-03-131-1/+7
* Add test to verify that nested functions with free variables don'tJeremy Hylton2001-03-132-0/+24
* Import the nested_scopes feature twice, to exercise the patch introducedFred Drake2001-03-101-1/+3
* Clean up junk files left behind by imp.load_source().Tim Peters2001-03-041-1/+7
* Replace literal '@test' with TESTFN.Ka-Ping Yee2001-03-021-6/+6
* When catching errors from os.rmdir(), test for os.error, not IOError!Guido van Rossum2001-03-021-3/+3
* Make names in __future__.py bind to class instances instead of 2-tuples.Tim Peters2001-03-021-3/+2
* test_global was broken by some recent checkin. Repairing.Tim Peters2001-03-022-9/+15
* Test interaction of global and nested scopes -- thanks to Samuele Pedroni.Guido van Rossum2001-03-012-0/+66
* Whitespace normalization.Tim Peters2001-03-011-1/+0
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+16
* Add tests for the .copy() methods of both weak dictionary classes.Fred Drake2001-03-011-1/+15
* Add test case for global stmt at module level.Jeremy Hylton2001-02-283-0/+10
* update output to reflect exception that is now raisedJeremy Hylton2001-02-281-3/+3
* Fix filter for SyntaxErrorsJeremy Hylton2001-02-281-4/+4
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-2810-0/+132
* Whitespace normalization.Tim Peters2001-02-281-1/+0
* Added regression test for SF tracker bug #403871: AttributeError inFred Drake2001-02-281-0/+19
* verify that warnings are issued for bogus uses of globalJeremy Hylton2001-02-282-0/+44
* Patch #404680: disables the nis module and enables the dl module whenAndrew M. Kuchling2001-02-271-0/+1
* add from __future__ import nested_scopes to strings passed to compileJeremy Hylton2001-02-271-6/+12
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-272-0/+22
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-272-0/+208
* Preliminary support for future nested scopesJeremy Hylton2001-02-271-0/+2
* Make sure ConfigParser uses .optionxform() consistently; this affectsFred Drake2001-02-262-0/+25
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-262-0/+43
* Additional tests for current, PEP described semantics:Barry Warsaw2001-02-261-3/+36
* Describe -s a little more generically.Barry Warsaw2001-02-231-5/+6
* Whitespace normalization.Tim Peters2001-02-214-5/+4
* Add test case from bug #124981: zlib decompress of sync-flushed dataAndrew M. Kuchling2001-02-212-0/+27
* Patch #103854: raises an exception if a non-Attr node is passed toAndrew M. Kuchling2001-02-211-0/+11
* Added test for patch #103473: test an unquoted cookie value containing '='Andrew M. Kuchling2001-02-212-0/+7
* 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