]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-07-10  Guido van RossumAdd proper tests for closed files to various I/O operat...
2007-07-10  Guido van RossumAdd the function/method name to assertRaises.
2007-07-10  Guido van RossumMake test_urllib.py pass. Mostly str/bytes issues.
2007-07-10  Guido van RossumFix test_socket.py. Simple str/bytes issue with IPV6...
2007-07-10  Guido van RossumMade test_file pass. This meant adding support for...
2007-07-09  Guido van RossumUpon exit, flush stdout and stderr (twice: before and...
2007-07-09  Guido van RossumChange hashlib to return bytes from digest() instead...
2007-07-09  Guido van RossumForgot to submit this earlier; it's needed to make...
2007-07-09  Guido van RossumMake test_uuid passed.
2007-07-09  Guido van RossumChanges to ctypes and Mac toolbox glue that fix test_th...
2007-07-09  Guido van RossumMake test_tempfile.py work. Make SpooledTempFile work...
2007-07-09  Guido van RossumMake test_optparse pass.
2007-07-09  Guido van RossumFix the last remaining problem with test_multibytecodec.py;
2007-07-03  Guido van RossumTwo necessary fixes (but not enough to make tests pass):
2007-07-03  Guido van RossumFix test_types.py (broken due to removal of array.array...
2007-07-03  Guido van RossumFix the code for stripping the leading 's' from str8...
2007-07-03  Guido van RossumRemove a few unicode references accidentally merged in.
2007-07-03  Guido van RossumFix test_cookie after filter() behavior change.
2007-07-03  Guido van RossumFix test_struct. A bunch of array and bytes issues.
2007-07-03  Guido van RossumCreating an array with a bytes object as initializer
2007-07-03  Guido van RossumThere is no longer a 'c' array typecode.
2007-07-03  Guido van RossumFix a subtle bug in PyString_Repr().
2007-07-03  Guido van RossumMerged revisions 56125-56153 via svnmerge from
2007-07-01  Walter DörwaldRevert r56044 (which changed the %c format specifier...
2007-06-30  Guido van RossumFix a failure that was only apparent on big-endian...
2007-06-30  Martin v. LöwisFix test_httplib.
2007-06-30  Guido van RossumMerged revisions 56020-56124 via svnmerge from
2007-06-30  Guido van RossumDon't retest failing tests -- it takes too long.
2007-06-22  Walter DörwaldChange float.__getformat__() to return a unicode string.
2007-06-22  Walter DörwaldMake array.typecode a unicode string.
2007-06-22  Walter DörwaldChange readbuffer_encode() and charbuffer_encode() to
2007-06-20  Walter DörwaldSilence GCC warning about uninitialzed variable.
2007-06-20  Walter DörwaldMake "thread.local" key a unicode object.
2007-06-20  Walter DörwaldOpen files in binary mode.
2007-06-20  Walter DörwaldMake pickle errror message unicode objects.
2007-06-20  Walter DörwaldChange %c format specifier for PyArg_ParseTuple() so...
2007-06-20  Walter DörwaldPatch by Ron Adam: Don't use u prefix in unicode error...
2007-06-18  Guido van Rossum"Fix" the array module test -- by ripping out the ...
2007-06-18  Guido van RossumFix a buch of shallow test failures.
2007-06-18  Guido van RossumMerged revisions 55962-56019 via svnmerge from
2007-06-15  Guido van RossumMake sys.path and sys.argv into lists of strings.
2007-06-15  Guido van RossumFix some problems introduced by the str8 repr change.
2007-06-15  Guido van RossumFix a typo in the name of an output file.
2007-06-15  Guido van RossumPatch by Ron Adam to make repr(str8(...)) return someth...
2007-06-14  Guido van RossumModernize the super() call in ABCMeta.__new__() --...
2007-06-14  Guido van RossumAdd asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.
2007-06-14  Guido van RossumFix another issue likely introduced by the merge.
2007-06-14  Guido van RossumLooks like an oopsie -- I ignored a warning at my peril.
2007-06-14  Guido van RossumFix some tests by deleting stuff.
2007-06-14  Guido van RossumSomehow this needed adding.
2007-06-13  Guido van RossumReduce redundant calls to str() in _Environ class.
2007-06-13  Guido van RossumFollowing an idea by Ron Adam, make sure keys and value...
2007-06-13  Guido van RossumMerged revisions 55817-55961 via svnmerge from
2007-06-13  Guido van RossumShut up compiler warnings.
2007-06-13  Guido van RossumDiscard unused function.
2007-06-13  Guido van RossumMake test_tmpfile() pass. (And hence test_os.py as...
2007-06-13  Guido van RossumFix bz2_test.py by removing the tests for universal...
2007-06-13  Guido van RossumMake it compile with GCC 2.96.
2007-06-13  Guido van RossumCheckpoint: half-fixed the bz2 module. 'U' is no longe...
2007-06-12  Guido van RossumRip out the file object's implementation.
2007-06-12  Walter Dörwaldunicode is named str now => fix type check.
2007-06-12  Walter DörwaldFix test_shlex: Use io.StringIO.
2007-06-12  Walter DörwaldMention name of left operand, if "foo in unicode_string"
2007-06-12  Walter DörwaldRip out all codecs that can't work in a unicode/bytes...
2007-06-12  Walter DörwaldMake module docstrings unicode objects.
2007-06-12  Martin v. LöwisRevert 55876. Use PyUnicode_AsEncodedString instead.
2007-06-12  Guido van RossumDuh. Delete the outdated comment too.
2007-06-12  Guido van RossumSeems this test is just fine. It fails because __phell...
2007-06-12  Guido van RossumMinimal changes to make the "freeze" tool work again.
2007-06-12  Guido van RossumUpdate the frozen bytecode for __hello__.
2007-06-12  Guido van RossumSome quick fixes of code that was sorting dict.keys...
2007-06-11  Walter DörwaldRemove unused code.
2007-06-11  Walter DörwaldSimplify various spots where: str() is called on something
2007-06-11  Walter DörwaldAdd versionadded notes to PyUnicode_FromString(),
2007-06-11  Walter DörwaldDocument PyUnicode_FromFormat().
2007-06-11  Walter DörwaldAdd a format specifier %V to PyUnicode_FromFormat(...
2007-06-11  Walter DörwaldFix PyErr_Format() call (missing exception class).
2007-06-11  Walter DörwaldUse PyErr_Format() directly instead of
2007-06-11  Walter DörwaldSimplify error formatting. Fix error message in
2007-06-11  Walter DörwaldSimplify ste_repr().
2007-06-11  Walter DörwaldSimplify error formatting and type_repr().
2007-06-11  Walter DörwaldSimplify error formatting.
2007-06-11  Walter DörwaldSimplify error formatting (no default encoding required).
2007-06-11  Walter DörwaldCheck unicode identifier directly instead of converting
2007-06-11  Walter Dörwald__module__ is a unicode string now:
2007-06-11  Martin v. LöwisShort-cut lookup of utf-8 codec, to make import work
2007-06-10  Martin v. LöwisExpect unicode in class_name.
2007-06-10  Martin v. LöwisFix getclassname. Fixes test_descrtut.
2007-06-10  Martin v. LöwisMake identifiers str (not str8) objects throughout.
2007-06-09  Walter DörwaldAdapt to new exception message.
2007-06-08  Walter DörwaldFix Cookie.py: Fix example in the docstring (encoded...
2007-06-08  Walter DörwaldRename checks for test_support.have_unicode (we always
2007-06-08  Walter DörwaldFix chr() test (1000000 was accepted on a UCS4 build).
2007-06-08  Guido van RossumMake test_socket work.
2007-06-07  Guido van RossumJust enoug fixes so that test_mailbox fails instead...
2007-06-07  Guido van RossumAccellerate binary readline() a bit.
2007-06-07  Guido van RossumMerged revisions 55795-55816 via svnmerge from
2007-06-07  Alexandre VassalottiFix pdb help command.
2007-06-07  Guido van RossumThe bufsize argument to Popen() should accept None...
2007-06-07  Guido van RossumChange normalize_encodings() to avoid using .translate...
next