summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unit tests for the changes in abstract.c version 2.101. The debugBarry Warsaw2002-04-231-0/+144
* Rewrote the PyUnit description so that it now recommends to useBarry Warsaw2002-04-231-6/+16
* Add tests for the recent resource module change.Jeremy Hylton2002-04-232-0/+50
* There was a non-ascii character in the source. Replaced by a hex escape.Jack Jansen2002-04-231-1/+1
* don't fail if the audio device is busy, just skip.Anthony Baxter2002-04-231-1/+1
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-19/+26
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-222-1/+25
* Enable universal newlines on Windows. Note that NEWS needs more words!Tim Peters2002-04-211-1/+0
* Assorted code cleanups for readability. Greatly boosted the size of theTim Peters2002-04-211-26/+33
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-202-0/+11
* Fix SF #544995 (zlib crash on second flush call)Jeremy Hylton2002-04-191-0/+6
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-191-0/+158
* ceval.c/do_raise(): Tighten the test to disallow raising an instance ofTim Peters2002-04-181-0/+26
* SF bug 544733: Cygwin test_mmap fix for Python 2.2.1Tim Peters2002-04-181-0/+2