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-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
1
-0/+1
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-0/+5
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
1
-0/+3
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
1
-0/+3
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
1
-0/+3
*
gh-91217: deprecate msilib (GH-91515)
Brett Cannon
2022-04-14
1
-0/+1
*
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Gregory P. Smith
2022-04-14
1
-0/+2
*
gh-91353: Fix void return type handling in ctypes (GH-32246)
Hood Chatham
2022-04-14
1
-0/+5
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
1
-0/+2
*
gh-91266: refactor bytearray strip methods (GH-32096)
Pieter Eendebak
2022-04-14
1
-0/+1
*
gh-91217: deprecate imghdr (#91461)
Brett Cannon
2022-04-13
1
-0/+1
*
gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-...
David Foster
2022-04-13
1
-1/+1
*
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
Pablo Galindo Salgado
2022-04-13
1
-0/+2
*
bpo-43218: Prevent venv creation when the target directory contains a PATH se...
Dustin Rodrigues
2022-04-13
1
-0/+2
*
gh-91421: Use constant value check during runtime (GH-91422)
Tobias Stoeckmann
2022-04-13
1
-0/+1
*
gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)
Jelle Zijlstra
2022-04-12
1
-0/+2
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
1
-0/+1
*
gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)
Ilya Leoshkevich
2022-04-12
1
-0/+1
*
gh-91276: make space for longer opcodes in dis output (GH-91444)
Irit Katriel
2022-04-12
1
-0/+1
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
1
-0/+1
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
1
-0/+3
*
gh-91217: deprecate crypt (GH-91459)
Brett Cannon
2022-04-12
1
-0/+1
*
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
Dennis Sweeney
2022-04-11
1
-0/+5
*
gh-47061: Deprecate `chunk` (GH-91419)
Brett Cannon
2022-04-11
1
-0/+1
*
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
Dennis Sweeney
2022-04-11
1
-0/+1
*
GH-89480: Document motivation, design and implementation of 3.11 frame stack....
Mark Shannon
2022-04-11
1
-0/+1
*
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)
Adrian Garcia Badaracco
2022-04-11
1
-0/+1
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-0/+3
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
1
-0/+1
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
1
-0/+3
*
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon
2022-04-09
1
-0/+1
*
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...
Alexey Izbyshev
2022-04-08
1
-0/+2
*
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...
Petr Viktorin
2022-04-08
1
-0/+2
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
1
-0/+2
*
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher
2022-04-07
1
-0/+1
*
Deprecate audioop (GH-32392)
Brett Cannon
2022-04-07
1
-0/+1
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+1
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
1
-0/+2
*
bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)
Steve Dower
2022-04-06
1
-0/+2
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-0/+7
*
bpo-46721: Optimize set.issuperset() for non-set arguments (GH-31280)
Serhiy Storchaka
2022-04-06
1
-0/+1
*
bpo-43464: Optimize set.intersection() for non-set arguments (GH-31316)
Serhiy Storchaka
2022-04-06
1
-0/+1
*
bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333)
Serhiy Storchaka
2022-04-06
1
-0/+1
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
1
-0/+2
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
1
-0/+2
*
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin
2022-04-06
1
-0/+2
*
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...
Steve Dower
2022-04-06
1
-0/+2
*
Python 3.11.0a7
v3.11.0a7
Pablo Galindo
2022-04-05
156
-338/+1614
*
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon
2022-04-05
1
-0/+1
*
bpo-4833: Add ZipFile.mkdir (GH-32160)
Sam Ezeh
2022-04-05
1
-0/+1
[next]