1. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  2. 0e76e67 Closes #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  3. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  4. c7d1cf4 Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. by Steve Dower · 8 years ago
  5. 942dd9f merge 3.5 (#27957) by Benjamin Peterson · 8 years ago
  6. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  7. c7fac12 Merge by Raymond Hettinger · 8 years ago
  8. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  9. ebbc736 Fix get_externals.bat by Zachary Ware · 8 years ago
  10. 7c510a6 Issue #27883: Update sqlite to 3.14.1 on Windows by Zachary Ware · 8 years ago
  11. 55f4452 remove memory indirections in dict_traverse (closes #27956) by Benjamin Peterson · 8 years ago
  12. 2250c4c Issue #27830: Remove unused _PyStack_AsDict() by Victor Stinner · 8 years ago
  13. ff79396 fix skipping #27921 for windows by Benjamin Peterson · 8 years ago
  14. 1c2400c Closes #27407: Merge with 3.5 by Zachary Ware · 8 years ago
  15. 8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  16. 7b24b27 merge 3.5 (#27812) by Benjamin Peterson · 8 years ago
  17. bdddb11 clear out f_gen during generator finalization (closes #27812) by Benjamin Peterson · 8 years ago
  18. 339a6cf merge 3.5 by Benjamin Peterson · 8 years ago
  19. 177a424 merge heads by Benjamin Peterson · 8 years ago
  20. 80109d3 merge heads by Benjamin Peterson · 8 years ago
  21. 9802081 merge 3.5 (closes #27811) by Benjamin Peterson · 8 years ago
  22. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  23. 64c7c86 Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  24. 63cf72d Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  25. 4847f31 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  26. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  27. 27682d2 issue23591: more docs; slight change to repr by Ethan Furman · 8 years ago
  28. bce9cba Merge by Raymond Hettinger · 8 years ago
  29. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  30. 6579502 Merge by Raymond Hettinger · 8 years ago
  31. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  32. e02bfd0 Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). by Mark Dickinson · 8 years ago
  33. 31ba1c3 Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. by Mark Dickinson · 8 years ago
  34. 8574654 Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. by Mark Dickinson · 8 years ago
  35. 96f774d Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  36. 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
  37. 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
  38. 2500c98 Closes #27935: returned numeric value for 'FATAL' logging level. by Vinay Sajip · 8 years ago
  39. 44ac3c5 Merge upstream change. by Vinay Sajip · 8 years ago
  40. d635f2f Closes #27937: Merge fix from 3.5. by Vinay Sajip · 8 years ago
  41. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  42. 1b8f7b8 Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. by Eric V. Smith · 8 years ago
  43. 0a7b7e3 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  44. 6e02560 Issue 27921: Remove backslash from another f-string. by Eric V. Smith · 8 years ago
  45. 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
  46. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  47. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  48. 25d94bb issue23591: bool(empty_flags) == False; more docs & tests by Ethan Furman · 8 years ago
  49. 0443953 issue23591: optimize _high_bit() by Ethan Furman · 8 years ago
  50. 1a05d6c PEP 7 style for if/else in C by Victor Stinner · 8 years ago
  51. 65a5a47 issue23591: add docs; code cleanup; more tests by Ethan Furman · 8 years ago
  52. c19f00b Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  53. 22c108f Issue #12885: Merge with 3.4, retaining commits reverted there. by Jason R. Coombs · 8 years ago
  54. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  55. 742d32a Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  56. 0c7e42e Issue #12885: Merge 3.4 by Jason R. Coombs · 8 years ago
  57. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 8 years ago
  58. 9650b19 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  59. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  60. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  61. 75fbf87 Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  62. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  63. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 8 years ago
  64. 5c38cb2 - Issue #27917: Set platform triplets for Android builds. by doko@ubuntu.com · 8 years ago
  65. af0628e Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  66. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  67. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  68. 2f9cc7a Minor beautification (turn nested-if into a conjunction). by Raymond Hettinger · 8 years ago
  69. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  70. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  71. a3623c8 Improve idlelib.textview comments. by Terry Jan Reedy · 8 years ago
  72. 83a1045 Issue #27891: Tweak new idlelib README entry. by Terry Jan Reedy · 8 years ago
  73. 112835c Merge by Raymond Hettinger · 8 years ago
  74. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  75. 898ac56 Merge asyncio from 3.5 by Guido van Rossum · 8 years ago
  76. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  77. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  78. 7309421 Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  79. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  80. 74942c9 Merge by Raymond Hettinger · 8 years ago
  81. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  82. 8890bb2 #27904: fix distutils tests. by R David Murray · 8 years ago
  83. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  84. ee47e5c issue23591: add Flags, IntFlags, and tests by Ethan Furman · 8 years ago
  85. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  86. 89b1162 Merge #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  87. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  88. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  89. 82f9546 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  90. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  91. 4ff1daa Merge by Raymond Hettinger · 8 years ago
  92. 9c4ee75 Issue #28894: Fix to_addrs refs in smtplib docs by Raymond Hettinger · 8 years ago
  93. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  94. 8ca3570 Issue #27895: Strengthen the dict reader tests. by Raymond Hettinger · 8 years ago
  95. 43ca452 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. by Raymond Hettinger · 8 years ago
  96. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  97. 613debc Merge with 3.5 by Zachary Ware · 8 years ago
  98. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  99. a582af8 Merge with 3.5 by Zachary Ware · 8 years ago
  100. de354bc Include test/test_warnings/data as well by Zachary Ware · 8 years ago