1. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  2. 0ac0b11 Add glossary references by Antoine Pitrou · 12 years ago
  3. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  4. cb0ec7d Merge by Antoine Pitrou · 12 years ago
  5. ba0a3ed Issue #2051: Tweak last commit for this issue to pass in mode instead by Brett Cannon · 12 years ago
  6. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  7. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  8. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  9. 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 12 years ago
  10. 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
  11. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 12 years ago
  12. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  13. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  14. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 12 years ago
  15. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  16. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 12 years ago
  17. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 12 years ago
  18. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 12 years ago
  19. a4b0701 Merge with 3.2 by Ross Lagerwall · 12 years ago
  20. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 12 years ago
  21. ffffa8e Close #2051: Oops, transposed the digits in the issue number in the previous commit by Nick Coghlan · 12 years ago
  22. 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
  23. 36d188c Issue #15037: Use correct path to system terminfo database. by Ned Deily · 12 years ago
  24. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 12 years ago
  25. f21587e mpd_qpowmod(): calculate result with zero-exponent for compatibility with by Stefan Krah · 12 years ago
  26. bbd3437 Issue #14292: Ensure that the OS X installer build configures the CXX by Ned Deily · 12 years ago
  27. 6fc81d7 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  28. 12d1f67 issue #15645: null merge by Ned Deily · 12 years ago
  29. 01d1837 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  30. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 12 years ago
  31. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  32. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 12 years ago
  33. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  34. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  35. 17183a2 Use zero bottom margin. by Stefan Krah · 12 years ago
  36. ad5b439 In the 32-bit build, dec_hash() raised InvalidOperation if the operand by Stefan Krah · 12 years ago
  37. 2fd502f 1) Use _mpd_basedivmod() regardless of the length of the dividend. This is by Stefan Krah · 12 years ago
  38. ad54c6d Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure by Victor Stinner · 12 years ago
  39. 9bd9cd3 Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 12 years ago
  40. eb61f8b Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 12 years ago
  41. 6f69fb1 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  42. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  43. dda5edc Block 78699:019a2390b014, this needs to be manually merged. by Trent Nelson · 12 years ago
  44. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  45. 6733927 Fix typo in error handling for WaitForMultipleObjects() by Richard Oudkerk · 12 years ago
  46. b9717b5 #15752: merge with 3.2. by Ezio Melotti · 12 years ago
  47. 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 12 years ago
  48. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  49. 5b27c53 Merge 3.2. by Stefan Krah · 12 years ago
  50. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  51. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  52. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  53. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 12 years ago
  54. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 12 years ago
  55. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  56. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  57. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 12 years ago
  58. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  59. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  60. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  61. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  62. 35503c9 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  63. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  64. 66d1eb2 Merge 3.2. by Stefan Krah · 12 years ago
  65. 07795df Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  66. 28a2ad5 Check return value of asdl_seq_new(). Found by Coverity. by Stefan Krah · 12 years ago
  67. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  68. c0c03be Merge 3.2. by Stefan Krah · 12 years ago
  69. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  70. 000fde9 Closes #15737: Fix potential NULL dereference in zipimport.c. by Stefan Krah · 12 years ago
  71. 6adf243 Merge 3.2. by Stefan Krah · 12 years ago
  72. fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  73. 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 · 12 years ago
  74. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 12 years ago
  75. 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 · 12 years ago
  76. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  77. 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 · 12 years ago
  78. a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 12 years ago
  79. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  80. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  81. 8528c31 Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity. by Stefan Krah · 12 years ago
  82. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  83. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  84. 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 12 years ago
  85. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 12 years ago
  86. 47ec25d Brush subprocess tests a bit. by Andrew Svetlov · 12 years ago
  87. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 12 years ago
  88. aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 12 years ago
  89. 7fda33b Mereg 3.2. by Stefan Krah · 12 years ago
  90. 6b96286 Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. by Stefan Krah · 12 years ago
  91. 6b9bfe8 Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  92. 3c6661a Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  93. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  94. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  95. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  96. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  97. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 12 years ago
  98. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  99. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 12 years ago
  100. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 12 years ago