summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
...
* Port test_pow.py to PyUnit. From SF patch #662807Walter Dörwald2003-02-031-25/+0
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-231-0/+1
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-211-1/+0
* Port test_unicode.py to PyUnit and add tests for errorWalter Dörwald2003-01-191-21/+0
* Combine test_b1.py and test_b2.py into test_builtin.py,Walter Dörwald2003-01-191-53/+0
* Enable building and testing of ossaudiodev for Linux.Guido van Rossum2003-01-081-0/+7
* Remove bastion test outputGuido van Rossum2003-01-061-10/+0
* SF #660795Neal Norwitz2003-01-021-0/+516
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-241-1/+1
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-2/+3
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-231-1/+2
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-211-46/+0
* Remove unnecessary output file.Fred Drake2002-10-281-42/+0
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-261-1/+4
* Remove useless output file.Fred Drake2002-10-251-9/+0
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-182-3/+3
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-1/+1
* Tests for pep277 - Unicode file names on Windows NT.Mark Hammond2002-10-031-0/+4
* SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-0/+1
* Add a custom __str__ method to KeyError that applies repr() to theGuido van Rossum2002-09-031-1/+1
* Undo Barry's change. This file is not imported, it's fed as input toGuido van Rossum2002-08-291-12/+12
* The test_tokenize output has changed slightly, by the addition of someBarry Warsaw2002-08-291-12/+12
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-191-220/+0
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-161-4/+0
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-071-0/+3
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-301-0/+3
* Suppress the variable verbose output from test.xmltests; the inclusion ofFred Drake2002-06-261-15/+0
* Add convenience module to run all the XML tests.Fred Drake2002-06-251-0/+379
* New test suite for the socket module by Michael Gilfix.Guido van Rossum2002-06-121-3/+0
* Added tests for new degree/radian conversions.Raymond Hettinger2002-05-141-0/+2
* Add tests for the recent resource module change.Jeremy Hylton2002-04-231-0/+2
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-201-0/+1
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-035-81/+81
* Fix bugs:Mark Hammond2002-04-031-0/+3
* add test for InvalidURLSkip Montanaro2002-03-241-0/+2
* Add more tests for built-in types. Add tests for buffer objects.Neil Schemenauer2002-03-241-0/+1
* no longer needed - converted test_urlparse.py to use unittestSkip Montanaro2002-03-231-46/+0
* amk's fix attached toMichael W. Hudson2002-03-181-0/+5
* As part of fixing bug #523301, add a simple test of ConfigParser.write()Andrew M. Kuchling2002-03-081-0/+1
* SF patch #523169, by Samuele Pedroni.Guido van Rossum2002-02-261-0/+1
* Fix to the UTF-8 encoder: it failed on 0-length input strings.Marc-André Lemburg2002-02-071-1/+1
* Update output generated by test_scopeJeremy Hylton2001-12-131-1/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Attribute nodes did not always get their ownerDocument and ownerElementFred Drake2001-12-061-0/+8
* Fix appendChild() and insertBefore() (and replaceChild() indirectly) whenFred Drake2001-12-061-0/+10
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-201-0/+13
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-131-0/+13
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+0
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-0/+1