summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* test_codeup should not have had an expected-output file; removing it.Tim Peters2001-07-301-10/+0
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-301-0/+1
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-301-0/+10
* Cosmetic: break the long lines in test_ntpath.py, and get rid of itsTim Peters2001-07-191-2/+0
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-191-1/+5
* Convert the parser module test to use PyUnit.Fred Drake2001-06-041-92/+0
* Implement testGetElementsByTagNameNS.Martin v. Löwis2001-06-031-0/+1
* The one-line output files are no longer needed, so do not keep them.Fred Drake2001-05-291-1/+0
* Variety of test cases for call to builtin functionsJeremy Hylton2001-05-291-0/+1
* Remove test_doctest's expected-output file.Tim Peters2001-05-231-301/+0
* Remove test_difflib's output file and change test_difflib to stopTim Peters2001-05-231-280/+0
* Remove output files that are no longer needed since the correspondingFred Drake2001-05-222-11/+0
* Move the sha tests to PyUnit.Fred Drake2001-05-221-4/+0
* Migrate the strop test to PyUnit.Fred Drake2001-05-221-3/+0
* Remove all files of expected output that contain only the name of theFred Drake2001-05-2165-65/+0
* Re-write the mailbox test suite to use PyUnit. Cover a lot more groundFred Drake2001-05-211-1/+0
* Added test suite for the new HTMLParser module, originally from theFred Drake2001-05-181-0/+1
* SF bug[ #423781: pprint.isrecursive() broken.Tim Peters2001-05-141-0/+1
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-131-0/+2
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-132-13/+13
* SF bug #422121 Insecurities in dict comparison.Tim Peters2001-05-101-0/+1
* Trivial tests of urllib2 for recent SF bugJeremy Hylton2001-05-091-0/+1
* SF patch 419176 from MvL; fixed bug 418977Jeremy Hylton2001-05-081-0/+1
* 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