summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-37879: Fix warnings in _testcapimodule (GH-16004)backport-ff023ed-3.8Petr Viktorin2019-09-121-5/+6
* [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap t...Eddie Elizondo2019-09-114-10/+318
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945)Miss Islington (bot)2019-09-112-0/+3
* bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946)Miss Islington (bot)2019-09-112-0/+3
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...Miss Islington (bot)2019-09-114-11/+30
* bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940)Miss Islington (bot)2019-09-111-4/+4
* bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-1...Miss Islington (bot)2019-09-112-0/+14
* bpo-37326: Include libffi license when available (GH-15921)Miss Islington (bot)2019-09-111-2/+3
* [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936)Stéphane Wirtel2019-09-111-4/+1
* Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933)Miss Islington (bot)2019-09-111-2/+2
* bpo-35649: update http client example (GH-11441) (GH-15930)Miss Islington (bot)2019-09-111-2/+5
* [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)Vinay Sajip2019-09-114-4/+18
* Minor ReST formatting fixes in subprocess docs (GH-14876)Miss Islington (bot)2019-09-111-4/+4
* bpo-38103: fix conflicting labels in the docs. (GH-15906)Miss Islington (bot)2019-09-112-5/+5
* bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)Miss Islington (bot)2019-09-111-0/+4
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...Miss Islington (bot)2019-09-113-3/+24
* bpo-35066: Make trailing percent test more portable. (GH-15907)Miss Islington (bot)2019-09-111-4/+9
* [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)Brett Cannon2019-09-115-10/+25
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH...Miss Islington (bot)2019-09-113-1/+103
* bpo-28494: install ziptestdata to fix install bot (GH-15902)Miss Islington (bot)2019-09-111-0/+1
* bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)Miss Islington (bot)2019-09-111-1/+1
* bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)Miss Islington (bot)2019-09-111-0/+8
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Miss Islington (bot)2019-09-113-6/+12
* [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)Andrew Svetlov2019-09-115-12/+12
* bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)Miss Islington (bot)2019-09-111-3/+2
* [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore...Zachary Ware2019-09-113-51/+61
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Miss Islington (bot)2019-09-113-9/+53
* bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893)Miss Islington (bot)2019-09-111-1/+1
* bpo-28494: Test existing zipfile working behavior. (GH-15853)Miss Islington (bot)2019-09-106-0/+101
* Remove unneeded assignment in PyBytes_Concat() (GH-15274)Miss Islington (bot)2019-09-101-1/+0
* bpo-37574: Mention helper functions for find_spec documentation (GH-14739)Miss Islington (bot)2019-09-101-1/+4
* Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)Miss Islington (bot)2019-09-101-7/+9
* Correct minor grammatical mistake in open docs (GH-15865)Miss Islington (bot)2019-09-101-2/+2
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...Miss Islington (bot)2019-09-104-4/+7
* Correct info about "f.read(size)". (GH13852)Miss Islington (bot)2019-09-101-2/+2
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871)Victor Stinner2019-09-102-18/+66
* bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH...Miss Islington (bot)2019-09-101-3/+4
* Note regarding + mode truncation applies to both text and binary mode (GH-113...Miss Islington (bot)2019-09-101-3/+3
* [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15...Jason R. Coombs2019-09-108-658/+709
* bpo-37504: Fix documentation build with texinfo builder (GH-14606)Miss Islington (bot)2019-09-102-1/+19
* Fix subprocess docstring typo (GH-15812)Miss Islington (bot)2019-09-101-1/+1
* bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...Miss Islington (bot)2019-09-102-1/+3
* Fix calling order of PyEval_InitThreads. (GH-15836)Miss Islington (bot)2019-09-101-1/+1
* bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)Steve Dower2019-09-101-1/+3
* bpo-38090: Fix reference leak in ceval.c (GH-15848)Miss Islington (bot)2019-09-101-1/+0
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-103-107/+125
* bpo-38066: Hide internal Stream methods (GH-15762)Miss Islington (bot)2019-09-105-92/+155
* bpo-21018: added missing documentation about escaping characters for configpa...Miss Islington (bot)2019-09-101-0/+5
* closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11...Miss Islington (bot)2019-09-101-4/+5
* bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)Miss Islington (bot)2019-09-103-3/+20