summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* crash_in_get_sf736892(): A test of SF 736892, forcing function to actBarry Warsaw2003-05-291-0/+14
* Remove debug code from weakref_segfault().Guido van Rossum2003-05-291-3/+1
* Add testcase for SF 742911.Guido van Rossum2003-05-291-0/+24
* The backport gets Fred's seal of approval:Barry Warsaw2003-05-281-0/+58
* Backport fix for SF bug 692776.Jeremy Hylton2003-05-221-0/+24
* Backport fix for SF bug 734869 and sundry compiler cleanups.Jeremy Hylton2003-05-222-0/+2
* minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.Samuele Pedroni2003-05-171-1/+2
* beefed up version: jython support, covers now fixed differences between CPyth...Samuele Pedroni2003-05-171-10/+103
* file_truncate(): Backported 2.3 code so that file.truncate(n) works onTim Peters2003-04-301-15/+30
* Patch #681152: Support escaped unicode characters in classes. Fixes 612074.Martin v. Löwis2003-04-191-0/+4
* Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one.Tim Peters2003-04-081-0/+44
* Backporting new gc-vs-__del__ tests. These pass, but are restrictedTim Peters2003-04-081-0/+53
* This was failing on Windows, due to various attempts to delete filesTim Peters2003-03-311-10/+5
* backport test skip for test_locale on Mac OS XSkip Montanaro2003-03-312-1/+4
* backport largefile resource requirement for Mac OSXSkip Montanaro2003-03-311-5/+5
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-201-0/+46
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-171-0/+4
* Backport:Guido van Rossum2003-02-241-0/+1
* Backport SF #660455 fix.Guido van Rossum2003-02-121-0/+4
* Partial backport for changes to fix SF bug #678518 (assert & global).Neal Norwitz2003-02-101-0/+13
* backport:Neal Norwitz2003-02-021-0/+27
* backport:Neal Norwitz2003-02-021-0/+5
* backport:Neal Norwitz2003-01-282-2/+8
* Backport:Neal Norwitz2003-01-131-1/+24
* Backport Guido's checkins which disabled the bastion testsNeal Norwitz2003-01-132-13/+3
* Get the test to pass again by backporting Guido's checkin 1.173:Neal Norwitz2003-01-131-0/+2
* backport:Neal Norwitz2003-01-101-0/+18
* Backport typeobject.c revision 2.201 plus associated tests from 2.3:Guido van Rossum2003-01-071-0/+69
* Backport MAL's patch for bug #659709: bogus computation of float lengthRaymond Hettinger2003-01-021-0/+26
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-0/+5
* Backport 1.72:Neal Norwitz2002-11-071-0/+6
* Backport 1.6->1.7: Skip the test_nocaret test when running as jython.Finn Bock2002-11-061-1/+4
* Backport 1.8->1.9: Make the test pass for jython where there are noFinn Bock2002-11-061-3/+7
* Fix SF # 631066, running regrtest in user mode failsNeal Norwitz2002-11-031-1/+21
* Patch #631972: Adds an is_jython flag.Finn Bock2002-11-011-0/+2
* Backport:Neal Norwitz2002-10-181-0/+12
* Backporting urlparse.py:1.34, test_urlparse.py:1.8:Guido van Rossum2002-10-141-0/+5
* Use \n as line separator in stead of \r\n, which causes problems in MacPython...Jack Jansen2002-10-102-10/+10
* Backport of 1.7:Jack Jansen2002-10-101-4/+4
* TheTim Peters2002-10-081-1/+1
* Fix some code that was added to the r22-maint branch to allow it to work withFred Drake2002-10-082-1/+68
* Backport, at the reqest of Kevin Jacobs:Guido van Rossum2002-10-071-0/+22
* Backport:Michael W. Hudson2002-10-071-0/+16
* This has no hope of working under -O. Skip it then instead of failing.Tim Peters2002-10-071-0/+3
* Whitespace normalization.Tim Peters2002-10-0710-24/+22
* Aargh! The 2.3 version of this file requires "from test.test_supportGuido van Rossum2002-10-061-1/+1
* Backport:Guido van Rossum2002-10-061-2/+4
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-042-1124/+11
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-021-0/+216