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-38303: Make audioop extension module PEP-384 compatible (GH-16497)
Tyler Kieft
2019-10-22
1
-55/+77
*
visit_reachable: replace release-mode test with an assert. (GH-16866)
Tim Peters
2019-10-21
1
-2/+5
*
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na
2019-10-21
1
-0/+6
*
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev
2019-10-21
1
-2/+2
*
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
Hai Shi
2019-10-21
2
-2/+2
*
validate_list: make flags argument impossible to spell wrongly. (GH-16843)
Tim Peters
2019-10-19
1
-16/+37
*
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Steve Dower
2019-10-18
1
-2/+2
*
bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891)
Taine Zhao
2019-10-17
1
-12/+57
*
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
Inada Naoki
2019-10-17
1
-57/+23
*
bpo-38006: Add unit test for weakref clear bug (GH-16788)
Neil Schemenauer
2019-10-16
1
-0/+55
*
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou
2019-10-15
1
-13/+32
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
3
-7/+5
*
Misc gc code & comment cleanups. (GH-16752)
Tim Peters
2019-10-13
1
-22/+44
*
bpo-38379: Don't block collection of unreachable objects when some objects re...
Pablo Galindo
2019-10-13
1
-60/+122
*
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka
2019-10-13
2
-21/+20
*
bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (...
Pablo Galindo
2019-10-13
1
-1/+6
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-5/+9
*
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...
Pablo Galindo
2019-10-12
1
-8/+8
*
bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707)
Pablo Galindo
2019-10-10
1
-2/+5
*
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Victor Stinner
2019-10-10
2
-39/+25
*
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695)
Victor Stinner
2019-10-10
1
-4/+4
*
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
Victor Stinner
2019-10-10
1
-0/+3
*
bpo-38379: don't claim objects are collected when they aren't (#16658)
Tim Peters
2019-10-09
1
-6/+4
*
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
Antonio Gutierrez
2019-10-09
1
-4/+15
*
bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-...
Vinay Sajip
2019-10-08
2
-25/+179
*
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
Serhiy Storchaka
2019-10-08
1
-0/+6
*
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
Antonio Gutierrez
2019-10-08
1
-0/+3
*
bpo-38070: Enhance visit_decref() debug trace (GH-16631)
Victor Stinner
2019-10-08
1
-4/+5
*
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
Victor Stinner
2019-10-07
3
-4/+24
*
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
[next]