index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.6
v3.9.6
Łukasz Langa
2021-06-28
56
-112/+557
*
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH...
Miss Islington (bot)
2021-06-27
1
-0/+2
*
[3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython imple...
Serhiy Storchaka
2021-06-27
1
-0/+2
*
[3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)
Stéphane Bidoul
2021-06-26
1
-0/+1
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
Victor Stinner
2021-06-23
1
-0/+4
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Miss Islington (bot)
2021-06-22
1
-0/+1
*
bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
Ma Lin
2021-06-22
1
-0/+3
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Miss Islington (bot)
2021-06-22
1
-0/+4
*
bpo-13814: Explain why generators are not context managers (GH-26835)
Miss Islington (bot)
2021-06-21
1
-0/+1
*
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
Miss Islington (bot)
2021-06-21
1
-0/+2
*
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825)
Victor Stinner
2021-06-21
1
-0/+4
*
[3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)
Ken Jin
2021-06-16
1
-0/+2
*
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738)
Miss Islington (bot)
2021-06-15
1
-0/+3
*
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during in...
Pablo Galindo
2021-06-14
1
-0/+2
*
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
Miss Islington (bot)
2021-06-14
1
-0/+2
*
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
Miss Islington (bot)
2021-06-11
1
-0/+3
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Miss Islington (bot)
2021-06-11
1
-0/+1
*
bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
Miss Islington (bot)
2021-06-11
1
-0/+2
*
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...
Miss Islington (bot)
2021-06-11
1
-0/+1
*
[Enum] improve pickle support (#26666)
Ethan Furman
2021-06-11
1
-0/+2
*
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...
Miss Islington (bot)
2021-06-10
1
-0/+1
*
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...
Miss Islington (bot)
2021-06-10
1
-0/+1
*
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Miss Islington (bot)
2021-06-10
1
-0/+2
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Miss Islington (bot)
2021-06-10
1
-0/+2
*
bpo-40468: Split IDLE settings General tab (GH-26621)
Miss Islington (bot)
2021-06-09
1
-2/+4
*
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Miss Islington (bot)
2021-06-08
1
-0/+2
*
[3.9] bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
1
-0/+2
*
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26...
Batuhan Taskaya
2021-06-03
1
-0/+3
*
[3.9] bpo-43776: Remove list call from args in Popen repr (GH-25338) (GH-26510)
Gregory P. Smith
2021-06-03
1
-0/+1
*
[3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (G...
Joshua Root
2021-06-03
1
-0/+2
*
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...
Miss Islington (bot)
2021-05-29
1
-0/+2
*
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...
Miss Islington (bot)
2021-05-28
1
-0/+1
*
bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26410)
Miss Islington (bot)
2021-05-27
1
-0/+2
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Miss Islington (bot)
2021-05-27
1
-0/+1
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341) (GH-26343)
Miss Islington (bot)
2021-05-25
1
-0/+2
*
[3.9] bpo-44195: Use 'TraversableResources' in the docs to match the implemen...
Miss Islington (bot)
2021-05-24
1
-0/+2
*
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-246...
Miss Islington (bot)
2021-05-20
1
-0/+2
*
[3.9] bpo-44168: Fix error message in the parser for keyword arguments for in...
Pablo Galindo
2021-05-19
1
-0/+2
*
bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26213)
Miss Islington (bot)
2021-05-18
1
-0/+1
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Miss Islington (bot)
2021-05-17
1
-0/+2
*
[3.9] bpo-44145: Release the GIL around HMAC_Update. (GH-26157) (GH-26188)
Miss Islington (bot)
2021-05-17
1
-0/+3
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Miss Islington (bot)
2021-05-16
1
-0/+1
*
[3.9] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (G...
Antoine Pitrou
2021-05-15
1
-0/+1
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Miss Islington (bot)
2021-05-14
1
-0/+2
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Miss Islington (bot)
2021-05-13
1
-0/+1
*
[3.9] Revert "[3.9] bpo-38908: Fix issue when non runtime_protocol does not r...
Ken Jin
2021-05-12
1
-5/+0
*
[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError...
Ken Jin
2021-05-12
1
-0/+5
*
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path obj...
Steve Dower
2021-05-12
1
-0/+2
*
[3.9] bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None ...
Erlend Egeberg Aasland
2021-05-12
1
-0/+2
*
Fix typo in blurb entry (GH-26043)
Jero Bado
2021-05-11
1
-1/+1
[next]