1. b7a2800 MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  2. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 12 years ago
  3. 4886d5b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  4. 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  5. 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  6. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  7. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  8. 7b64875 Added test for 85cb90f79cbf and see how the code handles all flags at once by Christian Heimes · 12 years ago
  9. 01beb69 backport from the trunk, to fix test_tools with srcdir != builddir by doko@ubuntu.com · 12 years ago
  10. 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  11. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  12. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  13. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  14. 63755f3 merge #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  15. b522828 #15847: allow args to be a tuple in parse_args by R David Murray · 12 years ago
  16. 5b4faae Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  17. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  18. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  19. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  20. 3561901 #15557,#15447,#15509: webbrowser test suite added. by R David Murray · 12 years ago
  21. bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 12 years ago
  22. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
  23. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  24. 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
  25. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  26. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  27. 64b0ef1 Merge #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  28. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 12 years ago
  29. f7d176e Issue #15828: Don't try to close a file if imp.find_module() doesn't return one. by Brett Cannon · 12 years ago
  30. 5d06124 Issue #15828: Restore support for C extension modules in imp.load_module() by Nick Coghlan · 12 years ago
  31. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  32. 4e07a8c merge heads by Benjamin Peterson · 12 years ago
  33. 59043f9 merge 3.2 (#15801) by Benjamin Peterson · 12 years ago
  34. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  35. ea62bd5 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  36. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  37. 4f0338c Issue #15781: Fix two small race conditions in import's module locking. by Antoine Pitrou · 12 years ago
  38. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  39. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  40. 6f64796 Remove overeager test (don't depend on the sign of a nan; cf. issue #14521) by Mark Dickinson · 12 years ago
  41. 448f577 Remove incorrect lines (meant for cdecimal) from recently added Decimal tests. by Mark Dickinson · 12 years ago
  42. e4204bc Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  43. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  44. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  45. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  46. 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
  47. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 12 years ago
  48. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 12 years ago
  49. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  50. 75959cf Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  51. ee253eb Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. by Trent Nelson · 12 years ago
  52. b9717b5 #15752: merge with 3.2. by Ezio Melotti · 12 years ago
  53. 1b47bf4 #15752: s/assertRaisesRegexp/assertRaisesRegex/g by Ezio Melotti · 12 years ago
  54. 5b27c53 Merge 3.2. by Stefan Krah · 12 years ago
  55. 7cacd2e Issue #15736: Fix overflow in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  56. 139cd43 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  57. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  58. 77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. by Senthil Kumaran · 12 years ago
  59. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  60. c0c03be Merge 3.2. by Stefan Krah · 12 years ago
  61. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  62. 6adf243 Merge 3.2. by Stefan Krah · 12 years ago
  63. fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). by Stefan Krah · 12 years ago
  64. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  65. 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
  66. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  67. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  68. a19de80 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  69. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  70. 47ec25d Brush subprocess tests a bit. by Andrew Svetlov · 12 years ago
  71. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 12 years ago
  72. aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 12 years ago
  73. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  74. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  75. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  76. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  77. 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 12 years ago
  78. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 12 years ago
  79. 943c5b3 Fix subprocess test broken on Windows by Andrew Svetlov · 12 years ago
  80. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 12 years ago
  81. 5395d2f Add yet another test for subprocess.Popen.communicate by Andrew Svetlov · 12 years ago
  82. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  83. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  84. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  85. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  86. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 12 years ago
  87. f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 12 years ago
  88. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  89. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  90. 835df52 Merge 3.2 by Brian Curtin · 12 years ago
  91. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  92. 826d570 Merge with 3.2. by Georg Brandl · 12 years ago
  93. 7b250a5 Revert 961a15aff2a6, this is already checked in another way. by Georg Brandl · 12 years ago
  94. 68fad6f Merge with 3.2. by Georg Brandl · 12 years ago
  95. 22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. by Georg Brandl · 12 years ago
  96. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  97. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  98. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  99. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  100. 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 12 years ago