1. 38f4e46 bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) by Inada Naoki · 6 years ago
  2. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 6 years ago
  3. 9e30fba bpo-36064: Clarify allowed data types for urllib.request.Request. (GH-11990) by Julien Palard · 6 years ago
  4. 3d78c4a Fixed capital letters missing and missing . (GH-12584) by Jules Lasne (jlasne) · 6 years ago
  5. e63fc11 Fix typo in email.encoders doc (GH-9700) by ksamuel · 6 years ago
  6. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 6 years ago
  7. bc284f0 bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580) by Inada Naoki · 6 years ago
  8. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 6 years ago
  9. 3b7e47a bpo-36364: fix SharedMemoryManager examples (GH-12439) by Pierre Glaser · 6 years ago
  10. 3e700e4 Document that logging registers shutdown as an atexit handler (GH-12378) by Andre Delfino · 6 years ago
  11. 577277f Fix "the the" in the idle docs. (GH-12549) by Benjamin Peterson · 6 years ago
  12. 548cb60 bpo-34085: Improve wording on classmethod/staticmethod (#8228) by Andre Delfino · 6 years ago
  13. 360e1e4 bpo-36345: Add a new example in the documentation of wsgiref (#12511) by Stéphane Wirtel · 6 years ago
  14. 713a8ae Add note to Queue.get() docs about block=True (GH-2223) by Stephen Rosen · 6 years ago
  15. 13c1f72 bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtuples (GH-4434) by Lisa Roach · 6 years ago
  16. 7a2e84c bpo-33319: Clarify subprocess call docs. (GH-12508) by Gregory P. Smith · 6 years ago
  17. 7c822e5 Fix typo in doc for pprint.pp (GH-12500) by Xavier GUIHOT · 6 years ago
  18. dd7c4ce bpo-35155: clarify protocol handler method naming (GH-10313) by Denton Liu · 6 years ago
  19. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 6 years ago
  20. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 6 years ago
  21. 14e3c44 Fix table formatting in itertools doc (GH-12228) by Benedikt Werner · 6 years ago
  22. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 6 years ago
  23. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 6 years ago
  24. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 6 years ago
  25. 23581c0 bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) by Raymond Hettinger · 6 years ago
  26. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 6 years ago
  27. dc69f69 Fix typo in unittest.mock documentation: manger -> manager (GH-12352) by Joan Massich · 6 years ago
  28. 9c68543 Update the seealso entries for namedtuple() (GH-12373) by Raymond Hettinger · 6 years ago
  29. 5927cfd Minor grammar fix in docs (GH-12371) by Raymond Hettinger · 6 years ago
  30. f40b4a0 bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137) by Yasser A · 6 years ago
  31. 1c668d1 Correct the heading levels (GH-12338) by Raymond Hettinger · 6 years ago
  32. b420428 Document actual string.punctuation value. (GH-12270) by Andre Delfino · 6 years ago
  33. 8ef864d bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294) by Steve Dower · 6 years ago
  34. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 6 years ago
  35. d9bd8ec Doc: Fix inconsistency in multiprocessing (GH-12273) by Julien Palard · 6 years ago
  36. cc353a0 Various refinements to the NormalDist examples and recipes (GH-12272) by Raymond Hettinger · 6 years ago
  37. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  38. 11205b8 Fix padding on asyncio.IncompleteReadError docs (GH-12258) by Andre Delfino · 6 years ago
  39. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  40. d70a359 Make a documentation link target more specific (GH-12249) by Raymond Hettinger · 6 years ago
  41. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  42. 14bab7a NormalDist.overlap() only needs one example (GH-12218) by Raymond Hettinger · 6 years ago
  43. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 6 years ago
  44. 1f58f4f Refine statistics.NormalDist documentation and improve test coverage (GH-12208) by Raymond Hettinger · 6 years ago
  45. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 6 years ago
  46. e942e7b Fix the documentation for set.copy() (GH-12176) by Andre Delfino · 6 years ago
  47. 0983fcd Doc: Use `option` word for command line interface. (GH-12142) by NAKAMURA Osamu · 6 years ago
  48. 7e9ce4c Fixed a missing . and a missing capital letter. (GH-12170) by Jules Lasne (jlasne) · 6 years ago
  49. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  50. 8b50400 bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) by Mark Williams · 6 years ago
  51. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 6 years ago
  52. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 6 years ago
  53. 9add4b3 bpo-36018: Add documentation link to "random variable" (GH-12114) by Raymond Hettinger · 6 years ago
  54. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 6 years ago
  55. ae2ea33 Add versionadded directives to ssl.minimum_version and ssl.maximum_version (GH-11894) by Zhiming Wang · 6 years ago
  56. 4064089 Fix grammar error in timeit module docs (GH-12066) by Shiv Dhar · 6 years ago
  57. a180b00 bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-11920) by Serhiy Storchaka · 6 years ago
  58. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 6 years ago
  59. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 6 years ago
  60. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  61. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 6 years ago
  62. 175421b bpo-36016: Add generation option to gc.getobjects() (GH-11909) by Pablo Galindo · 6 years ago
  63. df5cdc1 bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987) by Emmanuel Arias · 6 years ago
  64. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 6 years ago
  65. 6e240dd Doc: Missing backquotes. (GH-11982) by Julien Palard · 6 years ago
  66. e5458bd bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) by Manjusaka · 6 years ago
  67. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 6 years ago
  68. 407c734 bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior change] (#11962) by Raymond Hettinger · 6 years ago
  69. 86f093f bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969) by Raymond Hettinger · 6 years ago
  70. 49fd6dd bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now ordered (GH-11966) by Raymond Hettinger · 6 years ago
  71. 11fa0e4 Doc: fix example for iter() function. (GH-11959) by Cristian Ciupitu · 6 years ago
  72. 9b0c681 bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960) by Raymond Hettinger · 6 years ago
  73. beda52e bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) by Cédric Krier · 6 years ago
  74. 513e9b44 Doc: Fix typo. (GH-11315) by Julien Palard · 6 years ago
  75. e7a4bb5 bpo-35798: Add test.support.check_syntax_warning(). (#11895) by Serhiy Storchaka · 6 years ago
  76. 4a7f44a bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) by animalize · 6 years ago
  77. 9abb725 Improve readability of random module examples (GH-11884) by Raymond Hettinger · 6 years ago
  78. 903567e Fix the versionadded info for typing.NoReturn (GH-11880) by Jack Wilsdon · 6 years ago
  79. 522630a bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881) by Emmanuel Arias · 6 years ago
  80. 5723263 bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264) by Lysandros Nikolaou · 6 years ago
  81. d73ac0e Fix typo: equivalent code of `async with cond` (GH-11681) by Kevin Mai-Husan Chia · 6 years ago
  82. 5680f65 bpo-18283: Add support for bytes to shutil.which (GH-11818) by Cheryl Sabella · 6 years ago
  83. 537b6ca bpo-22062: Updated docstring and documentation for pathlib (GH-8519) by Eivind Teig · 6 years ago
  84. 5033e31 Fix broken :ref: in asyncio docs (GH-11805) by Pablo Galindo · 6 years ago
  85. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 6 years ago
  86. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 6 years ago
  87. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 6 years ago
  88. cd90f6a bpo-20001: update pathlib landing image (GH-11304) by Harmandeep Singh · 6 years ago
  89. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 6 years ago
  90. 00e9c55 bpo-26256: Document algorithm speed for the Decimal module. (#4808) by Cheryl Sabella · 6 years ago
  91. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 6 years ago
  92. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  93. d97daeb doc: http: Fix enum name for status code 416 (GH-11689) by Phil Jones · 6 years ago
  94. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 6 years ago
  95. 0897e0c bpo-33504: fix wrong "versionchanged" (GH-11712) by Inada Naoki · 6 years ago
  96. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 6 years ago
  97. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 6 years ago
  98. 40ebe94 Document differences between random.choices() and random.choice(). (GH-11703) by Raymond Hettinger · 6 years ago
  99. cf991e6 bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691) by João Matos · 6 years ago
  100. dfc8bb9 Fix typo: class declaration (GH-11678) by nu_no · 6 years ago