1. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 13 years ago v3.3.0rc3
  2. 6147515 Add news entries for recent changes. by Georg Brandl · 13 years ago
  3. be23292 Fix issue number. by Georg Brandl · 13 years ago
  4. bdc7e69 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 13 years ago
  5. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 13 years ago
  6. fd296ff Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 13 years ago
  7. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 13 years ago
  8. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 13 years ago
  9. ebf7f95 Fix NEWS entry location. by Georg Brandl · 13 years ago
  10. 63b38bb Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 13 years ago
  11. f022aa5 Spacing fix. by Georg Brandl · 13 years ago
  12. dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 13 years ago
  13. 6c4b095 Updates NEWS for issue #15895 by Christian Heimes · 13 years ago
  14. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 13 years ago
  15. 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 13 years ago
  16. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 13 years ago
  17. 070175d Fix NEWS entry location. by Georg Brandl · 13 years ago
  18. 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
  19. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  20. ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 13 years ago
  21. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 13 years ago
  22. eaaf9e9 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 13 years ago
  23. 91b9f13 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 13 years ago
  24. 380c55c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 13 years ago
  25. 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 13 years ago
  26. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 13 years ago
  27. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 13 years ago
  28. 3694401 Post-release updates. by Georg Brandl · 13 years ago
  29. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 13 years ago v3.3.0rc1
  30. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 13 years ago
  31. 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 13 years ago
  32. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
  33. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 13 years ago
  34. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  35. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 13 years ago
  36. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  37. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  38. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  39. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 13 years ago
  40. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 13 years ago
  41. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  42. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  43. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 13 years ago
  44. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 13 years ago
  45. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 13 years ago
  46. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 13 years ago
  47. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 13 years ago
  48. a4b0701 Merge with 3.2 by Ross Lagerwall · 13 years ago
  49. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 13 years ago
  50. ffffa8e Close #2051: Oops, transposed the digits in the issue number in the previous commit by Nick Coghlan · 13 years ago
  51. 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
  52. 6fc81d7 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 13 years ago
  53. 01d1837 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 13 years ago
  54. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 13 years ago
  55. 9bd9cd3 Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 13 years ago
  56. eb61f8b Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 13 years ago
  57. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  58. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  59. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  60. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  61. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  62. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 13 years ago
  63. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  64. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  65. 35503c9 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 13 years ago
  66. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 13 years ago
  67. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 13 years ago
  68. bac9a53 Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section by Nick Coghlan · 13 years ago
  69. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 13 years ago
  70. 1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) by Nick Coghlan · 13 years ago
  71. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 13 years ago
  72. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  73. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  74. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
  75. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 13 years ago
  76. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  77. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  78. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 13 years ago
  79. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 13 years ago
  80. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 13 years ago
  81. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 13 years ago
  82. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 13 years ago
  83. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 13 years ago
  84. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 13 years ago
  85. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 13 years ago
  86. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
  87. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 13 years ago
  88. 3165a75 Merge 3.2 by Richard Oudkerk · 13 years ago
  89. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 13 years ago
  90. 9c7e100 Add Daniel Ellis to Misc/ACKS by Eli Bendersky · 13 years ago
  91. 2fbe762 errant merge problem committed by Brian Curtin · 13 years ago
  92. 835df52 Merge 3.2 by Brian Curtin · 13 years ago
  93. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 13 years ago
  94. b2d8502 merge from 3.2 by Senthil Kumaran · 13 years ago
  95. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 13 years ago
  96. a026db9 Post-release updates. by Georg Brandl · 13 years ago
  97. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  98. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  99. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 13 years ago v3.3.0b2
  100. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago