]> granicus.if.org Git - python/shortlog
python
2007-07-12 Thomas HellerAccept bytes as parameter to foreign functions without...
2007-07-12 Thomas HellerAccept bytes for c_wchar_p instances and c_wchar array...
2007-07-12 Thomas HellerChange the StgDictObject's proto member to a PyUnicode_...
2007-07-12 Thomas HellerAccept bytes in c_char_p and c_wchar_p types.
2007-07-12 Thomas Hellerctypes.c_char and ctypes.c_wchar now accept initializat...
2007-07-12 Thomas HellerUse a unicode string as unique_key instead of 8-bit...
2007-07-12 Walter DörwaldFix typo in docstring.
2007-07-12 Walter DörwaldRename PyTclObject_unicode to PyTclObject_str and use...
2007-07-12 Thomas HellerFix a ctypes test.
2007-07-12 Thomas HellerFix a ctypes test.
2007-07-12 Thomas HellerSkip testing the special file "/dev/tty" on Windows...
2007-07-12 Thomas HellerSecond part of sf# 1752225: On windows, emulate ftrunca...
2007-07-12 Thomas HellerFirst part of sf# 1752225: Support for wide filenames...
2007-07-12 Thomas HellerPy_USING_UNICODE is no longer defined on Windows (on...
2007-07-12 Guido van RossumMake this a pure-ASCII file. This used to have a Latin...
2007-07-12 Guido van RossumMerged revisions 56265-56300 via svnmerge from
2007-07-12 Guido van RossumFix for tet_bigmem.py (the failure was caused by a...
2007-07-12 Guido van RossumFixes for str/uni/bytes for gettext.py. test_gettext...
2007-07-12 Guido van RossumFix asynchat to use bytes instead of strings.
2007-07-12 Guido van RossumFixed a refcount leak in _PyUnicode_AsDefaultEncodedStr...
2007-07-12 Guido van RossumUse unicode instead of 8-bit strings.
2007-07-11 Guido van Rossumobcheckin.
2007-07-11 Guido van RossumFix test_poll.py. By Christian Heimes.
2007-07-11 Thomas HellerMust create heaptypes with unicode names.
2007-07-11 Thomas HellerRevert a wrong commit.
2007-07-11 Thomas HellerMust create heaptypes with unicode names.
2007-07-11 Thomas HellerFix the test; solution found by Christian Heimes. ...
2007-07-11 Thomas HellerFix one more ctypes test, and disable the tests that...
2007-07-11 Thomas Hellerdict.keys() returns an iterable, convert it into a...
2007-07-11 Thomas HellerRemove unused local variable.
2007-07-11 Thomas HellerPyUnicode_AsEncodedString() returns a bytes object.
2007-07-11 Thomas HellerFix some more ctypes tests.
2007-07-11 Guido van RossumMerged revisions 56154-56264 via svnmerge from
2007-07-11 Thomas HellerSee SF# 1751801: Windows: Add the _fileio builtin modul...
2007-07-11 Thomas HellerFix some simple ctypes tests.
2007-07-11 Thomas HellerRepair ctypes Structures.
2007-07-11 Thomas HellerAvoid compiler warnings about 'const char*'.
2007-07-11 Guido van RossumPatch by Christian Heimes to change self.assert_(x...
2007-07-11 Thomas HellerPyType_stgdict() returns a borrowed reference which...
2007-07-11 Thomas Hellerprint() is a function now.
2007-07-11 Thomas HellerMake _ctypes_test.c compile on Windows.
2007-07-11 Guido van RossumMake test_descr.py pass. Had to disable a few tests...
2007-07-11 Guido van RossumFix test_cmd_line.py. Fix by Christian Heimes.
2007-07-10 Guido van RossumFix test_file.py. It was passing on OSX for the wrong...
2007-07-10 Guido van RossumFix test_hashlib regression caused by my fixing hexdige...
2007-07-10 Guido van RossumSilence compiler warning.
2007-07-10 Guido van RossumMake hmac use bytes. Make test_hmac pass.
2007-07-10 Guido van RossumMake sure hexdigest() returns str, not str8.
2007-07-10 Guido van RossumMake test_genericpath pass.
2007-07-10 Guido van RossumMake test_posixpath.py pass.
2007-07-10 Guido van RossumSet closed flag *after* calling flush().
2007-07-10 Guido van RossumMake test_marshal pass. There was a bizarre recursion...
2007-07-10 Guido van RossumBe even more lenient when catching errors from readlines().
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.
next