summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-182-4/+7
* Make sys.path and sys.argv into lists of strings.Guido van Rossum2007-06-151-1/+1
* Fix some problems introduced by the str8 repr change.Guido van Rossum2007-06-152-2/+5
* Modernize the super() call in ABCMeta.__new__() -- I had messed withGuido van Rossum2007-06-141-1/+1
* Fix some tests by deleting stuff.Guido van Rossum2007-06-144-56/+1
* Somehow this needed adding.Guido van Rossum2007-06-141-0/+179
* Reduce redundant calls to str() in _Environ class.Guido van Rossum2007-06-131-3/+4
* Following an idea by Ron Adam, make sure keys and values in theGuido van Rossum2007-06-132-7/+14
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13104-647/+2185
* 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
* unicode is named str now => fix type check.Walter Dörwald2007-06-121-1/+1
* 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-1210-686/+5
* 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
* Some quick fixes of code that was sorting dict.keys() etc.Guido van Rossum2007-06-121-6/+3
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-119-89/+48
* 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
* Fix Cookie.py: Fix example in the docstring (encoded SerialCookies containWalter Dörwald2007-06-081-12/+10
* 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
* Make test_socket work.Guido van Rossum2007-06-081-7/+13
* Just enoug fixes so that test_mailbox fails instead of loops forever.Guido van Rossum2007-06-071-19/+23
* Accellerate binary readline() a bit.Guido van Rossum2007-06-072-8/+26
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-0739-200/+160
* Fix pdb help command.Alexandre Vassalotti2007-06-071-2/+3
* The bufsize argument to Popen() should accept None meaning the default (0).Guido van Rossum2007-06-072-0/+10
* Change normalize_encodings() to avoid using .translate() or depending onGuido van Rossum2007-06-071-14/+11
* Fix libc_ver(): libc_ver() was reading sys.executableWalter Dörwald2007-06-071-2/+2
* Fix test_str.py so that it tests the str8 class.Walter Dörwald2007-06-072-2/+2
* Register a dispatcher for str8. (This makes test_copy.py pass again.)Walter Dörwald2007-06-071-4/+1
* 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-072-19/+18
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-0653-1909/+501
* Fix gzip.py: Use bytes where 8bit strings have been used formerly.Walter Dörwald2007-06-062-29/+31
* 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
* Add a helper to display the various flags and components of code objectsGuido van Rossum2007-05-301-0/+56
* Fix test_openpty.Guido van Rossum2007-05-301-2/+2
* types.StringType is gone, use str directly instead.Walter Dörwald2007-05-291-1/+4
* Remove debug print.Walter Dörwald2007-05-291-1/+0
* Fix typo.Walter Dörwald2007-05-291-1/+2
* Fix test_pty.py.Walter Dörwald2007-05-291-7/+7
* Fix file test.Walter Dörwald2007-05-291-1/+1