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-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
*
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
Eric Snow
2022-12-09
1
-0/+1
*
GH-98363: Shrink the physical size as well as the logical size (GH-100138)
Raymond Hettinger
2022-12-09
1
-2/+1
*
gh-81057: Fix an ifdef in the time module (#100125)
Eric Snow
2022-12-09
1
-2/+4
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
2
-66/+58
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
1
-16/+38
*
GH-98363: Have batched() return tuples (GH-100118)
Raymond Hettinger
2022-12-08
2
-21/+23
*
gh-98030: socket: add missing TCP socket options (#98031)
Matthieu Baerts
2022-12-08
1
-3/+63
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-12/+12
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-0/+87
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
2
-87/+4
*
gh-99984: Fix Compiler Warnings (#100036)
Eric Snow
2022-12-05
1
-2/+6
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-123/+226
*
gh-60203: Revert changes in cycle.__setstate__ (#99982)
Serhiy Storchaka
2022-12-05
1
-2/+3
*
gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
Felix Ye
2022-12-04
1
-57/+130
*
GH-91054: Reset static events counts in code watchers tests (#99978)
Itamar Ostricher
2022-12-04
1
-0/+9
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
38
-267/+266
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-299/+615
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+131
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+36
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
12
-94/+74
*
gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)
Dong-hee Na
2022-11-29
1
-2/+27
*
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Victor Stinner
2022-11-29
1
-3/+2
*
GH-91375: Port `_asyncio` static types to heap types and module state (#99122)
Kumar Aditya
2022-11-29
2
-435/+783
*
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka
2022-11-29
1
-6/+332
*
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
Zackery Spytz
2022-11-28
1
-8/+20
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (#9...
TheShermanTanker
2022-11-26
1
-11/+3
*
gh-98724: Fix warnings on Py_SETREF() usage (#99781)
Victor Stinner
2022-11-25
1
-1/+1
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
2
-1/+52
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688)
Zackery Spytz
2022-11-25
1
-1/+5
*
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner
2022-11-24
1
-87/+0
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
2
-1/+508
*
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...
colorfulappl
2022-11-24
2
-1/+150
*
gh-64490: Fix refcount error when arguments are packed to tuple in argument c...
colorfulappl
2022-11-24
2
-1/+103
*
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
Illia Volochii
2022-11-24
1
-0/+3
*
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
14
-43/+22
[next]