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-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
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
3
-68/+2
*
gh-61585: Clarify import scope in modules tutorial (GH-93455)
Stanley
2022-06-28
1
-10/+11
*
gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)
Robin Plumey
2022-06-28
3
-2/+5
*
Add docs for decorated object and field specifier params (GH-94354)
Erik De Bonte
2022-06-28
1
-1/+35
*
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka
2022-06-28
5
-1/+28
*
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner
2022-06-28
5
-87/+22
*
Generalize build_msi GitHub action (GH-94201)
Oleg Iarygin
2022-06-28
1
-29/+8
*
gh-86404: [doc] Fix missing space in idle documentation. (GH-94366)
Julien Palard
2022-06-28
1
-1/+1
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Christian Heimes
2022-06-28
2
-27/+35
*
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
Kumar Aditya
2022-06-28
3
-1/+27
*
gh-82006: IDLE doc improvements (#94349)
Terry Jan Reedy
2022-06-27
3
-188/+330
*
gh-87347: Fix test_pymem_new() reference leak (#94330)
Victor Stinner
2022-06-27
1
-15/+15
*
gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)
Shixian Li
2022-06-27
2
-2/+5
*
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes
2022-06-27
6
-22/+58
*
gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)
Thomas B. Brunner
2022-06-27
2
-3/+7
*
gh-90473: Reduce recursion limit on WASI even further (GH-94333)
Christian Heimes
2022-06-27
2
-5/+6
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
14
-157/+335
*
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Serhiy Storchaka
2022-06-27
4
-78/+78
*
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984)
Erlend Egeberg Aasland
2022-06-27
3
-18/+3
*
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)
Christian Heimes
2022-06-27
4
-83/+83
*
gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
Arun Mani J
2022-06-26
1
-2/+3
*
gh-94192: Fix error for dictionary literals with invalid expression as value....
wookie184
2022-06-26
4
-263/+339
*
gh-94214: Add venv context.lib_path and document the context (GH-94221)
Paul Moore
2022-06-26
3
-0/+41
*
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes
2022-06-26
9
-147/+660
*
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner
2022-06-26
6
-102/+58
*
gh-87347: Fix PyObject_NEW() regression (#94234)
Victor Stinner
2022-06-26
2
-2/+45
*
GH-94254: Make _struct module types immutable (#94269)
Kumar Aditya
2022-06-26
3
-2/+17
*
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py (#94277)
Erlend Egeberg Aasland
2022-06-26
1
-1/+1
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Max Bachmann
2022-06-26
1
-2/+2
*
gh-94172: urllib.request avoids deprecated key_file/cert_file (#94232)
Victor Stinner
2022-06-26
1
-3/+11
*
Run Tools/scripts/reindent.py (#94225)
Victor Stinner
2022-06-26
4
-5/+4
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Serhiy Storchaka
2022-06-26
3
-64/+106
*
gh-93820: Pickle enum.Flag by name (GH-93891)
Serhiy Storchaka
2022-06-26
3
-3/+58
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
14
-373/+78
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-26
6
-67/+135
[next]