summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* add test for illegal importsJeremy Hylton2001-01-301-0/+2
* PEP 227 implementationJeremy Hylton2001-01-251-0/+2
* PEP 227 implementationJeremy Hylton2001-01-251-0/+13
* add extra tests to verify that co_varnames is being set up properlyJeremy Hylton2001-01-251-2/+4
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-242-6/+6
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-241-3/+3
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-243-162/+162
* Add simple test of list comprehension that uses a name that isn'tJeremy Hylton2001-01-231-0/+1
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-221-12/+0
* Patch #103343: Allow the important test_pkg to succeed under Jython.Tim Peters2001-01-211-3/+3
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-211-36/+36
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
* Now that Marc-Andre has retracted unistr(), remove the tests.Guido van Rossum2001-01-191-1/+0
* improved the ucnhash test a bitFredrik Lundh2001-01-191-0/+3
* Jeremy's patch #103323: trivial tests of all untested modules.Tim Peters2001-01-191-0/+1
* add test of bastion and rexec to std regression test suiteJeremy Hylton2001-01-191-0/+10
* A dumb test for the dumdbm module.Guido van Rossum2001-01-181-0/+1
* Rich comparison testsGuido van Rossum2001-01-181-0/+187
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+1
* Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3;Ka-Ping Yee2001-01-151-154/+154
* better format names and error messagesKa-Ping Yee2001-01-151-2/+2
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-152-11/+86