summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* More protocol 2: TUPLE1, TUPLE2, TUPLE3.Guido van Rossum2003-01-281-0/+12
* Rename 'bin' arg to 'proto'. Keep the default at 0 lest the testsGuido van Rossum2003-01-281-4/+4
* First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4.Guido van Rossum2003-01-281-0/+14
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-271-0/+3
* Repaired spelling of "test_iconv_codecs" in various expected-skip lists.Tim Peters2003-01-271-3/+3
* Fix comment typosWalter Dörwald2003-01-271-3/+4
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-271-0/+95
* Test that True can be copied.Martin v. Löwis2003-01-261-0/+4
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-261-0/+3
* Patch #636005: Filter unicode into unicode.Martin v. Löwis2003-01-251-0/+6
* Synchronize with PyXML's 1.33: Import missing modules.Martin v. Löwis2003-01-251-3/+6
* Merge PyXML 1.11-1.26:Martin v. Löwis2003-01-251-24/+732
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-0/+38
* A very minimal start to a test of the shutil module.Barry Warsaw2003-01-241-0/+28
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-1/+15
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-2/+20
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-232-41/+65
* Bringing the code and test suite into line with doc and NEWS changesTim Peters2003-01-231-28/+90
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-212-11/+14
* New rule for tzinfo subclasses handling both standard and daylight time:Tim Peters2003-01-201-20/+27
* Add comments and remove duplicate tests.Walter Dörwald2003-01-201-26/+34
* Port test_userdict.py to PyUnit. From SF patch #662807,Walter Dörwald2003-01-191-193/+233
* Port test_unicode.py to PyUnit and add tests for errorWalter Dörwald2003-01-192-872/+1039
* Combine test_b1.py and test_b2.py into test_builtin.py,Walter Dörwald2003-01-194-1104/+1075
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-181-0/+11
* SF patch 670012: Compatibility changes for _strptime.py.Tim Peters2003-01-181-47/+38
* * Migrate sample distribution test from random.py to test_random.py.Raymond Hettinger2003-01-171-5/+22
* Let test_random cover the endpoints.Raymond Hettinger2003-01-161-9/+20
* Test optional slice arguments.Raymond Hettinger2003-01-161-4/+14
* Added doctest for examples in the library reference.Raymond Hettinger2003-01-161-0/+60
* Convert to unittest format so that more tests can be added cleanly.Raymond Hettinger2003-01-161-118/+127
* This test previously failed when run from the 'test' directory. In thatMark Hammond2003-01-161-5/+7
* On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,Jack Jansen2003-01-151-1/+2
* * Add test for __cmp__()Raymond Hettinger2003-01-151-2/+40
* A new test here was failing on Windows, because the test before it neverTim Peters2003-01-131-10/+5
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-131-1/+24
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-1/+1
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+18
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-1/+1
* cleaned up Jack's Mac OS9 changesJust van Rossum2003-01-091-5/+1
* Make the test scripts work again with narrow Python builds.Walter Dörwald2003-01-091-1/+1
* Add a few test cases to increase code coverage:Walter Dörwald2003-01-081-0/+115
* Add a test that exercises the error handling part ofWalter Dörwald2003-01-081-0/+6
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-081-68/+89
* Various tweaks to make the test work on the Mac.Jack Jansen2003-01-081-3/+12
* Updated the list of expected skips for MacPython-OS9.Jack Jansen2003-01-081-0/+8
* n the Mac the frozen import that should fail actually succeeds, and we know i...Jack Jansen2003-01-081-6/+7
* Added the Mac to platforms that don't have user/group/other modes.Jack Jansen2003-01-081-3/+6
* - be explicit: audio data files should be opened in binary modeFred Drake2003-01-081-2/+2
* Enable building and testing of ossaudiodev for Linux.Guido van Rossum2003-01-081-0/+7