- 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
- ff398c6 Format bools properly in %d. by Martin v. Löwis · 17 years ago
- 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
- ee634a4 Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY. by Collin Winter · 17 years ago
- 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
- 5d8a88a Change xmlrpclib to use the newer httplib interface. by Jeremy Hylton · 17 years ago
- 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
- 5bcf109 Fix test_gdbm. by Martin v. Löwis · 17 years ago
- 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
- 5424df2 Patch suggested Paul Colomiets fixes test_threaded_import.py. by Guido van Rossum · 17 years ago
- fc9ba93 Don't mess with string.letters any more. It is most likely going to disappear. by Guido van Rossum · 17 years ago
- c934128 Improved patches for sndhdr and imghdr by Victor Stinner, who writes: by Guido van Rossum · 17 years ago
- 4c269c5 Fix two obvious 2.xisms. by Guido van Rossum · 17 years ago
- 4d9ed9f Enable basic load/store again. by Martin v. Löwis · 17 years ago
- caf871a Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. by Hye-Shik Chang · 17 years ago
- 49d90bc Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded in utf-8. by Hye-Shik Chang · 17 years ago
- ead7056 Retouch my last change after a comment on style from Guido. by Lars Gustäbel · 17 years ago
- 0f98d8f Allow str8 in .write(). by Martin v. Löwis · 17 years ago
- 98ff898 Expect that source strings are Unicode. by Martin v. Löwis · 17 years ago
- e83395e Make assertion error be more verbose. by Martin v. Löwis · 17 years ago
- 163b717 Fix typo. by Martin v. Löwis · 17 years ago
- 4040fb8 Create Unicode objects. by Martin v. Löwis · 17 years ago
- 50fb866 Use Tcl_SetObjResult instead of Tcl_SetResult. by Martin v. Löwis · 17 years ago
- 88b44da Cleanup a little. by Neal Norwitz · 17 years ago
- ab40b30 Add comment that should be addressed by Neal Norwitz · 17 years ago
- cda5c06 Fix memory leak in an error condition by Neal Norwitz · 17 years ago
- fca7005 Fix memory leak by Neal Norwitz · 17 years ago
- 72937f3 Compare what's read from files against proper byte literals. Neither of these by Barry Warsaw · 17 years ago
- 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
- 447e7c3 Fix memory leak by Neal Norwitz · 17 years ago
- 646049e Don't try to convert str to Unicode anymore. by Martin v. Löwis · 17 years ago
- 9b2a269 Get pystone working with lazy map. by Neal Norwitz · 17 years ago
- aea70e0 Fix the refleak in strftime when converting a %Z with a user defined tzinfo. by Neal Norwitz · 17 years ago
- cbbe98f 1. Catch TypeError exception when writing to OutputWindow by Kurt B. Kaiser · 17 years ago
- 801c89b Add -s/--start option that makes it easier to run the tests in batches by Neal Norwitz · 17 years ago
- dcb46ed Remove docs for builtin file. by Neal Norwitz · 17 years ago
- 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
- 41eaedd Fix refleaks from execfile('file that contains a # coding: line') by Neal Norwitz · 17 years ago
- bb217d9 Make sure to flush output when writing dots during -R runs by Neal Norwitz · 17 years ago
- 2614e1d Remove obsolete ifdef. by Martin v. Löwis · 17 years ago
- f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
- 7ac9712 Change module to produce and consume bytes. by Martin v. Löwis · 17 years ago
- 03fc779 Remove unnecessary import by Neal Norwitz · 17 years ago
- 1e50a9f Fix test_wsgiref that used StringIO and a BufferedReader rather than by Neal Norwitz · 17 years ago
- 9264ecd Quick fix for a new problem here -- using string.lowercase somehow caused by Guido van Rossum · 17 years ago
- 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 17 years ago
- d78d3b4 Fall back to ascii if the locale module cannot be loaded. by Martin v. Löwis · 17 years ago
- 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 17 years ago
- a291c8f Fix reference leak. by Martin v. Löwis · 17 years ago
- d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 17 years ago
- 79c3208 Change shelve to require a bytes-oriented dict as by Martin v. Löwis · 17 years ago
- 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
- 32ca442 Fix test_bsddb3. by Martin v. Löwis · 17 years ago
- 2cde0eb Fix refleaks by Neal Norwitz · 17 years ago
- 9edcc2e Handle error by Neal Norwitz · 17 years ago
- 7378df7 Fix what appears to be a very old bug. Tkinter in struni is more intolerant by Kurt B. Kaiser · 17 years ago
- efdca3e Use an event variable to wait for the server to be ready, rather than sleep(0.1). by Guido van Rossum · 17 years ago
- 6ae6ba0 Remove the None tag from tagdefs dict for now, appears inoperative and by Kurt B. Kaiser · 17 years ago
- e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 17 years ago
- e6b59c5 Make sure the mock object passed to finish_request() is buffered. by Jeremy Hylton · 17 years ago
- 7ffe299 Allow rfc822 to process headers from an incoming HTTP request. by Jeremy Hylton · 17 years ago
- 4b878bd Style by Jeremy Hylton · 17 years ago
- 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 17 years ago
- 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
- bd4a63e A small tweak to avoid calling traceback.format_exception_only() with by Guido van Rossum · 17 years ago
- 5590d8c RFC 1952 requires the FNAME field to be Latin-1. Do not include by Lars Gustäbel · 17 years ago
- 36f938f Fix refleak: decref inputobj after extracting the relavant info (the object by Walter Dörwald · 17 years ago
- cccc58d Fix dbshelve and much of dbtables. by Martin v. Löwis · 17 years ago
- 9b01862 Wrap set_location. by Martin v. Löwis · 17 years ago
- c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
- e1b4a16 Fix circular import issue by Kurt B. Kaiser · 17 years ago
- f2335a9 Fix filter() issues by Kurt B. Kaiser · 17 years ago
- 283f3ff Remove spurious (and unneeded) import of StringIO. by Guido van Rossum · 17 years ago
- 1101980 In PyFile_WriteString(), call PyUnicode_FromString() instead of by Guido van Rossum · 17 years ago
- f39317a Hack to avoid a nasty recursion issue when Python is invoked by Guido van Rossum · 17 years ago
- 516f41e Fix some logic in PythonCmd() -- if the AsString() call failed, we'd by Guido van Rossum · 17 years ago
- 9ce8e38 Fix two bugs in socket_getaddr(): by Guido van Rossum · 17 years ago
- 6ca130d Oops. The PyObject_Print() function was totally broken; the original code by Guido van Rossum · 17 years ago
- 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
- 60455b2 Use relative imports by Kurt B. Kaiser · 17 years ago
- 4f93a56 Oops, this was placed in the wrong branch. by Guido van Rossum · 17 years ago
- 870ea07 Add a tombstone. by Guido van Rossum · 17 years ago
- bacadcc Create the new Py3k branch. by Guido van Rossum · 17 years ago
- c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
- eb29e9a Fix core dump in an endcase of b.strip() that I missed. by Guido van Rossum · 17 years ago
- 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 17 years ago
- df5f6b5 Fix several failing tests in test_urllib2net. by Jeremy Hylton · 17 years ago
- 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
- 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 17 years ago
- d78f6cf Whitespace normalization. by Neal Norwitz · 17 years ago
- 3c8ba93 Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. by Neal Norwitz · 17 years ago
- ec8e716 Convert some usages of types.StringType to just str (since types.StringType has gone away). by Collin Winter · 17 years ago
- 3045c7c Fix a type error in a previous patch I made to this module. by Guido van Rossum · 17 years ago
- a9769c2 Fix the last remaining test_csv failure. by Guido van Rossum · 17 years ago
- 75c26bc BZ2File.read(0) should return b"" rather than raising ValueError. by Guido van Rossum · 17 years ago
- a055770 Remove the coding line, and convert umlauted characters to \x escapes. by Guido van Rossum · 17 years ago
- 55b15c9 Fix the test_minidom failure. by Guido van Rossum · 17 years ago
- bdba5cf Change the repr() of frozenset instances (and set subclasses) by Guido van Rossum · 17 years ago