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-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim
2023-04-05
4
-13/+67
*
gh-100408: Fix a traceback in multiprocessing example (#100409)
Serhiy Storchaka
2023-04-05
1
-4/+4
*
gh-74690: typing: Call `_get_protocol_attrs` and `_callable_members_only` at ...
Alex Waygood
2023-04-05
1
-11/+14
*
gh-81762: Clarify and simplify description of print's flush param (#103264)
C.A.M. Gerlach
2023-04-05
1
-2/+3
*
gh-74690: typing: Simplify and optimise `_ProtocolMeta.__instancecheck__` (#1...
Alex Waygood
2023-04-05
1
-11/+3
*
gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103...
Alex Waygood
2023-04-05
2
-4/+5
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
7
-16/+16
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
5
-21/+167
*
gh-101525: Disable peephole optimization process of BOLT (gh-103187)
Dong-hee Na
2023-04-05
2
-2/+2
*
gh-102660: Fix is_core_module() (gh-103257)
Eric Snow
2023-04-04
1
-1/+13
*
Improve some grammar in the socket docs (#103254)
Tim Burke
2023-04-04
1
-4/+4
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
7
-54/+233
*
gh-103207: Add instructions to the macOS installer welcome display on how to ...
Ned Deily
2023-04-04
2
-5/+36
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-04-04
3
-0/+42
|
\
|
*
bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (G...
Steve Dower
2023-04-04
3
-0/+42
*
|
Post 3.12.0a7
Thomas Wouters
2023-04-04
1
-1/+1
*
|
Python 3.12.0a7
v3.12.0a7
Thomas Wouters
2023-04-04
76
-224/+822
|
/
*
Fix a compiler warning in _xxsubinterpretermodule.c (#103245)
T. Wouters
2023-04-04
1
-1/+1
*
gh-103092: Isolate `_pickle` module (#102982)
Erlend E. Aasland
2023-04-04
5
-669/+703
*
gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231)
Ethan Furman
2023-04-04
2
-0/+4
*
Specify more settings for the C extension of VS Code for dev containers (GH-1...
Brett Cannon
2023-04-03
1
-0/+6
*
gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)
David Benjamin
2023-04-03
2
-15/+0
*
gh-98298, gh-74730: [Enum] update docs (GH-103163)
Ethan Furman
2023-04-03
3
-30/+34
*
gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH...
Sadra Barikbin
2023-04-03
1
-2/+0
*
gh-101100: Use list of 'dirty' docs, with warnings, instead of a clean list (...
Hugo van Kemenade
2023-04-03
3
-371/+332
*
GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (...
Barney Gale
2023-04-03
3
-68/+107
*
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev
2023-04-03
5
-1/+22
*
GH-103182: use vectorcall in `_asyncio` instead of variadic calling APIs (#10...
Kumar Aditya
2023-04-03
1
-22/+17
*
gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)
Shantanu
2023-04-02
2
-9/+13
*
gh-102994: Profile docs has typo in example (#103074)
Nouran Ali
2023-04-02
1
-1/+1
*
gh-103109: Document ignore_warnings() test support helper (#103110)
Charlie Zhao
2023-04-02
2
-1/+16
*
bpo-4080: unittest durations (#12271)
Giampaolo Rodola
2023-04-02
12
-34/+227
*
fix typo in _ssl.c (GH-103192)
Ikko Eltociear Ashimine
2023-04-02
1
-1/+1
*
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...
Alex Waygood
2023-04-02
5
-7/+142
*
GH-102456: Fix docstring and getopt options for base64 (gh-102457)
Partha P. Mukherjee
2023-04-02
1
-2/+2
*
gh-102192: deprecate _PyErr_ChainExceptions (#102935)
Irit Katriel
2023-04-01
3
-1/+9
*
gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcIn...
Irit Katriel
2023-04-01
2
-2/+2
*
Add missing variables to `bytecodes.c` (GH-103153)
Brett Cannon
2023-03-31
2
-224/+270
*
gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152)
Alex Waygood
2023-03-31
1
-8/+12
*
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...
Ethan Furman
2023-03-31
3
-14/+32
*
gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)
Eric Snow
2023-03-31
1
-44/+106
*
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
Eric Snow
2023-03-31
1
-1/+1
*
gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_P...
Alex Waygood
2023-03-31
1
-10/+21
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
14
-2399/+2484
*
gh-102871: Remove obsolete browsers from webbrowser (#102872)
James De Bias
2023-03-31
5
-117/+29
*
GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
Furkan Onder
2023-03-31
2
-2/+2
*
Quote literal tokens in standard format specifier grammar (GH-102902)
Petr Viktorin
2023-03-31
1
-1/+1
*
gh-101100: Expand list of clean docs (GH-103135)
Hugo van Kemenade
2023-03-31
2
-0/+357
*
gh-102799: use exception instance instead of sys.exc_info() (#102885)
Irit Katriel
2023-03-31
7
-17/+16
*
Minor docs improvements fix for `codeop` (#103123)
gaogaotiantian
2023-03-30
1
-7/+7
[next]