summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)backport-8ed6503-3.8Jason R. Coombs2019-09-121-0/+1
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Miss Islington (bot)2019-09-121-0/+1
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)Miss Islington (bot)2019-09-121-0/+3
* Overhaul datetime documentation (GH-13410)Miss Islington (bot)2019-09-121-0/+2
* bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)Miss Islington (bot)2019-09-121-0/+2
* bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)Miss Islington (bot)2019-09-121-0/+3
* bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)Miss Islington (bot)2019-09-121-0/+1
* bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)Miss Islington (bot)2019-09-121-0/+2
* bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)Miss Islington (bot)2019-09-121-0/+2
* bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...Miss Islington (bot)2019-09-121-0/+5
* closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....Miss Islington (bot)2019-09-121-0/+2
* bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)Miss Islington (bot)2019-09-121-0/+3
* [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap t...Petr Viktorin2019-09-121-0/+2
* closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)Miss Islington (bot)2019-09-111-0/+2
* bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997)Miss Islington (bot)2019-09-111-0/+2
* Improve clarity of try-return-finally-return (GH-15677) (GH-15981)Miss Islington (bot)2019-09-111-0/+1
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Miss Islington (bot)2019-09-111-0/+1
* bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976)Miss Islington (bot)2019-09-111-0/+1
* bpo-38114: Do not include pip.ini in Nuget package (GH-15964)Miss Islington (bot)2019-09-111-0/+1
* bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)Miss Islington (bot)2019-09-111-0/+2
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973)Miss Islington (bot)2019-09-111-0/+1
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Miss Islington (bot)2019-09-111-0/+2
* bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-...Miss Islington (bot)2019-09-111-0/+1
* closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948)Miss Islington (bot)2019-09-111-0/+2
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Miss Islington (bot)2019-09-111-0/+2
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945)Miss Islington (bot)2019-09-111-0/+1
* bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946)Miss Islington (bot)2019-09-111-0/+2
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...Miss Islington (bot)2019-09-111-0/+2
* bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-1...Miss Islington (bot)2019-09-111-0/+1
* [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)Vinay Sajip2019-09-111-0/+1
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...Miss Islington (bot)2019-09-111-0/+2
* [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)Brett Cannon2019-09-112-0/+3
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH...Miss Islington (bot)2019-09-111-1/+1
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Miss Islington (bot)2019-09-111-0/+1
* [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore...Zachary Ware2019-09-111-0/+5
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Miss Islington (bot)2019-09-111-0/+5
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...Miss Islington (bot)2019-09-101-0/+1
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871)Victor Stinner2019-09-101-0/+3
* [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15...Jason R. Coombs2019-09-101-0/+1
* bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...Miss Islington (bot)2019-09-101-0/+2
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-101-0/+1
* bpo-38066: Hide internal Stream methods (GH-15762)Miss Islington (bot)2019-09-101-0/+2
* bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)Miss Islington (bot)2019-09-101-0/+3
* bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...Miss Islington (bot)2019-09-101-0/+3
* bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)Miss Islington (bot)2019-09-091-0/+2
* [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816)Zachary Ware2019-09-091-0/+1
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Miss Islington (bot)2019-09-091-0/+2
* bpo-20490: Improve circular import error message (GH-15308)Steve Dower2019-09-091-0/+2
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)Miss Islington (bot)2019-09-091-0/+3
* bpo-37876: Tests for ROT-13 codec (GH-15314)Miss Islington (bot)2019-09-091-0/+1