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-96398: Fix mpicc check in configure.ac (#117857)
Erlend E. Aasland
2024-04-13
2
-2/+2
*
gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11...
Hugo van Kemenade
2024-04-13
4
-55/+135
*
gh-102247: http: support rfc9110 status codes (GH-117611)
Michiel W. Beijen
2024-04-13
6
-78/+94
*
gh-117840: Fix indent to fix shlex syntax highlighting (#117843)
Hugo van Kemenade
2024-04-13
1
-15/+15
*
gh-114466: explicitly define heap invariant (#117778)
Shantanu
2024-04-13
1
-2/+3
*
gh-96398: Detect GCC compatible compilers in configure (#117825)
Erlend E. Aasland
2024-04-13
2
-1/+40
*
gh-94673: Clarify About Runtime State Related to Static Builtin Types (gh-117...
Eric Snow
2024-04-12
2
-1/+43
*
GH-117727: Speed up `pathlib.Path.iterdir()` by using `os.scandir()` (#117728)
Barney Gale
2024-04-12
2
-20/+8
*
GH-115060: Speed up `pathlib.Path.glob()` by not scanning literal parts (#117...
Barney Gale
2024-04-12
4
-11/+42
*
gh-115627: Fix ssl test_pha_required_nocert() (#117821)
Victor Stinner
2024-04-12
1
-1/+5
*
gh-117739: Update definition of global interpreter lock for 3.13 (#117740)
Savannah Ostrowski
2024-04-12
1
-6/+6
*
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross
2024-04-12
9
-21/+82
*
gh-117764: Add more tests for signatures of builtins (GH-117816)
Serhiy Storchaka
2024-04-12
1
-34/+265
*
gh-96398: Detect emcc and mpicc in compiler names in configure (#117819)
Erlend E. Aasland
2024-04-12
2
-2/+12
*
gh-117764: Add docstrings and signatures for the types of None, Ellipsis and ...
Serhiy Storchaka
2024-04-12
4
-6/+21
*
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka
2024-04-12
6
-26/+106
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
11
-30/+45
*
Fix version directive indents (#117719)
Hugo van Kemenade
2024-04-12
4
-8/+8
*
gh-117764: Add signatures for functions in the faulthandler module (GH-117771)
Serhiy Storchaka
2024-04-12
1
-26/+35
*
gh-117764: Add signature for functools.partial() (GH-117775)
Serhiy Storchaka
2024-04-12
1
-2/+3
*
gh-117764: Add signatures and improve docstrings in the _thread module (GH-11...
Serhiy Storchaka
2024-04-12
1
-46/+126
*
gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (#117803)
Erlend E. Aasland
2024-04-12
2
-8/+16
*
gh-117764: Add signatures for some objects in the itertools module (GH-117774)
Serhiy Storchaka
2024-04-12
1
-3/+6
*
gh-117764: Add signatures in the atexit module (GH-117776)
Serhiy Storchaka
2024-04-12
1
-5/+10
*
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module ...
Serhiy Storchaka
2024-04-12
3
-10/+10
*
gh-117764: Add signatures for some functions in the sys module (GH-117770)
Serhiy Storchaka
2024-04-12
2
-35/+73
*
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka
2024-04-12
4
-6/+14
*
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (...
Erlend E. Aasland
2024-04-12
8
-164/+703
*
gh-117752: Autoconf: fix -fno-semantic-interposition check (#117789)
Erlend E. Aasland
2024-04-12
2
-8/+8
*
gh-117752: Autoconf: store all LLVM profile data in the build directory (#117...
Erlend E. Aasland
2024-04-12
2
-4/+4
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
9
-200/+454
*
gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#117788)
Eli Schwartz
2024-04-11
2
-2/+2
*
gh-116738: Make _abc module thread-safe (#117488)
Brett Simmers
2024-04-11
3
-115/+205
*
gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)
Sam Gross
2024-04-11
1
-0/+3
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
9
-32/+103
*
gh-111506: Error if the limited API is used in free-threaded build (#117762)
Sam Gross
2024-04-11
1
-0/+5
*
gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns ...
Tomas R
2024-04-11
1
-0/+8
*
gh-117233: Detect support for several hashes at hashlib build time (GH-117234)
Will Childs-Klein
2024-04-11
2
-10/+62
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
5
-14/+27
*
gh-101549: fix documentation of xml.etree.ElementInclude (#101550)
Mikhail B
2024-04-11
2
-26/+22
*
gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not ava...
Kirill Podoprigora
2024-04-11
1
-2/+3
*
Fix markup of `win32_ver` in `platform.rst` (#116492)
Nikita Sobolev
2024-04-11
1
-2/+2
*
gh-117709: Add vectorcall support for str() with positional-only arguments (#...
Erlend E. Aasland
2024-04-11
3
-0/+72
*
gh-113317: Add ParseArgsCodeGen class (#117707)
Victor Stinner
2024-04-11
4
-846/+953
*
gh-113317: Add Codegen class to Argument Clinic (#117626)
Victor Stinner
2024-04-11
8
-180/+183
*
gh-117711: Only check for 'test/wheeldata' when it's actually used (#117712)
Karolina Surma
2024-04-11
1
-0/+4
*
gh-117606: Truncate extremely long error message in `test_exceptions` (#117670)
Nice Zombies
2024-04-11
1
-1/+2
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
18
-418/+2012
*
GH-117586: Speed up `pathlib.Path.walk()` by working with strings (#117726)
Barney Gale
2024-04-11
4
-71/+52
*
GH-117586: Speed up `pathlib.Path.glob()` by working with strings (#117589)
Barney Gale
2024-04-10
4
-195/+269
[next]