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