Python 3.8.0a3
  1. 13c1f72 bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtuples (GH-4434) by Lisa Roach · 6 years ago
  2. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 6 years ago
  3. d3c72a2 bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) by Inada Naoki · 6 years ago
  4. 7a2e84c bpo-33319: Clarify subprocess call docs. (GH-12508) by Gregory P. Smith · 6 years ago
  5. 7c822e5 Fix typo in doc for pprint.pp (GH-12500) by Xavier GUIHOT · 6 years ago
  6. dd7c4ce bpo-35155: clarify protocol handler method naming (GH-10313) by Denton Liu · 6 years ago
  7. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 6 years ago
  8. b0df45e bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 6 years ago
  9. 14e3c44 Fix table formatting in itertools doc (GH-12228) by Benedikt Werner · 6 years ago
  10. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 6 years ago
  11. abbdd1f bpo-23984: Improve descriptor documentation (GH-1034) by Shubham Aggarwal · 6 years ago
  12. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 6 years ago
  13. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 6 years ago
  14. 09a9f17 bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#12385) by Stéphane Wirtel · 6 years ago
  15. 23581c0 bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) by Raymond Hettinger · 6 years ago
  16. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 6 years ago
  17. dc69f69 Fix typo in unittest.mock documentation: manger -> manager (GH-12352) by Joan Massich · 6 years ago
  18. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 6 years ago
  19. 9c68543 Update the seealso entries for namedtuple() (GH-12373) by Raymond Hettinger · 6 years ago
  20. 5927cfd Minor grammar fix in docs (GH-12371) by Raymond Hettinger · 6 years ago
  21. f40b4a0 bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137) by Yasser A · 6 years ago
  22. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 6 years ago
  23. 7c4fcb6 Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325) by Stéphane Wirtel · 6 years ago
  24. 1c668d1 Correct the heading levels (GH-12338) by Raymond Hettinger · 6 years ago
  25. b420428 Document actual string.punctuation value. (GH-12270) by Andre Delfino · 6 years ago
  26. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 6 years ago
  27. 8ef864d bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294) by Steve Dower · 6 years ago
  28. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 6 years ago
  29. d9bd8ec Doc: Fix inconsistency in multiprocessing (GH-12273) by Julien Palard · 6 years ago
  30. cc353a0 Various refinements to the NormalDist examples and recipes (GH-12272) by Raymond Hettinger · 6 years ago
  31. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  32. 11205b8 Fix padding on asyncio.IncompleteReadError docs (GH-12258) by Andre Delfino · 6 years ago
  33. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  34. d70a359 Make a documentation link target more specific (GH-12249) by Raymond Hettinger · 6 years ago
  35. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  36. 14bab7a NormalDist.overlap() only needs one example (GH-12218) by Raymond Hettinger · 6 years ago
  37. 16e6f7d bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) by Steve Dower · 6 years ago
  38. 1f58f4f Refine statistics.NormalDist documentation and improve test coverage (GH-12208) by Raymond Hettinger · 6 years ago
  39. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 6 years ago
  40. e942e7b Fix the documentation for set.copy() (GH-12176) by Andre Delfino · 6 years ago
  41. ecc161d bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204) by Emmanuel Arias · 6 years ago
  42. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 6 years ago
  43. 0983fcd Doc: Use `option` word for command line interface. (GH-12142) by NAKAMURA Osamu · 6 years ago
  44. 7e9ce4c Fixed a missing . and a missing capital letter. (GH-12170) by Jules Lasne (jlasne) · 6 years ago
  45. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  46. 97c288d bpo-20906: Various revisions to the Unicode howto (#8394) by Andrew Kuchling · 6 years ago
  47. 8b50400 bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) by Mark Williams · 6 years ago
  48. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 6 years ago
  49. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 6 years ago
  50. 9add4b3 bpo-36018: Add documentation link to "random variable" (GH-12114) by Raymond Hettinger · 6 years ago
  51. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 6 years ago
  52. ae2ea33 Add versionadded directives to ssl.minimum_version and ssl.maximum_version (GH-11894) by Zhiming Wang · 6 years ago
  53. 4173772 Document the surprising sideeffect PyErr_Print(). (#12081) by Gregory P. Smith · 6 years ago
  54. 4064089 Fix grammar error in timeit module docs (GH-12066) by Shiv Dhar · 6 years ago
  55. ccb92e8 Update FAQ to point to Infrastructure Team website. (GH-12077) by Ned Deily · 6 years ago
  56. 55e335d Remove empty Dictionaries section from programming FAQ (GH-12026) by Andre Delfino · 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. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  59. d90a141 Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929) by Sergey Fedoseev · 6 years ago
  60. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 6 years ago
  61. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 6 years ago
  62. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  63. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 6 years ago
  64. 06babb2 bpo-1054041: Add What's New docs. (GH-11999) by Gregory P. Smith · 6 years ago
  65. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  66. 175421b bpo-36016: Add generation option to gc.getobjects() (GH-11909) by Pablo Galindo · 6 years ago
  67. df5cdc1 bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987) by Emmanuel Arias · 6 years ago
  68. a40681d bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) by Stéphane Wirtel · 6 years ago
  69. 3208880 Include the --prompt flag in venv's help output (GH-10711) by Holger Frey · 6 years ago
  70. 6e240dd Doc: Missing backquotes. (GH-11982) by Julien Palard · 6 years ago
  71. e5458bd bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903) by Manjusaka · 6 years ago
  72. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 6 years ago
  73. f36f892 bpo-36068: Make _tuplegetter objects serializable (GH-11981) by Joe Jevnik · 6 years ago
  74. 407c734 bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior change] (#11962) by Raymond Hettinger · 6 years ago
  75. 86f093f bpo-36060: Document how collections.ChainMap() determines iteration order (GH-11969) by Raymond Hettinger · 6 years ago
  76. 7463884 Document other performance implication for __slots__ (GH-11974) by Raymond Hettinger · 6 years ago
  77. 49fd6dd bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now ordered (GH-11966) by Raymond Hettinger · 6 years ago
  78. 11fa0e4 Doc: fix example for iter() function. (GH-11959) by Cristian Ciupitu · 6 years ago
  79. 9b0c681 bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960) by Raymond Hettinger · 6 years ago
  80. d8b9e1f bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907) by Stefan Behnel · 6 years ago
  81. 3bacf61 bpo-35584: Clarify role of caret in a class class (GH-11946) by Raymond Hettinger · 6 years ago
  82. beda52e bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) by Cédric Krier · 6 years ago
  83. 513e9b44 Doc: Fix typo. (GH-11315) by Julien Palard · 6 years ago
  84. e7a4bb5 bpo-35798: Add test.support.check_syntax_warning(). (#11895) by Serhiy Storchaka · 6 years ago
  85. 4a7f44a bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) by animalize · 7 years ago
  86. e182318 bpo-33234: Add another attribution in Whatsnew (GH-11899) by Raymond Hettinger · 7 years ago
  87. 63fa1cf bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897) by Raymond Hettinger · 7 years ago
  88. 3ff5962 bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896) by Raymond Hettinger · 7 years ago
  89. 62e4481 bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757) by Serhiy Storchaka · 7 years ago
  90. a16ab00 bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887) by Anthony Sottile · 7 years ago
  91. 9abb725 Improve readability of random module examples (GH-11884) by Raymond Hettinger · 7 years ago
  92. 903567e Fix the versionadded info for typing.NoReturn (GH-11880) by Jack Wilsdon · 7 years ago
  93. 522630a bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881) by Emmanuel Arias · 7 years ago
  94. 5723263 bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6 (GH-10264) by Lysandros Nikolaou · 7 years ago
  95. d73ac0e Fix typo: equivalent code of `async with cond` (GH-11681) by Kevin Mai-Husan Chia · 7 years ago
  96. 5680f65 bpo-18283: Add support for bytes to shutil.which (GH-11818) by Cheryl Sabella · 7 years ago
  97. 537b6ca bpo-22062: Updated docstring and documentation for pathlib (GH-8519) by Eivind Teig · 7 years ago
  98. 9db56fb Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) by Julien Palard · 7 years ago
  99. 5033e31 Fix broken :ref: in asyncio docs (GH-11805) by Pablo Galindo · 7 years ago
  100. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 7 years ago