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-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
*
gh-76961: Fix buildbot failures in test_pep3118 (#101587)
Mark Dickinson
2023-02-06
1
-3/+3
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Dong-hee Na
2023-02-06
1
-1/+1
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
1
-30/+87
*
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson
2023-02-05
4
-35/+41
*
GH-100485: Create an alternative code path when an accurate fma() implementat...
Raymond Hettinger
2023-02-04
1
-0/+43
*
gh-101322: Ensure test_zlib.ZlibDecompressorTest runs, fix errors in ZlibDeco...
Ruben Vorderman
2023-02-04
1
-0/+1
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
5
-2178/+2392
*
gh-101277: Port more `itertools` static types to heap types (#101303)
Erlend E. Aasland
2023-02-03
2
-328/+202
*
gh-101277: Isolate itertools, add group and _grouper types to module state (#...
Erlend E. Aasland
2023-02-01
2
-111/+141
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
8
-48/+47
*
gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-101470)
Erlend E. Aasland
2023-01-31
1
-1/+2
*
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow
2023-01-30
1
-1/+1
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
1
-5/+5
*
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev
2023-01-29
4
-41/+35
*
GH-100485: Add extended accuracy test. Switch to faster fma() based variant...
Raymond Hettinger
2023-01-28
1
-36/+17
*
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...
Steve Dower
2023-01-27
1
-0/+6
*
Speed-up and improve accuracy with Rump Algorithms (3.1) and (5.10) (GH-101366)
Raymond Hettinger
2023-01-27
1
-21/+16
*
gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)
Yukihiro Nakadaira
2023-01-26
2
-0/+9
*
gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)
Oleg Iarygin
2023-01-26
1
-28/+28
*
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
Shantanu
2023-01-25
1
-1/+6
*
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)
Erlend E. Aasland
2023-01-24
2
-130/+278
*
GH-92123: Pass _elementtree state as parameter (#101189)
Erlend E. Aasland
2023-01-24
1
-57/+73
*
gh-101152: Implement PEP 699 (GH-101193)
ram vikram singh
2023-01-24
1
-0/+3
*
gh-100795: Don't call freeaddrinfo on failure. (#101252)
Gregory P. Smith
2023-01-23
1
-0/+4
*
GH-92123: Store _elementtree state in type contexts (#101190)
Erlend E. Aasland
2023-01-23
1
-17/+21
*
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls
2023-01-23
1
-0/+18
*
Sumprod(): Update citation. Reorder functions. Add final twosum() call. Impro...
Raymond Hettinger
2023-01-22
1
-38/+21
[next]