1. f7bfcfb #3791: Remove bsddb from the Windows msi installer, by Amaury Forgeot d'Arc · 16 years ago
  2. 207f211 describe the change merged in r66285 by Gregory P. Smith · 16 years ago
  3. 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 16 years ago
  4. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  5. 5651eaa Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. by Antoine Pitrou · 16 years ago
  6. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
  7. 9e4fdf4 Merged revisions 66240 via svnmerge from by Antoine Pitrou · 16 years ago
  8. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  9. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 16 years ago
  10. d79dc62 Issue #3660 (part of): fix a memory leak in _pickle. by Antoine Pitrou · 16 years ago
  11. 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 16 years ago
  12. 1d6a16b Issue #3160: the "bdist_wininst" distutils command didn't work. by Antoine Pitrou · 16 years ago
  13. b212b75 Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and by Guilherme Polo · 16 years ago
  14. 8a9583e PyTokenizer_FindEncoding() always failed because it set the tokenizer state by Brett Cannon · 16 years ago
  15. 451e99b Include a pointer to the pybsddb website with the 'bsddb has been removed' note. by Gregory P. Smith · 16 years ago
  16. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 16 years ago
  17. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  18. b98eb87 remove bsddb by Benjamin Peterson · 16 years ago
  19. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  20. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  21. 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
  22. d8976f1 Merged revisions 66171 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  23. 7b2b1f9 Add news item for #3719. by Marc-André Lemburg · 16 years ago
  24. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  25. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  26. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  27. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  28. 6ba3329 bsddb code updated to version 4.7.3pre2. This code is the same than by Jesus Cea · 16 years ago
  29. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  30. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  31. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  32. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  33. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  34. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  35. 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
  36. 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 16 years ago
  37. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  38. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  39. 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  40. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago
  41. 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 16 years ago
  42. 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 16 years ago
  43. 8509df7 done with 3.0 by Barry Warsaw · 16 years ago
  44. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  45. 41e3667 #3614: Correct a typo in xmlrpc.client. by Amaury Forgeot d'Arc · 16 years ago
  46. b71caf1 revert 65897 by Benjamin Peterson · 16 years ago
  47. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 16 years ago
  48. 87069fd kill the obsolete symtable.Symbol methods by Benjamin Peterson · 16 years ago
  49. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  50. f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 16 years ago
  51. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  52. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  53. 47bc809 Merged revisions 65681-65682,65684 via svnmerge from by Thomas Heller · 16 years ago
  54. 32de7af Fix typo. by Georg Brandl · 16 years ago
  55. f059e64 update NEWS by Benjamin Peterson · 16 years ago
  56. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  57. 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 · 16 years ago
  58. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  59. 43e4519 NEWS items from 2.6 don't need to be merged to 3.0. by Hirokazu Yamamoto · 16 years ago
  60. 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 16 years ago
  61. d35e618 I forgot to update NEWS. by Hirokazu Yamamoto · 16 years ago
  62. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  63. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  64. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 16 years ago
  65. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  66. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  67. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  68. ebd9af4 Fix merge conflict. by Georg Brandl · 16 years ago
  69. 4fe5ed8 Merged revisions 65368 via svnmerge from by Martin v. Löwis · 16 years ago
  70. bdbddf8 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. by Amaury Forgeot d'Arc · 16 years ago
  71. c66f909 #2523: binary buffered reading is quadratic by Antoine Pitrou · 16 years ago
  72. 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 16 years ago
  73. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  74. c2542e9 Remove the sunaudio module. by Brett Cannon · 16 years ago
  75. 30704ea0 Remove "ast" aliases from the parser module. by Georg Brandl · 16 years ago
  76. 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
  77. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  78. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  79. bded4d3 Make gettext Unicode interface consistent and clean up the docs. by Georg Brandl · 16 years ago
  80. 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 16 years ago
  81. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  82. 15383a0 Merged revisions 64976-64977 via svnmerge from by Thomas Heller · 16 years ago
  83. 0261e1e Merged revisions 64968,64971 via svnmerge from by Thomas Heller · 16 years ago
  84. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  85. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  86. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  87. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  88. 6e7196f Fix committed merge conflict. by Georg Brandl · 16 years ago
  89. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  90. 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 16 years ago
  91. 336341f Add some full stops. by Georg Brandl · 16 years ago
  92. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  93. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  94. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  95. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  96. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  97. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  98. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  99. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  100. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago