summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)backport-8ed6503-3.8Jason R. Coombs2019-09-122-65/+78
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)Miss Islington (bot)2019-09-121-0/+163
* bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)Miss Islington (bot)2019-09-122-0/+12
* bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)Miss Islington (bot)2019-09-121-0/+3
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Miss Islington (bot)2019-09-125-91/+147
* bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...Miss Islington (bot)2019-09-122-0/+26
* closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....Miss Islington (bot)2019-09-121-1/+3
* bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)Miss Islington (bot)2019-09-122-5/+17
* [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap t...Petr Viktorin2019-09-121-0/+86
* Correct typo in min version test (GH-16001)Miss Islington (bot)2019-09-111-1/+1
* bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997)Miss Islington (bot)2019-09-111-1/+2
* bpo-36528: Remove duplicate re tests. (GH-2689)Miss Islington (bot)2019-09-111-106/+0
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973)Miss Islington (bot)2019-09-112-1/+21
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Miss Islington (bot)2019-09-111-25/+13
* closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948)Miss Islington (bot)2019-09-111-3/+3
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Miss Islington (bot)2019-09-111-1/+1
* bpo-38107: Replace direct future and task contructor calls with factories in ...Miss Islington (bot)2019-09-1113-159/+156
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945)Miss Islington (bot)2019-09-111-0/+2
* bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946)Miss Islington (bot)2019-09-111-0/+1
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...Miss Islington (bot)2019-09-112-6/+14
* [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)Vinay Sajip2019-09-112-1/+12
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...Miss Islington (bot)2019-09-112-3/+22
* 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-112-0/+9
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Miss Islington (bot)2019-09-112-6/+11
* [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)Andrew Svetlov2019-09-115-12/+12
* [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore...Zachary Ware2019-09-111-3/+1
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Miss Islington (bot)2019-09-112-9/+48
* bpo-28494: Test existing zipfile working behavior. (GH-15853)Miss Islington (bot)2019-09-106-0/+101
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871)Victor Stinner2019-09-101-18/+63
* [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15...Jason R. Coombs2019-09-104-33/+82
* 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-101-1/+1
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-102-107/+124
* bpo-38066: Hide internal Stream methods (GH-15762)Miss Islington (bot)2019-09-104-92/+153
* 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-102-3/+17
* docs: Add references to AsyncMock in unittest.mock.patch (GH-13681)Miss Islington (bot)2019-09-101-4/+5
* bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...Miss Islington (bot)2019-09-101-0/+12
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...Miss Islington (bot)2019-09-101-0/+4
* bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [lock...Miss Islington (bot)2019-09-106-265/+401
* bpo-35941: Fix performance regression in SSL certificate code (GH-12610)Steve Dower2019-09-101-2/+2
* bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)Miss Islington (bot)2019-09-092-1/+4
* Fix punctuation in `os.execvpe` docstring. (GH-15051)Miss Islington (bot)2019-09-091-1/+1
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Miss Islington (bot)2019-09-091-2/+14
* Clarify that shutil's copy functions can accept path-like values (GH-15141)Miss Islington (bot)2019-09-091-1/+2
* bpo-20490: Improve circular import error message (GH-15308)Steve Dower2019-09-093-0/+14
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)Miss Islington (bot)2019-09-092-2/+7
* bpo-37876: Tests for ROT-13 codec (GH-15314)Miss Islington (bot)2019-09-091-0/+37
* bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)Miss Islington (bot)2019-09-091-2/+2