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-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
31
-4650/+22
*
gh-104874: Document NewType.__supertype__ (#104875)
Jelle Zijlstra
2023-05-24
2
-0/+14
*
gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)
Victor Stinner
2023-05-24
2
-0/+4
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Steve Dower
2023-05-24
3
-5/+12
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
13
-615/+8
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
21
-1023/+13
*
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...
Hugo van Kemenade
2023-05-24
7
-88/+30
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
26
-3364/+33
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
19
-581/+16
*
gh-99108: Refresh HACL* (#104808)
Jonathan Protzenko
2023-05-24
18
-149/+225
*
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
Jelle Zijlstra
2023-05-24
4
-2/+52
*
Improve test coverage for is_typeddict (#104884)
Jelle Zijlstra
2023-05-24
1
-3/+22
*
gh-104866: Tokenize should emit NEWLINE after exiting block with comment (#10...
Lysandros Nikolaou
2023-05-24
2
-3/+23
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
12
-715/+9
*
gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)
Victor Stinner
2023-05-24
2
-14/+0
*
RtD docs previews: Cancel building PRs if no changes in Doc dir (#104100)
Hugo van Kemenade
2023-05-24
2
-1/+15
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
21
-981/+16
*
gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...
Lysandros Nikolaou
2023-05-24
1
-17/+35
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
18
-2119/+12
*
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner
2023-05-24
10
-568/+9
*
gh-102856: Add missing quote to fix doctest (#104852)
Hugo van Kemenade
2023-05-24
1
-1/+1
*
gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh-104752)
Dong-hee Na
2023-05-24
2
-19/+18
*
gh-104825: Remove implicit newline in the line attribute in tokens emitted in...
Pablo Galindo Salgado
2023-05-24
5
-8/+14
*
gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (#104824)
Marta Gómez Macías
2023-05-24
1
-16/+135
*
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Victor Stinner
2023-05-24
20
-426/+10
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
24
-2739/+52
*
gh-104719: IDLE - test existence of all tokenize references. (#104767)
Terry Jan Reedy
2023-05-24
5
-12/+54
*
Fix test_importlib.test_side_effect_import() (#104840)
Victor Stinner
2023-05-24
1
-1/+2
*
gh-104797: Allow Protocols to inherit from collections.abc.Buffer (#104827)
Jelle Zijlstra
2023-05-24
3
-1/+19
*
gh-104837: Revert "gh-104341: Add a Separate "Running" Lock for Each Thread (...
Gregory P. Smith
2023-05-24
2
-53/+41
*
gh-104372: use == -1 before PyErr_Occurred (#104831)
Gregory P. Smith
2023-05-24
1
-1/+1
*
gh-85934: Use getattr_static when adding mock spec (#22209)
melanie witt
2023-05-23
3
-1/+40
*
GH-83863: Drop support for using `pathlib.Path` objects as context managers (...
Barney Gale
2023-05-23
4
-39/+7
*
gh-103295: fix stack overwrite on 32-bit in perf map test harness (#104811)
Carl Meyer
2023-05-23
1
-4/+9
*
gh-104770: Let generator.close() return value (#104771)
Nicolas Tessore
2023-05-23
4
-9/+105
*
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea
2023-05-23
4
-7/+42
*
gh-104341: Add a Separate "Running" Lock for Each Thread (gh-104754)
Eric Snow
2023-05-23
2
-41/+53
*
Remove gh-103207 changelog item as it was never part of any release. (GH-104814)
Ned Deily
2023-05-23
1
-10/+0
*
Fix missing/incomplete NULL checks in multiple source files (#104564)
chgnrdv
2023-05-23
5
-1/+20
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
135
-21000/+26
*
gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...
Daniel Fortunov
2023-05-23
5
-39/+31
*
gh-104469: Convert _testcapi/long to use AC (gh-104720)
Dong-hee Na
2023-05-23
2
-35/+250
*
gh-92871: Remove typing.{io,re} namespaces (#92873)
Sebastian Rittau
2023-05-23
5
-76/+7
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
14
-1355/+11
*
gh-104764: [Enum] fix 3.13-specific tests (GH-104779)
Ethan Furman
2023-05-23
2
-43/+19
*
gh-99108: Release the GIL around hashlib built-in computation (#104675)
Gregory P. Smith
2023-05-23
7
-15/+207
*
Add codeowners for the tokenizer module (#104753)
Pablo Galindo Salgado
2023-05-22
1
-0/+2
*
gh-104764: Skip failing tests in test_enum that started failing. (#104765)
T. Wouters
2023-05-22
1
-7/+7
*
Add the 3.12 branch to the github workflows. (#104768)
T. Wouters
2023-05-22
2
-0/+4
*
gh-102304: Temporarily Bump Py_LIMITED_API for 2 New Functions (#104766)
Eric Snow
2023-05-22
1
-1/+1
[next]