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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-92897: Ensure `venv --copies` respects source build property of the...
Vinay Sajip
2022-07-05
5
-40/+76
*
Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489) (GH...
Miss Islington (bot)
2022-07-05
2
-0/+537
*
[3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Miss Islington (bot)
2022-07-05
4
-3/+8
*
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as speci...
Łukasz Langa
2022-07-05
7
-25/+32
*
gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94560)
Miss Islington (bot)
2022-07-05
1
-2/+6
*
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)
Miss Islington (bot)
2022-07-05
2
-1/+3
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
71
-118/+118
*
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (...
Miss Islington (bot)
2022-07-05
3
-3/+11
*
[3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...
Miss Islington (bot)
2022-07-04
7
-13/+87
*
[3.11] Update logging documentation: change cross-reference and add webapp r...
Vinay Sajip
2022-07-04
2
-2/+271
*
IDLE doc: Tweek RESTART and Windows console start (GH-94530)
Miss Islington (bot)
2022-07-03
2
-5/+9
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Miss Islington (bot)
2022-07-01
2
-2/+13
*
gh-75372: Specify major version in README for installation (GH-92759) (GH-94487)
Miss Islington (bot)
2022-07-01
1
-1/+1
*
Update code sample when importing modules in queue doc (GH-94244) (GH-94490)
Miss Islington (bot)
2022-07-01
1
-1/+2
*
[3.11] gh-93975: Provide nicer error reporting from subprocesses in test_venv...
Jason R. Coombs
2022-07-01
2
-14/+32
*
[3.11] GH-94438: Backport GH-94444 (#94486)
Mark Shannon
2022-07-01
3
-17/+98
*
gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (GH-93953)
Miss Islington (bot)
2022-07-01
1
-2/+2
*
gh-84461: Improve WebAssembly in-browser demo (GH-91879)
Miss Islington (bot)
2022-07-01
3
-25/+99
*
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization at...
Mark Shannon
2022-06-30
4
-48/+95
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
5
-1/+23
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
Miss Islington (bot)
2022-06-30
4
-4/+27
*
xml.dom.minidom docs: fix typo (GH-93437)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
Miss Islington (bot)
2022-06-30
2
-2/+2
*
GH-90908: Document asyncio.TaskGroup (GH-94359) (GH-94456)
Miss Islington (bot)
2022-06-30
2
-2/+106
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
Miss Islington (bot)
2022-06-30
2
-0/+5
*
[3.11] gh-89038: [doc] update dis.findlinestarts documentation for changes re...
Irit Katriel
2022-06-30
1
-4/+6
*
GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)
Miss Islington (bot)
2022-06-30
3
-6/+9
*
gh-94332: make it safe to call assemble_free when assemble_init has not been ...
Irit Katriel
2022-06-30
1
-0/+1
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Miss Islington (bot)
2022-06-30
3
-7/+8
*
[3.11] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (...
Miss Islington (bot)
2022-06-30
2
-3/+3
*
bpo-92336: [doc] clarify that the dfile is read by the traceback display code...
Miss Islington (bot)
2022-06-29
1
-2/+3
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Miss Islington (bot)
2022-06-29
1
-3/+3
*
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...
Christian Heimes
2022-06-29
3
-6/+8
*
[3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411)
Christian Heimes
2022-06-29
1
-4/+0
*
[3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (...
Christian Heimes
2022-06-29
1
-26/+28
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Miss Islington (bot)
2022-06-29
2
-5/+13
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
7
-210/+218
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...
Miss Islington (bot)
2022-06-28
2
-8/+10
*
[3.11] Backport ABI regeneration script (#94376)
Pablo Galindo Salgado
2022-06-28
1
-0/+8
*
gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94373)
Miss Islington (bot)
2022-06-28
1
-10/+11
*
[3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366) (G...
Miss Islington (bot)
2022-06-28
1
-1/+1
*
gh-91860: Add docs for typing.dataclass_transform field specifier params (GH-...
Miss Islington (bot)
2022-06-28
1
-1/+35
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Miss Islington (bot)
2022-06-28
2
-27/+35
*
gh-82006: IDLE doc improvements (GH-94349)
Miss Islington (bot)
2022-06-27
3
-188/+330
*
gh-94315: Check for DAC override capability (GH-94316)
Miss Islington (bot)
2022-06-27
6
-22/+58
*
[3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-9...
Christian Heimes
2022-06-27
2
-5/+6
*
[3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (G...
Christian Heimes
2022-06-27
4
-82/+82
*
[3.11] gh-84623: Remove unused imports in stdlib (#94313)
Terry Jan Reedy
2022-06-27
2
-2/+1
*
[3.11] gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH...
Irit Katriel
2022-06-26
1
-2/+3
[next]