summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for SF bug 734869 and sundry compiler cleanups.Jeremy Hylton2003-05-221-0/+1
* Backport Guido's checkins which disabled the bastion testsNeal Norwitz2003-01-131-10/+0
* Use \n as line separator in stead of \r\n, which causes problems in MacPython...Jack Jansen2002-10-101-3/+3
* Fix some code that was added to the r22-maint branch to allow it to work withFred Drake2002-10-081-1/+4
* Remove unused output file.Fred Drake2002-09-261-217/+0
* Backport:Neal Norwitz2002-09-251-0/+1
* Regenerate test_unicodedata output after the change to the UTF-8 codec.Marc-André Lemburg2002-09-241-1/+1
* Backport of SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-0/+1
* A trip down memory lane. Barry checked in this test with 2.3-styleTim Peters2002-08-191-8/+0
* Backport of fix for SF bug #595671 from Python 2.3cvs:Barry Warsaw2002-08-151-0/+8
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-161-4/+0
* Update output for new tests.Jeremy Hylton2002-07-121-0/+5
* Backport buffer() tests trunk to avoid regression failures.Fred Drake2002-05-021-0/+1
* backport fix for SF buf #505315 from trunkJeremy Hylton2002-04-201-0/+1
* amk's fix attached toMichael W. Hudson2002-03-181-0/+5
* backport akuchling's checkin ofMichael W. Hudson2002-03-151-0/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-281-0/+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
* 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