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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-38138: Fix memory leak introduced by interned strings (GH-16053)
Dino Viehland
2019-09-12
1
-0/+1
*
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
3
-6/+188
*
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
Berker Peksag
2019-09-12
3
-0/+14
*
Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)
T. Wouters
2019-09-12
1
-24/+30
*
Fix depth-first-search computation in compile.c (GH-16042)
Mark Shannon
2019-09-12
1
-30/+24
*
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
Christian Heimes
2019-09-12
1
-6/+16
*
Doc: Add -m reference in context of code execution (GH-16045)
Julien Palard
2019-09-12
1
-1/+3
*
bpo-37363: Document internal audit events (GH-14663)
Christian Heimes
2019-09-12
1
-1/+6
*
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)
Serhiy Storchaka
2019-09-12
3
-0/+59
*
bpo-38132: Simplify _hashopenssl code (GH-16023)
Christian Heimes
2019-09-12
4
-122/+391
*
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov
2019-09-12
7
-101/+178
*
Enhance Py_UNREACHABLE macro (GH-16032)
Zachary Ware
2019-09-12
1
-0/+26
*
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Brandt Bucher
2019-09-12
9
-13/+74
*
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...
Windson yang
2019-09-12
1
-6/+5
*
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Christian Heimes
2019-09-12
3
-123/+3
*
bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)
Emmanuel Arias
2019-09-12
1
-4/+27
*
bpo-36675: Remove obsolete code. (GH-16024)
Julien Palard
2019-09-12
2
-34/+0
*
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)
Christian Heimes
2019-09-12
1
-8/+14
*
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...
Hai Shi
2019-09-12
4
-10/+62
*
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
Harmandeep Singh
2019-09-12
1
-7/+15
*
bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)
Divij Rajkumar
2019-09-12
3
-5/+20
*
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
3
-2/+6
*
bpo-36876: Skip test_check_c_globals for now. (gh-16017)
Eric Snow
2019-09-12
1
-1/+3
*
Doc: Add example of dict() function with positional and keyword arguments (GH...
Georgy Frolov
2019-09-12
1
-1/+2
*
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
Xtreak
2019-09-12
1
-3/+4
*
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
Jason R. Coombs
2019-09-12
4
-1097/+991
*
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz
2019-09-12
5
-4/+9
*
closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. ...
Greg Price
2019-09-12
1
-5/+8
*
bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (...
Greg Price
2019-09-12
2
-62/+94
*
bpo-37879: Fix warnings in _testcapimodule (GH-16004)
Petr Viktorin
2019-09-12
1
-6/+7
*
bpo-32820: __format__ method for ipaddress (#5627)
ewosborne
2019-09-12
3
-0/+142
*
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...
Joannah Nanjekye
2019-09-12
5
-4/+36
*
bpo-38120: Fix DeprecationWarning in test_random for invalid type of argument...
Xtreak
2019-09-12
1
-3/+9
*
Correct typos in the codecs module documentation (#15135)
Géry Ogam
2019-09-12
1
-60/+61
*
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Benjamin Peterson
2019-09-11
2
-8/+8
*
bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)
Eric Snow
2019-09-11
51
-19/+9467
*
bpo-36270: Doc: add link to traceback object reference (GH-13119)
Björn Meier
2019-09-11
1
-1/+1
*
Correct typo in min version test (GH-16000)
Christian Heimes
2019-09-11
1
-1/+1
*
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
Hai Shi
2019-09-11
1
-2/+2
*
bpo-34001: Fix test_ssl with LibreSSL (GH-13783)
Christian Heimes
2019-09-11
2
-1/+4
*
Doc: recursive glob ** follows symlinks to directories (GH-12918)
Marc
2019-09-11
1
-2/+3
*
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Dino Viehland
2019-09-11
3
-1501/+2650
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
5
-1/+105
*
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Christian Heimes
2019-09-11
5
-10/+10
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
Hai Shi
2019-09-11
1
-0/+7
*
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...
Steve Dower
2019-09-11
3
-5/+4
*
bpo-36528: Remove duplicate re tests. (GH-2689)
Xtreak
2019-09-11
1
-106/+0
*
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...
Dong-hee Na
2019-09-11
3
-756/+761
[prev]
[next]