]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-05-08  Guido van RossumGiven that ord() of a bytes object of length 1 is defin...
2007-05-08  Guido van RossumFix a few places where a str instead of a bytes object...
2007-05-08  Guido van Rossumrepr(b"\0") should return b"\x00", not the (unusual...
2007-05-08  Guido van RossumKill u"..." string quotes. Thought I already did that.
2007-05-08  Guido van RossumGot test_exceptions.py working.
2007-05-08  Guido van RossumGet rid of 'file' built-in. Get rid of types.StringTyp...
2007-05-08  Guido van RossumMerged revisions 55180-55183 via svnmerge from
2007-05-07  Guido van RossumCheckpoint. A b it closer to working pickles and pickl...
2007-05-07  Guido van RossumMerged revisions 55007-55179 via svnmerge from
2007-05-07  Guido van RossumInitialized merge tracking via "svnmerge" with revision...
2007-05-07  Guido van RossumFix some trivial things in cPickle due to the renaming...
2007-05-07  Neal NorwitzVerify checkins to py3k branches go to 3000 list.
2007-05-06  Walter DörwaldCheck whether the strlen() result overflows Py_ssize_t.
2007-05-05  Walter DörwaldAdd two more space tests.
2007-05-05  Walter DörwaldRemove duplicate tests.
2007-05-05  Walter DörwaldChange PyUnicode_EncodeUTF7() to return a bytes object.
2007-05-05  Walter DörwaldSilence gcc warnings.
2007-05-05  Walter DörwaldWhen creating a unicode object from a char * characters
2007-05-05  Walter DörwaldFix %c overflow test.
2007-05-05  Walter Dörwaldtest_unicode.py passes again 9except for problems
2007-05-05  Walter DörwaldAdd PyUnicode_FromString(), which create a unicode...
2007-05-04  Guido van RossumMuch more pickling now works.
2007-05-04  Guido van RossumCheckpoint. Make pickle.py read/write bytes.
2007-05-04  Walter DörwaldChange UnicodeDecodeError objects so that the 'object...
2007-05-04  Guido van RossumDon't use StringType -- always test for basestring.
2007-05-04  Guido van RossumAdd 8-bit chr() back as chr8().
2007-05-04  Walter DörwaldMake the BOM constants in codecs.py bytes.
2007-05-04  Walter DörwaldChange PyUnicode_EncodeUTF16() so that it returns
2007-05-04  Walter DörwaldUse basestring instead of (str, str8) to test whether
2007-05-04  Guido van RossumIt's ok for __repr__ to return unicode.
2007-05-04  Guido van Rossumtest_exceptions.py passes, except for pickling of course.
2007-05-04  Guido van RossumMake test_types.py pass.
2007-05-04  Guido van RossumMake all of test_bytes pass (except pickling, which...
2007-05-04  Guido van RossumAdd trailing null bytes to a few more places.
2007-05-04  Guido van RossumCompare and hash unicode objects like their UTF-8 repre...
2007-05-04  Guido van RossumMore coding by random modification.
2007-05-03  Walter DörwaldTemporary fix: Module names are still 8bit strings...
2007-05-03  Walter DörwaldFix various spots where int/long and str/unicode unific...
2007-05-03  Walter DörwaldFix type name (str has been renamed to str8).
2007-05-03  Guido van RossumGet rid of all #ifdef Py_USING_UNICODE (it is always...
2007-05-03  Guido van RossumKill unichr() itself.
2007-05-03  Guido van RossumRename 'unicode' to 'str' in its tp_name field. Rename...
2007-05-02  Guido van RossumRip out all the u"..." literals and calls to unicode().
2007-04-27  Guido van RossumCheckpoint. Manipulated things so that string literals...
2007-04-27  Guido van RossumStart working on the str/unicode unification.
2007-04-27  Guido van RossumMerged revisions 53952-54987 via svnmerge from
2007-04-27  Guido van RossumFix print syntax so this runs using 3.0.
2007-04-26  Fred Drakefix some markup errors
2007-04-23  Nick CoghlanAllow decorators and return annotations to be used...
2007-04-23  Nick CoghlanDon't crash when nonlocal is used at module level ...
2007-04-21  Neal NorwitzAdd a note to this file that it might be out of date...
2007-04-21  Georg BrandlPEP 3114: rename .next() to .__next__() and add next...
2007-04-17  Guido van RossumMake it compile with C89.
2007-04-17  Guido van RossumIf $PYTHONNEWIO is set and nonempty,
2007-04-17  Neal NorwitzRemove functions in string module that are also string...
2007-04-17  Neal NorwitzRemove the SlowParser class because it depended on...
2007-04-17  Neal NorwitzRemove the xmllib module that was obsolete.
2007-04-17  Neal NorwitzRemove old string module
2007-04-17  Neal NorwitzRemove ancient platforms: AIX 3 and Irix 5. (AIX 4...
2007-04-17  Guido van RossumInstead of pickling the whole decoder, use the new...
2007-04-16  Walter DörwaldApply SF patch #1698994: Add getstate() and setstate()
2007-04-16  Guido van RossumCheck in the inevitable change to the version number.
2007-04-15  Nick CoghlanHide list comp variables and support set comprehensions
2007-04-13  Guido van RossumOops, don't test for a name attribute here. That's...
2007-04-13  Guido van RossumSupport name and mode attributes on all file types.
2007-04-13  Guido van Rossumstruct.unpack() allows a bytes string too (if it has...
2007-04-13  Guido van RossumSupport marshal.dump(x, f) where f is not a real file.
2007-04-13  Guido van RossumDisallow u"..." + b"..." and b"..." + u"...".
2007-04-13  Guido van RossumRough and dirty job -- allow concatenation of bytes...
2007-04-12  Guido van RossumMake a few more tests pass with the new I/O library.
2007-04-12  Guido van RossumClean up trailing whitespace.
2007-04-12  Guido van RossumFix most XXX remarks.
2007-04-12  Guido van RossumTest closed, mode attribute; don't test __exit__().
2007-04-12  Guido van RossumMake sure that writing an array instance returns the...
2007-04-12  Guido van RossumTextIO improvement:
2007-04-11  Georg BrandlBug #1697782: remove all remaining code that uses types...
2007-04-11  Guido van RossumMake array().tofile() work with a new I/O object.
2007-04-11  Guido van RossumRe-enable cleanup code.
2007-04-11  Guido van RossumSpeed up next() by disabling snapshot updating then.
2007-04-11  Guido van RossumMore efficient implementation of tell(); _read_chunk...
2007-04-11  Guido van RossumReal pickling for bytes.
2007-04-11  Guido van RossumAn example of action-at-a-distance: fix the problems...
2007-04-11  Guido van RossumCheckpoint so I can continue to work on this at a diffe...
2007-04-10  Guido van Rossumtruncate() returns the new size and position.
2007-04-10  Guido van RossumSkip large file tests on Windowns and OSX.
2007-04-10  Guido van RossumImplement long positioning (Unix only, probably).
2007-04-10  Guido van RossumBufferedIOBase and TextIOBase should derive from IOBase...
2007-04-10  Guido van RossumMore cleanup. Renamed BlockingIO to BlockingIOError.
2007-04-09  Guido van RossumBytes should never equal unicode.
2007-04-09  Guido van RossumFor Make Benefit Glorious Nation of Backwards Compatibi...
2007-04-09  Guido van RossumMake sure that a forked child process exits even if...
2007-04-09  Guido van RossumFix a place where it's pretty clear that a binary open...
2007-04-08  Guido van RossumCleanup.
2007-04-08  Guido van RossumMake it possible to instantiate a _FileIO() with an...
2007-04-07  Guido van RossumSomehow this contained a bogus reference to "exceptions...
2007-04-07  Guido van RossumA class used as an exception should inherit from Exception.
2007-04-07  Guido van RossumAdd some backwards compatibility stuff.
2007-04-06  Guido van RossumCheckpoint.
2007-04-06  Guido van RossumGet rid of duplicate definition of BufferedIOBase.
2007-04-06  Guido van RossumAdded a working Text I/O layer, by Mark Russell.
next