1. b303580 Issue #15525: Increase timeout when TerminateProcess() fails by Richard Oudkerk · 12 years ago
  2. a562ed0 Issue #8847: Merge with 3.2 by Martin v. Löwis · 12 years ago
  3. 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  4. c9aa321 Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser by Jesus Cea · 12 years ago
  5. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  6. 38f75cb Typo. by Barry Warsaw · 12 years ago
  7. 9a5af12 merge by Barry Warsaw · 12 years ago
  8. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  9. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  10. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  11. 336d9ac Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots) by Nick Coghlan · 12 years ago
  12. 42c0766 Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise by Nick Coghlan · 12 years ago
  13. d5698cb Fix initialization of the faulthandler module by Victor Stinner · 12 years ago
  14. 38732ea merge by Barry Warsaw · 12 years ago
  15. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  16. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  17. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  18. 754d5ef Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. by Antoine Pitrou · 12 years ago
  19. eb00d09 Issue #14018: merge by Ned Deily · 12 years ago
  20. c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  21. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  22. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  23. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  24. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  25. dee609c merged by Barry Warsaw · 12 years ago
  26. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  27. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  28. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  29. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  30. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  31. 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  32. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  33. 5ee9892 Close #15425: Eliminate more importlib related traceback noise by Nick Coghlan · 12 years ago
  34. bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  35. 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  36. 6812346 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  37. e3010a8 Issue #14578: Support modules registered in the Windows registry again. by Martin v. Löwis · 12 years ago
  38. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  39. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  40. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  41. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  42. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  43. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  44. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  45. 3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. by Martin v. Löwis · 12 years ago
  46. d0118e1 Restored test by specifying that the symlink links to a target (currently required for Windows symlinks). See issue15093 for details. by Jason R. Coombs · 12 years ago
  47. 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  48. 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  49. 0994148 merge 3.2 by Martin v. Löwis · 12 years ago
  50. 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  51. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  52. f4b341b merge 3.2 by Martin v. Löwis · 12 years ago
  53. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  54. 653e4b3 MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  55. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  56. fde7890 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  57. 9f65899 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  58. b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  59. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  60. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  61. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  62. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  63. c7a5a76 Issue #15184: Some config variables in test_sysconfig_module by Ned Deily · 12 years ago
  64. 1ef8719 Issue #15184: Fix test__remove_unsupported_archs failures on 10.6 by Ned Deily · 12 years ago
  65. ea2ce47 merge heads by Gregory P. Smith · 12 years ago
  66. b9e9e0d Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  67. 34fcafd Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  68. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  69. 45ccf03 Merge #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  70. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  71. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  72. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  73. d4703d1 Merge #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  74. b94082a #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  75. 1a2c1fb #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  76. af418b2 Merge #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  77. 15cd9a0 #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  78. ac9b5c6 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  79. 779b63d Merge #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  80. e3de175 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  81. 2731c04 Issue #15184: Ensure configuration-related environment variables by Ned Deily · 12 years ago
  82. 636601d Remove a relative import that escaped test.test_importlib. by Brett Cannon · 12 years ago
  83. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  84. 0fd1062 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  85. 6e571d6 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  86. 6a01fc5 Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  87. d6da90f Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  88. da1ffbc Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar by Meador Inge · 12 years ago
  89. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 12 years ago
  90. 5e36edb Port additional tests from #14579 (the issue is already fixed). by Antoine Pitrou · 12 years ago
  91. b4bbee2 Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling. by Antoine Pitrou · 12 years ago
  92. ed19fce Fix another import error. by Brett Cannon · 12 years ago
  93. 86ae981 Fix an import from the importlib.test move. by Brett Cannon · 12 years ago
  94. d382bfc Move importlib.test.benchmark to Tools/importbench to make it more by Brett Cannon · 12 years ago
  95. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago
  96. 4afc1c0 Merge by Brett Cannon · 12 years ago
  97. 6ee9695 Issue #15091: Call importlib.invalidate_caches() and reactivate a test by Brett Cannon · 12 years ago
  98. ba52586 Running the importlib tests from test_import is redundant as there is by Brett Cannon · 12 years ago
  99. b17ad53 Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  100. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago