summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-95853: Multiple ops and debug for wasm_build.py (#96744)Christian Heimes2022-09-112-0/+2
* gh-90751: memoryview now supports half-float (#96738)Dong-hee Na2022-09-102-7/+22
* gh-94972: document that shield users need to keep a reference to their task (...Hendrik Makait2022-09-101-2/+9
* gh-96710: Make the test timing more lenient for the int/str DoS regression te...Gregory P. Smith2022-09-091-6/+8
* gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)Dennis Sweeney2022-09-091-1/+1
* GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)Guido van Rossum2022-09-092-0/+28
* gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)Steve Dower2022-09-081-4/+12
* gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)Zachary Ware2022-09-081-0/+7
* gh-92734: Add indentation feature to reprlib.Repr (GH-92735)finefoot2022-09-082-4/+359
* GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)Mark Shannon2022-09-081-0/+43
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...philg3142022-09-081-0/+5
* gh-96268: Fix loading invalid UTF-8 (#96270)Michael Droettboom2022-09-071-3/+10
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-076-59/+228
* GH-96465: Cache hashes for Fraction instances (GH-96483)Raymond Hettinger2022-09-071-30/+35
* gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)Michael Droettboom2022-09-071-0/+18
* gh-96538: Fix refleak in _bisectmodule.c (gh-96619)Dennis Sweeney2022-09-061-0/+28
* gh-96628: remove deprecated and ignored arg of sysconfig.is_python_build() (G...Irit Katriel2022-09-061-1/+1
* gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (#96623)Michael Droettboom2022-09-061-0/+12
* GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)Mark Shannon2022-09-061-0/+14
* gh-96478: Fix new test when run in refleak mode (#96615)Jelle Zijlstra2022-09-061-12/+12
* gh-96478: Test `@overload` on C functions (#96479)Nikita Sobolev2022-09-051-0/+14
* argparse: Remove unused name variable when handling ArgumentTypeError (#96549)Jonathon Reinhart2022-09-051-1/+0
* gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)Jason R. Coombs2022-09-051-28/+0
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+7
* gh-92986: Fix ast.unparse when ImportFrom.level is None (#92992)Shantanu2022-09-052-1/+7
* gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)Nikita Sobolev2022-09-051-0/+9
* gh-93973: Add all_errors to asyncio.create_connection (#93974)Pamela Fox2022-09-052-1/+40
* gh-95778: Correctly pre-check for int-to-str conversion (#96537)Mark Dickinson2022-09-041-0/+82
* gh-68163: Correct conversion of Rational instances to float (GH-25619)Sergey B Kirpichev2022-09-042-1/+29
* gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)Charlie Zhao2022-09-041-8/+24
* gh-90195: Unset logger disabled flag when configuring it. (GH-96530)Vinay Sajip2022-09-032-0/+30
* gh-75500: Update idlelib/help.html (#96523)Terry Jan Reedy2022-09-031-7/+8
* gh-45108: Improve docstring and testing of ZipFile.testfile() (GH-96233)Serhiy Storchaka2022-09-033-12/+13
* bpo-30419: DOC: Update missing information in bdb docs (#1687)Cheryl Sabella2022-09-021-7/+10
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-0210-3/+227
* Allow whitespace around a slash in fraction string inputs (GH-96496)Raymond Hettinger2022-09-022-4/+2
* gh-93554: Conditional jump opcodes only jump forward (GH-96318)Irit Katriel2022-09-014-125/+112
* gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)Irit Katriel2022-09-011-3/+3
* gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)Gregory P. Smith2022-09-011-4/+4
* GH-96079 Fix missing field name for _AnnotatedAlias (#96080)Anh71me2022-08-312-1/+5
* gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)Vinay Sajip2022-08-312-0/+33
* gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)Dennis Sweeney2022-08-311-1/+1
* gh-96408: Test set operation on items dict view. (GH-96438)Filip Łajszczak2022-08-301-0/+18
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-301-1/+1
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-303-1/+66
* gh-95987: Fix `repr` of `Any` type subclasses (#96412)Nikita Sobolev2022-08-302-1/+9
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-302-0/+353
* gh-96349: fix minor performance regression initializing threading.Event (gh-9...Daniel Giger2022-08-301-9/+3
* gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)Nikita Sobolev2022-08-302-1/+4
* gh-96320: WASI socket fixes (#96388)Christian Heimes2022-08-301-2/+3