1. 1ecaf2c done with rc1 by Barry Warsaw · 16 years ago
  2. b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
  3. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  5. fb1a5eb #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 16 years ago
  6. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 16 years ago
  7. 698280d Issue #3756: make re.escape() handle bytes as well as str. by Guido van Rossum · 16 years ago
  8. 7cd67cc Fix formatter usage of filter(). Bug #3800. by Georg Brandl · 16 years ago
  9. 54a1cc6 Issue #3812: Failed to build python if configure --without-threads. by Hirokazu Yamamoto · 16 years ago
  10. 167b12b Added News for r66338 by Hirokazu Yamamoto · 16 years ago
  11. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  12. 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
  13. f7bfcfb #3791: Remove bsddb from the Windows msi installer, by Amaury Forgeot d'Arc · 16 years ago
  14. 207f211 describe the change merged in r66285 by Gregory P. Smith · 16 years ago
  15. 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 16 years ago
  16. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  17. 5651eaa Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. by Antoine Pitrou · 16 years ago
  18. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
  19. 35e661c Merged revisions 66262 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 9e4fdf4 Merged revisions 66240 via svnmerge from by Antoine Pitrou · 16 years ago
  21. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  22. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 16 years ago
  23. d79dc62 Issue #3660 (part of): fix a memory leak in _pickle. by Antoine Pitrou · 16 years ago
  24. 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 16 years ago
  25. 1d6a16b Issue #3160: the "bdist_wininst" distutils command didn't work. by Antoine Pitrou · 16 years ago
  26. b212b75 Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and by Guilherme Polo · 16 years ago
  27. 8a9583e PyTokenizer_FindEncoding() always failed because it set the tokenizer state by Brett Cannon · 16 years ago
  28. 451e99b Include a pointer to the pybsddb website with the 'bsddb has been removed' note. by Gregory P. Smith · 16 years ago
  29. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 16 years ago
  30. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  31. b98eb87 remove bsddb by Benjamin Peterson · 16 years ago
  32. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  33. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  34. 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
  35. d8976f1 Merged revisions 66171 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  36. 7b2b1f9 Add news item for #3719. by Marc-André Lemburg · 16 years ago
  37. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  38. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  39. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  40. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  41. 6ba3329 bsddb code updated to version 4.7.3pre2. This code is the same than by Jesus Cea · 16 years ago
  42. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  43. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  44. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  45. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  46. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  47. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  48. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
  50. 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 16 years ago
  51. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  52. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  53. 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  54. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago
  55. 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 16 years ago
  56. 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 16 years ago
  57. 8509df7 done with 3.0 by Barry Warsaw · 16 years ago
  58. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  59. 41e3667 #3614: Correct a typo in xmlrpc.client. by Amaury Forgeot d'Arc · 16 years ago
  60. b71caf1 revert 65897 by Benjamin Peterson · 16 years ago
  61. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 16 years ago
  62. 87069fd kill the obsolete symtable.Symbol methods by Benjamin Peterson · 16 years ago
  63. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  64. f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 16 years ago
  65. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  66. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  67. 47bc809 Merged revisions 65681-65682,65684 via svnmerge from by Thomas Heller · 16 years ago
  68. 32de7af Fix typo. by Georg Brandl · 16 years ago
  69. f059e64 update NEWS by Benjamin Peterson · 16 years ago
  70. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  71. 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
  72. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 43e4519 NEWS items from 2.6 don't need to be merged to 3.0. by Hirokazu Yamamoto · 16 years ago
  74. 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 16 years ago
  75. d35e618 I forgot to update NEWS. by Hirokazu Yamamoto · 16 years ago
  76. 371bb50 Bug #3542: Support Unicode strings in _msi module. by Martin v. Löwis · 16 years ago
  77. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  78. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 16 years ago
  79. 3d1c7de Merged revisions 65622 via svnmerge from by Robert Schuppenies · 16 years ago
  80. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  81. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  82. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  83. ebd9af4 Fix merge conflict. by Georg Brandl · 16 years ago
  84. 4fe5ed8 Merged revisions 65368 via svnmerge from by Martin v. Löwis · 16 years ago
  85. 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
  86. c66f909 #2523: binary buffered reading is quadratic by Antoine Pitrou · 16 years ago
  87. 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 16 years ago
  88. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  89. c2542e9 Remove the sunaudio module. by Brett Cannon · 16 years ago
  90. 30704ea0 Remove "ast" aliases from the parser module. by Georg Brandl · 16 years ago
  91. 4bd1cef Bumping to 3.0b2 by Barry Warsaw · 16 years ago
  92. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  93. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  94. bded4d3 Make gettext Unicode interface consistent and clean up the docs. by Georg Brandl · 16 years ago
  95. 6ea420b Merged revisions 64982-64983,65004 via svnmerge from by Georg Brandl · 16 years ago
  96. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  97. 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 16 years ago
  98. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  99. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  100. 15383a0 Merged revisions 64976-64977 via svnmerge from by Thomas Heller · 16 years ago