]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-07-26  Brett CannonMove xdrlib over to the bytes type.
2007-07-26  Brett CannonMove shelve over to BytesIO as pickle.(Pickler | Unpick...
2007-07-25  Guido van RossumFix two bad type identifiers that caused crashes on...
2007-07-24  Guido van RossumMake the last two curses demos work again -- they were...
2007-07-24  Guido van RossumccMake test_curses pass.
2007-07-23  Guido van RossumMake test_wave.py pass.
2007-07-23  Guido van RossumMake test_tcl.py pass, by accepting unicode strings...
2007-07-23  Guido van RossumTweaks to make the codecmaps tests pass again.
2007-07-23  Guido van RossumSF patch# 1759016 by Joe Gregorio, who writes:
2007-07-23  Guido van RossumSF patch# 1758570 by Jeffrey Yasskin, who writes:
2007-07-23  Guido van RossumDon't use cwnon-ASCII characters in the source; use...
2007-07-23  Guido van RossumFix import of frozen package submodules to use Unicode...
2007-07-23  Guido van RossumAdd a command line option to set the -u flag.
2007-07-23  Guido van RossumDon't use a sleep to wait for the server to be ready...
2007-07-23  Collin WinterFix test_largefile by changing some string literals...
2007-07-23  Collin WinterFix test_poplib failures.
2007-07-22  Guido van RossumMake close() (all versions) ignore IOError from flush().
2007-07-22  Guido van RossumRemove this test; it checked for a single old bug and...
2007-07-22  Guido van RossumMake test_compile not fail.
2007-07-22  Martin v. LöwisDrop cPickle from Windows build process.
2007-07-22  Martin v. LöwisMerged revisions 56483-56491 via svnmerge from
2007-07-21  Martin v. LöwisFix merge breakage.
2007-07-21  Martin v. LöwisMerged revisions 56467-56482 via svnmerge from
2007-07-21  Guido van RossumSF patch# 1757683 by Alexandre Vassalotti. Add support for
2007-07-21  Guido van RossumSF patch# 1757839 by Alexandre Vassalotti -- make test_...
2007-07-21  Guido van RossumSF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn.
2007-07-20  Collin WinterMake doctest pass by specifying the right encoding.
2007-07-20  Guido van RossumFix test_uuid.py.
2007-07-20  Guido van RossumDelete failing test that was checking that a slot decla...
2007-07-20  Martin v. LöwisMake audioop and its tests use bytes throughout.
2007-07-20  Martin v. LöwisFix test_doctest: drop u prefixes; explicitly declare
2007-07-20  Guido van RossumMerged revisions 56443-56466 via svnmerge from
2007-07-20  Guido van RossumFix test_cookie.py.
2007-07-20  Guido van RossumGetting rid of cPickle. Mmm, feels good!
2007-07-19  Guido van RossumMake test_datetime.py pass by killing all references...
2007-07-19  Guido van RossumFix test_pickle, by reverting the string opcodes (S...
2007-07-19  Guido van RossumFix a bug in PyUnicode_FromStringAndSize() with signed...
2007-07-18  Guido van RossumFix test_zipfile.py. (Why was it passing before?)
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...
next