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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
1
-5/+0
*
gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350)
Dong-hee Na
2023-03-02
1
-1/+5
*
gh-102336: Ensure CancelIoEx result is not ignored (GH-102347)
Max Bachmann
2023-03-01
1
-1/+1
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...
Irit Katriel
2023-03-01
1
-34/+24
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
5
-152/+54
*
gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308)
Anthony Sottile
2023-02-28
1
-2/+2
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
4
-1/+120
*
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow
2023-02-27
1
-11/+11
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
18
-169/+136
*
gh-101476: Use _PyType_GetModuleState where applicable (#102188)
Erlend E. Aasland
2023-02-24
9
-15/+19
*
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann
2023-02-24
2
-7/+12
*
gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...
Yeojin Kim
2023-02-24
1
-0/+6
*
gh-101476: Add _PyType_GetModuleState (GH-101477)
Erlend E. Aasland
2023-02-23
1
-1/+2
*
gh-99108: Followup fix for Modules/Setup (GH-102183)
Jonathan Protzenko
2023-02-23
1
-2/+2
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
4
-288/+282
*
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...
Zackery Spytz
2023-02-23
4
-175/+274
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-0/+11
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
18
-690/+2471
*
Few coverage nitpicks for the cmath module (#102067)
Sergey B Kirpichev
2023-02-22
1
-2/+2
*
gh-101965: Fix usage of Py_EnterRecursiveCall return value in _bisectmodule.c...
Owain Davies
2023-02-21
1
-2/+2
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
8
-469/+373
*
Add missing 'is' to `cmath.log()` docstring (#102049)
Owain Davies
2023-02-19
2
-4/+4
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
2
-19/+1
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
8
-1375/+1247
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-2/+10
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
2
-2/+62
*
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland
2023-02-15
2
-198/+536
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
2
-7/+1
*
gh-101819: Remove _testcapi dependencies on specific _io symbols (#101918)
Erlend E. Aasland
2023-02-15
2
-12/+8
*
gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...
Erlend E. Aasland
2023-02-15
1
-0/+13
*
gh-99108: Build the hashlib HACL* code as a static library. (#101917)
Gregory P. Smith
2023-02-14
2
-2/+3
*
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow
2023-02-14
1
-28/+366
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
12
-431/+1250
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
1
-1/+2
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
2
-6/+14
*
GH-101797: allocate `PyExpat_CAPI` capsule on heap (#101798)
Kumar Aditya
2023-02-11
1
-27/+45
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
2
-322/+218
*
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
Dong-hee Na
2023-02-09
1
-16/+8
*
GH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class...
Partha P. Mukherjee
2023-02-09
1
-3/+3
*
gh-101678: Merge math_1_to_whatever() and math_1() (#101730)
Sergey B Kirpichev
2023-02-09
1
-10/+2
*
gh-101678: refactor the math module to use special functions from c11 (GH-101...
Sergey B Kirpichev
2023-02-09
2
-184/+8
*
gh-101277: Port more itertools static types to heap types (#101304)
Erlend E. Aasland
2023-02-08
2
-327/+200
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
2
-1/+563
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
3
-12/+54
*
gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodul...
Nikita Sobolev
2023-02-07
1
-3/+3
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-1/+140
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
11
-346/+1753
*
gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g...
Eric Snow
2023-02-06
1
-0/+37
*
gh-101609: Fix "‘state’ may be used uninitialized" warning in `_xxinterpc...
Nikita Sobolev
2023-02-06
1
-2/+3
*
gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...
Steve Dower
2023-02-06
1
-19/+12
[next]