summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-37953: Fix ForwardRef hash and equality checks (GH-15400)plokmijnuhby2019-09-133-3/+123
* Doc: fcntl.lockf() is more powerful than written (GH-6750)Eric O. LEBIGOT (EOL)2019-09-131-2/+2
* Fix typo in test_api.py. (GH-16119)Benjamin Peterson2019-09-131-1/+1
* bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624)bchhabra24902019-09-131-1/+2
* bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115)Eddie Elizondo2019-09-131-5/+13
* bpo-38122: minor fixes to AsyncMock spec handling (GH-16099)Michael Foord2019-09-131-11/+8
* bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...Steve Dower2019-09-133-2/+3
* bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)Gregory P. Smith2019-09-133-3/+11
* bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)Joannah Nanjekye2019-09-133-4/+9
* bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)Elizabeth Uselton2019-09-135-13/+83
* bpo-37199: Replace the early returns added in c2cda63. (GH-14535)Zackery Spytz2019-09-131-37/+34
* Run autoreconf. (GH-16106)Benjamin Peterson2019-09-131-60/+30
* bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)Zackery Spytz2019-09-133-15/+19
* bpo-36046: Fix buildbot failures (GH-16091)Gregory P. Smith2019-09-131-3/+17
* closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)Doyle Rowland2019-09-132-2/+4
* Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)Gregory P. Smith2019-09-131-1/+3
* bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (...Windson yang2019-09-131-1/+2
* bpo-38153: Normalize hashlib algorithm names (GH-16083)Christian Heimes2019-09-134-32/+179
* bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)Julien Palard2019-09-131-6/+0
* Doc: Improve consistency of os.path.normcase with other os.path functions (GH...Kexuan Sun2019-09-131-2/+0
* bpo-38148: Add slots to asyncio transports (GH-16077)Andrew Svetlov2019-09-133-4/+24
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-137-26/+84
* bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G...Xtreak2019-09-133-2/+12
* bpo-36889: Document Stream class and add docstrings (GH-14488)Xtreak2019-09-133-11/+225
* bpo-8538: Add support for boolean actions to argparse (GH-11478)Rémi Lapeyre2019-09-134-15/+109
* bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)Dino Viehland2019-09-132-57/+93
* bpo-37785: Fix xgettext warning in argparse (GH-15161)Jakub Kulík2019-09-132-2/+4
* Doc: Add example snippet for str.isupper() (GH-14681)Kishore Vancheeshwaran2019-09-131-0/+10
* bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)Christian Heimes2019-09-1320-165/+495
* Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)Greg Price2019-09-124-63/+8
* Move Eric's TODO file into his directory. (GH-16072)Benjamin Peterson2019-09-121-0/+0
* bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S...Steve Dower2019-09-122-101/+211
* bpo-36046: Add user and group parameters to subprocess (GH-11950)Patrick McLean2019-09-127-19/+426
* Emphasize the need to always call PySequence_Fast. (GH-11140)Matti Picus2019-09-121-7/+14
* bpo-36876: Fix the globals checker tool. (gh-16058)Eric Snow2019-09-123-18/+1123
* closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)Daniel Hahler2019-09-122-1/+2
* bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)Hai Shi2019-09-121-1/+8
* bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)Raymond Hettinger2019-09-122-3/+9
* bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)Sergey Fedoseev2019-09-122-77/+45
* bpo-38138: Fix memory leak introduced by interned strings (GH-16053)Dino Viehland2019-09-121-0/+1
* bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)Christian Heimes2019-09-121-0/+6
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)animalize2019-09-123-6/+188
* bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)Berker Peksag2019-09-123-0/+14
* Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)T. Wouters2019-09-121-24/+30
* Fix depth-first-search computation in compile.c (GH-16042)Mark Shannon2019-09-121-30/+24
* bpo-38132: Check EVP_DigestUpdate for error (GH-16041)Christian Heimes2019-09-121-6/+16
* Doc: Add -m reference in context of code execution (GH-16045)Julien Palard2019-09-121-1/+3
* bpo-37363: Document internal audit events (GH-14663)Christian Heimes2019-09-121-1/+6
* bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)Serhiy Storchaka2019-09-123-0/+59
* bpo-38132: Simplify _hashopenssl code (GH-16023)Christian Heimes2019-09-124-122/+391