1. 625cb37 Issue #25387: Check return value of winsound.MessageBeep by Zachary Ware · 8 years ago
  2. cefebf3 Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  3. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  4. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  5. 8c21ab0 Issue #27744: correct comment and markup by Christian Heimes · 8 years ago
  6. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 8 years ago
  7. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  8. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  9. 4565986 Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon by Steve Dower · 8 years ago
  10. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  11. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  12. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  13. 0e76e67 Closes #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  14. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  15. c7d1cf4 Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. by Steve Dower · 8 years ago
  16. 942dd9f merge 3.5 (#27957) by Benjamin Peterson · 8 years ago
  17. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  18. c7fac12 Merge by Raymond Hettinger · 8 years ago
  19. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  20. ebbc736 Fix get_externals.bat by Zachary Ware · 8 years ago
  21. 7c510a6 Issue #27883: Update sqlite to 3.14.1 on Windows by Zachary Ware · 8 years ago
  22. 55f4452 remove memory indirections in dict_traverse (closes #27956) by Benjamin Peterson · 8 years ago
  23. 2250c4c Issue #27830: Remove unused _PyStack_AsDict() by Victor Stinner · 8 years ago
  24. ff79396 fix skipping #27921 for windows by Benjamin Peterson · 8 years ago
  25. 1c2400c Closes #27407: Merge with 3.5 by Zachary Ware · 8 years ago
  26. 8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  27. 7b24b27 merge 3.5 (#27812) by Benjamin Peterson · 8 years ago
  28. bdddb11 clear out f_gen during generator finalization (closes #27812) by Benjamin Peterson · 8 years ago
  29. 339a6cf merge 3.5 by Benjamin Peterson · 8 years ago
  30. 177a424 merge heads by Benjamin Peterson · 8 years ago
  31. 80109d3 merge heads by Benjamin Peterson · 8 years ago
  32. 9802081 merge 3.5 (closes #27811) by Benjamin Peterson · 8 years ago
  33. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  34. 64c7c86 Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  35. 63cf72d Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  36. 4847f31 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  37. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  38. 27682d2 issue23591: more docs; slight change to repr by Ethan Furman · 8 years ago
  39. bce9cba Merge by Raymond Hettinger · 8 years ago
  40. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  41. 6579502 Merge by Raymond Hettinger · 8 years ago
  42. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  43. e02bfd0 Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). by Mark Dickinson · 8 years ago
  44. 31ba1c3 Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. by Mark Dickinson · 8 years ago
  45. 8574654 Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. by Mark Dickinson · 8 years ago
  46. 96f774d Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  47. 06cf601 Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped. by Eric V. Smith · 8 years ago
  48. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  49. 2500c98 Closes #27935: returned numeric value for 'FATAL' logging level. by Vinay Sajip · 8 years ago
  50. 44ac3c5 Merge upstream change. by Vinay Sajip · 8 years ago
  51. d635f2f Closes #27937: Merge fix from 3.5. by Vinay Sajip · 8 years ago
  52. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  53. 1b8f7b8 Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. by Eric V. Smith · 8 years ago
  54. 0a7b7e3 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  55. 6e02560 Issue 27921: Remove backslash from another f-string. by Eric V. Smith · 8 years ago
  56. 6a4efce Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. by Eric V. Smith · 8 years ago
  57. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  58. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  59. 25d94bb issue23591: bool(empty_flags) == False; more docs & tests by Ethan Furman · 8 years ago
  60. 0443953 issue23591: optimize _high_bit() by Ethan Furman · 8 years ago
  61. 1a05d6c PEP 7 style for if/else in C by Victor Stinner · 8 years ago
  62. 65a5a47 issue23591: add docs; code cleanup; more tests by Ethan Furman · 8 years ago
  63. c19f00b Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  64. 22c108f Issue #12885: Merge with 3.4, retaining commits reverted there. by Jason R. Coombs · 8 years ago
  65. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  66. 742d32a Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  67. 0c7e42e Issue #12885: Merge 3.4 by Jason R. Coombs · 8 years ago
  68. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 8 years ago
  69. 9650b19 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  70. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  71. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  72. 75fbf87 Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  73. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  74. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 8 years ago
  75. 5c38cb2 - Issue #27917: Set platform triplets for Android builds. by doko@ubuntu.com · 8 years ago
  76. af0628e Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  77. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  78. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  79. 2f9cc7a Minor beautification (turn nested-if into a conjunction). by Raymond Hettinger · 8 years ago
  80. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  81. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  82. a3623c8 Improve idlelib.textview comments. by Terry Jan Reedy · 8 years ago
  83. 83a1045 Issue #27891: Tweak new idlelib README entry. by Terry Jan Reedy · 8 years ago
  84. 112835c Merge by Raymond Hettinger · 8 years ago
  85. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  86. 898ac56 Merge asyncio from 3.5 by Guido van Rossum · 8 years ago
  87. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  88. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  89. 7309421 Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  90. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  91. 74942c9 Merge by Raymond Hettinger · 8 years ago
  92. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  93. 8890bb2 #27904: fix distutils tests. by R David Murray · 8 years ago
  94. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  95. ee47e5c issue23591: add Flags, IntFlags, and tests by Ethan Furman · 8 years ago
  96. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  97. 89b1162 Merge #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  98. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  99. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  100. 82f9546 Merge with 3.5 by Terry Jan Reedy · 8 years ago