1. b885480 bumping to 3.0rc1 by Barry Warsaw · 17 years ago v3.0rc1
  2. f2fa87b shut up a few sphinx warnings by Benjamin Peterson · 17 years ago
  3. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 17 years ago
  4. 357877c Issue #3859: Fixed test_sys.Sizeof failure on win64. by Robert Schuppenies · 17 years ago
  5. 9d0ced3 add documentation for the new buffer interface based on PEP 3118; I hope it's at least 60% right... by Benjamin Peterson · 17 years ago
  6. 7442369 forgot to commit properties for last merge by Benjamin Peterson · 17 years ago
  7. 2beb413 Merged revisions 66473 via svnmerge from by Benjamin Peterson · 17 years ago
  8. d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 17 years ago
  9. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 17 years ago
  10. 4e80cdd Merged revisions 66463 via svnmerge from by Martin v. Löwis · 17 years ago
  11. b29f2d7 Merged revisions 66460-66461 via svnmerge from by Martin v. Löwis · 17 years ago
  12. 3a2fb14 Merged revisions 66453 via svnmerge from by Benjamin Peterson · 17 years ago
  13. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 17 years ago
  14. a6fc212 Blocked revisions 66450 via svnmerge by Benjamin Peterson · 17 years ago
  15. d4c3a67 Blocked revisions 66447 via svnmerge by Georg Brandl · 17 years ago
  16. 5d955ed Forward-port of r66447. by Georg Brandl · 17 years ago
  17. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 17 years ago
  18. e40a213 Merged revisions 66441 via svnmerge from by Martin v. Löwis · 17 years ago
  19. f27f8a1 Merged revisions 66439 via svnmerge from by Martin v. Löwis · 17 years ago
  20. 4ab674a Blocked revisions 66415-66416,66422 via svnmerge by Benjamin Peterson · 17 years ago
  21. 7d56012 Blocked revisions 66390 via svnmerge by Amaury Forgeot d'Arc · 17 years ago
  22. c0a40ab make lib2to3/main.py syntax py3k valid by Benjamin Peterson · 17 years ago
  23. fb1a5eb #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 17 years ago
  24. 06974bb Blocked revisions 66386 via svnmerge (needs some fiddling to make it work in 3.0, will add a new patch to the tracker instead of merging) by Nick Coghlan · 17 years ago
  25. 5aca882 Merged revisions 66383 via svnmerge from by Martin v. Löwis · 17 years ago
  26. 51bff5d Correct a test_ctypes failure, caused by the removal of memoryview.size. by Amaury Forgeot d'Arc · 17 years ago
  27. a083f1e The Unicode database was updated to 5.1, and some characters have become printable. by Amaury Forgeot d'Arc · 17 years ago
  28. 75080da Merged revisions 66379 via svnmerge from by Benjamin Peterson · 17 years ago
  29. 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  30. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 17 years ago
  31. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 17 years ago
  32. 2409dc7 make use of shorter attribute access by Benjamin Peterson · 17 years ago
  33. 0c80465 endow memoryview.tolist() with docs by Benjamin Peterson · 17 years ago
  34. bb417dc Merged revisions 66369 via svnmerge from by Martin v. Löwis · 17 years ago
  35. 6dfcb02 fix sphinx warning by Benjamin Peterson · 17 years ago
  36. 997a6b0 Merged revisions 66367 via svnmerge from by Martin v. Löwis · 17 years ago
  37. 698280d Issue #3756: make re.escape() handle bytes as well as str. by Guido van Rossum · 17 years ago
  38. 92f8f3e Merged revisions 66364 via svnmerge from by Guido van Rossum · 17 years ago
  39. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 17 years ago
  40. 1009d39 Some typos. by Georg Brandl · 17 years ago
  41. 1b25b92 document the memoryview object a little by Benjamin Peterson · 17 years ago
  42. 3e84de05 Blocked revisions 66181 via svnmerge by Benjamin Peterson · 17 years ago
  43. 9609cea #3803: fix docs for comparison of unequal types. by Georg Brandl · 17 years ago
  44. 7cd67cc Fix formatter usage of filter(). Bug #3800. by Georg Brandl · 17 years ago
  45. 617027f Update Pygments version used. by Georg Brandl · 17 years ago
  46. 6406370 Highlight snippets as Python 3. by Georg Brandl · 17 years ago
  47. 54a1cc6 Issue #3812: Failed to build python if configure --without-threads. by Hirokazu Yamamoto · 17 years ago
  48. 167b12b Added News for r66338 by Hirokazu Yamamoto · 17 years ago
  49. f824779 Issue #3813: cannot lanch python.exe via symbolic link on cygwin. by Hirokazu Yamamoto · 17 years ago
  50. 29d95eb Blocked revisions 66316,66319 via svnmerge by Hirokazu Yamamoto · 17 years ago
  51. 016625d Blocked revisions 66332 via svnmerge by Amaury Forgeot d'Arc · 17 years ago
  52. 3614409 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 17 years ago
  53. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 17 years ago
  54. 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 · 17 years ago
  55. f7bfcfb #3791: Remove bsddb from the Windows msi installer, by Amaury Forgeot d'Arc · 17 years ago
  56. a27244b Added a warning filter to don't show the warning during by Facundo Batista · 17 years ago
  57. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 17 years ago
  58. 4c19e6e Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
  59. ae5360b Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from by Benjamin Peterson · 17 years ago
  60. e5b4ca6 Blocked revisions 66142 via svnmerge by Benjamin Peterson · 17 years ago
  61. c321ecb Blocked revisions 66281-66282,66301,66310 via svnmerge by Benjamin Peterson · 17 years ago
  62. 905aa66 mention that bsddb3 can be gotten as a third party addon by Benjamin Peterson · 17 years ago
  63. 58afe4c fixes from issue 3162 for SSL module by Bill Janssen · 17 years ago
  64. f9ee5b4 Add 3.0b3 uuid by Martin v. Löwis · 17 years ago
  65. 1c4c306 Merged revisions 66304-66305,66307 via svnmerge from by Martin v. Löwis · 17 years ago
  66. 9a46cab remove some more bsddb references by Benjamin Peterson · 17 years ago
  67. bd18fd6 Added sanity checks for the deprecated parse_qs() and by Facundo Batista · 17 years ago
  68. 3856c37 reran autoconf by Gregory P. Smith · 17 years ago
  69. 9751591 Merged revision 66295 via svnmerge from by Gregory P. Smith · 17 years ago
  70. 207f211 describe the change merged in r66285 by Gregory P. Smith · 17 years ago
  71. 9e20777 block 66284 from being merged; i reran autoconf to regenerate by Gregory P. Smith · 17 years ago
  72. 1882094 Merged revisions 66179,66283 via svnmerge from by Gregory P. Smith · 17 years ago
  73. d43029b Merged revisions 66277 via svnmerge from by Benjamin Peterson · 17 years ago
  74. c770bbb Blocked revisions 66275 via svnmerge by Antoine Pitrou · 17 years ago
  75. 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 17 years ago
  76. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 17 years ago
  77. 7e958d1 I modified the tests a bit to account for unicode string by Amaury Forgeot d'Arc · 17 years ago
  78. 5651eaa Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. by Antoine Pitrou · 17 years ago
  79. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 17 years ago
  80. 35e661c Merged revisions 66262 via svnmerge from by Benjamin Peterson · 17 years ago
  81. ae55dc0 #3794: remove __div__ and __rdiv__ traces. by Georg Brandl · 17 years ago
  82. 1aeaadd #3793: fix markup. by Georg Brandl · 17 years ago
  83. cf06bcc Remove alpha notes from RELNOTES by Barry Warsaw · 17 years ago
  84. c883c4a forgot to remove _bsddb description from readme.txt (VC6) by Hirokazu Yamamoto · 17 years ago
  85. 696af97 Align the VS2003 and VS2005 build files with the VS2008 ones by Amaury Forgeot d'Arc · 17 years ago
  86. 6a59b0e Blocked revisions 66137,66182,66192,66196 via svnmerge by Benjamin Peterson · 17 years ago
  87. 9e4fdf4 Merged revisions 66240 via svnmerge from by Antoine Pitrou · 17 years ago
  88. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 17 years ago
  89. a741ebf Merged revisions 66237 via svnmerge from by Brett Cannon · 17 years ago
  90. b305aeb Merged revisions 66235 via svnmerge from by Antoine Pitrou · 17 years ago
  91. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 17 years ago
  92. f9b99a0 Blocked revisions 66232 via svnmerge by Brett Cannon · 17 years ago
  93. 45916a4 Blocked revisions 66229 via svnmerge by Brett Cannon · 17 years ago
  94. 88d9498 fix small typo by Benjamin Peterson · 17 years ago
  95. d79dc62 Issue #3660 (part of): fix a memory leak in _pickle. by Antoine Pitrou · 17 years ago
  96. 9252287 Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoMemory when PyMem_MALLOC() fails. by Amaury Forgeot d'Arc · 17 years ago
  97. 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 17 years ago
  98. 1d6a16b Issue #3160: the "bdist_wininst" distutils command didn't work. by Antoine Pitrou · 17 years ago
  99. 95aee62 Update release notes for pybsddb. by Barry Warsaw · 17 years ago
  100. b12716b Merged revisions 66213 via svnmerge from by Hirokazu Yamamoto · 17 years ago