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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)
Barry Warsaw
2022-04-15
17
-79/+114
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
16
-7/+989
*
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
Dennis Sweeney
2022-04-14
2
-8/+167
*
gh-91217: deprecate msilib (GH-91515)
Brett Cannon
2022-04-14
4
-1/+9
*
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Gregory P. Smith
2022-04-14
2
-0/+3
*
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes
2022-04-14
3
-57/+53
*
gh-91353: Fix void return type handling in ctypes (GH-32246)
Hood Chatham
2022-04-14
3
-2/+12
*
Add redirects to Misc/NEWS bpo links (#91454)
Ezio Melotti
2022-04-14
1
-1/+2
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny
2022-04-14
2
-3/+3
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
11
-24/+35
*
gh-90699: Remove usage of _Py_IDENTIFIER from bisect module. (GH-91522)
Dong-hee Na
2022-04-14
1
-5/+2
*
gh-90326: Remove quotes for logging config (GH-91516)
slateny
2022-04-14
1
-1/+1
*
gh-91266: refactor bytearray strip methods (GH-32096)
Pieter Eendebak
2022-04-14
2
-85/+41
*
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme
2022-04-14
2
-0/+10
*
Fill holes in internal compiler structs (#91458)
L. A. F. Pereira
2022-04-13
1
-18/+18
*
gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)
Irit Katriel
2022-04-13
1
-46/+54
*
gh-91217: deprecate imghdr (#91461)
Brett Cannon
2022-04-13
8
-23/+128
*
gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-...
David Foster
2022-04-13
1
-1/+1
*
gh-90971: suppress deprecation warning in `test_lib2to3`(GH-31464)
Nikita Sobolev
2022-04-13
2
-4/+5
*
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
Pablo Galindo Salgado
2022-04-13
3
-0/+20
*
bpo-43218: Prevent venv creation when the target directory contains a PATH se...
Dustin Rodrigues
2022-04-13
3
-0/+13
*
bpo-43224: Forbid TypeVar substitution with Unpack (GH-32031)
Serhiy Storchaka
2022-04-13
2
-0/+16
*
gh-91421: Use constant value check during runtime (GH-91422)
Tobias Stoeckmann
2022-04-13
2
-1/+2
*
gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)
Jelle Zijlstra
2022-04-12
4
-6/+241
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
5
-46/+73
*
gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)
Ilya Leoshkevich
2022-04-12
2
-1/+3
*
gh-91276: make space for longer opcodes in dis output (GH-91444)
Irit Katriel
2022-04-12
3
-228/+217
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
3
-9/+17
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
10
-13/+477
*
gh-91217: deprecate crypt (GH-91459)
Brett Cannon
2022-04-12
4
-2/+8
*
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
Dennis Sweeney
2022-04-11
3
-0/+128
*
gh-47061: Deprecate `chunk` (GH-91419)
Brett Cannon
2022-04-11
5
-4/+124
*
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
Dennis Sweeney
2022-04-11
3
-0/+45
*
Remove dead "Check PRs with 'CLA not signed' label" (#91429)
Oleg Iarygin
2022-04-11
1
-15/+1
*
Update Sphinx bpo role to use redirect URI. (#32342)
Ezio Melotti
2022-04-11
1
-1/+1
*
gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
roy reznik
2022-04-11
1
-19/+20
*
GH-89480: Document motivation, design and implementation of 3.11 frame stack....
Mark Shannon
2022-04-11
3
-0/+131
*
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)
Adrian Garcia Badaracco
2022-04-11
3
-1/+29
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
16
-43/+368
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
14
-127/+349
*
Replace contributor-visible mentions of BPO in .github/* (GH-91426)
Oleg Iarygin
2022-04-10
3
-4/+4
*
Remove linking to bugs.python.org from the README (#91418)
Łukasz Langa
2022-04-10
1
-6/+7
*
Remove the issue template config after the migration (GH-32106)
Ezio Melotti
2022-04-10
1
-5/+0
*
notify new-bugs-announce on new issue open (#32421)
Ee Durbin
2022-04-10
1
-0/+53
*
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes
2022-04-10
6
-54/+231
*
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
Ville Skyttä
2022-04-09
3
-14/+14
*
Fix some typos in comments (GH-32422)
jonasdlindner
2022-04-09
4
-4/+4
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
11
-46/+88
*
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon
2022-04-09
8
-7/+28
*
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...
Alexey Izbyshev
2022-04-08
2
-4/+7
[next]