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
*
gh-94383: Remove ElementTree.Element.copy() method (#94384)
Victor Stinner
2022-07-04
4
-42/+11
*
gh-94352: shlex.split() no longer accepts None (#94353)
Victor Stinner
2022-07-04
5
-9/+14
*
gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)
Oleg Iarygin
2022-07-04
2
-7/+33
*
gh-94512: Fix forced arg format in AC-processed winreg (GH-94513)
Oleg Iarygin
2022-07-04
2
-22/+201
*
gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514)
Oleg Iarygin
2022-07-04
2
-6/+28
*
Update logging documentation: change cross-reference and add webapp r… (GH-...
Vinay Sajip
2022-07-04
2
-1/+223
*
gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)
Jason R. Coombs
2022-07-03
2
-5/+16
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
5
-7/+44
*
IDLE doc: Tweek RESTART and Windows console start (#94530)
Terry Jan Reedy
2022-07-03
2
-5/+9
*
gh-93096: Remove `python -m base64 -t` (gh-94230)
Oleg Iarygin
2022-07-02
3
-22/+9
*
Doc: fix sqlite3 blob reference anchor (#94505)
Erlend Egeberg Aasland
2022-07-02
1
-2/+2
*
gh-94393: Remove unneeded module state from _json (#94394)
Erlend Egeberg Aasland
2022-07-02
1
-58/+15
*
gh-93096: Remove `python -m codecs` (gh-94233)
Oleg Iarygin
2022-07-02
2
-10/+2
*
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes
2022-07-01
6
-198/+278
*
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...
Sam Ezeh
2022-07-01
2
-2/+13
*
Update code sample when importing modules in queue doc (GH-94244)
Mariatta Wijaya
2022-07-01
1
-1/+2
*
gh-75372: Specify major version in README for installation (GH-92759)
Stanley
2022-07-01
1
-1/+1
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
13
-83/+245
*
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Mark Shannon
2022-07-01
3
-17/+106
*
Remove pr trigger from project-updater GHA. (#94483)
Ezio Melotti
2022-07-01
1
-4/+0
*
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...
Mark Shannon
2022-07-01
7
-13/+87
*
gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (#93953)
Petr Viktorin
2022-07-01
1
-2/+2
*
gh-84461: Improve WebAssembly in-browser demo (#91879)
Trey Hunner
2022-07-01
3
-25/+99
*
Add a workflow to add issues/PRs to projects. (#94447)
Ezio Melotti
2022-07-01
1
-0/+23
*
gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)
Christian Heimes
2022-07-01
3
-3/+13
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Mariatta Wijaya
2022-06-30
1
-1/+1
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
4
-4/+27
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK
2022-06-30
5
-1/+23
*
xml.dom.minidom docs: fix typo (#93437)
Jean-Christophe Helary
2022-06-30
1
-1/+1
*
GH-90908: Document asyncio.TaskGroup (GH-94359)
Guido van Rossum
2022-06-30
2
-2/+106
*
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
Christian Heimes
2022-06-30
2
-2/+2
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
neonene
2022-06-30
2
-0/+5
*
gh-89038: [doc] update dis.findlinestarts documentation for changes related t...
Irit Katriel
2022-06-30
1
-4/+6
*
GH-94329: Don't raise on excessive stack consumption (GH-94421)
Mark Shannon
2022-06-30
3
-6/+9
*
Delete DOS-only PC/testpy.py (GH-94419)
Oleg Iarygin
2022-06-30
2
-36/+0
*
gh-94332: make it safe to call assemble_free when assemble_init has not been ...
Irit Katriel
2022-06-30
1
-1/+2
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Irit Katriel
2022-06-30
3
-7/+8
*
bpo-92336: [doc] clarify that the dfile is read by the traceback display code...
Irit Katriel
2022-06-29
1
-2/+3
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Cheryl Sabella
2022-06-29
1
-3/+3
*
gh-94401: Remove unneeded bz2 module state (#94402)
Erlend Egeberg Aasland
2022-06-29
1
-51/+11
*
Delete unused PC/empty.c (GH-94418)
Oleg Iarygin
2022-06-29
1
-6/+0
*
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)
Christian Heimes
2022-06-29
3
-6/+8
*
gh-94401: Remove unneeded overlapped module state (#94403)
Erlend Egeberg Aasland
2022-06-29
1
-43/+6
*
gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)
Julien Palard
2022-06-29
1
-0/+2
*
gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)
Christian Heimes
2022-06-29
1
-39/+38
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Christian Heimes
2022-06-29
2
-5/+13
*
gh-94395: Remove unneeded module state from mmap (#94396)
Erlend Egeberg Aasland
2022-06-29
1
-46/+8
*
Fix typos in comments (#94305)
yutotnh
2022-06-28
2
-3/+3
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94...
Pablo Galindo Salgado
2022-06-28
2
-8/+10
*
gh-93939: Create and install scripts in Makefile (GH-94324)
Christian Heimes
2022-06-28
5
-38/+36
[next]