summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-39883: Use BSD0 license for code in docs (GH-17635)Todd2020-09-031-0/+1
* bpo-41696: Fix handling of debug mode in asyncio.run (#22069)Shantanu2020-09-031-0/+1
* bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-...Pablo Galindo2020-09-021-0/+2
* closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...Benjamin Peterson2020-09-021-0/+2
* bpo-41675: Modernize siginterrupt calls (GH-22028)Pablo Galindo2020-09-021-0/+3
* bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)Mohamed Koubaa2020-09-021-0/+1
* bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)Mohamed Koubaa2020-09-021-0/+1
* bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)Pablo Galindo2020-09-011-0/+2
* bpo-41528: Use math module in turtle (GH-21837)Marek Madejski2020-09-011-0/+1
* bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)Victor Stinner2020-09-011-0/+2
* bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...han-solo2020-09-011-0/+2
* bpo-39010: Fix errors logged on proactor loop restart (#22017)Ben Darnell2020-08-311-0/+2
* 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