]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-08-11  Martin v. LöwisSet sys.stdout.encoding properly.
2007-08-11  Martin v. LöwisChange shelve to require a bytes-oriented dict as
2007-08-11  Neal NorwitzRemove support for __members__ and __methods__. There...
2007-08-11  Martin v. LöwisFix test_bsddb3.
2007-08-11  Neal NorwitzFix refleaks
2007-08-11  Neal NorwitzHandle error
2007-08-11  Kurt B. KaiserFix what appears to be a very old bug. Tkinter in...
2007-08-10  Guido van RossumUse an event variable to wait for the server to be...
2007-08-10  Kurt B. KaiserRemove the None tag from tagdefs dict for now, appears...
2007-08-10  Guido van RossumFix refcount bug in make_Zreplacement().
2007-08-10  Jeremy HyltonMake sure the mock object passed to finish_request...
2007-08-10  Jeremy HyltonAllow rfc822 to process headers from an incoming HTTP...
2007-08-10  Jeremy HyltonStyle
2007-08-10  Guido van RossumFix a bit of code that wasn't converted properly, causi...
2007-08-10  Gerhard HäringMake the sqlite tests pass.
2007-08-10  Guido van RossumA small tweak to avoid calling traceback.format_excepti...
2007-08-10  Lars GustäbelRFC 1952 requires the FNAME field to be Latin-1. Do...
2007-08-10  Walter DörwaldFix refleak: decref inputobj after extracting the relav...
2007-08-10  Martin v. LöwisFix dbshelve and much of dbtables.
2007-08-10  Martin v. LöwisWrap set_location.
2007-08-10  Neal NorwitzFix some doc problems.
2007-08-10  Kurt B. KaiserFix circular import issue
2007-08-10  Kurt B. KaiserFix filter() issues
2007-08-10  Guido van RossumRemove spurious (and unneeded) import of StringIO.
2007-08-09  Guido van RossumIn PyFile_WriteString(), call PyUnicode_FromString...
2007-08-09  Guido van RossumHack to avoid a nasty recursion issue when Python is...
2007-08-09  Guido van RossumFix some logic in PythonCmd() -- if the AsString()...
2007-08-09  Guido van RossumFix two bugs in socket_getaddr():
2007-08-09  Guido van RossumOops. The PyObject_Print() function was totally broken...
2007-08-09  Kurt B. KaiserFix remaining map() issues.
2007-08-09  Kurt B. KaiserUse relative imports
2007-08-09  Guido van RossumOops, this was placed in the wrong branch.
2007-08-09  Guido van RossumAdd a tombstone.
2007-08-09  Guido van RossumCreate the new Py3k branch.
2007-08-09  Guido van RossumMerged revisions 56782-56847 via svnmerge from
2007-08-09  Guido van RossumSF patch# 1770008 by Christian Heimes (plus some extras).
2007-08-08  Martin v. LöwisFix most of the bsddb3 tests.
2007-08-08  Guido van RossumFix core dump in an endcase of b.strip() that I missed.
2007-08-08  Thomas HellerFix the ctypes tests. Patch from Victor Stinner. ...
2007-08-08  Jeremy HyltonFix several failing tests in test_urllib2net.
2007-08-08  Guido van RossumSwitch wsgiref to io.{StringIO,BytesIO}. This shuts...
2007-08-08  Neal NorwitzSF patch # 1769767, get test_xml_etree_c working. ...
2007-08-08  Neal NorwitzWhitespace normalization.
2007-08-08  Neal NorwitzPy_ssize_t requires "n" format, this fixes most of...
2007-08-08  Collin WinterConvert some usages of types.StringType to just str...
2007-08-08  Guido van RossumFix a type error in a previous patch I made to this...
2007-08-07  Guido van RossumFix the last remaining test_csv failure.
2007-08-07  Guido van RossumBZ2File.read(0) should return b"" rather than raising...
2007-08-07  Guido van RossumRemove the coding line, and convert umlauted characters...
2007-08-07  Guido van RossumFix the test_minidom failure.
2007-08-07  Guido van RossumChange the repr() of frozenset instances (and set subcl...
2007-08-07  Guido van RossumRemove more references to intobject.
2007-08-07  Guido van RossumOops. I killed a bit too much and not enough when...
2007-08-07  Guido van RossumKill references to tp_print.
2007-08-07  Guido van RossumKill remaining tp_print definitions.
2007-08-07  Guido van RossumKill all uses and definitions of tp_print under Objects...
2007-08-07  Collin WinterRemove references to unicode from help(str).
2007-08-07  Lars GustäbelCompleted str/unicode unification.
2007-08-07  Guido van RossumSF patch# 1769016 by James Brotchie.
2007-08-07  Martin v. LöwisFix test case by converting dbm keys to bytes.
2007-08-07  Neal NorwitzPatch #1768976, Fix for failing test_scriptpackages...
2007-08-07  Martin v. LöwisChange dumbdbm to use bytes keys.
2007-08-07  Collin WinterRun 2to3 over Doc/lib/sqlite3/.
2007-08-07  Guido van RossumQuick fixes for assert failures in dbm wrapper code.
2007-08-06  Guido van RossumMerged revisions 56753-56781 via svnmerge from
2007-08-06  Skip Montanaroremove most uses of list(somedict.keys()) in Demo scripts
2007-08-06  Skip Montanaromissing docstrings
2007-08-06  Skip MontanaroOne char->Py_UNICODE change missed in r56777 - accordin...
2007-08-06  Guido van RossumSF patch# 1767398 by Adam Hupp.
2007-08-05  Brett CannonMove tempfile over to the io module. Makes test_thread...
2007-08-05  Martin v. LöwisChange PyUnicode_FromString[AndSize] to expect UTF-8.
2007-08-05  Martin v. LöwisMake bsddb use bytes as keys and values. Add StringKeys
2007-08-05  Guido van RossumMerged revisions 56492-56752 via svnmerge from
2007-08-04  Jeremy HyltonFix test for new version of urllib that uses HTTPConnec...
2007-08-04  Jeremy HyltonChange urllib to use HTTPConnection rather than old...
2007-08-04  Guido van RossumMake test_tokenize really pass -- don't add extra output.
2007-08-04  Guido van RossumMake test_tokenize pass again:
2007-08-04  Guido van RossumFix an obvious bug caused by a switch to Unicode.
2007-08-04  Jeremy HyltonFix test: readline() now returns bytes
2007-08-04  Jeremy HyltonFix tests that tried to sneak strings through httplib.
2007-08-04  Jeremy HyltonMake sure LineAndFileWrapper gets bytes() as its first...
2007-08-04  Jeremy HyltonUse BytesIO instead of StringIO.
2007-08-04  Jeremy HyltonFix several more paths from the SSL code.
2007-08-04  Jeremy HyltonChange read() on SSL socket to return bytes.
2007-08-04  Jeremy HyltonHTTPResponse should not inherit from io.IOBase.
2007-08-03  Guido van RossumGet rid of a bogus assert when recv_into() is called...
2007-08-03  Guido van RossumFix failure do to outlawing complex floordiv/mod.
2007-08-03  Jeremy HyltonFix an absurdly invasive test.
2007-08-03  Jeremy HyltonFix tests to use bytes() where the actual sockets retur...
2007-08-03  Guido van RossumMake test_complex pass again now that floordiv and...
2007-08-03  Jeremy HyltonMake sure socket.close() doesn't interfere with socket...
2007-08-03  Jeremy HyltonTreat HTTP status line as ISO-8859-1 as in httplib...
2007-08-03  Jeremy HyltonHack: Fix some test_urllib2.net tests by getting them...
2007-08-03  Jeremy HyltonA few local changes for consistency of string literals.
2007-08-03  Guido van RossumSF patch# 1762940 by Joe Gregorio.
2007-08-03  Guido van RossumSF patch# 1764815 by Paul Colomiets.
2007-08-03  Guido van RossumSF patch# 1766592 by Paul Colomiets.
2007-08-03  Collin WinterConvert print statements to function calls in Tools/.
2007-08-03  Jeremy HyltonMake consistent use of "" for string literals in new...
2007-08-03  Jeremy HyltonFix status line parsing for http response.
next