1. 22c108f Issue #12885: Merge with 3.4, retaining commits reverted there. by Jason R. Coombs · 8 years ago
  2. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  3. 0c7e42e Issue #12885: Merge 3.4 by Jason R. Coombs · 8 years ago
  4. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 8 years ago
  5. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  6. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  7. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  8. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 8 years ago
  9. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  10. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  11. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  12. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  13. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  14. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  15. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  16. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  17. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  18. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  19. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  20. de354bc Include test/test_warnings/data as well by Zachary Ware · 8 years ago
  21. 19e5064 Include test_tools and test_warnings in install by Zachary Ware · 8 years ago
  22. f0a71cf Fix typo by Zachary Ware · 8 years ago
  23. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  24. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 8 years ago
  25. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  26. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  27. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  28. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  29. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  30. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  31. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  32. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  33. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  34. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  35. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  36. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  37. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  38. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  39. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  40. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  41. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  42. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  43. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  44. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  45. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  46. f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 8 years ago
  47. d874c05 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  48. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  49. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  50. 6902ddf Fix a refleak in call_maybe() by Victor Stinner · 8 years ago
  51. d925bd5 Fix a refleak in call_method() by Victor Stinner · 8 years ago
  52. 53926f1 Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available by Berker Peksag · 8 years ago
  53. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  54. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  55. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  56. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  57. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  58. 3da5743 Issue #27698: Add socketpair to socket.__all__ on Windows by Victor Stinner · 8 years ago
  59. 034fb56 Issue #27726: Fix "make tags" by Victor Stinner · 8 years ago
  60. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  61. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  62. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  63. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  64. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  65. d4583d7 Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  66. 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  67. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  68. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  69. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  70. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  71. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  72. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  73. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  74. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  75. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  76. 80a3ba9 merge 3.4 by Donald Stufft · 8 years ago
  77. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  78. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  79. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  80. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  81. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  82. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  83. 9745ee0 merge 3.4 (closes #27758) by Benjamin Peterson · 8 years ago
  84. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 8 years ago
  85. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  86. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  87. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  88. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  89. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  90. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  91. 5401e87 Issue #25825: Fix references to Modules/python.exp by Martin Panter · 8 years ago
  92. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  93. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 8 years ago
  94. b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings by Martin Panter · 8 years ago
  95. 2084350 Issue #27714: text_textview now passes when re-run in the same process by Terry Jan Reedy · 8 years ago
  96. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  97. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  98. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  99. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  100. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago