summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-1348-254/+1224
* Make test_tmpfile() pass. (And hence test_os.py as a whole passes.)Guido van Rossum2007-06-131-2/+2
* Fix bz2_test.py by removing the tests for universal newline mode.Guido van Rossum2007-06-131-26/+0
* Fix test_shlex: Use io.StringIO.Walter Dörwald2007-06-121-7/+2
* Rip out all codecs that can't work in a unicode/bytes world:Walter Dörwald2007-06-121-64/+0
* Duh. Delete the outdated comment too.Guido van Rossum2007-06-121-7/+0
* Seems this test is just fine. It fails because __phello__.spamGuido van Rossum2007-06-121-2/+0
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-115-59/+37
* Check unicode identifier directly instead of convertingWalter Dörwald2007-06-111-0/+7
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-103-7/+9
* Adapt to new exception message.Walter Dörwald2007-06-091-6/+6
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-087-112/+62
* Fix chr() test (1000000 was accepted on a UCS4 build).Walter Dörwald2007-06-081-1/+1
* Accellerate binary readline() a bit.Guido van Rossum2007-06-071-0/+12
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-075-17/+11
* The bufsize argument to Popen() should accept None meaning the default (0).Guido van Rossum2007-06-071-0/+8
* Fix test_str.py so that it tests the str8 class.Walter Dörwald2007-06-072-2/+2
* Fix test_deque.py: Read and write file in text mode,Walter Dörwald2007-06-071-2/+2
* Fix tests for unicode-internal codec.Walter Dörwald2007-06-071-13/+13
* tokenizer.c: make coding markup work again.Guido van Rossum2007-06-071-17/+17
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-0626-585/+324
* Fix gzip.py: Use bytes where 8bit strings have been used formerly.Walter Dörwald2007-06-061-9/+9
* If append mode is specified seek to the end of the file.Walter Dörwald2007-06-061-0/+18
* Fix test_codeccallbacks.py: bytes has no % operator.Walter Dörwald2007-06-061-3/+3
* Change sys.intern() so that unicode strings can beWalter Dörwald2007-06-051-1/+12
* Simplify socket_repr() by using PyUnicode_FromFormat()Walter Dörwald2007-06-051-0/+4
* Fix test_openpty.Guido van Rossum2007-05-301-2/+2
* Fix test_pty.py.Walter Dörwald2007-05-291-7/+7
* Fix file test.Walter Dörwald2007-05-291-1/+1
* Get rid of a test for repr() of a file object.Guido van Rossum2007-05-271-8/+0
* Make struct tests pass.Guido van Rossum2007-05-271-20/+26
* Merged revisions 55545-55587 via svnmerge fromGuido van Rossum2007-05-251-0/+75
* Fixed array.fromfile(); removed references to PyFileObject in array.tofile().Guido van Rossum2007-05-241-7/+1
* Don't specify an encoding, let open figure out anWalter Dörwald2007-05-241-2/+2
* Fix test_set.Guido van Rossum2007-05-241-4/+4
* Fix tset_bytes.py.Guido van Rossum2007-05-241-4/+4
* Fix test_exceptions.py: There were still str8 objectsWalter Dörwald2007-05-241-5/+5
* Fix list_test.py::test_print(): Read and write theWalter Dörwald2007-05-241-2/+2
* Fix test_funcattrs.py: __name__ attribute must be str8.Walter Dörwald2007-05-241-2/+2
* Fix test_bool and test_bufio.Guido van Rossum2007-05-242-7/+7
* Make test_subprocess work. Fix universal newlines in io.py.Guido van Rossum2007-05-241-12/+12
* Merged revisions 55514-55544 via svnmerge fromGuido van Rossum2007-05-241-1/+1
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-242-2/+2
* Fix datetime and its test.Guido van Rossum2007-05-231-1/+2
* Make gdbm and dumbdbm use byte strings. Updated their tests.Guido van Rossum2007-05-234-31/+32
* Fix test_unicodedata.py.Walter Dörwald2007-05-231-1/+1
* Fix testcodec.py and test_charmapcodec.pyWalter Dörwald2007-05-232-16/+16
* bz2 uses bytes everywhere (even for the 'newlines' attribute).Guido van Rossum2007-05-221-16/+16
* zlib now uses bytes everywhere, and the test passes.Guido van Rossum2007-05-221-42/+42
* Make test_binhex pass. (Do we really want to support it still?)Guido van Rossum2007-05-221-8/+5