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
*
gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)
Jason R. Coombs
2022-07-03
1
-0/+2
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
1
-0/+2
*
gh-93096: Remove `python -m base64 -t` (gh-94230)
Oleg Iarygin
2022-07-02
1
-0/+3
*
gh-93096: Remove `python -m codecs` (gh-94233)
Oleg Iarygin
2022-07-02
1
-0/+2
*
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes
2022-07-01
1
-0/+1
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
1
-0/+1
*
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Mark Shannon
2022-07-01
1
-0/+2
*
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...
Mark Shannon
2022-07-01
1
-0/+3
*
gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)
Christian Heimes
2022-07-01
1
-0/+1
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
1
-0/+1
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK
2022-06-30
1
-0/+3
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
neonene
2022-06-30
1
-0/+2
*
GH-94329: Don't raise on excessive stack consumption (GH-94421)
Mark Shannon
2022-06-30
1
-0/+2
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Irit Katriel
2022-06-30
1
-0/+1
*
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)
Christian Heimes
2022-06-29
1
-1/+2
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Christian Heimes
2022-06-29
1
-0/+2
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94...
Pablo Galindo Salgado
2022-06-28
1
-0/+2
*
gh-93939: Create and install scripts in Makefile (GH-94324)
Christian Heimes
2022-06-28
1
-0/+2
*
gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)
Robin Plumey
2022-06-28
1
-0/+1
*
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka
2022-06-28
1
-0/+2
*
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner
2022-06-28
1
-0/+5
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Christian Heimes
2022-06-28
1
-0/+2
*
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
Kumar Aditya
2022-06-28
1
-0/+1
*
gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)
Shixian Li
2022-06-27
1
-0/+3
*
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes
2022-06-27
1
-0/+2
*
gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)
Thomas B. Brunner
2022-06-27
1
-0/+1
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-0/+5
*
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Serhiy Storchaka
2022-06-27
1
-0/+1
*
gh-94192: Fix error for dictionary literals with invalid expression as value....
wookie184
2022-06-26
1
-0/+1
*
gh-94214: Add venv context.lib_path and document the context (GH-94221)
Paul Moore
2022-06-26
1
-0/+1
*
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes
2022-06-26
1
-0/+1
*
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner
2022-06-26
1
-0/+2
*
GH-94254: Make _struct module types immutable (#94269)
Kumar Aditya
2022-06-26
1
-0/+1
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Serhiy Storchaka
2022-06-26
1
-0/+1
*
gh-93820: Pickle enum.Flag by name (GH-93891)
Serhiy Storchaka
2022-06-26
1
-0/+1
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
1
-0/+6
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-26
1
-0/+2
*
gh-94207: Fix struct module leak (GH-94239)
Mark Dickinson
2022-06-25
1
-0/+2
*
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner
2022-06-25
1
-0/+4
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
1
-0/+2
*
bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...
Gregory Beauregard
2022-06-25
1
-0/+1
*
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Ken Jin
2022-06-24
1
-1/+2
*
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner
2022-06-24
1
-0/+4
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
1
-0/+3
*
gh-94169: Remove deprecated io.OpenWrapper (#94170)
Victor Stinner
2022-06-24
1
-0/+4
*
gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...
Myron Walker
2022-06-23
1
-0/+1
*
gh-92858: Improve error message for some suites with syntax error before ':' ...
wookie184
2022-06-23
1
-0/+1
*
GH-91742: Fix pdb crash after jump (GH-94171)
Kumar Aditya
2022-06-23
1
-0/+1
*
gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Oscar R
2022-06-23
1
-0/+3
*
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki
2022-06-23
1
-0/+4
[next]