summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #615069: Fix build problems on SCO Open Server 5.Martin v. Löwis2002-09-301-1/+58
* Allow internal whitespace in keys.Fred Drake2002-09-271-0/+6
* has_option(): Use the option name transform consistently.Fred Drake2002-09-261-0/+5
* Remove unused output file.Fred Drake2002-09-261-217/+0
* Backport patches for versions 1.33, 1.35, and 1.36 from the trunk:Fred Drake2002-09-261-25/+24
* Fix for PyXML bug #563399, as much as we can implement without relying onFred Drake2002-09-261-1/+1
* Backport:Neal Norwitz2002-09-252-0/+6
* Replaced this with the 2.3 test_mmap, which contains Windows-specificTim Peters2002-09-241-7/+18
* Regenerate test_unicodedata output after the change to the UTF-8 codec.Marc-André Lemburg2002-09-241-1/+1
* Backport the UTF-8 codec from 2.3 and add a work-around to let theMarc-André Lemburg2002-09-241-12/+33
* backport theller's checkin ofMichael W. Hudson2002-09-241-0/+3
* Finish up the random fixes that Raymond started yesterday.Michael W. Hudson2002-09-241-1/+1
* Backport 1.51 and 1.54 from trunk.Guido van Rossum2002-09-231-10/+21
* Backport 1.56 and 1.68 from trunk:Guido van Rossum2002-09-231-0/+21
* Backport 1.96 from trunk (because I want Xenofarm to test 2.2.2):Guido van Rossum2002-09-231-0/+7
* backport bwarsaw's checkin ofMichael W. Hudson2002-09-231-0/+9
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-09-221-0/+66
* Try to get test to pass on WindowsNeal Norwitz2002-09-071-1/+2
* Backport of SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-052-0/+17
* backport gvanrossum's checkin ofMichael W. Hudson2002-08-231-0/+11
* backport montanaro's checkin ofMichael W. Hudson2002-08-231-1/+5
* backport gvanrossum's checkin ofMichael W. Hudson2002-08-231-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-08-231-0/+2
* Fix some endcase bugs in unicode rfind()/rindex() and endswith().Guido van Rossum2002-08-201-0/+6
* A trip down memory lane. Barry checked in this test with 2.3-styleTim Peters2002-08-192-9/+1
* Backport of fix for SF bug #595671 from Python 2.3cvs:Barry Warsaw2002-08-151-0/+8
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-08-153-0/+83
* Backport:Guido van Rossum2002-08-011-4/+11
* Use sys.executable to run Python, as suggested by Neal Norwitz.Tim Peters2002-07-171-2/+3
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-162-15/+48
* Backport:Guido van Rossum2002-07-121-13/+0
* Update output for new tests.Jeremy Hylton2002-07-121-0/+5
* Backport changes.Jeremy Hylton2002-07-121-5/+33
* subtype_resurrection(): Removed unused import.Tim Peters2002-07-111-1/+0
* subtype_resurrection(): The test suite with -l properly reported theTim Peters2002-07-111-2/+13
* Repaired optimistic comment in new test.Tim Peters2002-07-111-3/+2
* Attempting to resurrect a dying instance of a new-style class in aTim Peters2002-07-111-0/+21