- c1e315d Rename __whatever variables defined by ABCMeta to _abc_whatever, so as by Guido van Rossum · 17 years ago
- d064899 Get rid of all __private variables and methods in the threading module. by Guido van Rossum · 17 years ago
- 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
- 7d6068e Remove note about compatibility layer, as the compatibility layer was removed. by Jeremy Hylton · 17 years ago
- b803c51 Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. by Travis E. Oliphant · 17 years ago
- 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
- 666bb41 SF #1777057, fix memoryview('test') so it works in debug mode too. by Neal Norwitz · 17 years ago
- 9604286 Fix xmlrpc unittest. While it now passes on Linux, it still fails by Hye-Shik Chang · 17 years ago
- faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
- 1836358 Fix an unfinished though in my own test code. by Guido van Rossum · 17 years ago
- 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
- b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
- 3de862d Make the cleanup between -R passes deal better with ABC registries, by Guido van Rossum · 17 years ago
- 787794f Fix _dump_registry() to use the correct prefix for the private by Guido van Rossum · 17 years ago
- ba9c9ac Force PYTHON = python2.5. by Guido van Rossum · 17 years ago
- 2673de5 Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg. by Guido van Rossum · 17 years ago
- 4e7eba7 Change the usage() function. Don't print the entire multi-page by Guido van Rossum · 17 years ago
- f10aa98 Another merge. Only doc stuff was affected (but this aligns the UTF-32 by Guido van Rossum · 17 years ago
- eb1cf4e Print warning when openssl is too old; it's pretty essential at this point. by Guido van Rossum · 17 years ago
- 19e6238 Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests by Walter Dörwald · 17 years ago
- 8d991ed Move some declarations before code, to compile with GCC 2.95. by Guido van Rossum · 17 years ago
- 76f2b24 Fix refcount leak, courtesy Christian Heines. by Guido van Rossum · 17 years ago
- eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
- e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 17 years ago
- ed44a1a Merged revisions 57125-57128 via svnmerge from by Neal Norwitz · 17 years ago
- 5ef262c Simplify expression by Neal Norwitz · 17 years ago
- 540d987 Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6? by Guido van Rossum · 17 years ago
- da97cd0 Merged revisions 57113-57124 via svnmerge from by Guido van Rossum · 17 years ago
- 62e3a9a Remove output file for test that was already removed by Neal Norwitz · 17 years ago
- 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
- ceaafa6 forgot this when removing RISCOS stuff by Skip Montanaro · 17 years ago
- da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
- af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
- 10c17ba Initialized merge tracking via "svnmerge" with revisions "1-56846" from by Guido van Rossum · 17 years ago
- aa44796 Delete svnmerge properties (temporarily). by Guido van Rossum · 17 years ago
- 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
- 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 17 years ago
- 5f22af1 Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail. by Jeremy Hylton · 17 years ago
- d9a1579 Complete truncated sentence. by Walter Dörwald · 17 years ago
- 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
- c5aba17 Remove license of the md5 module which is no longer part of Python. by Georg Brandl · 17 years ago
- eb08df2 Remove a bogus comment based on the code above. by Neal Norwitz · 17 years ago
- cb44f26 Support the new doc system. Also test_compiler was removed in 3k by Neal Norwitz · 17 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago
- 739c01d Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
- 2d16490 Tag last revision with LaTeX docs. by Georg Brandl · 17 years ago
- 3541489 Fix doc compilation problem. by George Yoshida · 17 years ago
- 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
- 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 17 years ago
- 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