1. 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
  2. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  3. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  4. 25d94bb issue23591: bool(empty_flags) == False; more docs & tests by Ethan Furman · 8 years ago
  5. 0443953 issue23591: optimize _high_bit() by Ethan Furman · 8 years ago
  6. 1a05d6c PEP 7 style for if/else in C by Victor Stinner · 8 years ago
  7. 65a5a47 issue23591: add docs; code cleanup; more tests by Ethan Furman · 8 years ago
  8. c19f00b Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  9. 22c108f Issue #12885: Merge with 3.4, retaining commits reverted there. by Jason R. Coombs · 8 years ago
  10. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  11. 742d32a Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  12. 0c7e42e Issue #12885: Merge 3.4 by Jason R. Coombs · 8 years ago
  13. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 8 years ago
  14. 9650b19 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  15. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  16. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  17. 75fbf87 Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  18. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  19. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 8 years ago
  20. 5c38cb2 - Issue #27917: Set platform triplets for Android builds. by doko@ubuntu.com · 8 years ago
  21. af0628e Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  22. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  23. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  24. 2f9cc7a Minor beautification (turn nested-if into a conjunction). by Raymond Hettinger · 8 years ago
  25. 5f30f79 Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). by Terry Jan Reedy · 8 years ago
  26. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  27. a3623c8 Improve idlelib.textview comments. by Terry Jan Reedy · 8 years ago
  28. 83a1045 Issue #27891: Tweak new idlelib README entry. by Terry Jan Reedy · 8 years ago
  29. 112835c Merge by Raymond Hettinger · 8 years ago
  30. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  31. 898ac56 Merge asyncio from 3.5 by Guido van Rossum · 8 years ago
  32. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  33. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  34. 7309421 Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  35. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  36. 74942c9 Merge by Raymond Hettinger · 8 years ago
  37. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  38. 8890bb2 #27904: fix distutils tests. by R David Murray · 8 years ago
  39. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  40. ee47e5c issue23591: add Flags, IntFlags, and tests by Ethan Furman · 8 years ago
  41. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  42. 89b1162 Merge #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  43. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  44. da02887 Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 8 years ago
  45. 82f9546 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  46. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  47. 4ff1daa Merge by Raymond Hettinger · 8 years ago
  48. 9c4ee75 Issue #28894: Fix to_addrs refs in smtplib docs by Raymond Hettinger · 8 years ago
  49. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  50. 8ca3570 Issue #27895: Strengthen the dict reader tests. by Raymond Hettinger · 8 years ago
  51. 43ca452 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. by Raymond Hettinger · 8 years ago
  52. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  53. 613debc Merge with 3.5 by Zachary Ware · 8 years ago
  54. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  55. a582af8 Merge with 3.5 by Zachary Ware · 8 years ago
  56. de354bc Include test/test_warnings/data as well by Zachary Ware · 8 years ago
  57. 6dd1109 Merge with 3.5 by Zachary Ware · 8 years ago
  58. 19e5064 Include test_tools and test_warnings in install by Zachary Ware · 8 years ago
  59. 0033593 Merge with 3.5 by Zachary Ware · 8 years ago
  60. f0a71cf Fix typo by Zachary Ware · 8 years ago
  61. ee8e17f Merge heads by Mark Dickinson · 8 years ago
  62. 82a9527 Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. by Mark Dickinson · 8 years ago
  63. 75b1cb1 - Issue #23968, keep platform_triplet and multiarch macros in sync by doko@ubuntu.com · 8 years ago
  64. 4e1de16 Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka. by Mark Dickinson · 8 years ago
  65. 583c6e8 Issue #27214: Fix potential bug and remove useless optimization in long_invert. Thanks Oren Milman. by Mark Dickinson · 8 years ago
  66. 2be278c Merge heads by Serhiy Storchaka · 8 years ago
  67. 1f93261 Issue #27818: Speed up parsing width and precision in format() strings for by Serhiy Storchaka · 8 years ago
  68. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  69. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  70. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  71. d0f5bab Issue #26027: Fix test_path_t_converter on Windows by Berker Peksag · 8 years ago
  72. 3ce2fd4 Don't test for path-like bytes paths on Windows by Brett Cannon · 8 years ago
  73. 1b6c6da Issue #27506: Support bytes/bytearray.translate() delete as keyword argument by Martin Panter · 8 years ago
  74. 8c3c52b Issue #25825: Merge $(LIBPL) fix from 3.5 by Martin Panter · 8 years ago
  75. aac9b71 Issue #19884: Merge Readline updates from 3.5 by Martin Panter · 8 years ago
  76. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 8 years ago
  77. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  78. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  79. 8f96a30 Issue #26027: Don't test for bytearray in path_t as that's now deprecated. by Brett Cannon · 8 years ago
  80. 68ed978 Add a What's New entry for PEP 519 by Brett Cannon · 8 years ago
  81. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 8 years ago
  82. 6ed442c Issue #10513: Merge from 3.5 by Berker Peksag · 8 years ago
  83. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  84. f74c33a Merge by Raymond Hettinger · 8 years ago
  85. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  86. 8f2ee0d Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  87. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  88. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  89. bb10859 Closes #23746: merged update from 3.5. by Vinay Sajip · 8 years ago
  90. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  91. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  92. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  93. 5acf4e5 Issue #27821: Fix bug in idlelib.comfig function and add new tests. by Terry Jan Reedy · 8 years ago
  94. 3f1057a method_call() and slot_tp_new() now uses fast call by Victor Stinner · 8 years ago
  95. f7507dd Issue #27830: Fix _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  96. b98b927 _pickle: remove outdated comment by Victor Stinner · 8 years ago
  97. 53cb489 _PyObject_FastCallDict(): avoid _Py_CheckFunctionResult() by Victor Stinner · 8 years ago
  98. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  99. 53868aa Closes #27595: Document PEP 495 (Local Time Disambiguation) features. by Alexander Belopolsky · 8 years ago
  100. 2085361 Fix typo in test name by Berker Peksag · 8 years ago