1. 9e31d36 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 13 years ago v3.3.0rc2
  2. 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 13 years ago
  3. 9c8ad07 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 13 years ago
  4. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 13 years ago
  5. 070175d Fix NEWS entry location. by Georg Brandl · 13 years ago
  6. 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 13 years ago
  7. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 13 years ago
  8. ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 13 years ago
  9. 55c206a Fix bug with argparse.Parser.parse_args(*args) by Zbigniew JÄ™drzejewski-Szmek · 13 years ago
  10. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 13 years ago
  11. 9ecae7a Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 13 years ago
  12. 2a70535 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 13 years ago
  13. a3f4a16 Add missing unit. by Stefan Krah · 13 years ago
  14. ceaaced Compile _decimal without asserts and update benchmark results. by Stefan Krah · 13 years ago
  15. eaaf9e9 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 13 years ago
  16. 848cdfd Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 13 years ago
  17. 91b9f13 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 13 years ago
  18. 380c55c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 13 years ago
  19. 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 13 years ago
  20. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 13 years ago
  21. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 13 years ago
  22. 3694401 Post-release updates. by Georg Brandl · 13 years ago
  23. 44ac850 Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba by Georg Brandl · 13 years ago
  24. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 13 years ago v3.3.0rc1
  25. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 13 years ago
  26. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 13 years ago
  27. 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
  28. cc0274b merge with 3.2 by Georg Brandl · 13 years ago
  29. c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 13 years ago
  30. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 13 years ago
  31. 5c0b1ca Update various OS X README files for 3.3.0. by Ned Deily · 13 years ago
  32. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 13 years ago
  33. 7a54d16 Null merge from 3.2 by Mark Dickinson · 13 years ago
  34. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 13 years ago
  35. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 13 years ago
  36. 3bb6318 Null merge by Mark Dickinson · 13 years ago
  37. 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 13 years ago
  38. 4510977 Null merge from 3.2. by Mark Dickinson · 13 years ago
  39. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  40. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 13 years ago
  41. 8d649ef Merge by Antoine Pitrou · 13 years ago
  42. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  43. 0ac0b11 Add glossary references by Antoine Pitrou · 13 years ago
  44. 15251a9 Add glossary references by Antoine Pitrou · 13 years ago
  45. cb0ec7d Merge by Antoine Pitrou · 13 years ago
  46. ba0a3ed Issue #2051: Tweak last commit for this issue to pass in mode instead by Brett Cannon · 13 years ago
  47. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  48. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  49. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 13 years ago
  50. 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 13 years ago
  51. 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
  52. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 13 years ago
  53. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  54. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  55. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 13 years ago
  56. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 13 years ago
  57. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 13 years ago
  58. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 13 years ago
  59. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 13 years ago
  60. a4b0701 Merge with 3.2 by Ross Lagerwall · 13 years ago
  61. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 13 years ago
  62. ffffa8e Close #2051: Oops, transposed the digits in the issue number in the previous commit by Nick Coghlan · 13 years ago
  63. 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
  64. 36d188c Issue #15037: Use correct path to system terminfo database. by Ned Deily · 13 years ago
  65. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 13 years ago
  66. f21587e mpd_qpowmod(): calculate result with zero-exponent for compatibility with by Stefan Krah · 13 years ago
  67. bbd3437 Issue #14292: Ensure that the OS X installer build configures the CXX by Ned Deily · 13 years ago
  68. 6fc81d7 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 13 years ago
  69. 12d1f67 issue #15645: null merge by Ned Deily · 13 years ago
  70. 01d1837 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 13 years ago
  71. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 13 years ago
  72. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 13 years ago
  73. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 13 years ago
  74. 097a120 #665194: fix variable name in exception code path. by R David Murray · 13 years ago
  75. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 13 years ago
  76. 17183a2 Use zero bottom margin. by Stefan Krah · 13 years ago
  77. ad5b439 In the 32-bit build, dec_hash() raised InvalidOperation if the operand by Stefan Krah · 13 years ago
  78. 2fd502f 1) Use _mpd_basedivmod() regardless of the length of the dividend. This is by Stefan Krah · 13 years ago
  79. ad54c6d Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure by Victor Stinner · 13 years ago
  80. 9bd9cd3 Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 13 years ago
  81. eb61f8b Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 13 years ago
  82. 6f69fb1 Update suspicious ignore file. by Ezio Melotti · 13 years ago
  83. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  84. dda5edc Block 78699:019a2390b014, this needs to be manually merged. by Trent Nelson · 13 years ago
  85. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 13 years ago
  86. 6733927 Fix typo in error handling for WaitForMultipleObjects() by Richard Oudkerk · 13 years ago
  87. b9717b5 #15752: merge with 3.2. by Ezio Melotti · 13 years ago
  88. 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 13 years ago
  89. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 13 years ago
  90. 5b27c53 Merge 3.2. by Stefan Krah · 13 years ago
  91. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 13 years ago
  92. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  93. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  94. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 13 years ago
  95. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 13 years ago
  96. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  97. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  98. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 13 years ago
  99. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  100. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago