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
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
2
-1/+9
*
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
Ben Harper
2019-10-07
1
-0/+7
*
Fix a compile warning in selectmodule.c. (GH-16617)
Xiang Zhang
2019-10-07
1
-1/+1
*
bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
Victor Stinner
2019-10-07
1
-5/+0
*
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner
2019-10-04
1
-295/+383
*
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)
Victor Stinner
2019-10-04
1
-91/+115
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Serhiy Storchaka
2019-10-04
1
-173/+202
*
bpo-38353: Rework ismodule() in getpath.c (GH-16574)
Victor Stinner
2019-10-04
1
-64/+80
*
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner
2019-10-04
1
-153/+259
*
bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549)
Victor Stinner
2019-10-03
1
-1/+1
*
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner
2019-10-02
1
-0/+1
*
bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515)
Victor Stinner
2019-10-01
1
-13/+0
*
bpo-38321: Fix compiler warning in _randommodule.c (GH-16512)
Victor Stinner
2019-10-01
1
-1/+1
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
1
-5/+1
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-7/+2
*
bpo-38321: Fix _testcapimodule.c warning (GH-16494)
Victor Stinner
2019-09-30
1
-2/+2
*
Clear weakrefs in garbage found by the GC (#16495)
Neil Schemenauer
2019-09-30
1
-0/+17
*
bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492)
Victor Stinner
2019-09-30
1
-1/+1
*
bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493)
Victor Stinner
2019-09-30
1
-1/+0
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-1/+8
*
bpo-38270: More fixes for strict crypto policy (GH-16418)
Christian Heimes
2019-09-27
1
-1/+1
*
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)
Benjamin Peterson
2019-09-26
19
-4836/+3973
*
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
Christian Heimes
2019-09-25
1
-54/+68
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
Yury Selivanov
2019-09-25
1
-7/+8
*
Changed conditions for ctypes array-in-struct handling. (GH-16381)
Vinay Sajip
2019-09-25
1
-7/+4
*
bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC6...
Vinay Sajip
2019-09-25
1
-1/+1
*
bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359)
Dong-hee Na
2019-09-25
2
-10/+17
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Vinay Sajip
2019-09-25
2
-0/+146
*
bpo-38234: Cleanup getpath.c (GH-16367)
Victor Stinner
2019-09-25
1
-73/+116
*
bpo-38234: Add tests for Python init path config (GH-16358)
Victor Stinner
2019-09-24
1
-3/+3
*
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Victor Stinner
2019-09-23
1
-79/+112
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner
2019-09-23
1
-62/+78
*
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner
2019-09-20
1
-4/+6
*
bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283)
Orivej Desh
2019-09-20
1
-4/+7
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
2
-1/+119
*
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
Victor Stinner
2019-09-18
1
-17/+0
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Serhiy Storchaka
2019-09-17
1
-31/+31
*
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
Christian Heimes
2019-09-16
1
-1/+1
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Serhiy Storchaka
2019-09-16
1
-5/+7
*
Fix a possbile refleak in setint() of mmapmodule.c (GH-16136)
Hai Shi
2019-09-16
1
-1/+2
*
bpo-37798: Prevent undefined behavior in direct calls to the C helper functio...
Raymond Hettinger
2019-09-15
1
-1/+17
*
Fix missing dec ref (#16158)
Dino Viehland
2019-09-15
1
-0/+1
*
bpo-38153: detect shake independently from sha3 (GH-16143)
Christian Heimes
2019-09-14
1
-2/+11
*
bpo-38116: Convert select module to PEP-384 (#15971)
Dino Viehland
2019-09-14
2
-245/+210
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
26
-202/+200
*
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1...
Serhiy Storchaka
2019-09-13
1
-85/+65
*
bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115)
Eddie Elizondo
2019-09-13
1
-5/+13
*
bpo-38153: Normalize hashlib algorithm names (GH-16083)
Christian Heimes
2019-09-13
1
-21/+146
*
bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)
Dino Viehland
2019-09-13
1
-57/+92
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-13
16
-159/+466
[next]