summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-38076: Make struct module PEP-384 compatible (#15805)Dino Viehland2019-09-101-0/+1
* bpo-37725: have "make clean" remove PGO task data (#15033)Neil Schemenauer2019-09-101-0/+3
* bpo-25237: Documentation for tkinter modules (GH-1870)Nikhil2019-09-101-0/+1
* bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)Terry Jan Reedy2019-09-101-0/+2
* bpo-34293: Fix PDF documentation paper size (GH-8585)Jean-François B2019-09-091-0/+1
* bpo-38049: Add command-line interface for the ast module. (GH-15724)Serhiy Storchaka2019-09-091-0/+1
* bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)Vinay Sharma2019-09-091-0/+1
* bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)Serhiy Storchaka2019-09-091-0/+2
* bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)Sergey Fedoseev2019-09-091-0/+2
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Anthony Sottile2019-09-091-0/+2
* bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)Zackery Spytz2019-09-091-0/+1
* bpo-20490: Improve circular import error message (GH-15308)Anthony Sottile2019-09-091-0/+2
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)Victor Stinner2019-09-091-0/+3
* bpo-37876: Tests for ROT-13 codec (GH-15314)Zeth2019-09-091-0/+1
* Mark files as executable that are meant as scripts. (GH-15354)Greg Price2019-09-093-0/+0
* bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)Alan Yee2019-09-091-0/+1
* bpo-38053 Update documentation for plistlib (GH-15727)Jon Janzen2019-09-091-0/+1
* bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)Naitree Zhu2019-09-091-0/+2
* bpo-38037: Fix reference counters in signal module (GH-15753)animalize2019-09-091-0/+1
* bpo-26185: Fix repr() on empty ZipInfo object (#13441)Mickaël Schoentgen2019-09-091-0/+2
* bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)neonene2019-09-091-0/+2
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Steve Dower2019-09-091-0/+2