Python 3.8.2rc1
  1. 8623e68 Python 3.8.2rc1 by Łukasz Langa · 6 years ago v3.8.2rc1
  2. b086ea5 Grammar fix in tutorial (GH-18425) (GH-18426) by Miss Islington (bot) · 6 years ago
  3. af95d79 bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315) by Miss Islington (bot) · 6 years ago
  4. dc56f5f bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423) by Miss Islington (bot) · 6 years ago
  5. 0c915e6 Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) by Miss Islington (bot) · 6 years ago
  6. 8b9cebc [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) (GH-18408) by Lysandros Nikolaou · 6 years ago
  7. 97e00b3 bpo-39534: Doc: Clarify return in finally (GH-18324) by Miss Islington (bot) · 6 years ago
  8. 30096c9 Fix MinGW library generation command (GH-17917) by Miss Islington (bot) · 6 years ago
  9. 0d03a10 bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Miss Islington (bot) · 6 years ago
  10. 708f472 bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) by Miss Islington (bot) · 6 years ago
  11. 927d3aa bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359) by Miss Islington (bot) · 6 years ago
  12. 6470a76 bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) by Miss Islington (bot) · 6 years ago
  13. 3498ac5 bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824) by Miss Islington (bot) · 6 years ago
  14. 30e7693 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Miss Islington (bot) · 6 years ago
  15. 9a740b6 bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058) by Miss Islington (bot) · 6 years ago
  16. a0389ba Fixes in sorting descriptions (GH-18317) by Miss Islington (bot) · 6 years ago
  17. d01ae1b bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Miss Islington (bot) · 6 years ago
  18. db2f311 fixes typos in http.client documentation (GH-18300) by Miss Islington (bot) · 6 years ago
  19. 02395fa bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) (#18323) by Miss Islington (bot) · 6 years ago
  20. 1723687 [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) (#18316) by Antoine Pitrou · 6 years ago
  21. 83d3202 bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150) by Miss Islington (bot) · 6 years ago
  22. b841633 bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282) by Miss Islington (bot) · 6 years ago
  23. ad4a20b [3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18234) by Steve Dower · 6 years ago
  24. 58076df bpo-39493: Fix definition of IO.closed in typing.py (GH-18265) by Miss Islington (bot) · 6 years ago
  25. 696d232 bpo-39485: fix corner-case in method-detection of mock (GH-18255) by Miss Islington (bot) · 6 years ago
  26. 2b675f0 bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247) by Miss Islington (bot) · 6 years ago
  27. d1fa905 Doc: Fix external links to functional programming tutorial. (GH-18249) by Miss Islington (bot) · 6 years ago
  28. 526523c bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Miss Islington (bot) · 6 years ago
  29. dbb37aa bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158) by Miss Islington (bot) · 6 years ago
  30. cee5da8 bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) by Miss Islington (bot) · 6 years ago
  31. 46735c7 bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093) by Miss Islington (bot) · 6 years ago
  32. 595b516 bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961) by Miss Islington (bot) · 6 years ago
  33. 41f4dc3 bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (GH-18227) by Miss Islington (bot) · 6 years ago
  34. b487a8e bpo-39392: Turtle overlap fill depends on OS (GH-18223) by Miss Islington (bot) · 6 years ago
  35. cf9d005 [3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122) by mbarkhau · 6 years ago
  36. 7b57b15 bpo-30780: Add IDLE configdialog tests (GH-3592) by Miss Islington (bot) · 6 years ago
  37. 57e7e57 Ignore NEWS snippets in code coverage stats (GH-18194) by Miss Islington (bot) · 6 years ago
  38. 19be85c [3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18190) by Matthew Kokotovich · 6 years ago
  39. eebcff8 bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192) by Miss Islington (bot) · 6 years ago
  40. eec7636 bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17875) by Miss Islington (bot) · 6 years ago
  41. 1cf0df4 bpo-36654: Add examples for using tokenize module programmatically (GH-18187) by Miss Islington (bot) · 6 years ago
  42. 321491a bpo-15243: Document __prepare__ as classmethod (GH-17124) by Miss Islington (bot) · 6 years ago
  43. 079dfe0 Update 3.8.rst (GH-18173) (#18182) by Miss Islington (bot) · 6 years ago
  44. a5906b2 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) (GH-18167) by Miss Islington (bot) · 6 years ago
  45. a234492 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Miss Islington (bot) · 6 years ago
  46. ea4a61f bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) by Miss Islington (bot) · 6 years ago
  47. 0ea7309 Improve test coverage for AsyncMock. (GH-17906) by Miss Islington (bot) · 6 years ago
  48. a46728a bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) by Miss Islington (bot) · 6 years ago
  49. 5654f83 [3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18148) by Alex Rebert · 6 years ago
  50. 5a2356b bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) by Miss Islington (bot) · 6 years ago
  51. 993811f bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Miss Islington (bot) · 6 years ago
  52. 545fc51 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Miss Islington (bot) · 6 years ago
  53. 3b76188 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Miss Islington (bot) · 6 years ago
  54. fdb2160 bpo-39425: Fix list.count performance regression (GH-18119) (GH-18120) by Miss Islington (bot) · 6 years ago
  55. f84f65b bpo-39413: os.unsetenv() is not available on Windows (GH-18108) by Victor Stinner · 6 years ago
  56. a755410 closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) by Miss Islington (bot) · 6 years ago
  57. 41b3e87 PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110) by Miss Islington (bot) · 6 years ago
  58. f4e3e1c Move test_math tests (GH-18098) (GH-18102) by Victor Stinner · 6 years ago
  59. ab0d8e3 bpo-39389: gzip: fix compression level metadata (GH-18077) by Miss Islington (bot) · 6 years ago
  60. 060ad2f bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Miss Islington (bot) · 6 years ago
  61. 070e68a improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) by Miss Islington (bot) · 6 years ago
  62. c1964e0 bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) by Miss Islington (bot) · 6 years ago
  63. 5cadd3f bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Miss Islington (bot) · 6 years ago
  64. 6aeed01 Fix asyncio.get_event_loop() documentation (GH-18051) by Miss Islington (bot) · 6 years ago
  65. 4cdb758 bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630) by Miss Islington (bot) · 6 years ago
  66. 23793ed bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) by Miss Islington (bot) · 6 years ago
  67. c7b16f8 Fix typo from base to based (GH-18055) by Miss Islington (bot) · 6 years ago
  68. 34ece35 Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043) by Miss Islington (bot) · 6 years ago
  69. 19bd3a1 bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) by Miss Islington (bot) · 6 years ago
  70. 54abd28 [3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18015) by Miss Islington (bot) · 6 years ago
  71. 9213577 Fix compiler warning on Windows (GH-18012) by Miss Islington (bot) · 6 years ago
  72. 9f220e4 Fix documentation in code.py (GH-17988) by Miss Islington (bot) · 6 years ago
  73. 9955f33 [3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) (GH-17642) by Karthikeyan Singaravelan · 6 years ago
  74. 9362f85 bpo-39310: Update sys.float_info documentation (GH-17982) by Victor Stinner · 6 years ago
  75. 9671b6b bpo-39307: Fix memory leak on error path in parsetok (GH-17953) by Miss Islington (bot) · 6 years ago
  76. f1f0c58 [3.8] Fix typos in Misc/NEWS.d (GH-17930) by toonarmycaptain · 6 years ago
  77. ef0af30 bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) by Miss Islington (bot) · 6 years ago
  78. 3043ec7 bpo-38293: Allow shallow and deep copying of property objects (GH-16438) by Miss Islington (bot) · 6 years ago
  79. eb9ba2f bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17964) by Miss Islington (bot) · 6 years ago
  80. 33dd75a bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552) by Miss Islington (bot) · 6 years ago
  81. a240f05 bpo-39233: Update positional-only section in the glossary (GH-17874) by Miss Islington (bot) · 6 years ago
  82. 98b1c0c bpo-39297: Update for importlib_metadata 1.4. (GH-17947) (GH-17952) by Miss Islington (bot) · 6 years ago
  83. 0f40482 Fix host in address of socket.create_server example. (GH-17706) by Miss Islington (bot) · 6 years ago
  84. df2fb60 [3.8] Add test cases for dataclasses. (GH-17909) (GH-17919) by Miss Islington (bot) · 6 years ago
  85. 33e033d bpo-39235: Fix end location for genexp in call args (GH-17925) by Miss Islington (bot) · 6 years ago
  86. e47a7e3 Fix typo in test's docstring (GH-17856) (GH-17923) by Miss Islington (bot) · 6 years ago
  87. 8c08518 bpo-25172: Reduce scope of crypt import tests (GH-17881) by Miss Islington (bot) · 6 years ago
  88. 20c9902 bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896) by Miss Islington (bot) · 6 years ago
  89. 45e5750 closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind. (GH-17908) by Miss Islington (bot) · 6 years ago
  90. b24e4fa bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Miss Islington (bot) · 6 years ago
  91. 39a5c88 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) by Miss Islington (bot) · 6 years ago
  92. bff48c6 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17897) by Miss Islington (bot) · 6 years ago
  93. 4112a3d [3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894) by Andrew Svetlov · 6 years ago
  94. a6b3758 bpo-38623: Doc: Add section for site module CLI. (GH-17858) by Miss Islington (bot) · 6 years ago
  95. 6a8284d Doc: Change Python 2 status to EOL. (GH-17885) by Miss Islington (bot) · 6 years ago
  96. fb59f5f bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873) by Miss Islington (bot) · 6 years ago
  97. a9a43c2 bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818) by Miss Islington (bot) · 6 years ago
  98. 0048833 bpo-39041: Add GitHub Actions support (GH-17594) by Miss Islington (bot) · 6 years ago
  99. b2e281a bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) by Miss Islington (bot) · 6 years ago
  100. 33cb4a6 bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864) (GH-17865) by Miss Islington (bot) · 6 years ago