]> granicus.if.org Git - python/shortlog
python
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.
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
next