1. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  2. 89b1162 Merge #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  3. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  4. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  5. 4ff1daa Merge by Raymond Hettinger · 8 years ago
  6. 9c4ee75 Issue #28894: Fix to_addrs refs in smtplib docs by Raymond Hettinger · 8 years ago
  7. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  8. 43ca452 Issue #27842: The csv.DictReader now returns rows of type OrderedDict. by Raymond Hettinger · 8 years ago
  9. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  10. 0033593 Merge with 3.5 by Zachary Ware · 8 years ago
  11. f0a71cf Fix typo by Zachary Ware · 8 years ago
  12. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  13. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  14. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  15. 1b6c6da Issue #27506: Support bytes/bytearray.translate() delete as keyword argument by Martin Panter · 8 years ago
  16. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 8 years ago
  17. 68ed978 Add a What's New entry for PEP 519 by Brett Cannon · 8 years ago
  18. f74c33a Merge by Raymond Hettinger · 8 years ago
  19. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  20. bb10859 Closes #23746: merged update from 3.5. by Vinay Sajip · 8 years ago
  21. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  22. 664759c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  23. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  24. 53868aa Closes #27595: Document PEP 495 (Local Time Disambiguation) features. by Alexander Belopolsky · 8 years ago
  25. c532b3c Merge with 3.5 by Terry Jan Reedy · 8 years ago
  26. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  27. 12f611a Merge from 3.5 by Berker Peksag · 8 years ago
  28. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  29. c787646 Issue #6057: Merge from 3.5 by Berker Peksag · 8 years ago
  30. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  31. dd30830 Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHandler documentation. by Vinay Sajip · 8 years ago
  32. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 8 years ago
  33. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  34. d44500c Merge: #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  35. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  36. c019bd3 Fix markup, add versionadded tags by Zachary Ware · 8 years ago
  37. f066694 Issue 27598: Add Collections to collections.abc. by Guido van Rossum · 8 years ago
  38. 2287318 Add documentation for geometric and harmonic means. by Steven D'Aprano · 8 years ago
  39. 6877ed3 Issue #27573 make the exit message configurable. by Steven D'Aprano · 8 years ago
  40. 9ae5050 Issue #12713: reverted fix pending further discussion. by Vinay Sajip · 8 years ago
  41. c758d51 Issue #27819: Add more detail in What's New in 3.6. by Jason R. Coombs · 8 years ago
  42. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  43. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  44. e8e6127 issue26981: add _order_ compatibility shim to enum.Enum by Ethan Furman · 8 years ago
  45. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  46. 09808e7 Issue #12982: Merge from 3.5 by Berker Peksag · 8 years ago
  47. f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 8 years ago
  48. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  49. 332dbc7 Issue26988: remove AutoEnum by Ethan Furman · 8 years ago
  50. 7a01508 Issue #12946: Merge from 3.5 by Berker Peksag · 8 years ago
  51. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  52. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 8 years ago
  53. ef948cd Closes #12713: Allowed abbreviation of subcommands in argparse. by Vinay Sajip · 8 years ago
  54. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  55. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  56. 48e4bd6 Merge with 3.5 by Zachary Ware · 8 years ago
  57. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  58. fd27f62 Add cross-reference to typing.NamedTuple. Doctest two more examples. by Raymond Hettinger · 8 years ago
  59. a5f1fbd merge by Raymond Hettinger · 8 years ago
  60. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  61. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  62. 4770d6e Add versionadded tags for (c)math.tau. by Georg Brandl · 8 years ago
  63. 02d03df Issue #26823: fix traceback abbreviation docs by Nick Coghlan · 8 years ago
  64. b09b3f7 Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  65. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  66. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  67. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  68. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  69. dd51d16 Issue27573 code.interact prints a message when exiting. by Steven D'Aprano · 8 years ago
  70. a0d3eef Add versionadded tag to docs for timeit.autorange by Steven D'Aprano · 8 years ago
  71. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 8 years ago
  72. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  73. c00189e Merge: #27753: fix typo (name->named). by R David Murray · 8 years ago
  74. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  75. 5dd2b86 merge by Raymond Hettinger · 8 years ago
  76. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  77. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 8 years ago
  78. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  79. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  80. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  81. 87fe473 merge by Raymond Hettinger · 8 years ago
  82. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  83. 98cf1e7 Issue #27745: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  84. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  85. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 8 years ago
  86. 306c3dd Issue #27200: Merge with 3.5 by Zachary Ware · 8 years ago
  87. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  88. 11328fc Closes #27210: Merge with 3.5 by Zachary Ware · 8 years ago
  89. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  90. 7a57370 Closes #27209: Merge with 3.5 by Zachary Ware · 8 years ago
  91. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  92. ef28f6a Closes #27208: Merge with 3.5 by Zachary Ware · 8 years ago
  93. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  94. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 8 years ago
  95. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  96. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  97. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  98. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  99. 0e0fe4f Closes #27205: Merge with 3.5 by Zachary Ware · 8 years ago
  100. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago