summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-100268: Add is_integer method to int (#100439)Shantanu2022-12-245-1/+45
* gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)Illia Volochii2022-12-243-5/+6
* gh-94808: improve test coverage of number formatting (#99472)Nikita Sobolev2022-12-241-5/+39
* Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)Raymond Hettinger2022-12-231-2/+3
* gh-99947: Ensure unreported errors are chained for SystemError during import ...Sebastian Berg2022-12-234-7/+13
* gh-68320, gh-88302 - Allow for private `pathlib.Path` subclassing (GH-31691)Barney Gale2022-12-233-232/+179
* GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)Raymond Hettinger2022-12-236-8/+45
* bpo-40447: accept all path-like objects in compileall.compile_file (#19883)Filipe Laíns2022-12-233-2/+32
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-2320-234/+136
* gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)Carl Meyer2022-12-233-16/+36
* gh-94155: Reduce hash collisions for code objects (#100183)Dennis Sweeney2022-12-233-20/+60
* Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-1...Ken Jin2022-12-238-101/+43
* gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)Ken Jin2022-12-238-43/+101
* gh-92216: improve performance of `hasattr` for type objects (GH-99979)Pieter Eendebak2022-12-234-8/+44
* gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...Petr Viktorin2022-12-231-19/+35
* gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...Bill Fisher2022-12-235-1/+34
* GH-100459: fix copy-paste errors in specialization stats (GH-100460)Irit Katriel2022-12-231-5/+5
* gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576)Eric Wieser2022-12-233-8/+30
* Fix typo in 3.12 What's New (#100449)Shantanu2022-12-231-1/+1
* gh-48496: Added example and link to faq for UnboundLocalError in reference (#...Stanley2022-12-222-0/+4
* gh-57762: fix misleading tkinter.Tk docstring (#98837)Shantanu2022-12-221-1/+1
* gh-85432: Harmonise parameter names between C and pure-Python implementations...Alex Waygood2022-12-223-5/+18
* GH-99554: Trim trailing whitespace (GH-100435)Brandt Bucher2022-12-221-1/+1
* gh-100344: Add C implementation for `asyncio.current_task` (#100345)Itamar Ostricher2022-12-226-9/+123
* gh-78997: fix bad rebase of moved test file (#100424)Eli Schwartz2022-12-222-188/+6
* GH-99770: Make the correct call specialization fail kind show up in the stats...penguin_wwy2022-12-222-64/+85
* gh-99761: Add `_PyLong_IsPositiveSingleDigit` function to check for single di...Pieter Eendebak2022-12-223-10/+25
* Correct typo in typing.py (#100423)david-why2022-12-221-1/+1
* GH-99554: Pack location tables more effectively (GH-99556)Brandt Bucher2022-12-223-34/+53
* GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...amaajemyfren2022-12-213-3/+23
* gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)Hai Shi2022-12-214-10/+10
* Remove unused variable from `dis._find_imports` (#100396)Nikita Sobolev2022-12-211-1/+0
* gh-100129: Add tests for pickling all builtin types and functions (GH-100142)Serhiy Storchaka2022-12-211-0/+29
* gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)Dominic Socular2022-12-213-2/+7
* GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100...Kumar Aditya2022-12-213-3/+18
* GH-100363: Speed up `asyncio.get_running_loop` (#100364)Kumar Aditya2022-12-213-118/+14
* gh-85267: Improvements to inspect.signature __text_signature__ handling (#98796)Shantanu2022-12-213-6/+46
* gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent...Stanley2022-12-211-0/+24
* gh-99991: improve docs on str.encode and bytes.decode (#100198)Bisola Olasehinde2022-12-211-27/+33
* gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)Dennis Sweeney2022-12-202-4/+15
* gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)Nikita Sobolev2022-12-203-2/+36
* Clarify that every thread has its own default context in contextvars (#99246)Pablo Galindo Salgado2022-12-201-0/+5
* gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926)František Nesveda2022-12-203-3/+9
* gh-100348: Fix ref cycle in `asyncio._SelectorSocketTransport` with `_read_re...Richard Kojedzinszky2022-12-202-0/+6
* gh-88211: Change lower-case and upper-case to match recommendations in imapli...Brad Wolfe2022-12-201-1/+1
* gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)Thomas Grainger2022-12-204-0/+26
* gh-69929: re docs: Add more specific definition of \w (#92015)Stanley2022-12-201-4/+3
* gh-89727: Fix os.walk RecursionError on deep trees (#99803)Jon Burdo2022-12-194-83/+139
* Docs: Don't upload CI artifacts (#100330)Hugo van Kemenade2022-12-191-10/+0
* gh-94912: Added marker for non-standard coroutine function detection (#99247)Carlton Gibson2022-12-185-4/+100