summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Comment out testHostnameRes() -- it depends on a correctly workingGuido van Rossum2002-06-131-10/+10
* Fix non-blocking connect() for Windows. Refactored the codeGuido van Rossum2002-06-131-12/+2
* Major overhaul of timeout sockets:Guido van Rossum2002-06-132-4/+7
* Fix a typo.Guido van Rossum2002-06-131-1/+2
* Whitespace nit.Guido van Rossum2002-06-131-1/+1
* Remove some overly complicated ways to concatenate and repeat stringsGuido van Rossum2002-06-121-6/+7
* Don't test for Java, test for sys.getrefcount.Guido van Rossum2002-06-121-2/+2
* Some provisional changes to get more tests to run on Windows (I hope).Guido van Rossum2002-06-121-6/+8
* Argh. Typo. :-(Guido van Rossum2002-06-121-1/+1
* Allow absent fromfd(), for Windows.Guido van Rossum2002-06-121-0/+2
* testSetSockOpt() should not require the reuse flag to be 1 -- anyGuido van Rossum2002-06-121-2/+2
* Lose the message on assertEqual calls -- they actually hideGuido van Rossum2002-06-121-18/+15
* Docstring, layout and style tweaking. Increase fuzz to 1 second.Guido van Rossum2002-06-121-90/+87
* Add some more basic tests to validate the argument checking ofGuido van Rossum2002-06-121-1/+51
* New test suite for the socket module by Michael Gilfix.Guido van Rossum2002-06-123-180/+486
* Add a testcase to ensure that cycles going through the __class__ linkGuido van Rossum2002-06-121-0/+6
* SF bug 567538: Generator can crash the interpreter (Finn Bock).Guido van Rossum2002-06-121-0/+20
* Fix for problem reported by Neal Norwitz. Tighten up calculation ofMichael W. Hudson2002-06-111-0/+2
* This is my nearly two year old patchMichael W. Hudson2002-06-112-1/+73
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-116-5/+48
* SF patch 564549 (Erik Andersén).Guido van Rossum2002-06-101-0/+11
* Added -t (--threshold) option to call gc.set_threshold(N).Guido van Rossum2002-06-071-25/+30
* 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