1. 6d99980 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  2. 281e5f8 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  3. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  4. 768f3b4 do not pretend to support passing a fd to access() by Benjamin Peterson · 8 years ago
  5. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  6. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  7. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  8. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  9. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  10. 8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  11. bdddb11 clear out f_gen during generator finalization (closes #27812) by Benjamin Peterson · 8 years ago
  12. 80109d3 merge heads by Benjamin Peterson · 8 years ago
  13. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  14. 63cf72d Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  15. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  16. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  17. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  18. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  19. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  20. 22c108f Issue #12885: Merge with 3.4, retaining commits reverted there. by Jason R. Coombs · 8 years ago
  21. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  22. 0c7e42e Issue #12885: Merge 3.4 by Jason R. Coombs · 8 years ago
  23. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 8 years ago
  24. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  25. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  26. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  27. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 8 years ago
  28. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  29. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  30. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  31. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  32. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  33. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  34. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  35. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  36. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  37. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  38. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  39. de354bc Include test/test_warnings/data as well by Zachary Ware · 8 years ago
  40. 19e5064 Include test_tools and test_warnings in install by Zachary Ware · 8 years ago
  41. f0a71cf Fix typo by Zachary Ware · 8 years ago
  42. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  43. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 8 years ago
  44. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  45. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  46. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  47. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  48. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  49. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  50. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  51. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  52. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  53. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  54. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  55. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  56. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  57. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  58. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  59. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  60. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  61. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  62. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  63. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  64. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  65. f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 8 years ago
  66. d874c05 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 8 years ago
  67. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  68. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  69. 6902ddf Fix a refleak in call_maybe() by Victor Stinner · 8 years ago
  70. d925bd5 Fix a refleak in call_method() by Victor Stinner · 8 years ago
  71. 53926f1 Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available by Berker Peksag · 8 years ago
  72. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  73. db53805 Rewrap long lines in Misc/NEWS. by R David Murray · 8 years ago
  74. 750018b #2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  75. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  76. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  77. 3da5743 Issue #27698: Add socketpair to socket.__all__ on Windows by Victor Stinner · 8 years ago
  78. 034fb56 Issue #27726: Fix "make tags" by Victor Stinner · 8 years ago
  79. 7e6977a script_helper: kill the subprocess on error by Victor Stinner · 8 years ago
  80. 6423429 merge 3.4 (#27783) by Benjamin Peterson · 8 years ago
  81. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 8 years ago
  82. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 8 years ago
  83. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  84. d4583d7 Issue #26750: use inspect.isdatadescriptor instead of our own by Gregory P. Smith · 8 years ago
  85. 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  86. 76aa1fb merge 3.4 (#27774) by Benjamin Peterson · 8 years ago
  87. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 8 years ago
  88. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 8 years ago
  89. 81b9ecd fix corner cases in the management of server_hostname (closes #27773) by Benjamin Peterson · 8 years ago
  90. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  91. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  92. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  93. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  94. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  95. 80a3ba9 merge 3.4 by Donald Stufft · 8 years ago
  96. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  97. 91060f2 merge 3.4 (closes #27760) by Benjamin Peterson · 8 years ago
  98. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 8 years ago
  99. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  100. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago