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-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney
2022-04-17
1
-0/+1
*
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...
Jason R. Coombs
2022-04-17
1
-0/+2
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
2
-1/+2
*
gh-91462: Make lltrace output human-readable. (GH-91463)
Dennis Sweeney
2022-04-16
1
-0/+1
*
gh-91217: deprecate nis (GH-91606)
Brett Cannon
2022-04-16
1
-0/+1
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
1
-0/+1
*
gh-91607: Fix several test_concurrent_futures tests to actually test what the...
Gregory P. Smith
2022-04-16
1
-0/+1
*
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau
2022-04-16
1
-0/+2
*
bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)
Shantanu
2022-04-16
1
-0/+3
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
1
-0/+2
*
gh-91595: fix the comparison of character and integer by using ord() (#91596)
Yu Liu
2022-04-16
1
-0/+1
*
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries
2022-04-16
1
-0/+3
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
1
-0/+2
*
gh-91487: Optimize asyncio UDP speed (GH-91488)
msoxzw
2022-04-15
1
-0/+1
*
gh-91217: deprecate nntplib (GH-91543)
Brett Cannon
2022-04-15
1
-0/+1
*
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
2
-0/+10
*
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
2
-0/+3
*
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
[next]