1. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  2. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  3. c1ecef7 Merge: #24216: fix typo by R David Murray · 9 years ago
  4. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  5. 5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). by Berker Peksag · 9 years ago
  6. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  7. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  8. 3113765 #19662: Make requirement to support arbitrary keywords explicit. by R David Murray · 9 years ago
  9. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  10. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  11. c7027b7 Issue #20182: converted the signal module to use Argument Clinic by Tal Einat · 9 years ago
  12. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 9 years ago
  13. 51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation by Victor Stinner · 9 years ago
  14. 56f6526 os module doc: remove availability when useless by Victor Stinner · 9 years ago
  15. dee32bd Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  16. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  17. 7d0d6ee Merge: Make sentence correct English. by R David Murray · 9 years ago
  18. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  19. b01a1fd merge by Raymond Hettinger · 9 years ago
  20. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  21. 46cf02d merge by Raymond Hettinger · 9 years ago
  22. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  23. 0907a45 Issue #23695: Explain the zip() example for clustering a data series into n-length groups. by Raymond Hettinger · 9 years ago
  24. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  25. de7cafa Issue #24064: Add __doc__ to the example in collections.rst. by Berker Peksag · 9 years ago
  26. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  27. 276e9c8 merge 3.4 by Benjamin Peterson · 9 years ago
  28. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  29. e960d18 versionadded by Benjamin Peterson · 9 years ago
  30. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  31. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  32. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  33. 688cd4e Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  34. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  35. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  36. 21ee10b Merge 3.4 (asyncio docs) by Yury Selivanov · 9 years ago
  37. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  38. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  39. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  40. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  41. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  42. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  43. 0048835 Merge 3.4 by Andrew Svetlov · 9 years ago
  44. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  45. ec9b772 merge 3.4 by Benjamin Peterson · 9 years ago
  46. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  47. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  48. b174b85 merge 3.4 (#24118) by Benjamin Peterson · 9 years ago
  49. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  50. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  51. 3b85377 Merge: #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  52. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  53. deed215 Merge: #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  54. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  55. 3b4d30a Closes #24060: Merged documentation update from 3.4. by Vinay Sajip · 9 years ago
  56. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  57. a567e56 remove deleted method by Benjamin Peterson · 9 years ago
  58. 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  59. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  60. a7edf1e Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  61. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  62. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  63. 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 9 years ago
  64. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  65. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 9 years ago
  66. c3a7f18 Merge from 3.4 by Andrew Kuchling · 9 years ago
  67. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  68. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 9 years ago
  69. d19458a merge 3.4 (#23989) by Benjamin Peterson · 9 years ago
  70. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  71. cdbe299 fix grammar by Benjamin Peterson · 9 years ago
  72. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  73. 6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  74. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  75. 0002d3c Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  76. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  77. 1a16a83 Closes #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  78. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  79. 6d7dced Fix two typos in AbstractBasicAuthHandler documentation. by Berker Peksag · 9 years ago
  80. 2e6ad42 #16914: reflow paragraph and add missing versionchanged. by R David Murray · 9 years ago
  81. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  82. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  83. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  84. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 9 years ago
  85. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  86. ef9ffcb properly wrap by Benjamin Peterson · 9 years ago
  87. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  88. 7c63fd3 issue9859: add the missing versionadded tag to the documentation. by Gregory P. Smith · 9 years ago
  89. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 9 years ago
  90. 2f86a03 remove trailing space by Gregory P. Smith · 9 years ago
  91. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  92. 6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  93. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  94. f887a61 #21146: give a more efficient recipe in gzip docs by Andrew Kuchling · 9 years ago
  95. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  96. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  97. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  98. d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 9 years ago
  99. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  100. b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago