summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+12
* Add a check that the bug Jeremy just fixed in _PyTuple_Resize() isGuido van Rossum2002-06-211-0/+5
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+18
* Disable the test for importing very long lists for MacPython: it triggersJack Jansen2002-06-201-1/+2
* Removed the generator future-stmt -- not needed for 2.3.Tim Peters2002-06-201-1/+0
* I get failures half of the time that I run this, so I'll disableGuido van Rossum2002-06-201-2/+2
* Fix the bug described inMichael W. Hudson2002-06-192-1/+50
* Michael fixed the race conditions and removed the sleeps.Guido van Rossum2002-06-181-9/+55
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+6
* Alter text test arg to obey new rule, also include inverse test to make time-...Piers Lauder2002-06-171-6/+5
* test_module_with_large_stack(): This failed when Python was run with -O,Tim Peters2002-06-151-2/+5
* test_module_with_large_stack(): This failed on Windows, for the wrongTim Peters2002-06-151-1/+1
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-0/+31
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+27
* Test exceptional condition in select()Neal Norwitz2002-06-131-0/+7
* Test exceptional conditions in list.sort()Neal Norwitz2002-06-131-0/+15
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-131-0/+14
* Temporarily disable the timeout and socket tests.Guido van Rossum2002-06-132-14/+14
* Hopefully this addresses the remaining issues of SF bugs 459235 andGuido van Rossum2002-06-131-0/+46
* 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