1. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 13 years ago v3.3.0rc1
  2. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 13 years ago
  3. cc0274b merge with 3.2 by Georg Brandl · 13 years ago
  4. c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 13 years ago
  5. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
  6. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 13 years ago
  7. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 13 years ago
  8. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 13 years ago
  9. 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 13 years ago
  10. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  11. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  12. ba0a3ed Issue #2051: Tweak last commit for this issue to pass in mode instead by Brett Cannon · 13 years ago
  13. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 13 years ago
  14. 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 13 years ago
  15. a61b09f Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 13 years ago
  16. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 13 years ago
  17. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  18. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  19. a508770 Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow. by Nick Coghlan · 13 years ago
  20. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 13 years ago
  21. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 13 years ago
  22. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 13 years ago
  23. 097a120 #665194: fix variable name in exception code path. by R David Murray · 13 years ago
  24. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 13 years ago
  25. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  26. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  27. b9717b5 #15752: merge with 3.2. by Ezio Melotti · 13 years ago
  28. 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 13 years ago
  29. 5b27c53 Merge 3.2. by Stefan Krah · 13 years ago
  30. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
  31. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  32. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  33. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 13 years ago
  34. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  35. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  36. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 13 years ago
  37. c0c03be Merge 3.2. by Stefan Krah · 13 years ago
  38. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 13 years ago
  39. 6adf243 Merge 3.2. by Stefan Krah · 13 years ago
  40. fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
  41. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 13 years ago
  42. db7920b Close #14814: Avoid depending on struct by using newer features. Also use enumerate where appropriate (patch by Serhiy Storchaka). Declaring PEP 3144 final at this point - any further changes to code or docs can go in new issues. by Nick Coghlan · 13 years ago
  43. a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 13 years ago
  44. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  45. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  46. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
  47. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
  48. 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 13 years ago
  49. 47ec25d Brush subprocess tests a bit. by Andrew Svetlov · 13 years ago
  50. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 13 years ago
  51. aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 13 years ago
  52. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  53. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  54. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 13 years ago
  55. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 13 years ago
  56. 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 13 years ago
  57. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 13 years ago
  58. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 13 years ago
  59. 943c5b3 Fix subprocess test broken on Windows by Andrew Svetlov · 13 years ago
  60. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 13 years ago
  61. 69a06dd #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 13 years ago
  62. 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 13 years ago
  63. 5395d2f Add yet another test for subprocess.Popen.communicate by Andrew Svetlov · 13 years ago
  64. 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 13 years ago
  65. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
  66. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
  67. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
  68. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 13 years ago
  69. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 13 years ago
  70. f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 13 years ago
  71. 3165a75 Merge 3.2 by Richard Oudkerk · 13 years ago
  72. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
  73. 835df52 Merge 3.2 by Brian Curtin · 13 years ago
  74. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 13 years ago
  75. 4e9e9c1 Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode by Andrew Svetlov · 13 years ago
  76. b428f47 Don't overwrite a __path__ value from extension modules if already set. by Brett Cannon · 13 years ago
  77. 826d570 Merge with 3.2. by Georg Brandl · 13 years ago
  78. 7b250a5 Revert 961a15aff2a6, this is already checked in another way. by Georg Brandl · 13 years ago
  79. 68fad6f Merge with 3.2. by Georg Brandl · 13 years ago
  80. 22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. by Georg Brandl · 13 years ago
  81. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 13 years ago v3.3.0b2
  82. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 13 years ago
  83. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  84. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  85. 688a551 fix docstring wording by Philip Jenvey · 13 years ago
  86. f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 13 years ago
  87. 731d48a update docstring per the extension package fix, refactor by Philip Jenvey · 13 years ago
  88. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 13 years ago
  89. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 13 years ago
  90. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 13 years ago
  91. 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 13 years ago
  92. c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 13 years ago
  93. 9d512ab Issue #13072: Fix test_array for installation without the ctypes module by Victor Stinner · 13 years ago
  94. 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 13 years ago
  95. bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... by Victor Stinner · 13 years ago
  96. 8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t by Victor Stinner · 13 years ago
  97. 0ed0505 merge heads by Benjamin Peterson · 13 years ago
  98. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 13 years ago
  99. d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 13 years ago
  100. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 13 years ago