1. 37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  2. 014d52f document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  3. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  4. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  5. bfac23a Move my news entries to the build section. by Gregory P. Smith · 8 years ago
  6. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  7. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  8. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  9. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  10. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  11. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  12. 799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  13. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  14. 6b46ec7 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  15. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  16. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  17. b88db87 supress coroutine warning when an exception is pending (#27968) by Benjamin Peterson · 8 years ago
  18. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  19. e848cd7 Issue #27905: Docs for typing.Type[C], by Michael Lee. by Guido van Rossum · 8 years ago
  20. 33d2a49 promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 8 years ago
  21. 4a75760 do not memcpy from NULL by Benjamin Peterson · 8 years ago
  22. a1bc246 Use shorter version of Connection.isolation_level in sqlite3.rst by Berker Peksag · 8 years ago
  23. 5a7d923 make sure to not call memcpy with a NULL second argument by Benjamin Peterson · 8 years ago
  24. 8c94f97 Issue #26359: Add the --with-optimizations flag. by Brett Cannon · 8 years ago
  25. 653c850 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  26. 4bf580d Issue #21250: Add tests for SQLite's ON CONFLICT clause by Berker Peksag · 8 years ago
  27. 01c340d do not leak addrinfo in configure test by Benjamin Peterson · 8 years ago
  28. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  29. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  30. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  31. c5c83d6 Issue #27960: Merge with 3.4 by Jason R. Coombs · 8 years ago
  32. 1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. by Jason R. Coombs · 8 years ago
  33. 1bb0c0b explicitly cast away constness to silence compiler warning by Benjamin Peterson · 8 years ago
  34. 5130a4d Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  35. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  36. 6d99980 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  37. 281e5f8 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  38. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  39. 768f3b4 do not pretend to support passing a fd to access() by Benjamin Peterson · 8 years ago
  40. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  41. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  42. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  43. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  44. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  45. 8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  46. bdddb11 clear out f_gen during generator finalization (closes #27812) by Benjamin Peterson · 8 years ago
  47. 80109d3 merge heads by Benjamin Peterson · 8 years ago
  48. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  49. 63cf72d Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  50. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  51. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  52. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  53. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  54. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  55. 22c108f Issue #12885: Merge with 3.4, retaining commits reverted there. by Jason R. Coombs · 8 years ago
  56. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  57. 0c7e42e Issue #12885: Merge 3.4 by Jason R. Coombs · 8 years ago
  58. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 8 years ago
  59. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  60. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  61. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  62. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 8 years ago
  63. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  64. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  65. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  66. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  67. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  68. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  69. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  70. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  71. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  72. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  73. 5cf1c6c Skip test_tools.test_i18n when pygettext.py is missing by Zachary Ware · 8 years ago
  74. de354bc Include test/test_warnings/data as well by Zachary Ware · 8 years ago
  75. 19e5064 Include test_tools and test_warnings in install by Zachary Ware · 8 years ago
  76. f0a71cf Fix typo by Zachary Ware · 8 years ago
  77. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  78. 5de141f Issue #25825: Fix references to $(LIBPL) installation path on AIX by Martin Panter · 8 years ago
  79. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  80. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  81. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  82. 39e9af6 Add version to title of IDLE help window. by Terry Jan Reedy · 8 years ago
  83. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  84. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  85. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  86. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  87. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  88. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  89. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  90. 83f5a38 In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. by Guido van Rossum · 8 years ago
  91. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  92. 8447965 Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. by Mark Dickinson · 8 years ago
  93. 6afe858 Issue #21718: cursor.description is now available for queries using CTEs by Berker Peksag · 8 years ago
  94. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  95. 9c8aa9b Issue #27487: Warn if submodule already imported before runpy execution by Martin Panter · 8 years ago
  96. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 8 years ago
  97. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 8 years ago
  98. f7ac368 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 8 years ago
  99. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  100. f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 8 years ago