1. 9add4b3 bpo-36018: Add documentation link to "random variable" (GH-12114) by Raymond Hettinger · 6 years ago
  2. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 6 years ago
  3. ae2ea33 Add versionadded directives to ssl.minimum_version and ssl.maximum_version (GH-11894) by Zhiming Wang · 6 years ago
  4. 4173772 Document the surprising sideeffect PyErr_Print(). (#12081) by Gregory P. Smith · 6 years ago
  5. 4064089 Fix grammar error in timeit module docs (GH-12066) by Shiv Dhar · 6 years ago
  6. ccb92e8 Update FAQ to point to Infrastructure Team website. (GH-12077) by Ned Deily · 6 years ago
  7. 55e335d Remove empty Dictionaries section from programming FAQ (GH-12026) by Andre Delfino · 6 years ago
  8. a180b00 bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-11920) by Serhiy Storchaka · 6 years ago
  9. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  10. d90a141 Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929) by Sergey Fedoseev · 6 years ago
  11. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 6 years ago
  12. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 6 years ago
  13. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  14. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 6 years ago
  15. 06babb2 bpo-1054041: Add What's New docs. (GH-11999) by Gregory P. Smith · 6 years ago
  16. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  17. 175421b bpo-36016: Add generation option to gc.getobjects() (GH-11909) by Pablo Galindo · 6 years ago
  18. df5cdc1 bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987) by Emmanuel Arias · 6 years ago
  19. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 6 years ago
  20. 3208880 Include the --prompt flag in venv's help output (GH-10711) by Holger Frey · 6 years ago
  21. 6e240dd Doc: Missing backquotes. (GH-11982) by Julien Palard · 6 years ago
  22. e5458bd bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) by Manjusaka · 6 years ago
  23. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 6 years ago
  24. f36f892 bpo-36068: Make _tuplegetter objects serializable (GH-11981) by Joe Jevnik · 6 years ago
  25. 407c734 bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior change] (#11962) by Raymond Hettinger · 6 years ago
  26. 86f093f bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969) by Raymond Hettinger · 6 years ago
  27. 7463884 Document other performance implication for __slots__ (GH-11974) by Raymond Hettinger · 6 years ago
  28. 49fd6dd bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now ordered (GH-11966) by Raymond Hettinger · 6 years ago
  29. 11fa0e4 Doc: fix example for iter() function. (GH-11959) by Cristian Ciupitu · 6 years ago
  30. 9b0c681 bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960) by Raymond Hettinger · 6 years ago
  31. d8b9e1f bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907) by Stefan Behnel · 6 years ago
  32. 3bacf61 bpo-35584: Clarify role of caret in a class class (GH-11946) by Raymond Hettinger · 6 years ago
  33. beda52e bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) by Cédric Krier · 6 years ago
  34. 513e9b44 Doc: Fix typo. (GH-11315) by Julien Palard · 6 years ago
  35. e7a4bb5 bpo-35798: Add test.support.check_syntax_warning(). (#11895) by Serhiy Storchaka · 6 years ago
  36. 4a7f44a bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) by animalize · 6 years ago
  37. e182318 bpo-33234: Add another attribution in Whatsnew (GH-11899) by Raymond Hettinger · 6 years ago
  38. 63fa1cf bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897) by Raymond Hettinger · 6 years ago
  39. 3ff5962 bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896) by Raymond Hettinger · 6 years ago
  40. 62e4481 bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757) by Serhiy Storchaka · 6 years ago
  41. a16ab00 bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887) by Anthony Sottile · 6 years ago
  42. 9abb725 Improve readability of random module examples (GH-11884) by Raymond Hettinger · 6 years ago
  43. 903567e Fix the versionadded info for typing.NoReturn (GH-11880) by Jack Wilsdon · 6 years ago
  44. 522630a bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881) by Emmanuel Arias · 6 years ago
  45. 5723263 bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264) by Lysandros Nikolaou · 6 years ago
  46. d73ac0e Fix typo: equivalent code of `async with cond` (GH-11681) by Kevin Mai-Husan Chia · 6 years ago
  47. 5680f65 bpo-18283: Add support for bytes to shutil.which (GH-11818) by Cheryl Sabella · 6 years ago
  48. 537b6ca bpo-22062: Updated docstring and documentation for pathlib (GH-8519) by Eivind Teig · 6 years ago
  49. 9db56fb Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) by Julien Palard · 6 years ago
  50. 5033e31 Fix broken :ref: in asyncio docs (GH-11805) by Pablo Galindo · 6 years ago
  51. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 6 years ago
  52. d9503c3 Add What's New entry for date subclass behavior (#11790) by Paul Ganssle · 6 years ago
  53. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 6 years ago
  54. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 6 years ago
  55. e9bc417 Fix url to core-mentorship mailing list (GH-11775) by Mariatta · 6 years ago
  56. cd90f6a bpo-20001: update pathlib landing image (GH-11304) by Harmandeep Singh · 6 years ago
  57. f75d59e bpo-35884: Add variable access benchmarking script (GH-11725) by Raymond Hettinger · 6 years ago
  58. d08ea70 bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) by Stefan Krah · 6 years ago
  59. 00e9c55 bpo-26256: Document algorithm speed for the Decimal module. (#4808) by Cheryl Sabella · 6 years ago
  60. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 6 years ago
  61. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  62. d97daeb doc: http: Fix enum name for status code 416 (GH-11689) by Phil Jones · 6 years ago
  63. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 6 years ago
  64. 0897e0c bpo-33504: fix wrong "versionchanged" (GH-11712) by Inada Naoki · 6 years ago
  65. 9f3f093 bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014) by Michael Selik · 6 years ago
  66. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 6 years ago
  67. 40ebe94 Document differences between random.choices() and random.choice(). (GH-11703) by Raymond Hettinger · 6 years ago
  68. cf991e6 bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691) by João Matos · 6 years ago
  69. 598e15d bpo-25592: Improve documentation of distutils data_files (GH-9767) by jdemeyer · 6 years ago
  70. ea44640 bpo-35701: Update doc for UUID weak referencing (GH-11621) by David H · 6 years ago
  71. dfc8bb9 Fix typo: class declaration (GH-11678) by nu_no · 6 years ago
  72. 3171df3 Clarify U-mode deprecation in open() (GH-11646) by Nick Coghlan · 6 years ago
  73. 3bab40d bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324) by Windson yang · 6 years ago
  74. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  75. f6243ac bpo-35537: subprocess can use posix_spawn with pipes (GH-11575) by Victor Stinner · 6 years ago
  76. cda73a5 bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654) by yuji38kwmt · 6 years ago
  77. f0c7436 bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) by Géry Ogam · 6 years ago
  78. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago
  79. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  80. e8239b8 Add information about DeprecationWarning for invalid escaped characters in the re module (GH-5255) by Pablo Galindo · 6 years ago
  81. 478f829 bpo-21257: document http.client.parse_headers (GH-11443) by Ashwin Ramaswami · 6 years ago
  82. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  83. cf27c06 bpo-23156: Remove obsolete tix install directions (GH-11595) by Terry Jan Reedy · 6 years ago
  84. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  85. 97e1299 Fixes typo in asyncio.queue doc (GH-11581) by Slam · 6 years ago
  86. cee29b4 bpo-35486: Note Py3.6 import system API requirement change (GH-11540) by Nick Coghlan · 6 years ago
  87. 8c34956 Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582) by Victor Stinner · 6 years ago
  88. 0785889 bpo-35537: subprocess can now use os.posix_spawnp (GH-11579) by Victor Stinner · 6 years ago
  89. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 6 years ago
  90. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 6 years ago
  91. 06f8b57 bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559) by Henry Chen · 6 years ago
  92. 32ebd85 bpo-29707: Document that os.path.ismount() is not able to reliable detect bind mounts. (GH-11238) by Serhiy Storchaka · 6 years ago
  93. 1cffd0e bpo-34512: Document platform-specific strftime() behavior for non-ASCII format strings (GH-8948) by Alexey Izbyshev · 6 years ago
  94. fd7d539 bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517) by Joannah Nanjekye · 6 years ago
  95. bab4bbb bpo-32146: Add documentation about frozen executables on Unix (GH-5850) by Bo Bayles · 6 years ago
  96. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 6 years ago
  97. 91c6158 Update bugs.rst (GH-9648) by Andre Delfino · 6 years ago
  98. e394ba3 bpo-35404: Clarify how to import _structure in email.message doc (GH-10886) by Charles-Axel Dein · 6 years ago
  99. d6acf17 Add example to the documentation for calling unittest.mock.patch with create=True (GH-11056) by Pablo Galindo · 6 years ago
  100. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago