summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-181-0/+4
* Add test for local assigned to only in a nested list compJeremy Hylton2001-10-181-0/+1
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-161-0/+3
* Covert pickle tests to use unittest.Jeremy Hylton2001-10-152-26/+0
* Added tests that check getboolean() with the newly allowed values fromFred Drake2001-10-081-0/+1
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-041-0/+17
* Update the xml.dom.minidom tests to cover the DOM-compliant parts of theFred Drake2001-09-281-0/+3
* Test case for SF bugs #463359 and #462937, added to test_grammar for lack ofThomas Wouters2001-09-261-0/+1
* Converted test_StringIO.py to use unittest, soBarry Warsaw2001-09-221-21/+0
* Fix Unicode .join() method to raise a TypeError for sequenceMarc-André Lemburg2001-09-201-1/+0
* Update test output after the unicode() change.Marc-André Lemburg2001-09-201-0/+1
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-4/+0
* Add tests for augmented floor divisionJeremy Hylton2001-08-291-0/+3
* Undo previous checkin -- Barry fixed it better.Guido van Rossum2001-08-241-2/+0
* Update test output to match new (more informative) error message aboutGuido van Rossum2001-08-241-2/+2
* Looks like someone forgot the change the expected output file.Tim Peters2001-08-241-14/+14
* Remove test_long's expected-output file.Tim Peters2001-08-231-5/+0
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-0/+1
* The change of type(None).__name__ from 'None' to 'NoneType' broke thisGuido van Rossum2001-08-161-2/+2
* Added tests for rich comparison operator functions.Fred Drake2001-08-111-41/+0
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-091-0/+2
* Add a test that xml.sax.saxutils.XMLGenerator does the right thingFred Drake2001-08-071-1/+2
* test_codeup should not have had an expected-output file; removing it.Tim Peters2001-07-301-10/+0