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-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
*
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean
2019-09-12
1
-4/+132
*
bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)
Christian Heimes
2019-09-12
1
-0/+6
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
animalize
2019-09-12
1
-6/+22
*
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
Christian Heimes
2019-09-12
1
-6/+16
*
bpo-38132: Simplify _hashopenssl code (GH-16023)
Christian Heimes
2019-09-12
2
-122/+385
*
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Christian Heimes
2019-09-12
2
-123/+1
*
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...
Zackery Spytz
2019-09-12
1
-1/+5
*
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....
bggardner
2019-09-12
1
-1/+1
*
bpo-37879: Fix warnings in _testcapimodule (GH-16004)
Petr Viktorin
2019-09-12
1
-6/+7
*
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...
Steve Dower
2019-09-11
1
-2/+0
*
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
Steve Dower
2019-09-11
1
-17/+3
*
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Jakub KulĂk
2019-09-11
1
-0/+25
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-0/+220
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
3
-6/+6
*
bpo-38073: Make pwd module PEP-384 compatible (GH-15790)
Dino Viehland
2019-09-10
1
-16/+35
*
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin
2019-09-10
1
-0/+164
*
bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
Dino Viehland
2019-09-10
1
-8/+58
*
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Dino Viehland
2019-09-10
1
-20/+47
*
bpo-38072: PEP-384 grpmodule (GH-15788)
Dino Viehland
2019-09-10
1
-19/+40
*
Fix calling order of PyEval_InitThreads. (GH-4602)
Kenta Murata
2019-09-10
1
-1/+1
*
bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)
Dino Viehland
2019-09-10
1
-73/+86
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-147/+172
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-0/+13
*
bpo-35941: Fix performance regression in new code (GH-12610)
Christian Heimes
2019-09-09
1
-28/+27
*
bpo-37649: Fix exec_prefix check (GH-14897)
Orivej Desh
2019-09-09
1
-1/+1
*
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Zackery Spytz
2019-09-09
1
-0/+6
*
bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782)
Victor Stinner
2019-09-09
1
-0/+2
*
bpo-38037: Fix reference counters in signal module (GH-15753)
animalize
2019-09-09
1
-8/+17
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
neonene
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
2
-2/+5
*
bpo-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711)
Greg Price
2019-09-09
1
-11/+11
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+9
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
1
-8/+0
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-1/+2
*
Remove some unused defines in multiprocessing.h. (GH-15661)
Sergey Fedoseev
2019-09-07
1
-10/+0
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
2
-4/+9
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower
2019-09-04
1
-6/+13
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-24/+51
*
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Steve Dower
2019-09-03
1
-2/+2
*
bpo-37798: Fix _statistics module doc (GH-15546)
Dong-hee Na
2019-09-03
1
-1/+4
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
6
-23/+20
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
1
-1/+1
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
5
-22/+28
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
2
-114/+1
*
bpo-37990: fix gc stats (GH-15626)
Inada Naoki
2019-08-31
1
-2/+3
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
8
-11/+11
*
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
Victor Stinner
2019-08-30
1
-14/+59
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
1
-4/+0
[next]