1. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  2. d183f0b Update pydoc topics and suspicious markup file. by Georg Brandl · 12 years ago
  3. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 12 years ago
  4. 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
  5. cc0274b merge with 3.2 by Georg Brandl · 12 years ago
  6. c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
  7. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  8. 5c0b1ca Update various OS X README files for 3.3.0. by Ned Deily · 12 years ago
  9. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  10. 7a54d16 Null merge from 3.2 by Mark Dickinson · 12 years ago
  11. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago
  12. a6894ba Reverted change to venv initialisation. by Vinay Sajip · 12 years ago
  13. 3bb6318 Null merge by Mark Dickinson · 12 years ago
  14. 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 12 years ago
  15. 4510977 Null merge from 3.2. by Mark Dickinson · 12 years ago
  16. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  17. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 12 years ago
  18. 8d649ef Merge by Antoine Pitrou · 12 years ago
  19. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  20. 0ac0b11 Add glossary references by Antoine Pitrou · 12 years ago
  21. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  22. cb0ec7d Merge by Antoine Pitrou · 12 years ago
  23. ba0a3ed Issue #2051: Tweak last commit for this issue to pass in mode instead by Brett Cannon · 12 years ago
  24. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  25. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  26. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  27. 491b1dc Closes #9374: merge with 3.2 by Georg Brandl · 12 years ago
  28. 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
  29. 82649f3 Issue #15776: Allow pyvenv to work in existing directory with --clean. by Andrew Svetlov · 12 years ago
  30. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  31. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  32. 4784e02 Output lib files for PGO build into PGO directory. by Martin v. Löwis · 12 years ago
  33. 5951ec0 Pick up 32-bit launcher from PGO directory on 64-bit PGO build. by Martin v. Löwis · 12 years ago
  34. bddf724 Drop PC\python_nt.h as it's not used. by Martin v. Löwis · 12 years ago
  35. b4b92be Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. by Martin v. Löwis · 12 years ago
  36. 3234cc8 Add missing PGI/PGO configurations for pywlauncher. by Martin v. Löwis · 12 years ago
  37. a4b0701 Merge with 3.2 by Ross Lagerwall · 12 years ago
  38. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 12 years ago
  39. ffffa8e Close #2051: Oops, transposed the digits in the issue number in the previous commit by Nick Coghlan · 12 years ago
  40. 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
  41. 36d188c Issue #15037: Use correct path to system terminfo database. by Ned Deily · 12 years ago
  42. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 12 years ago
  43. f21587e mpd_qpowmod(): calculate result with zero-exponent for compatibility with by Stefan Krah · 12 years ago
  44. bbd3437 Issue #14292: Ensure that the OS X installer build configures the CXX by Ned Deily · 12 years ago
  45. 6fc81d7 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  46. 12d1f67 issue #15645: null merge by Ned Deily · 12 years ago
  47. 01d1837 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  48. 35d600c Suggested a whatsnew item by Alexander Belopolsky · 12 years ago
  49. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  50. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 12 years ago
  51. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  52. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  53. 17183a2 Use zero bottom margin. by Stefan Krah · 12 years ago
  54. ad5b439 In the 32-bit build, dec_hash() raised InvalidOperation if the operand by Stefan Krah · 12 years ago
  55. 2fd502f 1) Use _mpd_basedivmod() regardless of the length of the dividend. This is by Stefan Krah · 12 years ago
  56. ad54c6d Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure by Victor Stinner · 12 years ago
  57. 9bd9cd3 Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 12 years ago
  58. eb61f8b Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 12 years ago
  59. 6f69fb1 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  60. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  61. dda5edc Block 78699:019a2390b014, this needs to be manually merged. by Trent Nelson · 12 years ago
  62. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  63. 6733927 Fix typo in error handling for WaitForMultipleObjects() by Richard Oudkerk · 12 years ago
  64. b9717b5 #15752: merge with 3.2. by Ezio Melotti · 12 years ago
  65. 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 12 years ago
  66. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  67. 5b27c53 Merge 3.2. by Stefan Krah · 12 years ago
  68. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  69. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  70. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  71. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 12 years ago
  72. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 12 years ago
  73. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  74. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  75. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 12 years ago
  76. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  77. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  78. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  79. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  80. 35503c9 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  81. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  82. 66d1eb2 Merge 3.2. by Stefan Krah · 12 years ago
  83. 07795df Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  84. 28a2ad5 Check return value of asdl_seq_new(). Found by Coverity. by Stefan Krah · 12 years ago
  85. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  86. c0c03be Merge 3.2. by Stefan Krah · 12 years ago
  87. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  88. 000fde9 Closes #15737: Fix potential NULL dereference in zipimport.c. by Stefan Krah · 12 years ago
  89. 6adf243 Merge 3.2. by Stefan Krah · 12 years ago
  90. fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  91. 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
  92. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 12 years ago
  93. 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
  94. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  95. 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
  96. 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
  97. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  98. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  99. 8528c31 Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity. by Stefan Krah · 12 years ago
  100. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago