summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SF bug 542984.Guido van Rossum2002-04-181-0/+20
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-172-0/+41
* SF bug 544647.Guido van Rossum2002-04-161-0/+27
* test_mktime(): Removed. This wasn't really testing anything usefulBarry Warsaw2002-04-161-6/+0
* Whitespace normalization, while using non-whitespace literals forBarry Warsaw2002-04-161-26/+26
* Expect test_email_codecs to be skipped -- few users or developers willGuido van Rossum2002-04-161-0/+1
* Apparently 3 of the tests here rely on trailing whitespace and/or hardTim Peters2002-04-161-26/+26
* Fewer deprecation warnings.Tim Peters2002-04-161-0/+5
* Whitespace normalization.Tim Peters2002-04-1612-65/+62
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-169-16/+34
* OK, don't call resetwarnings().Tim Peters2002-04-161-2/+0
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-164-9/+4
* I expect test_univnewlines to be skipped on Windows. I expect thisTim Peters2002-04-151-0/+1
* Reduce the number of test-suite DeprecationWarnings; start addingTim Peters2002-04-153-3/+12