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-87804: Fix error handling and style in `_pystatvfs_fromstructstatfs` (#115...
Nikita Sobolev
2024-02-12
1
-31/+33
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
1
-26/+10
*
gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module. (#114985)
Soumendra Ganguly
2024-02-11
1
-3/+4
*
gh-114670: Fix `_testbuffer` module initialization (#114672)
Nikita Sobolev
2024-02-10
1
-53/+74
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
2
-1/+35
*
GH-87804: Fix counter overflow in statvfs on macOS (#99570)
Ronald Oussoren
2024-02-10
1
-0/+101
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
1
-0/+4
*
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...
Serhiy Storchaka
2024-02-09
1
-0/+10
*
gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137)
Artem Chernyshev
2024-02-08
1
-0/+4
*
When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115...
Alex Gaynor
2024-02-07
1
-2/+9
*
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross
2024-02-07
3
-5/+5
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-9/+14
*
gh-112075: Add critical sections for most dict APIs (#114508)
Dino Viehland
2024-02-06
1
-12/+15
*
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross
2024-02-06
1
-17/+36
*
gh-112529: Stop the world around gc.get_referents (#114823)
Sam Gross
2024-02-06
1
-13/+28
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
1
-0/+26
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
2
-11/+69
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
3
-0/+21
*
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...
Erlend E. Aasland
2024-02-05
25
-65/+124
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
1
-14/+9
*
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...
Nikita Sobolev
2024-02-05
3
-9/+21
*
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
Nikita Sobolev
2024-02-04
1
-0/+21
*
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)
Jason Zhang
2024-02-03
1
-5/+0
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
1
-0/+13
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
1
-2/+2
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
1
-1/+11
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
1
-2/+4
*
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
Diego Russo
2024-01-30
1
-1/+1
*
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder
2024-01-30
2
-96/+426
*
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...
Serhiy Storchaka
2024-01-30
1
-17/+29
*
gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...
Serhiy Storchaka
2024-01-29
1
-6/+8
*
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly
2024-01-29
2
-1/+314
*
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)
Petr Viktorin
2024-01-29
1
-0/+9
*
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
mpage
2024-01-29
2
-152/+678
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
2
-13/+17
*
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland
2024-01-26
4
-19/+22
*
gh-114312: Fix rare event counter tests on aarch64 (GH-114554)
Michael Droettboom
2024-01-26
1
-5/+5
*
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev
2024-01-25
1
-4/+29
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
1
-0/+16
*
gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)
Serhiy Storchaka
2024-01-23
1
-0/+2
*
gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161)
mpage
2024-01-23
2
-90/+136
*
gh-114321: Expose more constants in the fcntl module (GH-114322)
Serhiy Storchaka
2024-01-22
1
-0/+53
*
gh-103092: Ensure `_ctypes.c` static types are accessed via global state (#11...
neonene
2024-01-22
6
-106/+172
*
gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)
Serhiy Storchaka
2024-01-22
1
-0/+39
*
gh-114414: Assert PyType_GetModuleByDef result in _threadmodule (#114415)
Nikita Sobolev
2024-01-22
1
-0/+3
*
gh-113884: Refactor `queue.SimpleQueue` to use a ring buffer to store items (...
mpage
2024-01-19
1
-40/+169
*
gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-11...
Nikita Sobolev
2024-01-19
1
-1/+1
*
gh-114123: Migrate docstring from _csv to csv (#114124)
Skip Montanaro
2024-01-18
1
-70/+1
*
gh-103092: Convert some `_ctypes` metatypes to heap types (GH-113620)
AN Long
2024-01-18
2
-281/+141
*
gh-104522: Fix OSError raised when run a subprocess (#114195)
Serhiy Storchaka
2024-01-18
1
-10/+11
[next]