- 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 17 years ago
- 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 17 years ago
- 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 17 years ago
- 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 17 years ago
- bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 17 years ago
- 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 17 years ago
- 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 17 years ago
- 8509df7 done with 3.0 by Barry Warsaw · 17 years ago
- 57c1058 Bumping to 3.0b3 by Barry Warsaw · 17 years ago
- 41e3667 #3614: Correct a typo in xmlrpc.client. by Amaury Forgeot d'Arc · 17 years ago
- b71caf1 revert 65897 by Benjamin Peterson · 17 years ago
- 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 17 years ago
- 87069fd kill the obsolete symtable.Symbol methods by Benjamin Peterson · 17 years ago
- 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 17 years ago
- f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 17 years ago
- ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 17 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
- 47bc809 Merged revisions 65681-65682,65684 via svnmerge from by Thomas Heller · 17 years ago
- 32de7af Fix typo. by Georg Brandl · 17 years ago
- f059e64 update NEWS by Benjamin Peterson · 17 years ago
- 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
- 36f4952 Forward port only Py3k relevant change in r65642 (giving it a Py3k NEWS entry anyway because of the difference in the changes between the two branches) by Nick Coghlan · 17 years ago
- 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 17 years ago
- 43e4519 NEWS items from 2.6 don't need to be merged to 3.0. by Hirokazu Yamamoto · 17 years ago
- 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 17 years ago
- d35e618 I forgot to update NEWS. by Hirokazu Yamamoto · 17 years ago
- 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 17 years ago
- 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 17 years ago
- 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 17 years ago
- af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 17 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 17 years ago
- 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 17 years ago
- ebd9af4 Fix merge conflict. by Georg Brandl · 17 years ago
- 4fe5ed8 Merged revisions 65368 via svnmerge from by Martin v. Löwis · 17 years ago
- bdbddf8 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. by Amaury Forgeot d'Arc · 17 years ago
- c66f909 #2523: binary buffered reading is quadratic by Antoine Pitrou · 17 years ago
- 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 17 years ago
- 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 17 years ago
- c2542e9 Remove the sunaudio module. by Brett Cannon · 17 years ago
- 30704ea0 Remove "ast" aliases from the parser module. by Georg Brandl · 17 years ago
- 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 17 years ago
- 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 17 years ago
- a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 17 years ago
- bded4d3 Make gettext Unicode interface consistent and clean up the docs. by Georg Brandl · 17 years ago
- 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 17 years ago
- d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 17 years ago
- 15383a0 Merged revisions 64976-64977 via svnmerge from by Thomas Heller · 17 years ago
- 0261e1e Merged revisions 64968,64971 via svnmerge from by Thomas Heller · 17 years ago
- e652821 implement chained exception tracebacks by Benjamin Peterson · 17 years ago
- 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 17 years ago
- a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 17 years ago
- d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 17 years ago
- 6e7196f Fix committed merge conflict. by Georg Brandl · 17 years ago
- b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 17 years ago
- 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 17 years ago
- 336341f Add some full stops. by Georg Brandl · 17 years ago
- 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 17 years ago
- de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 17 years ago
- 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 17 years ago
- db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 17 years ago
- 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 17 years ago
- c1e689e Bump to 3.0b1 by Barry Warsaw · 17 years ago
- cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 17 years ago
- 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
- c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- f992640 Fix last traces of old threading API. by Georg Brandl · 17 years ago
- a0c0a4a remove the rfc822 module by Benjamin Peterson · 17 years ago
- ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 17 years ago
- 425ea7f add a period by Benjamin Peterson · 17 years ago
- 23c51a2 actually remove the mimetools module by Benjamin Peterson · 17 years ago
- 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 17 years ago
- f501942 Update NEWS and ACKS for issue 2849. by Barry Warsaw · 17 years ago
- 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 17 years ago
- cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 17 years ago
- 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 17 years ago
- 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
- 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
- f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 17 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 17 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
- e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
- a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
- f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
- 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 17 years ago
- 294d5a9 Add proper heading for tools entry. by Georg Brandl · 17 years ago
- 630c829 add notes about the removal of bgen by Benjamin Peterson · 17 years ago
- 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 17 years ago
- 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 17 years ago
- a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 17 years ago
- 3d5c425 Add NEWS entry for http package. by Georg Brandl · 17 years ago
- 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 17 years ago
- 52b92cc Refer consistently to issues, rewrap to 70 chars. by Georg Brandl · 17 years ago
- 1bcf35a #2963: fix method cache types. by Georg Brandl · 17 years ago
- c9b0953 #2964: fix missing INCREF. by Georg Brandl · 17 years ago
- 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 17 years ago
- d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 17 years ago
- 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 17 years ago
- e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 17 years ago