1. 5b27c53 Merge 3.2. by Stefan Krah · 12 years ago
  2. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  3. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  4. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  5. a5e5797 Improve the pyvenv entry by Antoine Pitrou · 12 years ago
  6. c907de9 Improved summary section in whatsnew by Antoine Pitrou · 12 years ago
  7. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  8. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  9. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 12 years ago
  10. df9c945 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  11. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  12. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  13. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  14. 35503c9 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  15. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 12 years ago
  16. 66d1eb2 Merge 3.2. by Stefan Krah · 12 years ago
  17. 07795df Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  18. 28a2ad5 Check return value of asdl_seq_new(). Found by Coverity. by Stefan Krah · 12 years ago
  19. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  20. c0c03be Merge 3.2. by Stefan Krah · 12 years ago
  21. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  22. 000fde9 Closes #15737: Fix potential NULL dereference in zipimport.c. by Stefan Krah · 12 years ago
  23. 6adf243 Merge 3.2. by Stefan Krah · 12 years ago
  24. fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  25. 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
  26. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 12 years ago
  27. 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
  28. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  29. 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
  30. 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
  31. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  32. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  33. 8528c31 Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity. by Stefan Krah · 12 years ago
  34. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  35. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  36. 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 12 years ago
  37. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 12 years ago
  38. 47ec25d Brush subprocess tests a bit. by Andrew Svetlov · 12 years ago
  39. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 12 years ago
  40. aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 12 years ago
  41. 7fda33b Mereg 3.2. by Stefan Krah · 12 years ago
  42. 6b96286 Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. by Stefan Krah · 12 years ago
  43. 6b9bfe8 Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  44. 3c6661a Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  45. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  46. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  47. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  48. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  49. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 12 years ago
  50. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  51. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 12 years ago
  52. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  53. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  54. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  55. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  56. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 12 years ago
  57. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  58. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  59. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  60. 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 12 years ago
  61. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 12 years ago
  62. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 12 years ago
  63. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  64. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago
  65. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 12 years ago
  66. b391b24 Merge by Richard Oudkerk · 12 years ago
  67. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  68. 67a58cc Merge by Richard Oudkerk · 12 years ago
  69. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  70. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  71. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  72. 943c5b3 Fix subprocess test broken on Windows by Andrew Svetlov · 12 years ago
  73. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 12 years ago
  74. 69a06dd #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  75. 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  76. 0e41628 Merge str docstring fix from 3.2 by Nick Coghlan · 12 years ago
  77. 573b1fd Fix str docstring by Nick Coghlan · 12 years ago
  78. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  79. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  80. 9351117 merge heads by Andrew Svetlov · 12 years ago
  81. 5395d2f Add yet another test for subprocess.Popen.communicate by Andrew Svetlov · 12 years ago
  82. eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
  83. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  84. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  85. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  86. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  87. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  88. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  89. 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 12 years ago
  90. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  91. f748a37 merge heads in 3.2 branch by Eli Bendersky · 12 years ago
  92. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  93. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  94. 3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. by Eli Bendersky · 12 years ago
  95. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  96. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  97. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  98. 488cc36 merge with 3.2 by Sandro Tosi · 12 years ago
  99. a17ef14 fix typo by Sandro Tosi · 12 years ago
  100. c85951e Merge heads by Andrew Svetlov · 12 years ago