summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-1315-190/+266
* Shut up compiler warnings.Guido van Rossum2007-06-132-2/+4
* Fix bz2_test.py by removing the tests for universal newline mode.Guido van Rossum2007-06-131-11/+2
* Checkpoint: half-fixed the bz2 module. 'U' is no longer supported.Guido van Rossum2007-06-131-211/+42
* Rip out the file object's implementation.Guido van Rossum2007-06-124-149/+19
* Remove unused code.Walter Dörwald2007-06-111-4/+0
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-105-10/+10
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-068-1509/+2
* Use O_APPEND flag instead of seeking, when appendWalter Dörwald2007-06-061-12/+5
* If append mode is specified seek to the end of the file.Walter Dörwald2007-06-061-0/+12
* Use PyUnicode_FromFormat() directly inWalter Dörwald2007-06-051-8/+4
* Change category(), bidirectional(), east_asian_width(),Walter Dörwald2007-06-051-6/+6
* Simplify os_init() implementations by using PyErr_Format()Walter Dörwald2007-06-051-8/+2
* Remove unused variable.Walter Dörwald2007-06-051-1/+0
* Simplify socket_repr() by using PyUnicode_FromFormat()Walter Dörwald2007-06-051-3/+1
* Change time.strftime() to return a unicode string.Walter Dörwald2007-05-311-5/+4
* Change timedelta.__str__() to return a unicode object.Walter Dörwald2007-05-311-36/+19
* Change isoformat() methods to return unicode strings.Walter Dörwald2007-05-311-48/+32
* Change format_ctime() to return unicode (i.e.Walter Dörwald2007-05-311-6/+4
* Merged revisions 55588-55630 via svnmerge fromGuido van Rossum2007-05-291-1362/+0
* Modernize. Values are now bytes.Guido van Rossum2007-05-271-14/+27
* Make struct tests pass.Guido van Rossum2007-05-271-1/+6
* Add interning of unicode strings by copying the functionality fromWalter Dörwald2007-05-251-1/+2
* Fixed array.fromfile(); removed references to PyFileObject in array.tofile().Guido van Rossum2007-05-241-71/+58
* Link _fileio statically -- it is needed during initialization.Guido van Rossum2007-05-241-0/+1
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-242-1544/+6
* Refactor to avoid ultra-deeply-nested code.Guido van Rossum2007-05-231-36/+53
* Fix datetime and its test.Guido van Rossum2007-05-231-8/+21
* Make gdbm and dumbdbm use byte strings. Updated their tests.Guido van Rossum2007-05-231-10/+14
* Simplify append_keyword_tzinfo() by usingWalter Dörwald2007-05-231-10/+2
* bz2 uses bytes everywhere (even for the 'newlines' attribute).Guido van Rossum2007-05-221-66/+102
* zlib now uses bytes everywhere, and the test passes.Guido van Rossum2007-05-221-36/+62
* Make test_base64 pass.Guido van Rossum2007-05-221-3/+3
* Make binascii use byte strings everywhere (in and out).Guido van Rossum2007-05-221-47/+71
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-229-1592/+41
* Make test_zipfile pass.Guido van Rossum2007-05-221-6/+36
* Sockets facelift. APIs that could return binary data (e.g. aton() andGuido van Rossum2007-05-211-156/+52
* Remove unused variables.Walter Dörwald2007-05-202-2/+1
* Add a format specifier %R to PyUnicode_FromFormat(), which embedsWalter Dörwald2007-05-196-87/+35
* Make test_socket pass. There was an unchecked error when a UnicodeGuido van Rossum2007-05-181-1/+2
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-1815-66/+102
* Make all the multibyte codec tests pass.Guido van Rossum2007-05-171-6/+19
* Make test_codecs work. The CJK codecs now use bytes instead of str8 forGuido van Rossum2007-05-171-24/+27
* Allow encoding names to be unicode strings.Guido van Rossum2007-05-171-0/+5
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-174-1070/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-152-149/+49
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-1410-32/+79
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-15/+2
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-1115-19945/+19
* Fix the array tests. Only a minor change to the C code was required.Guido van Rossum2007-05-101-1/+3