]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-05-21  Guido van RossumMake test_repr.py pass again after repr(range(1)) changed.
2007-05-21  Guido van RossumMake test_inspect pass once again.
2007-05-21  Walter DörwaldUpdate name of test.
2007-05-21  Walter DörwaldRename test_xrange.py to test_range.py and fix the
2007-05-21  Walter Dörwaldrepr(range(10)) now returns 'range(0, 10)' for clarity.
2007-05-20  Walter DörwaldRemove unused variables.
2007-05-20  Walter DörwaldAdd a few simple repr tests.
2007-05-20  Walter DörwaldChange range_repr() to use %R for the start/stop/step...
2007-05-19  Walter DörwaldAdd a format specifier %R to PyUnicode_FromFormat(...
2007-05-18  Guido van RossumUse test_support.unlink() instead of os.unlink().
2007-05-18  Guido van RossumFix the cleanup so that we're not left with shelftemp...
2007-05-18  Guido van RossumMake test_socket pass. There was an unchecked error...
2007-05-18  Walter DörwaldAdd functions PyUnicode_Append() and PyUnicode_AppendAn...
2007-05-18  Walter DörwaldAdd missing #define.
2007-05-18  Walter DörwaldFix test: u prefixes are gone now. Test 'a' and b'a...
2007-05-18  Walter DörwaldAdd 'U'/'U#' format characters to Py_BuildValue (and...
2007-05-18  Walter DörwaldRevert last checkin: _PyUnicode_New() allocates space
2007-05-18  Walter DörwaldAllocate one more character, so that the terminating
2007-05-18  Guido van RossumChange some uses of cStringIO.StringIO to io.StringIO.
2007-05-18  Guido van RossumProtect abs__file__() from changes to sys.modules while...
2007-05-17  Guido van RossumMake all the multibyte codec tests pass.
2007-05-17  Guido van RossumMake test_codecs work. The CJK codecs now use bytes...
2007-05-17  Guido van RossumMake test_new pass.
2007-05-17  Guido van RossumMake test_locale pass.
2007-05-17  Guido van RossumMake test__locale pass. Stupid bug in the original...
2007-05-17  Guido van RossumAllow encoding names to be unicode strings.
2007-05-17  Walter DörwaldFix tests for string encodings.
2007-05-17  Guido van RossumMerged revisions 55342-55406 via svnmerge from
2007-05-16  Walter DörwaldFix io.StringIO for wide Python builds.
2007-05-16  Walter DörwaldFix io.StringIO: String are stored encoded (using ...
2007-05-15  Guido van RossumMake test_subprocess pass. The subprocess module now...
2007-05-15  Guido van RossumMake test_sys pass.
2007-05-15  Guido van RossumMake test_strop pass. (But shouldn't we kill strop?)
2007-05-15  Guido van RossumMake test_re pass.
2007-05-15  Guido van RossumIt's ok for __hex__ or __oct__ to return unicode.
2007-05-15  Guido van RossumMake test_fileio.py work.
2007-05-15  Guido van RossumMake test_str.py pass.
2007-05-15  Guido van RossumMake tset_float pass. float(<unicode>) was never very...
2007-05-15  Guido van RossumAdd what looks like a necessary call to PyErr_NoMemory...
2007-05-15  Guido van RossumKill two innocuous compiler warnings.
2007-05-15  Guido van RossumObsubmit.
2007-05-15  Guido van RossumFix the picklevalue test; it broke due to the change...
2007-05-15  Guido van RossumMerged revisions 55328-55341 via svnmerge from
2007-05-14  Guido van RossumMerged revisions 55325-55327 via svnmerge from
2007-05-14  Guido van RossumMerged revisions 55270-55324 via svnmerge from
2007-05-12  Walter DörwaldChange PyUnicode_EncodeCharmap() to return bytes objects
2007-05-12  Walter DörwaldFix string test (was testing str twice).
2007-05-12  Walter DörwaldChange PyUnicode_EncodeRawUnicodeEscape() to return...
2007-05-12  Walter DörwaldReuse static global hexdigits array.
2007-05-12  Walter DörwaldChange PyUnicode_EncodeUnicodeEscape() to return a...
2007-05-11  Walter DörwaldThere's no longer a u prefix for unicode objects
2007-05-11  Walter DörwaldSimplify PyObject_Unicode(NULL) by using
2007-05-11  Guido van RossumMerged revisions 55225-55227,55229-55269 via svnmerge...
2007-05-11  Guido van RossumRemove support for u"..." literals.
2007-05-11  Walter DörwaldEnhance the punycode decoder so that it can decode
2007-05-10  Guido van RossumFix the array tests. Only a minor change to the C...
2007-05-10  Guido van RossumFix some miscellaneous places that incorrectly insisted...
2007-05-10  Guido van RossumMerged revisions 55228 via svnmerge from
2007-05-10  Walter DörwaldUse io.BytesIO instead of StringIO.StringIO in all
2007-05-10  Guido van RossumMerged revisions 55184-55224 via svnmerge from
2007-05-10  Walter DörwaldFix punycode codec and tests.
2007-05-09  Guido van RossumDon't insist on cStringIO.
2007-05-09  Guido van RossumDon't insist on cStringIO.
2007-05-09  Guido van RossumFix code depending on exception unpacking.
2007-05-09  Guido van RossumDon't insist on cStringIO.
2007-05-09  Guido van RossumAdd to an XXX comment.
2007-05-09  Guido van RossumRandom modifications that slightly improve the chances...
2007-05-09  Guido van RossumUse AsCharBuffer to get a C string out of a Python...
2007-05-09  Guido van RossumUse AsCharBuffer to get C strings out of Python strings.
2007-05-09  Guido van RossumThe NULL pointer for empty strings turns out to be...
2007-05-09  Guido van RossumBe more robust around bytes for e[st]#? formats.
2007-05-09  Guido van RossumMore uniform approach to getting (UTF8) bytes out of...
2007-05-09  Guido van RossumSupport PEP-263-style coding declarations.
2007-05-09  Guido van RossumI don't know how come bytes.join() was a class method...
2007-05-09  Walter DörwaldForwardport checkin:
2007-05-09  Guido van RossumFix trivial bug in idna encoding.
2007-05-09  Walter Dörwaldtest_codeccallbacks.py passes again.
2007-05-09  Walter DörwaldMention type in the exception message.
2007-05-09  Guido van RossumMake test_marshal pass. Not my best work. :-(
2007-05-08  Guido van RossumMake the StringIO test pass.
2007-05-08  Guido van RossumGot test_pickletools and test_pickle working.
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.
next