1. 2800dcf bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) by Dong-hee Na · 6 years ago
  2. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  3. 9e7c921 bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) by Eric Snow · 6 years ago
  4. ef24b6c bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) by Christian Heimes · 6 years ago
  5. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 6 years ago
  6. 4f54867 bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) by Dong-hee Na · 6 years ago
  7. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  8. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 6 years ago
  9. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 6 years ago
  10. 8bb0b5b bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Matthias Bussonnier · 6 years ago
  11. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  12. b7b493e Add AsyncContextManager to typing module documentation. (GH-6822) by Travis DePrato · 6 years ago
  13. 7508a54 bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) by Stéphane Wirtel · 6 years ago
  14. 5779483 bpo-33378: Add Korean to the language switcher. (GH-6627) by Dong-hee Na · 6 years ago
  15. 441d945 Clarify that __path__ can't be just any value (GH-6554) by Brett Cannon · 6 years ago
  16. 1d80a56 bpo-33201: Modernize "Extension types" doc (GH-6337) by Antoine Pitrou · 6 years ago
  17. ef5ce88 bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) by Jay Crotts · 6 years ago
  18. 42ec190 bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329) by INADA Naoki · 6 years ago
  19. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  20. aa50bf0 bpo-33126: Document PyBuffer_ToContiguous() (#6292) by Antoine Pitrou · 6 years ago
  21. da1734c bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) by Cheryl Sabella · 6 years ago
  22. 5cbb841 bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) by Himanshu Lakhara · 6 years ago
  23. 5609b78 bpo-18802: Add more details to ipaddress documentation (GH-6083) by Cheryl Sabella · 6 years ago
  24. 4be79f2 bpo-28247: Document Windows executable creation in zipapp (GH-6158) by Cheryl Sabella · 6 years ago
  25. bf63e8d bpo-30607: Use external python-doc-theme (GH-2017) by Jon Wayne Parrott · 6 years ago
  26. 90f05a5 bpo-28124: deprecate ssl.wrap_socket() (#5888) by Christian Heimes · 6 years ago
  27. 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 6 years ago
  28. dfa015c bpo-31972: Improve docstrings for pathlib classes (#5310) by chason · 6 years ago
  29. bd09335 bpo-32436: Add docs for contextvars (#5685) by Yury Selivanov · 6 years ago
  30. 988fb28 bpo-11015: Update test.support documentation (GH-5610) by Cheryl Sabella · 6 years ago
  31. 8d1f2f4 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) by sblondon · 6 years ago
  32. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 7 years ago
  33. 6677142 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) by Cheryl Sabella · 7 years ago
  34. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 7 years ago
  35. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 7 years ago
  36. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 7 years ago
  37. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 7 years ago
  38. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 7 years ago
  39. 3b43bfa Update docs for 3.7.0a4 by Ned Deily · 7 years ago
  40. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  41. 3f9a728 Update NEWS and pydoc topics. by Ned Deily · 7 years ago
  42. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 7 years ago
  43. c730223 Update NEWS and topics for 3.7.0a2 by Ned Deily · 7 years ago
  44. eeb5ffd bpo-31537: Update readline documentation example. (GH-3925) by Brad Smith · 7 years ago
  45. 5b9299d bpo-30085: Improve documentation for operator (#1171) by Sanket Dasgupta · 7 years ago
  46. 450ceea Update PyDoc topics and NEWS blurbs for 3.7.0a1 by Ned Deily · 7 years ago
  47. 6a396c9 bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) by Feanil Patel · 7 years ago
  48. 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
  49. ad0ffa0 bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) by Christian Heimes · 7 years ago
  50. 564a2c6 Link to blurb on PyPI in the NEWS.d READMEs. (#3323) by Gregory P. Smith · 7 years ago
  51. f9f1734 Blurbify master branch. (#3298) by larryhastings · 7 years ago
  52. caa1280 bpo-30803: clarify truth value testing documentation (#2508) by Peter Thomassen · 7 years ago
  53. ea00798 Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) by larryhastings · 7 years ago