1. 9f76e4f unblock 66115 from merging by Jesse Noller · 16 years ago
  2. 7b2b1f9 Add news item for #3719. by Marc-André Lemburg · 16 years ago
  3. 33794a7 Merged revisions 66144 via svnmerge from by Nick Coghlan · 16 years ago
  4. 4077985 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 16 years ago
  5. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  6. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  7. 3a2bd7d Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
  8. 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
  9. d098ff2 Port Python 2.6 bsddb3 testdriver to Python 3.0 by Jesus Cea · 16 years ago
  10. f15b4b7 Blocked revisions 65655,66088,66123 via svnmerge by Benjamin Peterson · 16 years ago
  11. b1bd350 Blocked revisions 66127 via svnmerge by Benjamin Peterson · 16 years ago
  12. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  13. f82b856 In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 16 years ago
  14. cd3158d Blocked revisions 66119 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  15. cf60382 Merged revisions 66117 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 2cb598f Blocked revisions 66114-66115 via svnmerge by Benjamin Peterson · 16 years ago
  17. 8fa8952 #3753: document that s* etc. are newer and preferred to s#. by Georg Brandl · 16 years ago
  18. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  19. d26782e Merged revisions 66104 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  20. af21b17 Blocked revisions 66100 via svnmerge by Hirokazu Yamamoto · 16 years ago
  21. 6359450 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  22. 6ba3329 bsddb code updated to version 4.7.3pre2. This code is the same than by Jesus Cea · 16 years ago
  23. 73c96db Merged revisions 66085 (with modifications) via svnmerge from by Nick Coghlan · 16 years ago
  24. 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
  25. 0d85539 Merged revisions 66076 via svnmerge from by Georg Brandl · 16 years ago
  26. 069094bc Remove outdated comment. Reviewed by Antoine. by Georg Brandl · 16 years ago
  27. 3db38ce #3577: 3.0 is not installed as "python" on Unix. by Georg Brandl · 16 years ago
  28. fcfb5f2 Blocked revisions 66058 via svnmerge by Antoine Pitrou · 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. 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
  32. ff869fa Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning. by Christian Heimes · 16 years ago
  33. 2cabc56 #3706: fix error message for wrong exec() argument type. R=Guido. by Georg Brandl · 16 years ago
  34. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  35. 4b24a42 add NULL checking for PyBytes_FromObject; R=Neal by Benjamin Peterson · 16 years ago
  36. f4ff470 Blocked revisions 66043 via svnmerge by Antoine Pitrou · 16 years ago
  37. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  38. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  39. 2b9e040 Blocked revisions 66039 via svnmerge by Benjamin Peterson · 16 years ago
  40. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  41. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 2532967 Merged revisions 66028 via svnmerge from by Neal Norwitz · 16 years ago
  43. ec105ad Merged revisions 66026 via svnmerge from by Neal Norwitz · 16 years ago
  44. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 16 years ago
  45. c34177c Try to fix the sporadic problems on the Solaris buildbot with removing by Neal Norwitz · 16 years ago
  46. 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
  47. 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 16 years ago
  48. 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 16 years ago
  49. 4b360c8 Blocked revisions 66013 via svnmerge by Benjamin Peterson · 16 years ago
  50. ce694b7 Fixed yet another compiler warning of 64bit builds. Reviewed by Georg Brandl. by Christian Heimes · 16 years ago
  51. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  52. 06db799 Update props for r66007. by Neal Norwitz · 16 years ago
  53. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  54. c4b1535 Blocked revisions 66004 via svnmerge by Benjamin Peterson · 16 years ago
  55. 487b9dc bring the PyFile docs into sync with reality by Benjamin Peterson · 16 years ago
  56. 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  57. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago
  58. 2658260 fix #3653 Python could segfault if invalid values were passed to sys.excepthook by Benjamin Peterson · 16 years ago
  59. 3c9d2ef Blocked revisions 65995 via svnmerge by Georg Brandl · 16 years ago
  60. d66a029 Remove outdated example from types module doc. Since the types left by Georg Brandl · 16 years ago
  61. 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 16 years ago
  62. 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 16 years ago
  63. b6f9806 Merged revisions 65982 via svnmerge from by Benjamin Peterson · 16 years ago
  64. e9cf5e3 Merged revisions 65978 via svnmerge from by Christian Heimes · 16 years ago
  65. 6144bee Merged revisions 65975 via svnmerge from by Christian Heimes · 16 years ago
  66. ffeef90 Merged revisions 65971 via svnmerge from by Robert Schuppenies · 16 years ago
  67. 6b84b6c Blocked revisions 65922,65926 via svnmerge by Benjamin Peterson · 16 years ago
  68. 42a72ee Merged revisions 65964 via svnmerge from by Mark Dickinson · 16 years ago
  69. 589b795 Merged revisions 65958 via svnmerge from by Mark Dickinson · 16 years ago
  70. 9b67602 move test to a better location by Benjamin Peterson · 16 years ago
  71. f9aefce PyObject_Unicode doesn't exist anymore by Benjamin Peterson · 16 years ago
  72. 8509df7 done with 3.0 by Barry Warsaw · 16 years ago
  73. 238444e Tagging 3.0b3 by Barry Warsaw · 16 years ago
  74. 57c1058 Bumping to 3.0b3 by Barry Warsaw · 16 years ago
  75. 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
  76. 41e3667 #3614: Correct a typo in xmlrpc.client. by Amaury Forgeot d'Arc · 16 years ago
  77. 84c43ab Blocked revisions 65917 via svnmerge by Hirokazu Yamamoto · 16 years ago
  78. ca765d5 Reverted r65901 and uses GetVolumeInformationW because string in py3k is unicode. by Hirokazu Yamamoto · 16 years ago
  79. 87c6244 Blocked revisions 65914 via svnmerge by Guido van Rossum · 16 years ago
  80. 9253b8c Blocked revisions 65912 via svnmerge by Guido van Rossum · 16 years ago
  81. c452362 Merged revisions 65908 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  82. b71caf1 revert 65897 by Benjamin Peterson · 16 years ago
  83. 768008c For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. by Amaury Forgeot d'Arc · 16 years ago
  84. d757e73 Partially revert r65883 to let the tests pass. by Amaury Forgeot d'Arc · 16 years ago
  85. 8676534 Tiny fix of IGNORECASE plus removal of a UNICODE reference. by Mark Summerfield · 16 years ago
  86. 6c4f617 Revised all texts concerning the ASCII flag: (1) put Unicode case first by Mark Summerfield · 16 years ago
  87. 5ef6d18 Merged revisions 65900 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  88. 3938a90 Merged revisions 65885,65892,65894,65898 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 16 years ago
  90. 87069fd kill the obsolete symtable.Symbol methods by Benjamin Peterson · 16 years ago
  91. a5e37e6 Blocked revisions 65806,65880,65891,65893 via svnmerge by Benjamin Peterson · 16 years ago
  92. 629acd7 Blocked revisions 65016 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  93. e9ea19e disable test_nis; it hangs by Benjamin Peterson · 16 years ago
  94. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  95. 4aeec04 Merged revisions 65658,65869,65882 via svnmerge from by Benjamin Peterson · 16 years ago
  96. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  97. 3ad8910 Remove four uu-encoded image files that were once useful for testing by Guido van Rossum · 16 years ago
  98. 53a2bb4 Fix a failure in bsddb tests, following the changes in regular expression semantics by Antoine Pitrou · 16 years ago
  99. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  100. de0de88 Blocked revisions 65874 via svnmerge by Guido van Rossum · 16 years ago