1. bd09f15 Issue #27507: Merge overflow check from 3.5 by Martin Panter · 8 years ago
  2. 371731e Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  3. 5e24b98 Merge from 3.5 by Steve Dower · 8 years ago
  4. 5852fa3 Removes unused files from PC folder. by Steve Dower · 8 years ago
  5. b646790 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  6. 25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  7. 262dc1e Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  8. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  9. 1db9222 Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj by Steve Dower · 8 years ago
  10. bc3e9ca Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj by Steve Dower · 8 years ago
  11. c29dd22 Issue #27531: Merge from 3.5 by Berker Peksag · 8 years ago
  12. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago
  13. 243d8a7 Merge 3.5. by Stefan Krah · 8 years ago
  14. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 8 years ago
  15. caaf53e Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  16. 80ab069 Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  17. 740527a Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 8 years ago
  18. 6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 8 years ago
  19. 7905f99 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  20. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  21. 3410c01 Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  22. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  23. fb2125d Merge from 3.5 by Steve Dower · 8 years ago
  24. 6fd76bc Fixes use of Py_IntDir and Py_OutDir to control build directories. by Steve Dower · 8 years ago
  25. 41bc067 Issue #25507: Merge from 3.5 with ttk replacing colorchooser. by Terry Jan Reedy · 8 years ago
  26. ff1d5ab Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. by Terry Jan Reedy · 8 years ago
  27. b2f8a80 Check in update for importlib_external.h by Brett Cannon · 8 years ago
  28. 4106f61 Merge for #27083 by Brett Cannon · 8 years ago
  29. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  30. d2fe862 Issue #27285: Cleanup leftover susp-ignored entry after text was changed by Martin Panter · 8 years ago
  31. 7266964 Merge: #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  32. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  33. 7365361 Merge for #26696 by Brett Cannon · 8 years ago
  34. 9305bba Issue #26696: Document collections.abc.ByteString. by Brett Cannon · 8 years ago
  35. 3823aab Merge from 3.5 by Steve Dower · 8 years ago
  36. b7567c5 Fix building tcl/tk with only the VC build tools installed. by Steve Dower · 8 years ago
  37. b3e73b3 Merge for #27083 by Brett Cannon · 8 years ago
  38. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  39. 33ed881 Fix a failing test introduced as part of issue #27512 by Brett Cannon · 8 years ago
  40. 896e87a Merge for #26844 by Brett Cannon · 8 years ago
  41. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 8 years ago
  42. 044283a Issue #27512: Don't segfault when os.fspath() calls an object whose by Brett Cannon · 8 years ago
  43. 1e6755b Issue #27518: Merge from 3.5 by Berker Peksag · 8 years ago
  44. 5d9c7ed Issue #27518: Fix typo in Grammar/Grammar by Berker Peksag · 8 years ago
  45. 6cf0e13 Issue #25507: Move 4 objects from pyshell to run and switch inports. by Terry Jan Reedy · 8 years ago
  46. ce7b27d merge 3.5 (#27514) by Benjamin Peterson · 8 years ago
  47. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  48. 663dacd Issue #27180: Merge from 3.5 by Berker Peksag · 8 years ago
  49. 2b87921 Issue #27180: Clarify Path.rename() behavior on Unix systems by Berker Peksag · 8 years ago
  50. 2162237 Issue #27455: Merge from 3.5 by Berker Peksag · 8 years ago
  51. 3093bf1 Issue #27455: Improve examples in tkinter documentation by Berker Peksag · 8 years ago
  52. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  53. fb4f825 Issue #27369: Merge test_pyexpat from 3.5 by Martin Panter · 8 years ago
  54. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  55. da27c1d Merge from 3.5 by Steve Dower · 8 years ago
  56. 945863a Fixes build order and lingering intermediate files. by Steve Dower · 8 years ago
  57. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  58. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  59. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  60. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  61. e824315 Merge 3.5 (issue #27392) by Yury Selivanov · 8 years ago
  62. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  63. b133bb4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  64. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 8 years ago
  65. b209392 Start 3.6.0a4 by Ned Deily · 8 years ago
  66. 6c0d496 Added tag v3.6.0a3 for changeset f3edf13dc339 by Ned Deily · 8 years ago
  67. a731a68 Version bump for 3.6.0a3 by Ned Deily · 8 years ago
  68. aa843d2 Update pydoc topics for 3.6.0a3 by Ned Deily · 8 years ago
  69. 538f5c4 Issue #27285: Cleanup "suspicious" warnings. by Ned Deily · 8 years ago
  70. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  71. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  72. 0ca0ede Restore NEWS entries lost in revision 8145f25f26aa by Martin Panter · 8 years ago
  73. 7386268 Issue #23804: Merge SSL recv() fix from 3.5 by Martin Panter · 8 years ago
  74. 4bf9c51 IDLE NEWS items. by Terry Jan Reedy · 8 years ago
  75. 6f7b0f5 Issue #27477: Convert IDLE search dialogs to using ttk widgets. by Terry Jan Reedy · 8 years ago
  76. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  77. a748032 Refine geometry of idlelib htests (and a few other fix-ups). by Terry Jan Reedy · 8 years ago
  78. cd5e388 Issue #27173: Fix error in test_config that caused test_idle to fail. by Terry Jan Reedy · 8 years ago
  79. 58cb93f issue27476 - Introduce a .github template to discourage github pull requests by Senthil Kumaran · 8 years ago
  80. de232f3 Null merge by Serhiy Storchaka · 8 years ago
  81. 763e04b Merge heads by Serhiy Storchaka · 8 years ago
  82. c95300a Merge heads by Serhiy Storchaka · 8 years ago
  83. d2ba5f5 #22758 null merge by R David Murray · 8 years ago
  84. 2a8c7ca #22758 null merge by R David Murray · 8 years ago
  85. 8cf1496 #22758 null merge by R David Murray · 8 years ago
  86. e363894 #22758 null merge by R David Murray · 8 years ago
  87. a7425c5 Merge: #26176: fix usage of Address constructor in email examples. by R David Murray · 8 years ago
  88. 7a139c5 #26176: fix usage of Address constructor in email examples. by R David Murray · 8 years ago
  89. ca0da9b Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  90. 06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  91. 9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. by Terry Jan Reedy · 8 years ago
  92. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  93. ce85acf Merge: #20647: Update dictobject.c comments to account for randomized string hashes. by R David Murray · 8 years ago
  94. 537ad7a #20647: Update dictobject.c comments to account for randomized string hashes. by R David Murray · 8 years ago
  95. 20bd3b0 Issue #27027: Added test.support.is_android that is True when this is an by Xavier de Gaye · 8 years ago
  96. 290b42d [merge from 3.5] - Issue #27466: Change time format returned by by Senthil Kumaran · 8 years ago
  97. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  98. f9efb8b Issue #27474: Unified error messages in the __contains__ method of bytes and by Serhiy Storchaka · 8 years ago
  99. 95750b1 Issue #27442: Expose the Android API level in sysconfig.get_config_vars() by Xavier de Gaye · 8 years ago
  100. 2247e5c Update frozen importlib code by Brett Cannon · 8 years ago