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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91217: deprecate ossaudiodev (GH-91641)
Brett Cannon
2022-04-17
1
-1/+4
*
gh-91625: Don't ignore extended args of adaptive opcodes (GH-91626)
Dennis Sweeney
2022-04-17
3
-2/+44
*
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (...
Jason R. Coombs
2022-04-17
3
-16/+40
*
bpo-46126: Restore docstrings in importlib.metadata tests. (#32288)
Jason R. Coombs
2022-04-17
2
-24/+44
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
1
-5/+5
*
gh-91462: Make lltrace output human-readable. (GH-91463)
Dennis Sweeney
2022-04-16
1
-8/+89
*
gh-86178: wsgiref.types: Add missing TypeAlias annotations (GH-91608)
Sebastian Rittau
2022-04-16
1
-2/+2
*
gh-91217: deprecate nis (GH-91606)
Brett Cannon
2022-04-16
1
-1/+4
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
4
-63/+221
*
gh-91607: Fix several test_concurrent_futures tests to actually test what the...
Gregory P. Smith
2022-04-16
1
-56/+49
*
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau
2022-04-16
2
-0/+56
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
2
-4/+102
*
bpo-43224: Add tests for TypeVarTuple substitution in Annotated (GH-31846)
Matthew Rahtz
2022-04-16
2
-0/+85
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
1
-0/+23
*
gh-91487: Optimize asyncio UDP speed (GH-91488)
msoxzw
2022-04-15
2
-2/+9
*
gh-91217: deprecate nntplib (GH-91543)
Brett Cannon
2022-04-15
3
-4/+7
*
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
2
-3/+5
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
2
-0/+24
*
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
Erlend Egeberg Aasland
2022-04-15
1
-0/+1
*
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra
2022-04-15
1
-0/+3
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
2
-0/+84
*
gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)
Barry Warsaw
2022-04-15
16
-74/+109
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
1
-1/+156
*
gh-91217: deprecate msilib (GH-91515)
Brett Cannon
2022-04-14
2
-1/+7
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny
2022-04-14
1
-1/+1
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
3
-4/+7
*
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme
2022-04-14
1
-0/+9
*
gh-91217: deprecate imghdr (#91461)
Brett Cannon
2022-04-13
4
-14/+119
*
gh-90971: suppress deprecation warning in `test_lib2to3`(GH-31464)
Nikita Sobolev
2022-04-13
2
-4/+5
*
bpo-43218: Prevent venv creation when the target directory contains a PATH se...
Dustin Rodrigues
2022-04-13
2
-0/+11
*
bpo-43224: Forbid TypeVar substitution with Unpack (GH-32031)
Serhiy Storchaka
2022-04-13
2
-0/+16
*
gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)
Jelle Zijlstra
2022-04-12
3
-6/+239
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
1
-43/+0
*
gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)
Ilya Leoshkevich
2022-04-12
1
-1/+2
*
gh-91276: make space for longer opcodes in dis output (GH-91444)
Irit Katriel
2022-04-12
2
-228/+216
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
1
-3/+5
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
2
-5/+165
*
gh-91217: deprecate crypt (GH-91459)
Brett Cannon
2022-04-12
2
-2/+6
*
gh-47061: Deprecate `chunk` (GH-91419)
Brett Cannon
2022-04-11
3
-4/+122
*
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
Dennis Sweeney
2022-04-11
1
-0/+42
*
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)
Adrian Garcia Badaracco
2022-04-11
2
-1/+28
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
6
-27/+171
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
5
-21/+39
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
2
-15/+15
*
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon
2022-04-09
6
-7/+25
*
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...
Petr Viktorin
2022-04-08
1
-1/+0
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
1
-0/+1
*
Deprecate audioop (GH-32392)
Brett Cannon
2022-04-07
9
-26/+59
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
30
-7/+100
*
bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)
Steve Dower
2022-04-06
1
-8/+74
[next]