| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Doc: Fix link to window.getch in curses documentation (GH-16132) | Anthony Sottile | 2019-09-14 | 1 | -1/+1 |
|
|
* | bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) | Xtreak | 2019-09-14 | 1 | -0/+13 |
|
|
* | bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1... | Serhiy Storchaka | 2019-09-13 | 5 | -177/+153 |
|
|
* | bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) | plokmijnuhby | 2019-09-13 | 3 | -3/+123 |
|
|
* | Doc: fcntl.lockf() is more powerful than written (GH-6750) | Eric O. LEBIGOT (EOL) | 2019-09-13 | 1 | -2/+2 |
|
|
* | Fix typo in test_api.py. (GH-16119) | Benjamin Peterson | 2019-09-13 | 1 | -1/+1 |
|
|
* | bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) | bchhabra2490 | 2019-09-13 | 1 | -1/+2 |
|
|
* | bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) | Eddie Elizondo | 2019-09-13 | 1 | -5/+13 |
|
|
* | bpo-38122: minor fixes to AsyncMock spec handling (GH-16099) | Michael Foord | 2019-09-13 | 1 | -11/+8 |
|
|
* | bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en... | Steve Dower | 2019-09-13 | 3 | -2/+3 |
|
|
* | bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) | Gregory P. Smith | 2019-09-13 | 3 | -3/+11 |
|
|
* | bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109) | Joannah Nanjekye | 2019-09-13 | 3 | -4/+9 |
|
|
* | 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 |