1. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 6 years ago
  2. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 6 years ago
  3. 4754168 bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997) by Stefan Behnel · 6 years ago
  4. ceb842e Fixed typo (GH-11522) by Alexander Vasin · 6 years ago
  5. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 6 years ago
  6. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 6 years ago
  7. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 6 years ago
  8. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 6 years ago
  9. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 6 years ago
  10. da63b32 bpo-36715: Add usage note for dict.fromkeys() (GH-12974) by Raymond Hettinger · 6 years ago
  11. 55d0351 Syntax highlight IDLE html doc code example. (GH-12981) by Terry Jan Reedy · 6 years ago
  12. 7abb6c0 bpo-36669: add matmul support to weakref.proxy (GH-12932) by Mark Dickinson · 6 years ago
  13. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 6 years ago
  14. d7befad bpo-35537: Document posix_spawn() change in subprocess (GH-11668) by Victor Stinner · 6 years ago
  15. 29d018a replace 'sequencial argument' by 'positional' in doc (GH-12925) by Mathieu Dupuy · 6 years ago
  16. fb8c7d5 bpo-36018: Make "seed" into a keyword only argument (GH-12921) by Raymond Hettinger · 6 years ago
  17. b4c7f39 Add module specification: itemgetter -> operator.itemgetter (GH-12823) by Jakub Molinski · 6 years ago
  18. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 6 years ago
  19. 5ebfa84 bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) by mollison · 6 years ago
  20. 3e986de Fix typo (GH-12878) by Fredrik Averpil · 6 years ago
  21. e8113f5 bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) by Stefan Behnel · 6 years ago
  22. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 6 years ago
  23. 9941f96 Fix wrong indentation of a paragraph in documentation (GH-12868) by cocoatomo · 6 years ago
  24. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 6 years ago
  25. 31e8d69 bpo-33783: Use proper class markup for random.Random docs (GHè7817) by Matthias Bussonnier · 6 years ago
  26. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 6 years ago
  27. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 6 years ago
  28. a3283ef Doc: update PendingDeprecationWarning explanation (GH-12837) by Inada Naoki · 6 years ago
  29. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 6 years ago
  30. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 6 years ago
  31. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 6 years ago
  32. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 6 years ago
  33. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 6 years ago
  34. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 6 years ago
  35. b13552c Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) by Christopher Head · 6 years ago
  36. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 6 years ago
  37. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 6 years ago
  38. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 6 years ago
  39. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 6 years ago
  40. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 6 years ago
  41. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 6 years ago
  42. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 6 years ago
  43. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 6 years ago
  44. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 6 years ago
  45. c324c74 bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) by Lukas Waymann · 6 years ago
  46. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 6 years ago
  47. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 6 years ago
  48. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 6 years ago
  49. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 6 years ago
  50. f4efa31 Correct "inplace" with "in-place" (GH-10480) by Andre Delfino · 6 years ago
  51. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 6 years ago
  52. 89a8944 bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) by CAM Gerlach · 6 years ago
  53. 2ea8099 bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) by Stefan Behnel · 6 years ago
  54. 1328375 Fix doc for create_subprocess_exec (GH-12598) by Dima Tisnek · 6 years ago
  55. 176d263 bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505) by Inada Naoki · 6 years ago
  56. 1c5fa5a bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  57. 04694a3 bpo-35838: document optionxform must be idempotent (GH-12656) by Inada Naoki · 6 years ago
  58. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 6 years ago
  59. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 6 years ago
  60. 9e30fba bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) by Julien Palard · 6 years ago
  61. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 6 years ago
  62. e63fc11 Fix typo in email.encoders doc (GH-9700) by ksamuel · 6 years ago
  63. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 6 years ago
  64. bc284f0 bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580) by Inada Naoki · 6 years ago
  65. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 6 years ago
  66. 3b7e47a bpo-36364: fix SharedMemoryManager examples (GH-12439) by Pierre Glaser · 6 years ago
  67. 3e700e4 Document that logging registers shutdown as an atexit handler (GH-12378) by Andre Delfino · 6 years ago
  68. 577277f Fix "the the" in the idle docs. (GH-12549) by Benjamin Peterson · 6 years ago
  69. 548cb60 bpo-34085: Improve wording on classmethod/staticmethod (#8228) by Andre Delfino · 6 years ago
  70. 360e1e4 bpo-36345: Add a new example in the documentation of wsgiref (#12511) by Stéphane Wirtel · 6 years ago
  71. 713a8ae Add note to Queue.get() docs about block=True (GH-2223) by Stephen Rosen · 6 years ago
  72. 13c1f72 bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtuples (GH-4434) by Lisa Roach · 6 years ago
  73. 7a2e84c bpo-33319: Clarify subprocess call docs. (GH-12508) by Gregory P. Smith · 6 years ago
  74. 7c822e5 Fix typo in doc for pprint.pp (GH-12500) by Xavier GUIHOT · 6 years ago
  75. dd7c4ce bpo-35155: clarify protocol handler method naming (GH-10313) by Denton Liu · 6 years ago
  76. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 6 years ago
  77. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 6 years ago
  78. 14e3c44 Fix table formatting in itertools doc (GH-12228) by Benedikt Werner · 6 years ago
  79. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 6 years ago
  80. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 6 years ago
  81. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 6 years ago
  82. 23581c0 bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) by Raymond Hettinger · 6 years ago
  83. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 6 years ago
  84. dc69f69 Fix typo in unittest.mock documentation: manger -> manager (GH-12352) by Joan Massich · 6 years ago
  85. 9c68543 Update the seealso entries for namedtuple() (GH-12373) by Raymond Hettinger · 6 years ago
  86. 5927cfd Minor grammar fix in docs (GH-12371) by Raymond Hettinger · 6 years ago
  87. f40b4a0 bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137) by Yasser A · 6 years ago
  88. 1c668d1 Correct the heading levels (GH-12338) by Raymond Hettinger · 6 years ago
  89. b420428 Document actual string.punctuation value. (GH-12270) by Andre Delfino · 6 years ago
  90. 8ef864d bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294) by Steve Dower · 6 years ago
  91. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 6 years ago
  92. d9bd8ec Doc: Fix inconsistency in multiprocessing (GH-12273) by Julien Palard · 6 years ago
  93. cc353a0 Various refinements to the NormalDist examples and recipes (GH-12272) by Raymond Hettinger · 6 years ago
  94. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  95. 11205b8 Fix padding on asyncio.IncompleteReadError docs (GH-12258) by Andre Delfino · 6 years ago
  96. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  97. d70a359 Make a documentation link target more specific (GH-12249) by Raymond Hettinger · 6 years ago
  98. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  99. 14bab7a NormalDist.overlap() only needs one example (GH-12218) by Raymond Hettinger · 6 years ago
  100. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 6 years ago