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