1. d9bd8ec Doc: Fix inconsistency in multiprocessing (GH-12273) by Julien Palard · 6 years ago
  2. cc353a0 Various refinements to the NormalDist examples and recipes (GH-12272) by Raymond Hettinger · 6 years ago
  3. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  4. 11205b8 Fix padding on asyncio.IncompleteReadError docs (GH-12258) by Andre Delfino · 6 years ago
  5. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  6. d70a359 Make a documentation link target more specific (GH-12249) by Raymond Hettinger · 6 years ago
  7. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  8. 14bab7a NormalDist.overlap() only needs one example (GH-12218) by Raymond Hettinger · 6 years ago
  9. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 6 years ago
  10. 1f58f4f Refine statistics.NormalDist documentation and improve test coverage (GH-12208) by Raymond Hettinger · 6 years ago
  11. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 6 years ago
  12. e942e7b Fix the documentation for set.copy() (GH-12176) by Andre Delfino · 6 years ago
  13. 0983fcd Doc: Use `option` word for command line interface. (GH-12142) by NAKAMURA Osamu · 6 years ago
  14. 7e9ce4c Fixed a missing . and a missing capital letter. (GH-12170) by Jules Lasne (jlasne) · 6 years ago
  15. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  16. 8b50400 bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) by Mark Williams · 6 years ago
  17. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 6 years ago
  18. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 6 years ago
  19. 9add4b3 bpo-36018: Add documentation link to "random variable" (GH-12114) by Raymond Hettinger · 6 years ago
  20. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 6 years ago
  21. ae2ea33 Add versionadded directives to ssl.minimum_version and ssl.maximum_version (GH-11894) by Zhiming Wang · 6 years ago
  22. 4064089 Fix grammar error in timeit module docs (GH-12066) by Shiv Dhar · 6 years ago
  23. a180b00 bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-11920) by Serhiy Storchaka · 6 years ago
  24. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 6 years ago
  25. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 6 years ago
  26. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  27. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 6 years ago
  28. 175421b bpo-36016: Add generation option to gc.getobjects() (GH-11909) by Pablo Galindo · 6 years ago
  29. df5cdc1 bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987) by Emmanuel Arias · 6 years ago
  30. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 6 years ago
  31. 6e240dd Doc: Missing backquotes. (GH-11982) by Julien Palard · 6 years ago
  32. e5458bd bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) by Manjusaka · 6 years ago
  33. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 6 years ago
  34. 407c734 bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior change] (#11962) by Raymond Hettinger · 6 years ago
  35. 86f093f bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969) by Raymond Hettinger · 6 years ago
  36. 49fd6dd bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now ordered (GH-11966) by Raymond Hettinger · 6 years ago
  37. 11fa0e4 Doc: fix example for iter() function. (GH-11959) by Cristian Ciupitu · 6 years ago
  38. 9b0c681 bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960) by Raymond Hettinger · 6 years ago
  39. beda52e bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) by Cédric Krier · 6 years ago
  40. 513e9b44 Doc: Fix typo. (GH-11315) by Julien Palard · 6 years ago
  41. e7a4bb5 bpo-35798: Add test.support.check_syntax_warning(). (#11895) by Serhiy Storchaka · 6 years ago
  42. 4a7f44a bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) by animalize · 6 years ago
  43. 9abb725 Improve readability of random module examples (GH-11884) by Raymond Hettinger · 6 years ago
  44. 903567e Fix the versionadded info for typing.NoReturn (GH-11880) by Jack Wilsdon · 6 years ago
  45. 522630a bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881) by Emmanuel Arias · 6 years ago
  46. 5723263 bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264) by Lysandros Nikolaou · 6 years ago
  47. d73ac0e Fix typo: equivalent code of `async with cond` (GH-11681) by Kevin Mai-Husan Chia · 6 years ago
  48. 5680f65 bpo-18283: Add support for bytes to shutil.which (GH-11818) by Cheryl Sabella · 6 years ago
  49. 537b6ca bpo-22062: Updated docstring and documentation for pathlib (GH-8519) by Eivind Teig · 7 years ago
  50. 5033e31 Fix broken :ref: in asyncio docs (GH-11805) by Pablo Galindo · 7 years ago
  51. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 7 years ago
  52. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 7 years ago
  53. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 7 years ago
  54. cd90f6a bpo-20001: update pathlib landing image (GH-11304) by Harmandeep Singh · 7 years ago
  55. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 7 years ago
  56. 00e9c55 bpo-26256: Document algorithm speed for the Decimal module. (#4808) by Cheryl Sabella · 7 years ago
  57. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 7 years ago
  58. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 7 years ago
  59. d97daeb doc: http: Fix enum name for status code 416 (GH-11689) by Phil Jones · 7 years ago
  60. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 7 years ago
  61. 0897e0c bpo-33504: fix wrong "versionchanged" (GH-11712) by Inada Naoki · 7 years ago
  62. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 7 years ago
  63. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  64. 40ebe94 Document differences between random.choices() and random.choice(). (GH-11703) by Raymond Hettinger · 7 years ago
  65. cf991e6 bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691) by João Matos · 7 years ago
  66. dfc8bb9 Fix typo: class declaration (GH-11678) by nu_no · 7 years ago
  67. 3171df3 Clarify U-mode deprecation in open() (GH-11646) by Nick Coghlan · 7 years ago
  68. 3bab40d bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324) by Windson yang · 7 years ago
  69. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 7 years ago
  70. f0c7436 bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) by Géry Ogam · 7 years ago
  71. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 7 years ago
  72. e8239b8 Add information about DeprecationWarning for invalid escaped characters in the re module (GH-5255) by Pablo Galindo · 7 years ago
  73. 478f829 bpo-21257: document http.client.parse_headers (GH-11443) by Ashwin Ramaswami · 7 years ago
  74. cf27c06 bpo-23156: Remove obsolete tix install directions (GH-11595) by Terry Jan Reedy · 7 years ago
  75. 97e1299 Fixes typo in asyncio.queue doc (GH-11581) by Slam · 7 years ago
  76. cee29b4 bpo-35486: Note Py3.6 import system API requirement change (GH-11540) by Nick Coghlan · 7 years ago
  77. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 7 years ago
  78. 06f8b57 bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559) by Henry Chen · 7 years ago
  79. 32ebd85 bpo-29707: Document that os.path.ismount() is not able to reliable detect bind mounts. (GH-11238) by Serhiy Storchaka · 7 years ago
  80. 1cffd0e bpo-34512: Document platform-specific strftime() behavior for non-ASCII format strings (GH-8948) by Alexey Izbyshev · 7 years ago
  81. fd7d539 bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517) by Joannah Nanjekye · 7 years ago
  82. bab4bbb bpo-32146: Add documentation about frozen executables on Unix (GH-5850) by Bo Bayles · 7 years ago
  83. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 7 years ago
  84. e394ba3 bpo-35404: Clarify how to import _structure in email.message doc (GH-10886) by Charles-Axel Dein · 7 years ago
  85. d6acf17 Add example to the documentation for calling unittest.mock.patch with create=True (GH-11056) by Pablo Galindo · 7 years ago
  86. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 7 years ago
  87. 31ec52a bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396) by Ville Skyttä · 7 years ago
  88. 47a2fce bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422) by Harmandeep Singh · 7 years ago
  89. e9a044e bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) by Harmandeep Singh · 7 years ago
  90. 1b29c03 Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369) by sth · 7 years ago
  91. c0381aa bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) by Cheryl Sabella · 7 years ago
  92. 9e00d9e bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) by jab · 7 years ago
  93. 3a81076 bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) by Vaibhav Gupta · 7 years ago
  94. 56edf3a Redo PR 785 -- Add cross reference links (GH-11319) by Raymond Hettinger · 7 years ago
  95. 95327bc Minor grammar improvement in types.rst (GH-11308) by Mariatta · 7 years ago
  96. d83f5bd Fix minor grammatical mistakes in reversed(dict) doc (GH-10997) by Andre Delfino · 7 years ago
  97. 7804e8c Tweak wording about Fraction and Decimal (GH-10904) by Andre Delfino · 7 years ago
  98. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 7 years ago
  99. d378b1f bpo-34764: improve docs example of iter() with sentinel value (GH-11222) by Chris Rands · 7 years ago
  100. 284b787 Add 2 missing commas (GH-10698) by Boštjan Mejak · 7 years ago