1. a4b4dea Use C-style comments (required for the AIX build slave). by Stefan Krah · 12 years ago
  2. f817a7b Use C-style comments. by Stefan Krah · 12 years ago
  3. 8f734eb Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364 by Christian Heimes · 12 years ago
  4. fd30236 Fixed memory leak in error branch of formatfloat(). CID 719687 by Christian Heimes · 12 years ago
  5. be23292 Fix issue number. by Georg Brandl · 12 years ago
  6. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  7. dc07bac Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  8. 9471797 Add What's New entries for some minor work I did in 3.3. by Larry Hastings · 12 years ago
  9. 1960641 Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte by Christian Heimes · 12 years ago
  10. bdc7e69 Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() by Christian Heimes · 12 years ago
  11. 0085a24 Closes #15973: fix a segmentation fault when comparing timezone objects. by Georg Brandl · 12 years ago
  12. fd296ff Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  13. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  14. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  15. ebf7f95 Fix NEWS entry location. by Georg Brandl · 12 years ago
  16. 63b38bb Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times by Christian Heimes · 12 years ago
  17. f022aa5 Spacing fix. by Georg Brandl · 12 years ago
  18. dbcf103 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  19. 6c4b095 Updates NEWS for issue #15895 by Christian Heimes · 12 years ago
  20. 04ac4c1 Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening. by Christian Heimes · 12 years ago
  21. eeb5635 Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false. by Christian Heimes · 12 years ago
  22. 05823f7 Post-release updates for 3.3.0rc2. by Georg Brandl · 12 years ago
  23. 023e03b Added tag v3.3.0rc2 for changeset 88a0792e8ba3 by Georg Brandl · 12 years ago
  24. 9e31d36 Issue #15814: Update whatsnew to the current state of hashing memoryviews. by Stefan Krah · 12 years ago
  25. 0b164c0 Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions by Nick Coghlan · 12 years ago
  26. 9c8ad07 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  27. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  28. 070175d Fix NEWS entry location. by Georg Brandl · 12 years ago
  29. 24ec054 Issue #15822: Fix installation of lib2to3 grammar pickles to ensure by Ned Deily · 12 years ago
  30. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  31. ef06595 Changelog entry for 8c2e87aeb707. by Georg Brandl · 12 years ago
  32. 55c206a Fix bug with argparse.Parser.parse_args(*args) by Zbigniew JÄ™drzejewski-Szmek · 12 years ago
  33. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  34. 9ecae7a Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  35. 2a70535 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  36. a3f4a16 Add missing unit. by Stefan Krah · 12 years ago
  37. ceaaced Compile _decimal without asserts and update benchmark results. by Stefan Krah · 12 years ago
  38. eaaf9e9 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
  39. 848cdfd Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 12 years ago
  40. 91b9f13 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  41. 380c55c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  42. 0398985 Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  43. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  44. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  45. 3694401 Post-release updates. by Georg Brandl · 12 years ago
  46. 44ac850 Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba by Georg Brandl · 12 years ago
  47. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  48. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 12 years ago
  49. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 12 years ago
  50. 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 12 years ago
  51. cc0274b merge with 3.2 by Georg Brandl · 12 years ago
  52. c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
  53. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  54. 5c0b1ca Update various OS X README files for 3.3.0. by Ned Deily · 12 years ago
  55. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  56. 7a54d16 Null merge from 3.2 by Mark Dickinson · 12 years ago
  57. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago
  58. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 12 years ago
  59. 3bb6318 Null merge by Mark Dickinson · 12 years ago
  60. 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 12 years ago
  61. 4510977 Null merge from 3.2. by Mark Dickinson · 12 years ago
  62. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  63. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 12 years ago
  64. 8d649ef Merge by Antoine Pitrou · 12 years ago
  65. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  66. 0ac0b11 Add glossary references by Antoine Pitrou · 12 years ago
  67. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  68. cb0ec7d Merge by Antoine Pitrou · 12 years ago
  69. ba0a3ed Issue #2051: Tweak last commit for this issue to pass in mode instead by Brett Cannon · 12 years ago
  70. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  71. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  72. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  73. 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 12 years ago
  74. 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 · 12 years ago
  75. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 12 years ago
  76. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  77. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  78. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 12 years ago
  79. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  80. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 12 years ago
  81. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 12 years ago
  82. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 12 years ago
  83. a4b0701 Merge with 3.2 by Ross Lagerwall · 12 years ago
  84. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 12 years ago
  85. ffffa8e Close #2051: Oops, transposed the digits in the issue number in the previous commit by Nick Coghlan · 12 years ago
  86. 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 · 12 years ago
  87. 36d188c Issue #15037: Use correct path to system terminfo database. by Ned Deily · 12 years ago
  88. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 12 years ago
  89. f21587e mpd_qpowmod(): calculate result with zero-exponent for compatibility with by Stefan Krah · 12 years ago
  90. bbd3437 Issue #14292: Ensure that the OS X installer build configures the CXX by Ned Deily · 12 years ago
  91. 6fc81d7 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  92. 12d1f67 issue #15645: null merge by Ned Deily · 12 years ago
  93. 01d1837 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  94. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 12 years ago
  95. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  96. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 12 years ago
  97. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  98. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  99. 17183a2 Use zero bottom margin. by Stefan Krah · 12 years ago
  100. ad5b439 In the 32-bit build, dec_hash() raised InvalidOperation if the operand by Stefan Krah · 12 years ago