1. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 16 years ago
  2. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  3. 849f79a Blocked revisions 66197 via svnmerge by Brett Cannon · 16 years ago
  4. b98eb87 remove bsddb by Benjamin Peterson · 16 years ago
  5. dcc1e11 Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge from by Benjamin Peterson · 16 years ago
  6. a64072f Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 16 years ago
  7. 2ab3444 Fixed wording of python --help text. by Christian Heimes · 16 years ago
  8. d6a6d3f The decode is used to workaround this: by Jesus Cea · 16 years ago
  9. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  10. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  11. 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
  12. a786f2b Fix some leaks - Neal Norwitz by Jesus Cea · 16 years ago
  13. 8951b61 Merged revisions 66174-66175,66177 via svnmerge from by Benjamin Peterson · 16 years ago
  14. d8976f1 Merged revisions 66171 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  15. ebad7f0 Merged revisions 66167 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  16. cb87f82 Merged revisions 66166 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  17. 7aa42ea Merged revisions 66162 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  18. 824f4f3 Merge r66115 forward to py3k, resolves issue3419 by Jesse Noller · 16 years ago
  19. 9f76e4f unblock 66115 from merging by Jesse Noller · 16 years ago
  20. 7b2b1f9 Add news item for #3719. by Marc-André Lemburg · 16 years ago
  21. 33794a7 Merged revisions 66144 via svnmerge from by Nick Coghlan · 16 years ago
  22. 4077985 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 16 years ago
  23. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  24. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  25. 3a2bd7d Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
  26. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  27. d098ff2 Port Python 2.6 bsddb3 testdriver to Python 3.0 by Jesus Cea · 16 years ago
  28. f15b4b7 Blocked revisions 65655,66088,66123 via svnmerge by Benjamin Peterson · 16 years ago
  29. b1bd350 Blocked revisions 66127 via svnmerge by Benjamin Peterson · 16 years ago
  30. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  31. f82b856 In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 16 years ago
  32. cd3158d Blocked revisions 66119 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  33. cf60382 Merged revisions 66117 via svnmerge from by Benjamin Peterson · 16 years ago
  34. 2cb598f Blocked revisions 66114-66115 via svnmerge by Benjamin Peterson · 16 years ago
  35. 8fa8952 #3753: document that s* etc. are newer and preferred to s#. by Georg Brandl · 16 years ago
  36. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  37. d26782e Merged revisions 66104 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  38. af21b17 Blocked revisions 66100 via svnmerge by Hirokazu Yamamoto · 16 years ago
  39. 6359450 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  40. 6ba3329 bsddb code updated to version 4.7.3pre2. This code is the same than by Jesus Cea · 16 years ago
  41. 73c96db Merged revisions 66085 (with modifications) via svnmerge from by Nick Coghlan · 16 years ago
  42. 3a5d7e3 Merged revisions 65487 (with heavy modifications for Py3k as well as some cleanups of the type heirarchy) via svnmerge from by Nick Coghlan · 16 years ago
  43. 0d85539 Merged revisions 66076 via svnmerge from by Georg Brandl · 16 years ago
  44. 069094bc Remove outdated comment. Reviewed by Antoine. by Georg Brandl · 16 years ago
  45. 3db38ce #3577: 3.0 is not installed as "python" on Unix. by Georg Brandl · 16 years ago
  46. fcfb5f2 Blocked revisions 66058 via svnmerge by Antoine Pitrou · 16 years ago
  47. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  48. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  49. 4f3c561 Removed merge glitch from stringlib/find.h as explained on the python committers list. The FROM_BYTEARRAY isn't required here. by Christian Heimes · 16 years ago
  50. ff869fa Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning. by Christian Heimes · 16 years ago
  51. 2cabc56 #3706: fix error message for wrong exec() argument type. R=Guido. by Georg Brandl · 16 years ago
  52. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  53. 4b24a42 add NULL checking for PyBytes_FromObject; R=Neal by Benjamin Peterson · 16 years ago
  54. f4ff470 Blocked revisions 66043 via svnmerge by Antoine Pitrou · 16 years ago
  55. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  56. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  57. 2b9e040 Blocked revisions 66039 via svnmerge by Benjamin Peterson · 16 years ago
  58. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  59. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  60. 2532967 Merged revisions 66028 via svnmerge from by Neal Norwitz · 16 years ago
  61. ec105ad Merged revisions 66026 via svnmerge from by Neal Norwitz · 16 years ago
  62. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 16 years ago
  63. c34177c Try to fix the sporadic problems on the Solaris buildbot with removing by Neal Norwitz · 16 years ago
  64. 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
  65. 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 16 years ago
  66. 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 16 years ago
  67. 4b360c8 Blocked revisions 66013 via svnmerge by Benjamin Peterson · 16 years ago
  68. ce694b7 Fixed yet another compiler warning of 64bit builds. Reviewed by Georg Brandl. by Christian Heimes · 16 years ago
  69. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  70. 06db799 Update props for r66007. by Neal Norwitz · 16 years ago
  71. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  72. c4b1535 Blocked revisions 66004 via svnmerge by Benjamin Peterson · 16 years ago
  73. 487b9dc bring the PyFile docs into sync with reality by Benjamin Peterson · 16 years ago
  74. 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  75. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago
  76. 2658260 fix #3653 Python could segfault if invalid values were passed to sys.excepthook by Benjamin Peterson · 16 years ago
  77. 3c9d2ef Blocked revisions 65995 via svnmerge by Georg Brandl · 16 years ago
  78. d66a029 Remove outdated example from types module doc. Since the types left by Georg Brandl · 16 years ago
  79. 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 16 years ago
  80. 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 16 years ago
  81. b6f9806 Merged revisions 65982 via svnmerge from by Benjamin Peterson · 16 years ago
  82. e9cf5e3 Merged revisions 65978 via svnmerge from by Christian Heimes · 16 years ago
  83. 6144bee Merged revisions 65975 via svnmerge from by Christian Heimes · 16 years ago
  84. ffeef90 Merged revisions 65971 via svnmerge from by Robert Schuppenies · 16 years ago
  85. 6b84b6c Blocked revisions 65922,65926 via svnmerge by Benjamin Peterson · 16 years ago
  86. 42a72ee Merged revisions 65964 via svnmerge from by Mark Dickinson · 16 years ago
  87. 589b795 Merged revisions 65958 via svnmerge from by Mark Dickinson · 16 years ago
  88. 9b67602 move test to a better location by Benjamin Peterson · 16 years ago
  89. f9aefce PyObject_Unicode doesn't exist anymore by Benjamin Peterson · 16 years ago
  90. 8509df7 done with 3.0 by Barry Warsaw · 16 years ago
  91. 238444e Tagging 3.0b3 by Barry Warsaw · 16 years ago
  92. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  93. 6e7740c apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault by Benjamin Peterson · 16 years ago
  94. 41e3667 #3614: Correct a typo in xmlrpc.client. by Amaury Forgeot d'Arc · 16 years ago
  95. 84c43ab Blocked revisions 65917 via svnmerge by Hirokazu Yamamoto · 16 years ago
  96. ca765d5 Reverted r65901 and uses GetVolumeInformationW because string in py3k is unicode. by Hirokazu Yamamoto · 16 years ago
  97. 87c6244 Blocked revisions 65914 via svnmerge by Guido van Rossum · 16 years ago
  98. 9253b8c Blocked revisions 65912 via svnmerge by Guido van Rossum · 16 years ago
  99. c452362 Merged revisions 65908 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  100. b71caf1 revert 65897 by Benjamin Peterson · 16 years ago