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
...
*
fix warnings by adding more const (GH-12924)
Inada Naoki
2019-04-23
1
-2/+1
*
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
Marcin Niemira
2019-04-22
2
-3/+12
*
bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765)
Joannah Nanjekye
2019-04-22
1
-7/+5
*
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...
Raymond Hettinger
2019-04-20
1
-4/+3
*
ctypes: remove use of legacy unicode API (GH-12340)
Inada Naoki
2019-04-19
2
-15/+19
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
3
-8/+46
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
3
-4/+14
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
4
-16/+27
*
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki
2019-04-16
3
-16/+16
*
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki
2019-04-16
1
-1/+1
*
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
Victor Stinner
2019-04-15
1
-2/+2
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
1
-4/+7
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
2
-10/+4
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
2
-4/+10
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-3/+15
*
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
Inada Naoki
2019-04-11
1
-86/+36
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
1
-0/+57
*
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
Vidar Tonaas Fauske
2019-04-09
2
-71/+44
*
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner
2019-04-09
1
-29/+37
*
bpo-36440: include node names in ParserError messages, instead of numeric IDs...
tyomitch
2019-04-03
1
-6/+11
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-02
1
-1/+1
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-1/+1
*
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...
Zackery Spytz
2019-03-31
1
-4/+5
*
bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc()....
Zackery Spytz
2019-03-31
1
-1/+1
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
3
-14/+251
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
14
-2291/+39
*
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner
2019-03-29
1
-12/+22
*
bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432)
Alexey Izbyshev
2019-03-29
1
-18/+20
*
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
kctherookie
2019-03-28
1
-20/+89
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-1/+46
*
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)
Serhiy Storchaka
2019-03-28
1
-46/+34
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-6/+13
*
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner
2019-03-27
1
-41/+19
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
2
-4/+5
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
1
-19/+10
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
1
-269/+1
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
1
-11/+7
*
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Victor Stinner
2019-03-26
1
-0/+4
*
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Zackery Spytz
2019-03-26
1
-0/+1
*
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
1
-10/+5
*
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Victor Stinner
2019-03-25
1
-2/+2
*
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner
2019-03-25
1
-23/+3
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
1
-18/+23
*
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...
Zackery Spytz
2019-03-25
1
-0/+1
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
1
-2/+2
*
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo
2019-03-21
1
-5/+17
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
1
-4/+4
*
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki
2019-03-20
1
-1/+2
*
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464)
Inada Naoki
2019-03-20
1
-9/+27
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
1
-19/+10
[prev]
[next]