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-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
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
2
-14/+4
*
gh-100873: Fix "‘lo’ may be used uninitialized in this function" warning ...
Nikita Sobolev
2023-01-09
1
-1/+1
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
dgelessus
2023-01-09
1
-8/+7
*
GH-100813: Add `socket.IP_PKTINFO` constant (#10294)
dsentinel
2023-01-09
1
-0/+3
*
gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)
Mark Dickinson
2023-01-08
1
-22/+22
*
GH-100485: Tweaks to sumprod() (GH-100857)
Raymond Hettinger
2023-01-08
1
-25/+34
*
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...
Nikita Sobolev
2023-01-08
1
-40/+27
*
GH-100485: Convert from Fast2Sum to 2Sum (GH-100836)
Raymond Hettinger
2023-01-08
1
-13/+16
*
GH-100485: Add math.sumprod() (GH-100677)
Raymond Hettinger
2023-01-07
2
-1/+363
*
gh-100649: Update native_thread_id after fork (gh-100650)
Gabriele N. Tornetta
2023-01-01
1
-0/+4
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
2
-0/+150
*
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
Zachary Ware
2022-12-29
8
-531/+11
*
gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543)
Zachary Ware
2022-12-28
20
-6645/+0
*
gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS (GH-100542)
Zachary Ware
2022-12-28
1
-2/+2
*
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
Kumar Aditya
2022-12-28
1
-1/+7
*
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...
Bill Fisher
2022-12-23
1
-0/+18
*
gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576)
Eric Wieser
2022-12-23
1
-8/+25
*
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher
2022-12-22
2
-1/+100
*
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...
amaajemyfren
2022-12-21
2
-3/+22
*
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)
Hai Shi
2022-12-21
2
-10/+3
*
GH-100363: Speed up `asyncio.get_running_loop` (#100364)
Kumar Aditya
2022-12-21
1
-118/+12
*
gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926)
František Nesveda
2022-12-20
1
-2/+3
*
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Thomas Grainger
2022-12-20
1
-0/+2
*
gh-100272: Fix JSON serialization of OrderedDict (GH-100273)
Serhiy Storchaka
2022-12-17
1
-4/+3
*
gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)
Erlend E. Aasland
2022-12-17
2
-75/+81
*
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...
colorfulappl
2022-12-17
1
-0/+19
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
1
-2/+4
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
1
-56/+15
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
1
-63/+9
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
1
-68/+14
[next]