Python 3.8.3rc1
  1. 9412f4d bpo-40348: Fix typos in the programming FAQ (GH-19729) by Miss Islington (bot) · 5 years ago
  2. ca5649c [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) by Zachary Ware · 5 years ago
  3. 179f22c bpo-40387: Improve queue join() example. (GH-19724) (GH-19726) by Miss Islington (bot) · 5 years ago
  4. 882a7f4 bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) (GH-19710) by Miss Islington (bot) · 5 years ago
  5. 22a4849 Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661) by Miss Islington (bot) · 5 years ago
  6. 7d65c04 Small improvements to the recipes and examples. (GH-19635) (GH-19638) by Miss Islington (bot) · 5 years ago
  7. 8c07343 bpo-39285: Clarify example for PurePath.match (GH-19458) by Miss Islington (bot) · 5 years ago
  8. 020f2aa bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) by Miss Islington (bot) · 5 years ago
  9. 08b640f Fix parameter names in assertIn() docs (GH-18829) by Miss Islington (bot) · 5 years ago
  10. 3e72de9 [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701) by Miss Islington (bot) · 5 years ago
  11. ee691b0 [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495) by Miss Islington (bot) · 5 years ago
  12. ceba064 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Miss Islington (bot) · 5 years ago
  13. 1bf7dee bpo-40197: Better describe the benchmark results table (GH-19386) by Miss Islington (bot) · 5 years ago
  14. 37a257c bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) by Victor Stinner · 5 years ago
  15. f7b0259 Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383) by Miss Islington (bot) · 5 years ago
  16. 0d1d7c8 bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370) by Serhiy Storchaka · 5 years ago
  17. e678398 bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339) by Miss Islington (bot) · 5 years ago
  18. 77c623b bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by Miss Islington (bot) · 5 years ago
  19. b7345c2 bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Miss Islington (bot) · 5 years ago
  20. 267afc2 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277) by Miss Islington (bot) · 5 years ago
  21. 40e1b04 Document most common signals (GH-19245) (GH-19257) by Victor Stinner · 5 years ago
  22. 6c9a2a8 fix comma location in various places (GH-19233) by Miss Islington (bot) · 5 years ago
  23. bb85226 bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19198) by Miss Islington (bot) · 5 years ago
  24. 9c5c497 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Miss Islington (bot) · 5 years ago
  25. 8dad09a bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (#19164) by Miss Islington (bot) · 5 years ago
  26. 96686c7 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago
  27. 2227c1a bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19141) by Miss Islington (bot) · 5 years ago
  28. 8cd48b6 Clarify a guarantee of the logging module. (GH-19132) by Miss Islington (bot) · 5 years ago
  29. 687f592 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Miss Islington (bot) · 5 years ago
  30. 2972336 bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) by Miss Islington (bot) · 5 years ago
  31. 2477aed Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079) by Miss Islington (bot) · 5 years ago
  32. da1fe76 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Miss Islington (bot) · 5 years ago
  33. 4abe77c bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Miss Islington (bot) · 5 years ago
  34. 9c63cd8 Link to list of keywords in the laguage reference (GH-18024) by Miss Islington (bot) · 5 years ago
  35. a927e91 bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550) by Miss Islington (bot) · 5 years ago
  36. d3af92e [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976) by Karthikeyan Singaravelan · 5 years ago
  37. 99ef1ac Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Miss Islington (bot) · 5 years ago
  38. 6ce36ed Fix download.html (GH-18902) by Miss Islington (bot) · 5 years ago
  39. b26ccfe tracemalloc: 'pretty top' example no longer changes the filename (GH-18903) by Miss Islington (bot) · 5 years ago
  40. a5e821c bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Miss Islington (bot) · 5 years ago
  41. 765117d fix typo: add space (GH-18853) by Miss Islington (bot) · 5 years ago
  42. 6df0c47 bpo-17422: slightly more precise language (GH-18682) by Miss Islington (bot) · 5 years ago
  43. 0c71770 bpo-39868: Update Language Reference for PEP 572. (GH-18793) by Miss Islington (bot) · 5 years ago
  44. da9ee00 IDLE doc: improve Startup failure subsection. (GH-18771) by Miss Islington (bot) · 5 years ago
  45. 7b39c47 [3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783) by Miss Islington (bot) · 5 years ago
  46. 5a3926d Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784) by Miss Islington (bot) · 5 years ago
  47. 6c8cc0d Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18773) by Miss Islington (bot) · 5 years ago
  48. 2aa694d bpo-39674: Update collections ABC deprecation doc (GH-18748) by Victor Stinner · 5 years ago
  49. 1827fc3 bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Miss Islington (bot) · 5 years ago
  50. 70d7a62 [3.8] Fix syntax (GH-18716) by Stefan Krah · 5 years ago
  51. 4d70124 [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702) by Stefan Krah · 5 years ago
  52. 7f53d87 bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598) by Miss Islington (bot) · 5 years ago
  53. 445152e bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Miss Islington (bot) · 5 years ago
  54. 343bc06 bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) by Steve Dower · 5 years ago
  55. c3536b7 Doc: int -> int or Py_ssize_t (GH-18663) by Miss Islington (bot) · 5 years ago
  56. 1f4cf0c bpo-39128: Added algorithm description (GH-18624) by Miss Islington (bot) · 5 years ago
  57. 9733484 bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Miss Islington (bot) · 5 years ago
  58. c6ecd9c bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18618) by Miss Islington (bot) · 5 years ago
  59. 91ba446 bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) by Miss Islington (bot) · 5 years ago
  60. d6965ff bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18597) by Miss Islington (bot) · 5 years ago
  61. 9ce361d3 fix(doc): set correct RST syntax for c:function (GH-18589) by Miss Islington (bot) · 5 years ago
  62. a207512 bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) by Miss Islington (bot) · 5 years ago
  63. 44c6901 bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by Miss Islington (bot) · 5 years ago
  64. 988aeba bpo-32892: Update the documentation for handling constants in AST. (GH-18514) by Miss Islington (bot) · 6 years ago
  65. 581b860 bpo-39545: Document changes in the support of await in f-strings. (GH-18456) by Miss Islington (bot) · 6 years ago
  66. a00b5be bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Steve Dower · 6 years ago
  67. 3f8d181 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Miss Islington (bot) · 6 years ago
  68. 4d43017 bpo-39594: Fix typo in os.times documentation (GH-18443) by Miss Islington (bot) · 6 years ago
  69. e6690f6 bpo-13826: Clarify Popen constructor example (GH-18438) by Miss Islington (bot) · 6 years ago
  70. 8ef9e6d Improve grammar in the import system reference documentation (GH-18209) by Miss Islington (bot) · 6 years ago
  71. a83d910 Issue3950: Fix docs for default locale used by gettext to match implementation (GH-18435) by Miss Islington (bot) · 6 years ago
  72. b086ea5 Grammar fix in tutorial (GH-18425) (GH-18426) by Miss Islington (bot) · 6 years ago
  73. af95d79 bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315) by Miss Islington (bot) · 6 years ago
  74. 0c915e6 Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) by Miss Islington (bot) · 6 years ago
  75. 97e00b3 bpo-39534: Doc: Clarify return in finally (GH-18324) by Miss Islington (bot) · 6 years ago
  76. 30096c9 Fix MinGW library generation command (GH-17917) by Miss Islington (bot) · 6 years ago
  77. 3498ac5 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Miss Islington (bot) · 6 years ago
  78. d01ae1b bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Miss Islington (bot) · 6 years ago
  79. db2f311 fixes typos in http.client documentation (GH-18300) by Miss Islington (bot) · 6 years ago
  80. d1fa905 Doc: Fix external links to functional programming tutorial. (GH-18249) by Miss Islington (bot) · 6 years ago
  81. 526523c bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Miss Islington (bot) · 6 years ago
  82. cee5da8 bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) by Miss Islington (bot) · 6 years ago
  83. 41f4dc3 bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (GH-18227) by Miss Islington (bot) · 6 years ago
  84. b487a8e bpo-39392: Turtle overlap fill depends on OS (GH-18223) by Miss Islington (bot) · 6 years ago
  85. cf9d005 [3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122) by mbarkhau · 6 years ago
  86. eebcff8 bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192) by Miss Islington (bot) · 6 years ago
  87. eec7636 bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17875) by Miss Islington (bot) · 6 years ago
  88. 1cf0df4 bpo-36654: Add examples for using tokenize module programmatically (GH-18187) by Miss Islington (bot) · 6 years ago
  89. 321491a bpo-15243: Document __prepare__ as classmethod (GH-17124) by Miss Islington (bot) · 6 years ago
  90. 079dfe0 Update 3.8.rst (GH-18173) (#18182) by Miss Islington (bot) · 6 years ago
  91. 5a2356b bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) by Miss Islington (bot) · 6 years ago
  92. f84f65b bpo-39413: os.unsetenv() is not available on Windows (GH-18108) by Victor Stinner · 6 years ago
  93. 41b3e87 PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110) by Miss Islington (bot) · 6 years ago
  94. 070e68a improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) by Miss Islington (bot) · 6 years ago
  95. c1964e0 bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) by Miss Islington (bot) · 6 years ago
  96. 6aeed01 Fix asyncio.get_event_loop() documentation (GH-18051) by Miss Islington (bot) · 6 years ago
  97. 34ece35 Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043) by Miss Islington (bot) · 6 years ago
  98. 19bd3a1 bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) by Miss Islington (bot) · 6 years ago
  99. 54abd28 [3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18015) by Miss Islington (bot) · 6 years ago
  100. 9f220e4 Fix documentation in code.py (GH-17988) by Miss Islington (bot) · 6 years ago