]> granicus.if.org Git - python/shortlog
python
2007-07-18 Guido van RossumMake test_unicode pass after the lexer was fixed to...
2007-07-18 Guido van RossumMake test_parser pass after merge.
2007-07-18 Guido van RossumFix test_asyncore after merge. It needs to use bytes.
2007-07-18 Guido van RossumMerged revisions 56301-56442 via svnmerge from
2007-07-18 Guido van RossumDo the right thing for CYGWIN.
2007-07-18 Martin v. LöwisChange Py_BuildValue to generate Unicode objects for
2007-07-17 Collin WinterRun 2to3 over the Demo/ directory to shut up parse...
2007-07-17 Guido van RossumSF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg...
2007-07-17 Guido van RossumMinimal changes to make ftplib work. Basically, this...
2007-07-17 Guido van Rossum(1) SF patch# 1755214 by Amaury Forgeot d'Arc which...
2007-07-17 Collin WinterFix two bugs from the map->itertools.imap switch.
2007-07-17 Collin WinterFix a bug in distutils.core's error handling.
2007-07-17 Guido van RossumMake the test of chr() overflow pass.
2007-07-17 Collin WinterFix a bug from the map->itertools.imap conversion.
2007-07-17 Guido van RossumMake test_pickletools.py pass.
2007-07-16 Guido van RossumFix for cProfile.
2007-07-16 Guido van RossumChange a bunch of file encodings from Latin-1 to UTF-8.
2007-07-16 Guido van RossumFix for one particular test (test_file). There are...
2007-07-16 Guido van RossumThree patches by Amaury Forgeot d'Arc; SF patch# 1754484.
2007-07-16 Guido van RossumFix test_uu.py by inserting an explicit conversion...
2007-07-16 Guido van RossumFix a weird use of try/finally to close a file.
2007-07-16 Guido van RossumSF patch# 1752647 by Joe Gregorio.
2007-07-15 Guido van RossumUse the encoding specification when reading the source...
2007-07-15 Guido van RossumDon't stop installing if compileall fails -- ever.
2007-07-15 Guido van RossumImprove error handling; don't die from unicode errors...
2007-07-15 Guido van RossumMake chr() and ord() return/accept surrogate pairs...
2007-07-14 Thomas HellerFix ctypes tests on OS X.
2007-07-13 Thomas HellerFor easier merging, revert ths change; it will be broug...
2007-07-13 Thomas Helleratexit is a builtin module now, provide that on Windows.
2007-07-13 Thomas Hellerc_char, c_char_p objects and c_char array structure...
2007-07-13 Thomas HellerDo not accept str8 type in function calls any longer.
2007-07-13 Thomas HellerRemove all the Python 2.3 compatibility markers (the...
2007-07-13 Thomas HellerRemove all the Python 2.3 compatibility markers (the...
2007-07-13 Thomas HellerStructure fields of type c_char array or c_wchar array...
2007-07-12 Thomas HellerNo crashes on Linux in the ctypes test suite any longer...
2007-07-12 Thomas HellerFix segfault on Linux.
2007-07-12 Thomas HellerMore easy fixes. The ctypes unittests pass now (on...
2007-07-12 Thomas Hellerbinascii.hexlify returns a bytes object; we must conver...
2007-07-12 Thomas HellerSimple fixes.
2007-07-12 Thomas HellerSimple fixes.
2007-07-12 Thomas HellerSimple fixes.
2007-07-12 Thomas Hellerc_void_p.from_param accepts bytes. Fix test_prototypes.
2007-07-12 Thomas Hellerc_char_p.from_param accepts bytes. Fix test_parameters.
2007-07-12 Thomas HellerFix another test.
2007-07-12 Thomas Hellertest_slicing does not segfault under linux anymore...
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.
next