summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test_main(): Added this so the test can actually get run under theBarry Warsaw2002-04-152-21/+20
* Apply the second version of SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-152-2/+22
* SF bug #541883 (Vincent Fiack).Guido van Rossum2002-04-151-0/+6
* SF bug 543840: complex(string) accepts strings with \0Tim Peters2002-04-141-0/+13
* Test suite for universal newline support.Jack Jansen2002-04-141-0/+114
* Patch #542569: tp_print tp_repr tp_str in test_bool.py.Martin v. Löwis2002-04-141-1/+18
* Partially implement SF feature request 444708.Guido van Rossum2002-04-131-0/+12
* I am mad. This test never worked!Guido van Rossum2002-04-121-16/+14
* Add Raymond Hettinger's d.pop(). See SF patch 539949.Guido van Rossum2002-04-121-0/+15
* Clean up the "all" support for -u.Fred Drake2002-04-111-1/+2
* Since xmllib is deprecated now, suppress the DeprecationWarning its testTim Peters2002-04-111-1/+5
* Ignore more deprecation warnings.Tim Peters2002-04-111-4/+6
* Stop sucking up xmllib -- it's deprecated.Tim Peters2002-04-111-1/+0
* I don't expect test_email_codecs to run on Windows.Tim Peters2002-04-111-0/+1
* Added the resource name "all" to enable all of the optional resource uses.Fred Drake2002-04-111-2/+11
* Improve coverage of Objects/weakrefobject.c.Fred Drake2002-04-111-0/+16
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-104-48/+772
* Added test case for UTF-8 encoding bug #541828.Marc-André Lemburg2002-04-101-0/+16
* Use random instead of whrandomAndrew M. Kuchling2002-04-101-3/+3
* - Changed new-style class instantiation so that when C's __new__Guido van Rossum2002-04-061-0/+22
* Add tests for binary pickles.Guido van Rossum2002-04-051-0/+12
* Implement an idea by Paul Rubin:Guido van Rossum2002-04-051-0/+6
* Add test case for SF bug 534347.Guido van Rossum2002-04-041-0/+8
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+228
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-039-172/+172