summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch #441091 from Finn Bock: the more advanced flush options are notAndrew M. Kuchling2001-08-101-15/+20
* Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.Guido van Rossum2001-08-102-0/+12
* Whitespace normalization.Tim Peters2001-08-097-41/+40
* Skip test_mhlib on Windows -- too many Unix assumptions.Tim Peters2001-08-091-2/+6
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-092-0/+4
* Restore the test for 'object' that I removed when object wasGuido van Rossum2001-08-091-0/+24
* Unittests for mhlib, by Nick Mathewson.Guido van Rossum2001-08-091-0/+328
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-091-0/+24
* A test suite for binary operators, disguised as a rational numberGuido van Rossum2001-08-081-0/+340
* Add a test that xml.sax.saxutils.XMLGenerator does the right thingFred Drake2001-08-072-1/+18
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Remove the test for the 'object' type -- it can no longer beGuido van Rossum2001-08-071-24/+0
* silence warnings about import *Jeremy Hylton2001-08-071-0/+7
* Hack to workaround bug #445984: attempt to import _socket beforeGreg Ward2001-08-041-0/+4
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-041-39/+46
* Don't use any characters C doesn't guarantee are safe for text-mode files.Tim Peters2001-08-031-12/+12
* Fix stupid bug: when migrating these tests from the Zope repository, theFred Drake2001-08-031-14/+20
* The test opened the binary test data files in text mode! Fixed.Jack Jansen2001-08-031-3/+3
* Make sure that WeakValueDictionary[] raises KeyError instead of TypeErrorFred Drake2001-08-031-0/+5
* This test failed under python -O.Tim Peters2001-08-021-3/+7
* Unit test for improved package import semantics.Guido van Rossum2001-08-021-0/+74
* Merge of descr-branch back into trunk.Tim Peters2001-08-022-2/+837
* s/endswith/startswith/Tim Peters2001-08-011-1/+1
* Rewritten version of Finn Bock's SF patch #446907 (Allow jython toTim Peters2001-08-011-1/+4
* test_codeup should not have had an expected-output file; removing it.Tim Peters2001-07-301-10/+0
* Add tests for getattr() and hasattr() with non-string argsJeremy Hylton2001-07-302-0/+24
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-302-0/+14
* Fix when pyexpat not builtJeremy Hylton2001-07-301-0/+1
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-302-0/+100
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-271-0/+7
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-261-0/+1
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-261-0/+13
* Fix for bug #444493: u'\U00010001' segfaults with current CVS onMarc-André Lemburg2001-07-251-1/+2
* Make this test work under Windows as well.Fred Drake2001-07-231-2/+5
* Test for the "glob" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+110
* Whitespace normalization.Tim Peters2001-07-231-4/+3
* Tests for the "commands" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+45
* New tests by Nick Mathewson, for the fpformat module.Fred Drake2001-07-231-0/+67
* On WIndows, skip the part of test_dircache that can't work on Windows.Tim Peters2001-07-211-9/+15
* Whitespace normalization, plus:Tim Peters2001-07-213-13/+13
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* Make the unicode-escape and the UTF-16 codecs handle surrogatesMarc-André Lemburg2001-07-201-0/+8
* Regression test for the dircache module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+62
* Test for the repr module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+108
* Add some test cases for ntpath.join().Tim Peters2001-07-191-3/+19
* Cosmetic: break the long lines in test_ntpath.py, and get rid of itsTim Peters2001-07-192-9/+14
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-192-2/+25
* Remove a couple of lines from the test that proved not to be portable toFred Drake2001-07-171-2/+0
* Start of a test suite for the "os" module -- this only tests the temporaryFred Drake2001-07-171-0/+60
* Use the "st" versions of the "ast" calls in the parser module -- there isFred Drake2001-07-171-2/+2