1. 7a01508 Issue #12946: Merge from 3.5 by Berker Peksag · 8 years ago
  2. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  3. 3f015a6 Issue #27157: Make only type() itself accept the one-argument form by Berker Peksag · 8 years ago
  4. ef948cd Closes #12713: Allowed abbreviation of subcommands in argparse. by Vinay Sajip · 8 years ago
  5. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  6. 82df3b3 Closes #9998: Allowed find_library to search additional locations for libraries. by Vinay Sajip · 8 years ago
  7. 48e4bd6 Merge with 3.5 by Zachary Ware · 8 years ago
  8. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  9. fd27f62 Add cross-reference to typing.NamedTuple. Doctest two more examples. by Raymond Hettinger · 8 years ago
  10. a5f1fbd merge by Raymond Hettinger · 8 years ago
  11. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  12. 6538b43 Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only. by Raymond Hettinger · 8 years ago
  13. 4770d6e Add versionadded tags for (c)math.tau. by Georg Brandl · 8 years ago
  14. 02d03df Issue #26823: fix traceback abbreviation docs by Nick Coghlan · 8 years ago
  15. b09b3f7 Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  16. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  17. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  18. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  19. d003423 Issue #26823: Abbreviate recursive tracebacks by Nick Coghlan · 8 years ago
  20. dd51d16 Issue27573 code.interact prints a message when exiting. by Steven D'Aprano · 8 years ago
  21. a0d3eef Add versionadded tag to docs for timeit.autorange by Steven D'Aprano · 8 years ago
  22. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 8 years ago
  23. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  24. c00189e Merge: #27753: fix typo (name->named). by R David Murray · 8 years ago
  25. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  26. 5dd2b86 merge by Raymond Hettinger · 8 years ago
  27. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  28. 0b9e641 Issue #24637: Merge from 3.5 by Berker Peksag · 8 years ago
  29. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  30. 3f63483 Merge for issue #27712 by Brett Cannon · 8 years ago
  31. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  32. 87fe473 merge by Raymond Hettinger · 8 years ago
  33. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  34. 98cf1e7 Issue #27745: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  35. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  36. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 8 years ago
  37. 306c3dd Issue #27200: Merge with 3.5 by Zachary Ware · 8 years ago
  38. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  39. 11328fc Closes #27210: Merge with 3.5 by Zachary Ware · 8 years ago
  40. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  41. 7a57370 Closes #27209: Merge with 3.5 by Zachary Ware · 8 years ago
  42. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  43. ef28f6a Closes #27208: Merge with 3.5 by Zachary Ware · 8 years ago
  44. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  45. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 8 years ago
  46. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  47. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  48. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  49. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  50. 0e0fe4f Closes #27205: Merge with 3.5 by Zachary Ware · 8 years ago
  51. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  52. 8ec8749 Closes #27722: Merge with 3.5 by Zachary Ware · 8 years ago
  53. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 8 years ago
  54. f03f7c7 Closes #27204: Merge with 3.5 by Zachary Ware · 8 years ago
  55. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  56. 1aa913e Merge with 3.5 by Zachary Ware · 8 years ago
  57. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 8 years ago
  58. 2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  59. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  60. 1107f09 Merge from 3.5 by Berker Peksag · 8 years ago
  61. 08d85ee Fix use of default reST role by Berker Peksag · 8 years ago
  62. f4c69ab Issue #23322: Merge from 3.5 by Berker Peksag · 8 years ago
  63. 7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs by Berker Peksag · 8 years ago
  64. 2b1c45e Merge 3.5 by Andrew Svetlov · 8 years ago
  65. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 8 years ago
  66. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 8 years ago
  67. 3cc3832 Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  68. abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. by Guido van Rossum · 8 years ago
  69. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  70. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  71. 43b586b Silence warnings from 'make suspicious' to make the docs buildbot happy by Berker Peksag · 8 years ago
  72. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 8 years ago
  73. 933c66a Issue #18548: Merge from 3.5 by Berker Peksag · 8 years ago
  74. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  75. 73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. by Ethan Furman · 8 years ago
  76. 20bd9f0 Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Barry. Closes issue 27242. by Ethan Furman · 8 years ago
  77. b6337a1 Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  78. b858af6 Add typing.Generator docs, by Michael Lee. by Guido van Rossum · 8 years ago
  79. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  80. a31ddb3 Merge with 3.5 by Zachary Ware · 8 years ago
  81. 72e483a Fix half-finished sentence. by Zachary Ware · 8 years ago
  82. 6090194 Merge from 3.5 by Berker Peksag · 8 years ago
  83. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  84. 8576ca1 Merge from 3.5 by Berker Peksag · 8 years ago
  85. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  86. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  87. 0de01c4 Issue #24278: Merge argument parsing docs from 3.5 by Martin Panter · 8 years ago
  88. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  89. 9f4712a Issue #23710: Merge from 3.5 by Berker Peksag · 8 years ago
  90. bed6891 Issue #23710: Update PyObject_HEAD documentation by Berker Peksag · 8 years ago
  91. 91494d3 Issue #26576: Merge from 3.5 by Berker Peksag · 8 years ago
  92. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  93. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  94. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  95. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  96. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  97. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  98. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 8 years ago
  99. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 8 years ago
  100. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago