summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-062-10/+193
* Fix from SF patch 565085: copy._reduction doesn't __setstate__.Guido van Rossum2002-06-061-0/+29
* Close SF bug 563740. complex() now finds __complex__() in new style classes.Raymond Hettinger2002-06-061-0/+11
* Patch 473512: add GNU style scanning as gnu_getopt.Martin v. Löwis2002-06-061-0/+20
* Patch #551911: Escape . properly.Martin v. Löwis2002-06-061-1/+1
* Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.Raymond Hettinger2002-06-051-0/+5
* SF bug 558179.Guido van Rossum2002-06-052-2/+2
* Address SF bug 519621: slots weren't traversed by GC.Guido van Rossum2002-06-041-0/+51
* Test repair now that module.__init__ requires a name and initializesGuido van Rossum2002-06-041-6/+7
* Repair the test (adding a docstring to the module type changed theGuido van Rossum2002-06-041-1/+1
* Surprising fix for SF bug 563060: module can be used as base class.Guido van Rossum2002-06-041-0/+48
* The warning filter was ineffective when this module was invoked as aGuido van Rossum2002-06-031-1/+1
* regrtest has a newTim Peters2002-06-021-7/+34
* Generator.__call__() => Generator.flatten()Barry Warsaw2002-06-021-28/+56
* SF 560736. Optimize list iteration by filling the tp_iter slot.Raymond Hettinger2002-05-311-0/+1
* Fix SF bug [ 561825 ] Confusing error for "del f()"Jeremy Hylton2002-05-311-0/+34
* Verify that the imp can find and load .py files.Jeremy Hylton2002-05-301-0/+5
* This is patchMichael W. Hudson2002-05-271-3/+65
* Fix for SF bug 551412. When _PyType_Lookup() is called on a typeGuido van Rossum2002-05-241-0/+16
* Whitespace normalization.Tim Peters2002-05-237-28/+27
* parseaddr(): Fixed in the same way that Message.getaddrlist() wasBarry Warsaw2002-05-231-0/+9
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-231-1/+5
* Closes: #556025 seg fault when doing list(xrange(1e9))Neal Norwitz2002-05-221-0/+11
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-221-0/+7
* Message.getaddrlist(): Use the AddressList.addresslist attributeBarry Warsaw2002-05-211-1/+20
* Guess what? --disable-unicode proofing.Michael W. Hudson2002-05-201-4/+7
* More --disable-unicode stuff.Michael W. Hudson2002-05-201-4/+9
* tolerate --disable-unicode...Michael W. Hudson2002-05-201-2/+3
* More mindless --disable-unicode proofing.Michael W. Hudson2002-05-201-23/+24
* easy --disable-unicode proofing.Michael W. Hudson2002-05-201-2/+4
* A test message w/ CRLF line endingsBarry Warsaw2002-05-191-0/+45
* Add two new tests of recent email package fixes: CRLF line endings,Barry Warsaw2002-05-191-0/+26
* Added Mitchell Surface's regression tests for base64. Closes patch #550002.Raymond Hettinger2002-05-181-0/+59
* This is patchMichael W. Hudson2002-05-151-28/+30
* Added tests for new degree/radian conversions.Raymond Hettinger2002-05-141-0/+2
* Jim Fulton reported a segfault in dir(). A heavily proxied objectGuido van Rossum2002-05-131-0/+20
* SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.Guido van Rossum2002-05-131-1/+1
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-131-0/+2
* Adds tests for degrees() and radians() functions added to mathmodule.Raymond Hettinger2002-05-131-0/+10
* SF bug 555042: zip() may trigger MemoryError.Tim Peters2002-05-121-1/+11
* random.gauss() uses a piece of hidden state used by nothing else,Tim Peters2002-05-051-0/+19
* Remove all tests that rely on deprecated-in-2.2 features of xrange objects.Fred Drake2002-05-022-29/+0
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+23
* Buffer-object repitition and concatenation has worked all along; add a testFred Drake2002-05-021-0/+6
* Fred's recent changes to support "-u all" resulted in subset resourceAndrew MacIntyre2002-04-301-1/+1
* builtin_zip(): Take a good guess at how big the result list will be,Tim Peters2002-04-291-0/+28
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-261-0/+118
* Add more tests for abstract isinstance() and issubclass().Neil Schemenauer2002-04-241-4/+93
* test_resource has no chance of running on Windows.Tim Peters2002-04-231-0/+1
* test_mmap started breaking on Windows, only when run after test_bsddb.Tim Peters2002-04-231-1/+1