summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-34001: Fix test_ssl with LibreSSL (GH-13783)Christian Heimes2019-09-111-0/+2
* bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)Dino Viehland2019-09-111-0/+1
* bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)Joannah Nanjekye2019-09-111-0/+2
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Christian Heimes2019-09-111-0/+1
* bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...Steve Dower2019-09-111-0/+1
* bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...Dong-hee Na2019-09-111-0/+2
* Improve clarity of try-return-finally-return (GH-15677)toonarmycaptain2019-09-111-0/+1
* bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)Daniel Andrade2019-09-111-0/+2
* bpo-38114: Do not include pip.ini in Nuget package (GH-15964)Steve Dower2019-09-111-0/+1
* bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)Steve Dower2019-09-111-0/+2
* bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)Jakub Kulík2019-09-111-0/+2
* bpo-36260: Add pitfalls to zipfile module documentation (#13378)JunWei Song2019-09-111-0/+1
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-111-0/+1
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-111-0/+2
* bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...blhsing2019-09-111-0/+5
* bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)Brennan D Baraban2019-09-111-0/+1
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Joannah Nanjekye2019-09-111-0/+1
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Pavel Koneski2019-09-111-0/+2
* closes bpo-37252: Fix devpoll tests. (GH-14017)Jakub Kulík2019-09-111-0/+2
* bpo-37305: add MIME type for Web App Manifest (#14199)Filip Š2019-09-111-0/+2
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...hui shang2019-09-111-0/+2
* bpo-33944: note about the intended use of code in .pth files (GH-10131)native-api2019-09-111-0/+1
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)Michael Osipov2019-09-111-0/+1
* bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...Géry Ogam2019-09-111-0/+2
* bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialize...Joannah Nanjekye2019-09-111-0/+2
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10...Pierre Quentel2019-09-111-0/+2
* bpo-35168: Make shlex.punctuation_chars read-only (#11631)Alex2019-09-111-0/+1
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)Xtreak2019-09-111-1/+1
* bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)Jeroen Demeyer2019-09-111-0/+1
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-112-0/+3
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Steve Dower2019-09-111-0/+1
* bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-1...Greg Price2019-09-111-0/+5
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Gregory P. Smith2019-09-111-0/+5
* Overhaul datetime documentation (GH-13410)Brad2019-09-111-0/+2
* bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...Eddie Elizondo2019-09-111-0/+2
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...Steve Dower2019-09-101-0/+1
* bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...Gordon P. Hemsley2019-09-101-0/+3
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-101-0/+1
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-101-0/+1
* bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...Steve Dower2019-09-101-0/+2
* bpo-36781: Optimize sum() for bools. (#13074)Serhiy Storchaka2019-09-101-0/+1
* bpo-38073: Make pwd module PEP-384 compatible (GH-15790)Dino Viehland2019-09-101-0/+1
* bpo-38066: Hide internal Stream methods (GH-15762)Andrew Svetlov2019-09-101-0/+2
* bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...Jeroen Demeyer2019-09-101-0/+3
* bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)Lisa Roach2019-09-101-0/+3
* bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)Dino Viehland2019-09-101-0/+1
* bpo-38071: Make termios PEP-384 compatible (GH-15785)Dino Viehland2019-09-101-0/+1
* bpo-38072: PEP-384 grpmodule (GH-15788)Dino Viehland2019-09-101-0/+1
* Skip zoneinfo tests on VxWorks (#13535)hliu02019-09-101-0/+1
* bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)Dino Viehland2019-09-101-0/+1