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-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
*
Revert "gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo`...
Kumar Aditya
2023-01-22
1
-2/+0
*
gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)
Sergey G. Brester
2023-01-22
1
-0/+2
*
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
Kamil Turek
2023-01-21
1
-3/+17
*
GH-92123: Move _elementtree heap types to module state (#101187)
Erlend E. Aasland
2023-01-21
2
-64/+98
*
gh-92123: Convert `_elementtree` types to heap types (#99221)
Erlend E. Aasland
2023-01-20
2
-236/+164
*
GH-90699: Clear interned strings in `_elementtree` (#101185)
Erlend E. Aasland
2023-01-20
1
-0/+10
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
2
-13/+2
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Paul Moore
2023-01-17
1
-1/+16
*
gh-100320: Fix path calculations on Windows when python.exe is moved outside ...
Steve Dower
2023-01-16
1
-18/+30
*
GH-100997: fix refleak in `_testinternalcapi.c` (#101058)
Kumar Aditya
2023-01-16
1
-0/+1
*
Fix `ctypes` typo in `set_exception` (#101040)
Cristián Maureira-Fredes
2023-01-15
1
-1/+1
*
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya
2023-01-15
1
-5/+0
*
gh-94518: [_posixsubprocess] Replace variable validity flags with reserved va...
Oleg Iarygin
2023-01-14
1
-33/+30
*
GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...
Eric Snow
2023-01-12
1
-30/+117
*
GH-100892: Fix race in clearing `threading.local` (#100922)
Kumar Aditya
2023-01-11
2
-15/+56
[next]