2007-08-14 |
Guido van Rossum | The dbm module should use bytes for keys. This makes... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Martin v. Löwis | Fix test_gdbm. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Martin v. Löwis | Remove string.{letters,lowercase,uppercase}. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Guido van Rossum | Patch suggested Paul Colomiets fixes test_threaded_impo... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Guido van Rossum | Don't mess with string.letters any more. It is most... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Guido van Rossum | Improved patches for sndhdr and imghdr by Victor Stinne... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Guido van Rossum | Fix two obvious 2.xisms. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Enable basic load/store again. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Hye-Shik Chang | Fix a failing test on FreeBSD: ttys are seekable in... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Hye-Shik Chang | Fix a test failure on non-UTF-8 locales: bad_coding2... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Lars Gustäbel | Retouch my last change after a comment on style from... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Allow str8 in .write(). |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Expect that source strings are Unicode. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Make assertion error be more verbose. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Create Unicode objects. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Martin v. Löwis | Use Tcl_SetObjResult instead of Tcl_SetResult. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Cleanup a little. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Add comment that should be addressed |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Fix memory leak in an error condition |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Fix memory leak |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Barry Warsaw | Compare what's read from files against proper byte... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Skip Montanaro | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Fix memory leak |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Martin v. Löwis | Don't try to convert str to Unicode anymore. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Get pystone working with lazy map. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Fix the refleak in strftime when converting a %Z with... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Kurt B. Kaiser | 1. Catch TypeError exception when writing to OutputWindow |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Add -s/--start option that makes it easier to run the... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Remove docs for builtin file. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Kill execfile(), use exec() instead |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Fix refleaks from execfile('file that contains a #... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Neal Norwitz | Make sure to flush output when writing dots during... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Martin v. Löwis | Remove obsolete ifdef. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Neal Norwitz | Fix problem when exec'ing a string with a coding |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Martin v. Löwis | Change module to produce and consume bytes. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Neal Norwitz | Remove unnecessary import |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Neal Norwitz | Fix test_wsgiref that used StringIO and a BufferedReade... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Guido van Rossum | Quick fix for a new problem here -- using string.lowerc... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Georg Brandl | Fix automatic replacing mistake. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Martin v. Löwis | Fall back to ascii if the locale module cannot be loaded. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Guido van Rossum | A few sqlite files were still using RO instead of READONLY. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Martin v. Löwis | Fix reference leak. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Martin v. Löwis | Set sys.stdout.encoding properly. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Martin v. Löwis | Change shelve to require a bytes-oriented dict as |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Neal Norwitz | Remove support for __members__ and __methods__. There... |
commit | commitdiff | tree | snapshot |
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 |
next |