1. 3ef769f bpo-28240: timeit: Update repeat() doc (GH-7419) by Victor Stinner · 6 years ago
  2. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 6 years ago
  3. c56b17b bpo-12486: Document tokenize.generate_tokens() as public API (#6957) by Thomas Kluyver · 6 years ago
  4. dde9fdb bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) by Vinay Sajip · 6 years ago
  5. 9ef1b06 bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) by Mayank Singhal · 6 years ago
  6. af1ec97 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Tobias Kunze · 6 years ago
  7. f822549 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by INADA Naoki · 6 years ago
  8. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  9. f7745e1 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Tobias Kunze · 6 years ago
  10. b75ec08 bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Farhaan Bukhsh · 6 years ago
  11. a801cf1 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Zackery Spytz · 6 years ago
  12. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 6 years ago
  13. 2e01b75 bpo-29235: Make cProfile.Profile a context manager (GH-6808) by Scott Sanderson · 6 years ago
  14. 23cee80 bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) by Vinay Sajip · 6 years ago
  15. c0d341d bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) by Vinay Sajip · 6 years ago
  16. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  17. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  18. 495e567 3.6 what's new: fix a reference to PEP 528 (#7113) by Dmitry Shachnev · 6 years ago
  19. 05f1c89 bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) by Andrés Delfino · 6 years ago
  20. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  21. dec947c Fix typo introduced in GH-7217 (#7230) by Elvis Pranskevichus · 6 years ago
  22. a34e424 Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) by Julien Palard · 6 years ago
  23. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 6 years ago
  24. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 6 years ago
  25. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 6 years ago
  26. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 6 years ago
  27. e55de2d bpo-30935: update get_event_loop docs (GH-2731) by Mandeep Singh · 6 years ago
  28. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  29. 3e51a3d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) by Steve Dower · 6 years ago
  30. 8c1ad0c bpo-33670: Expose Sphinx errorlevel (GH-7156) by Andrés Delfino · 6 years ago
  31. 3d3e66c bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) by Andrés Delfino · 6 years ago
  32. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  33. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  34. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 6 years ago
  35. 2298c0e Fix typo spotted by Guido (GH-7131) by Andrés Delfino · 6 years ago
  36. 6e33f81 bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) by Andrés Delfino · 6 years ago
  37. 6e413f4 Document typing.NoReturn (GH-7107) by Ivan Levkivskyi · 6 years ago
  38. 8ebf5ce bpo-33109: argparse subparsers are once again not required by default (GH-6919) by Ned Deily · 6 years ago
  39. 453bd0b bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Victor Stinner · 6 years ago
  40. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 6 years ago
  41. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 6 years ago
  42. 825aab9 bpo-27300: Add the errors parameter to tempfile classes. (GH-6696) by sth · 6 years ago
  43. 8bb0b5b bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Matthias Bussonnier · 6 years ago
  44. e8eb6cb bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Christian Heimes · 6 years ago
  45. 6c4fab0 bpo-33516: Add support for __round__ in MagicMock (GH-6880) by John Reese · 6 years ago
  46. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 6 years ago
  47. b2f5f59 bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) by Elvis Pranskevichus · 6 years ago
  48. 55bfe69 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Masayuki Yamamoto · 6 years ago
  49. f5b1183 bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Serhiy Storchaka · 6 years ago
  50. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 6 years ago
  51. 1179f4b bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by INADA Naoki · 6 years ago
  52. 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 6 years ago
  53. dd28187 Add idlelib and IDLE section to What's New in 3.7. (#7019) by Terry Jan Reedy · 6 years ago
  54. 0c4be82 bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) by Andrés Delfino · 6 years ago
  55. 900c48d bpo-30940: Updating round() docs. (GH-6342) by Lisa Roach · 6 years ago
  56. 9572132 Docs: be less specific about python versions (GH-6985) by Eitan Adler · 6 years ago
  57. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  58. 8ae8e6a bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) by Serhiy Storchaka · 6 years ago
  59. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 6 years ago
  60. cf8abcb import secrets module in secrets recipes (#6705) by Daniel Chimeno · 6 years ago
  61. f65e31f bpo-28556: Don't simplify unions at runtime (GH-6841) by Ivan Levkivskyi · 6 years ago
  62. bde3e0b Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) by Serhiy Storchaka · 6 years ago
  63. fb9dd89 bpo-33559: Attribute changed repr of exceptions (GH-6954) by Miro Hrončok · 6 years ago
  64. 631753f bpo-33559: Document changed repr of exceptions (GH-6943) by Miro Hrončok · 6 years ago
  65. d8d715f asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946) by Yury Selivanov · 6 years ago
  66. dff4675 bpo-19950: Clarify unittest TestCase instance use. (GH-6875) by Gregory P. Smith · 6 years ago
  67. d5f1442 bpo-33518: Add PEP entry to documentation glossary (GH-6860) by Andrés Delfino · 6 years ago
  68. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  69. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  70. 713a936 bpo-32216: Update dataclasses documentation (#6913) by Barry Warsaw · 6 years ago
  71. 8b94b41 bpo-28167: Remove platform.linux_distribution (GH-6871) by Petr Viktorin · 6 years ago
  72. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  73. 7a1c027 Minor tweaks to dataclasses docs. (GH-6903) by Eric V. Smith · 6 years ago
  74. 98d50cb bpo-32216: Add documentation for dataclasses (GH-6886) by Eric V. Smith · 6 years ago
  75. 67c4801 bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) by Christian Heimes · 6 years ago
  76. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  77. 9eb40bc bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) by Matthias Bussonnier · 6 years ago
  78. b7b493e Add AsyncContextManager to typing module documentation. (GH-6822) by Travis DePrato · 6 years ago
  79. 545c955 bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) by Amber Brown · 6 years ago
  80. f2290fb bpo-32769: Write annotation entry for glossary (GH-6657) by Andrés Delfino · 6 years ago
  81. 0ded580 Add versionchanged in create_datagram_endpoint doc (#4697) by Romuald Brunet · 6 years ago
  82. 7ffd4c5 bpo-22069: Update TextIO documentation (GH-6609) by Elena Oat · 6 years ago
  83. df00f04 bpo-26701: Tweak the documentation for special methods in int(). (GH-6741) by Serhiy Storchaka · 6 years ago
  84. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  85. b3c3698 Fix superfluous if in documentation. (GH-6728) by Julien Palard · 6 years ago
  86. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 6 years ago
  87. c4994dc bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) by Vinay Sajip · 6 years ago
  88. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  89. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 6 years ago
  90. 7508a54 bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) by Stéphane Wirtel · 6 years ago
  91. 335a602 Add What's New for Korean documentation translation. (GH-6645) by Julien Palard · 6 years ago
  92. 3ab9365 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Brett Cannon · 6 years ago
  93. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  94. 9f3535c bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) by Bo Bayles · 6 years ago
  95. 5779483 bpo-33378: Add Korean to the language switcher. (GH-6627) by Dong-hee Na · 6 years ago
  96. e022bbc Change "non-local state" to "content-local state". (GH-6617) by Tom Christie · 6 years ago
  97. df826f3 Clarify the inspect.getmembers predicate parameter (#6615) by Brian Curtin · 6 years ago
  98. 67a8f4f bpo-33280: Reorganize external Tcl/Tk references. (GH-6473) by Andrés Delfino · 6 years ago
  99. 643ff71 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Neeraj Badlani · 6 years ago
  100. d6ef6db Fix rendering issues in the documentation for the os module (#6525) by Pablo Galindo · 6 years ago