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-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...
6t8k
2024-02-17
1
-1/+10
*
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross
2024-02-16
1
-0/+1
*
gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102)
mpage
2024-02-16
1
-10/+22
*
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross
2024-02-16
1
-0/+10
*
gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)
David Benjamin
2024-02-16
1
-5/+60
*
gh-115498: Fix `SET_COUNT` error handling in `_xxinterpchannelsmodule` (#115499)
Nikita Sobolev
2024-02-15
1
-1/+1
*
gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)
Dino Viehland
2024-02-15
1
-11/+4
*
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192
2024-02-15
1
-1/+25
*
gh-115432: Add critical section variant that handles a NULL object (#115433)
Sam Gross
2024-02-15
1
-0/+9
*
gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)
mpage
2024-02-15
2
-61/+335
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
4
-6/+6
*
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
Seth Michael Larson
2024-02-14
11
-262/+401
*
gh-115243: Fix crash in deque.index() when the deque is concurrently modified...
kcatss
2024-02-14
1
-1/+2
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Eric Snow
2024-02-13
4
-50/+74
*
gh-115417: Remove accidentally left debugging print (#115418)
Kirill Podoprigora
2024-02-13
1
-1/+0
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
2
-1/+1003
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
8
-16/+71
*
gh-114271: Make `PyInterpreterState.threads.count` thread-safe in free-thread...
mpage
2024-02-12
1
-3/+3
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
6
-18/+111
*
gh-87804: Fix the refleak in error handling of `_pystatvfs_fromstructstatfs` ...
Nikita Sobolev
2024-02-12
1
-8/+9
*
gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...
Kirill Podoprigora
2024-02-12
1
-0/+15
*
gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
Eugene Toder
2024-02-12
1
-15/+62
*
gh-114563: C decimal falls back to pydecimal for unsupported format strings (...
John Belmonte
2024-02-12
1
-122/+62
*
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
[prev]
[next]