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-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n...
Irit Katriel
2023-04-11
1
-0/+3
*
gh-103176: sys._current_exceptions() returns mapping to exception instances i...
Irit Katriel
2023-04-11
1
-0/+2
*
gh-103000: Optimise dataclasses asdict/astuple for common types (#103005)
David Ellis
2023-04-10
1
-0/+2
*
gh-103092: Isolate winsound (#103249)
AN Long
2023-04-10
1
-0/+1
*
gh-103059: Clarify gc.freeze documentation (#103058)
raylu
2023-04-10
1
-0/+1
*
GH-101362: Omit path anchor from `pathlib.PurePath()._parts` (GH-102476)
Barney Gale
2023-04-09
1
-0/+2
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
1
-0/+1
*
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103...
Dong-hee Na
2023-04-08
1
-0/+2
*
gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)
C.A.M. Gerlach
2023-04-08
1
-0/+2
*
gh-102809: Remove gdbinit mention in Misc/README (#103269)
Tomáš Hrnčiar
2023-04-08
1
-1/+0
*
gh-103329: Add regression test for PropertyMock with side effect (#103358)
Russell Keith-Magee
2023-04-08
1
-0/+1
*
gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)
Alex Waygood
2023-04-07
2
-0/+11
*
gh-100220: Fix error handling in make rules (GH-100328)
Michał Górny
2023-04-07
1
-0/+4
*
gh-103225: Fixed zero lineno issue for pdb (#103265)
Tian Gao
2023-04-07
1
-0/+1
*
GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813)
AN Long
2023-04-07
1
-0/+2
*
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
Dong-hee Na
2023-04-07
1
-0/+6
*
GH-102700: allow built-in modules to be submodules (GH-103162)
Brett Cannon
2023-04-06
1
-0/+1
*
gh-99202: Fix extension type from documentation for compiling in C++20 mode ...
Jeffrey Newman
2023-04-06
1
-0/+1
*
gh-93910: [Enum] remove member.member deprecation (GH-103236)
Ethan Furman
2023-04-06
1
-0/+1
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
1
-0/+1
*
gh-99069: Consolidate checks for static_assert (#94766)
Joshua Root
2023-04-05
1
-0/+1
*
gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim
2023-04-05
2
-0/+3
*
gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103...
Alex Waygood
2023-04-05
1
-0/+2
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
2
-0/+4
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
1
-0/+1
*
gh-103207: Add instructions to the macOS installer welcome display on how to ...
Ned Deily
2023-04-04
1
-0/+2
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-04-04
1
-0/+1
|
\
|
*
bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (G...
Steve Dower
2023-04-04
1
-0/+1
*
|
Python 3.12.0a7
v3.12.0a7
Thomas Wouters
2023-04-04
73
-149/+745
|
/
*
gh-103092: Isolate `_pickle` module (#102982)
Erlend E. Aasland
2023-04-04
1
-0/+1
*
GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (...
Barney Gale
2023-04-03
1
-0/+3
*
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev
2023-04-03
1
-0/+2
*
gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)
Shantanu
2023-04-02
1
-0/+1
*
bpo-4080: unittest durations (#12271)
Giampaolo Rodola
2023-04-02
1
-0/+8
*
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...
Alex Waygood
2023-04-02
1
-0/+10
*
gh-102192: deprecate _PyErr_ChainExceptions (#102935)
Irit Katriel
2023-04-01
1
-0/+2
*
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...
Ethan Furman
2023-03-31
1
-0/+1
*
gh-102871: Remove obsolete browsers from webbrowser (#102872)
James De Bias
2023-03-31
1
-0/+3
*
GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
Furkan Onder
2023-03-31
1
-1/+1
*
gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-...
Jeong, YunWon
2023-03-30
1
-0/+1
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
1
-0/+2
*
GH-102973: add a dev container (GH-102975)
Brett Cannon
2023-03-29
1
-0/+2
*
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...
Bernhard Wagner
2023-03-29
1
-0/+1
*
gh-103068: Check condition expression of breakpoints for pdb (#103069)
gaogaotiantian
2023-03-29
1
-0/+2
*
GH-102711: Fix warnings found by clang (#102712)
Chenxi Mao
2023-03-28
1
-0/+1
*
gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-10...
Ethan Furman
2023-03-27
1
-0/+1
*
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
Oleg Iarygin
2023-03-27
1
-0/+3
*
gh-103046: Display current line correctly for `dis.disco()` with CACHE entrie...
gaogaotiantian
2023-03-27
1
-0/+1
*
gh-103023: Add SyntaxError check in pdb's `display` command (#103024)
gaogaotiantian
2023-03-27
1
-0/+2
*
gh-98886: Fix issues with dataclass fields with special underscore names (#10...
Shantanu
2023-03-25
1
-0/+1
[next]