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-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
Miss Islington (bot)
2019-11-16
1
-0/+4
*
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
Miss Islington (bot)
2019-11-15
1
-8/+12
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+1
*
[3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-9/+15
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043)
Miss Islington (bot)
2019-11-06
1
-1/+1
*
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-1679...
Vinay Sajip
2019-10-31
4
-0/+98
*
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Miss Islington (bot)
2019-10-18
1
-2/+2
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
2
-5/+14
*
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...
Miss Islington (bot)
2019-10-12
1
-8/+8
*
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...
Pablo Galindo
2019-10-09
1
-6/+4
*
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....
Vinay Sajip
2019-10-09
2
-25/+179
*
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
Miss Islington (bot)
2019-10-07
1
-0/+7
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-173/+202
*
[3.8] bpo-3832: Fix compiler warnings (GH-16518)
Victor Stinner
2019-10-01
2
-2/+1
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Miss Islington (bot)
2019-10-01
1
-5/+1
*
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Victor Stinner
2019-09-30
1
-7/+2
*
Clear weakrefs in garbage found by the GC (GH-16495) (#16499)
Miss Islington (bot)
2019-09-30
1
-0/+17
*
[3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)
Christian Heimes
2019-09-30
1
-1/+1
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
1
-1/+8
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
1
-76/+119
*
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
Benjamin Peterson
2019-09-26
19
-4835/+3972
*
[3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-...
Vinay Sajip
2019-09-25
1
-7/+4
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...
Miss Islington (bot)
2019-09-25
1
-7/+8
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Miss Islington (bot)
2019-09-25
2
-0/+146
*
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Miss Islington (bot)
2019-09-23
1
-79/+112
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336)
Victor Stinner
2019-09-23
1
-62/+78
*
[3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) ...
Victor Stinner
2019-09-21
1
-4/+6
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
1
-31/+31
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
1
-5/+7
*
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
Miss Islington (bot)
2019-09-16
1
-1/+1
*
bpo-38153: detect shake independently from sha3 (GH-16143)
Miss Islington (bot)
2019-09-16
1
-2/+11
*
[3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)
Christian Heimes
2019-09-16
1
-21/+146
*
[3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...
Miss Islington (bot)
2019-09-16
1
-1/+2
*
bpo-37798: Prevent undefined behavior in direct calls to the C helper functio...
Miss Islington (bot)
2019-09-15
1
-1/+17
*
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....
Serhiy Storchaka
2019-09-14
1
-85/+65
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
26
-202/+200
*
[3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-1...
Stéphane Wirtel
2019-09-13
1
-5/+13
*
[3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057)
Stéphane Wirtel
2019-09-12
1
-0/+6
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
Miss Islington (bot)
2019-09-12
1
-6/+22
*
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
Miss Islington (bot)
2019-09-12
1
-6/+16
*
bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)
Miss Islington (bot)
2019-09-12
2
-122/+385
*
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Miss Islington (bot)
2019-09-12
2
-123/+1
*
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Miss Islington (bot)
2019-09-12
1
-0/+25
*
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....
Miss Islington (bot)
2019-09-12
1
-1/+1
*
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...
Miss Islington (bot)
2019-09-12
1
-1/+5
*
[3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap t...
Petr Viktorin
2019-09-12
1
-0/+221
*
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
Miss Islington (bot)
2019-09-11
1
-17/+3
*
Fix calling order of PyEval_InitThreads. (GH-15836)
Miss Islington (bot)
2019-09-10
1
-1/+1
*
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
Steve Dower
2019-09-10
1
-29/+27
*
bpo-37649: Fix exec_prefix check (GH-14897)
Miss Islington (bot)
2019-09-09
1
-1/+1
[prev]
[next]