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-37555: Update _CallList.__contains__ to respect ANY (#14700)
Elizabeth Uselton
2019-09-13
5
-13/+83
*
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
Zackery Spytz
2019-09-13
1
-37/+34
*
Run autoreconf. (GH-16106)
Benjamin Peterson
2019-09-13
1
-60/+30
*
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
Zackery Spytz
2019-09-13
3
-15/+19
*
bpo-36046: Fix buildbot failures (GH-16091)
Gregory P. Smith
2019-09-13
1
-3/+17
*
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
Doyle Rowland
2019-09-13
2
-2/+4
*
Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)
Gregory P. Smith
2019-09-13
1
-1/+3
*
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (...
Windson yang
2019-09-13
1
-1/+2
*
bpo-38153: Normalize hashlib algorithm names (GH-16083)
Christian Heimes
2019-09-13
4
-32/+179
*
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Julien Palard
2019-09-13
1
-6/+0
*
Doc: Improve consistency of os.path.normcase with other os.path functions (GH...
Kexuan Sun
2019-09-13
1
-2/+0
*
bpo-38148: Add slots to asyncio transports (GH-16077)
Andrew Svetlov
2019-09-13
3
-4/+24
*
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...
Ashwin Ramaswami
2019-09-13
7
-26/+84
*
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G...
Xtreak
2019-09-13
3
-2/+12
*
bpo-36889: Document Stream class and add docstrings (GH-14488)
Xtreak
2019-09-13
3
-11/+225
*
bpo-8538: Add support for boolean actions to argparse (GH-11478)
Rémi Lapeyre
2019-09-13
4
-15/+109
*
bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)
Dino Viehland
2019-09-13
2
-57/+93
*
bpo-37785: Fix xgettext warning in argparse (GH-15161)
Jakub Kulík
2019-09-13
2
-2/+4
*
Doc: Add example snippet for str.isupper() (GH-14681)
Kishore Vancheeshwaran
2019-09-13
1
-0/+10
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-13
20
-165/+495
*
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Greg Price
2019-09-12
4
-63/+8
*
Move Eric's TODO file into his directory. (GH-16072)
Benjamin Peterson
2019-09-12
1
-0/+0
*
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S...
Steve Dower
2019-09-12
2
-101/+211
*
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean
2019-09-12
7
-19/+426
*
Emphasize the need to always call PySequence_Fast. (GH-11140)
Matti Picus
2019-09-12
1
-7/+14
*
bpo-36876: Fix the globals checker tool. (gh-16058)
Eric Snow
2019-09-12
3
-18/+1123
*
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Daniel Hahler
2019-09-12
2
-1/+2
*
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
Hai Shi
2019-09-12
1
-1/+8
*
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)
Raymond Hettinger
2019-09-12
2
-3/+9
*
bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)
Sergey Fedoseev
2019-09-12
2
-77/+45
*
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
[next]