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
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
Victor Stinner
2022-06-22
1
-0/+2
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
Illia Volochii
2022-06-22
1
-0/+2
*
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...
Jason R. Coombs
2022-06-22
1
-0/+1
*
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
chgnrdv
2022-06-22
1
-0/+3
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Serhiy Storchaka
2022-06-22
1
-0/+2
*
gh-88123: Implement new Enum __contains__ (GH-93298)
Carl Bordum Hansen
2022-06-22
1
-0/+2
*
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
Gregory P. Smith
2022-06-21
1
-0/+4
*
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith
2022-06-21
1
-0/+3
*
gh-82927: Update files related to HTML entities. (GH-92504)
Ezio Melotti
2022-06-21
1
-0/+2
*
gh-93021: Fix __text_signature__ for __get__ (GH-93023)
Jelle Zijlstra
2022-06-21
1
-0/+2
*
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime....
Mark Shannon
2022-06-21
1
-0/+3
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Erlend Egeberg Aasland
2022-06-21
1
-0/+3
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
1
-0/+1
*
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
Victor Stinner
2022-06-21
1
-0/+2
*
GH-93678: refactor compiler so that optimizer does not need the assembler and...
Irit Katriel
2022-06-21
1
-0/+1
*
gh-94021: Address unreachable code warning in specialize code (GH-94022)
Christian Heimes
2022-06-21
1
-0/+1
*
GH-93516: Speedup line number checks when tracing. (GH-93763)
Mark Shannon
2022-06-20
1
-0/+2
*
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...
itssme
2022-06-19
1
-0/+1
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Erlend Egeberg Aasland
2022-06-19
1
-0/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-0/+14
*
gh-93975: Nicer error reporting in test_venv (GH-93959)
Jason R. Coombs
2022-06-18
1
-0/+2
*
gh-93955: Use unbound methods for slot `__getattr__` and `__getattribute__` (...
Ken Jin
2022-06-18
1
-0/+1
[next]