summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)Vinay Sharma2020-08-301-0/+1
* bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...Irit Katriel2020-08-302-0/+2
* closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)Tony Solomonik2020-08-301-0/+2
* bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)wmeehan2020-08-271-0/+2
* bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)Irit Katriel2020-08-271-0/+1
* bpo-41624: fix documentation of typing.Coroutine (GH-21952)MingZhe Hu2020-08-271-0/+1
* bpo-33660: Fix PosixPath to resolve a relative path on rootDong-hee Na2020-08-271-0/+2
* bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)Dong-hee Na2020-08-261-0/+1
* bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)Elvis Pranskevichus2020-08-261-0/+2
* bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)Elvis Pranskevichus2020-08-261-0/+3
* bpo-41513: More accurate hypot() (GH-21916)Raymond Hettinger2020-08-251-0/+3
* bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...James Weaver2020-08-171-0/+1
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-0/+2
* bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHan...Irit Katriel2020-08-161-0/+1
* bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)Raymond Hettinger2020-08-161-0/+2
* bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...Dima Tisnek2020-08-151-0/+1
* bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)Paul Ganssle2020-08-141-0/+2
* bpo-41526: Fixed layout of final page of the installer (GH-21871)Steve Dower2020-08-131-0/+2
* bpo-41520: Fix second codeop regression (GH-21848)Terry Jan Reedy2020-08-131-1/+1
* bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)Mohamed Koubaa2020-08-131-0/+1
* bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...Pablo Galindo2020-08-131-0/+2
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)Victor Stinner2020-08-121-0/+3
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Victor Stinner2020-08-121-0/+1
* bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)Mohamed Koubaa2020-08-111-0/+1
* bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)Filipe LaĆ­ns2020-08-101-0/+2
* bpo-41324 Add a minimal decimal capsule API (#21519)Stefan Krah2020-08-101-0/+3
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Terry Jan Reedy2020-08-091-0/+1
* bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)Zackery Spytz2020-08-091-0/+2
* bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)Konge2020-08-081-0/+1
* bpo-41477: Make ctypes optional in test_genericalias (GH-21766)Victor Stinner2020-08-071-0/+1
* bpo-39871: Fix an error in a news entry (GH-21749)Zackery Spytz2020-08-071-1/+1
* bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)pxinwr2020-08-071-0/+1
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Steve Dower2020-08-061-0/+1
* bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)Batuhan Taskaya2020-08-051-0/+2
* bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)Hans Petter Jansson2020-08-042-0/+3
* bpo-41431: Optimize dict_merge for copy (GH-21674)Inada Naoki2020-08-041-0/+2
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Victor Stinner2020-08-041-0/+3
* bpo-41425: Make tkinter doc example runnable (GH-21706)Ankit Chandawala2020-08-031-0/+1
* bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...Luciano Ramalho2020-08-021-0/+1
* bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)Raymond Hettinger2020-08-011-0/+3
* bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)Mark Shannon2020-07-301-0/+3
* closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)Benjamin Peterson2020-07-291-0/+1
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-282-0/+3
* bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)Zackery Spytz2020-07-281-0/+2
* bpo-41045: Document debug feature of f-strings ('=') (GH-21509)amaajemyfren2020-07-271-0/+1
* bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)pxinwr2020-07-271-0/+1
* bpo-41340: Removed fallback implementation for strdup (GH-21634)wasiher2020-07-271-0/+1
* bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)Akuli2020-07-271-0/+2
* bpo-41314: fixed annotations __future__ version (GH-21616)YoSTEALTH2020-07-251-0/+1
* bpo-38731: Add --quiet option to py_compile CLI (GH-17134)Gregory Schevchenko2020-07-252-0/+3