2007-08-11 |
Martin v. Löwis | Fix test_bsddb3. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Neal Norwitz | Fix refleaks |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Neal Norwitz | Handle error |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Kurt B. Kaiser | Fix what appears to be a very old bug. Tkinter in... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Guido van Rossum | Use an event variable to wait for the server to be... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Kurt B. Kaiser | Remove the None tag from tagdefs dict for now, appears... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Guido van Rossum | Fix refcount bug in make_Zreplacement(). |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Jeremy Hylton | Make sure the mock object passed to finish_request... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Jeremy Hylton | Allow rfc822 to process headers from an incoming HTTP... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Jeremy Hylton | Style |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Guido van Rossum | Fix a bit of code that wasn't converted properly, causi... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Gerhard Häring | Make the sqlite tests pass. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Guido van Rossum | A small tweak to avoid calling traceback.format_excepti... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Lars Gustäbel | RFC 1952 requires the FNAME field to be Latin-1. Do... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Walter Dörwald | Fix refleak: decref inputobj after extracting the relav... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Martin v. Löwis | Fix dbshelve and much of dbtables. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Martin v. Löwis | Wrap set_location. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Neal Norwitz | Fix some doc problems. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Kurt B. Kaiser | Fix circular import issue |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Kurt B. Kaiser | Fix filter() issues |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Guido van Rossum | Remove spurious (and unneeded) import of StringIO. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | In PyFile_WriteString(), call PyUnicode_FromString... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Hack to avoid a nasty recursion issue when Python is... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Fix some logic in PythonCmd() -- if the AsString()... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Fix two bugs in socket_getaddr(): |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Oops. The PyObject_Print() function was totally broken... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Kurt B. Kaiser | Fix remaining map() issues. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Kurt B. Kaiser | Use relative imports |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Oops, this was placed in the wrong branch. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Add a tombstone. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Create the new Py3k branch. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | Merged revisions 56782-56847 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Guido van Rossum | SF patch# 1770008 by Christian Heimes (plus some extras). |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Martin v. Löwis | Fix most of the bsddb3 tests. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Guido van Rossum | Fix core dump in an endcase of b.strip() that I missed. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Thomas Heller | Fix the ctypes tests. Patch from Victor Stinner. ... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Jeremy Hylton | Fix several failing tests in test_urllib2net. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Guido van Rossum | Switch wsgiref to io.{StringIO,BytesIO}. This shuts... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Neal Norwitz | SF patch # 1769767, get test_xml_etree_c working. ... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Neal Norwitz | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Neal Norwitz | Py_ssize_t requires "n" format, this fixes most of... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Collin Winter | Convert some usages of types.StringType to just str... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Guido van Rossum | Fix a type error in a previous patch I made to this... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Fix the last remaining test_csv failure. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | BZ2File.read(0) should return b"" rather than raising... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Remove the coding line, and convert umlauted characters... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Fix the test_minidom failure. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Change the repr() of frozenset instances (and set subcl... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Remove more references to intobject. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Oops. I killed a bit too much and not enough when... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Kill references to tp_print. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Kill remaining tp_print definitions. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Kill all uses and definitions of tp_print under Objects... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Collin Winter | Remove references to unicode from help(str). |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Lars Gustäbel | Completed str/unicode unification. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | SF patch# 1769016 by James Brotchie. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Martin v. Löwis | Fix test case by converting dbm keys to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Neal Norwitz | Patch #1768976, Fix for failing test_scriptpackages... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Martin v. Löwis | Change dumbdbm to use bytes keys. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Collin Winter | Run 2to3 over Doc/lib/sqlite3/. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Guido van Rossum | Quick fixes for assert failures in dbm wrapper code. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Guido van Rossum | Merged revisions 56753-56781 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Skip Montanaro | remove most uses of list(somedict.keys()) in Demo scripts |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Skip Montanaro | missing docstrings |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Skip Montanaro | One char->Py_UNICODE change missed in r56777 - accordin... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Guido van Rossum | SF patch# 1767398 by Adam Hupp. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Brett Cannon | Move tempfile over to the io module. Makes test_thread... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Martin v. Löwis | Change PyUnicode_FromString[AndSize] to expect UTF-8. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Martin v. Löwis | Make bsddb use bytes as keys and values. Add StringKeys |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Guido van Rossum | Merged revisions 56492-56752 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Fix test for new version of urllib that uses HTTPConnec... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Change urllib to use HTTPConnection rather than old... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Guido van Rossum | Make test_tokenize really pass -- don't add extra output. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Guido van Rossum | Make test_tokenize pass again: |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Guido van Rossum | Fix an obvious bug caused by a switch to Unicode. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Fix test: readline() now returns bytes |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Fix tests that tried to sneak strings through httplib. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Make sure LineAndFileWrapper gets bytes() as its first... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Use BytesIO instead of StringIO. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Fix several more paths from the SSL code. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | Change read() on SSL socket to return bytes. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Jeremy Hylton | HTTPResponse should not inherit from io.IOBase. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Guido van Rossum | Get rid of a bogus assert when recv_into() is called... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Guido van Rossum | Fix failure do to outlawing complex floordiv/mod. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Fix an absurdly invasive test. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Fix tests to use bytes() where the actual sockets retur... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Guido van Rossum | Make test_complex pass again now that floordiv and... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Make sure socket.close() doesn't interfere with socket... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Treat HTTP status line as ISO-8859-1 as in httplib... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Hack: Fix some test_urllib2.net tests by getting them... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | A few local changes for consistency of string literals. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Guido van Rossum | SF patch# 1762940 by Joe Gregorio. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Guido van Rossum | SF patch# 1764815 by Paul Colomiets. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Guido van Rossum | SF patch# 1766592 by Paul Colomiets. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Collin Winter | Convert print statements to function calls in Tools/. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Make consistent use of "" for string literals in new... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Jeremy Hylton | Fix status line parsing for http response. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Guido van Rossum | Add a default __prepare__() method to 'type', so it... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Georg Brandl | Remove useless \withsubitem. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Guido van Rossum | Changes to long and float by Jeffrey Jasskin to conform... |
commit | commitdiff | tree | snapshot |
next |