summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-2715-607/+720
* gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)Petr Viktorin2024-02-273-14/+39
* bpo-44865: Fix yet one missing translations in argparse (GH-27668)Jérémie Detrey2024-02-262-1/+3
* bpo-45101: Add consistency in usage message IO between 2 versions of python-c...Kien Dang2024-02-263-2/+9
* gh-77956: Add the words 'default' and 'version' help text localizable (GH-12...Emmanuel Arias2024-02-262-2/+5
* gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...Steve Dower2024-02-263-2/+10
* gh-113942: Show functions implemented as builtin methods (GH-115306)Serhiy Storchaka2024-02-264-6/+24
* gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...Serhiy Storchaka2024-02-263-13/+32
* gh-115168: Add pystats counter for invalidated executors (GH-115169)Michael Droettboom2024-02-2611-14/+31
* gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)Yuriy Chernyshov2024-02-262-0/+5
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-2612-30/+30
* GH-115802: JIT "small" code for macOS and Linux (GH-115826)Brandt Bucher2024-02-263-29/+168
* Add Jason as an owner of configparser to coordinate backport concerns. (#115885)Jason R. Coombs2024-02-261-0/+4
* gh-113706: Update comment about long int representation (#113707)Michael Droettboom2024-02-261-10/+21
* gh-115823: Calculate correctly error locations when dealing with implicit enc...Pablo Galindo Salgado2024-02-263-11/+13
* gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)Nikita Sobolev2024-02-261-2/+11
* Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)Phil Elson2024-02-261-10/+7
* gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ct...Antti Haapala2024-02-261-4/+0
* gh-115881: Ensure `ast.parse()` parses conditional context managers even with...Alex Waygood2024-02-265-11/+11
* gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)Hugo van Kemenade2024-02-262-38/+37
* gh-115921: Change 'equation' to 'expression' in random.rst (#115927)Terry Jan Reedy2024-02-261-1/+2
* gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...Russell Keith-Magee2024-02-2620-104/+849
* GH-101112: Add "pattern language" section to pathlib docs (#114030)Barney Gale2024-02-261-56/+103
* gh-71052: fix test_concurrent_futures wasi regression. (#115923)Gregory P. Smith2024-02-261-1/+5
* gh-115532: Add kernel density estimation to the statistics module (gh-115863)Raymond Hettinger2024-02-255-41/+285
* gh-115799: Add missing double-quote in docs (#115884)bssyousefi2024-02-251-1/+1
* gh-72249: Include the module name in the repr of partial object (GH-101910)Furkan Onder2024-02-254-18/+27
* gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileE...Sergii K2024-02-251-4/+1
* gh-101100: Fix broken xrefs in fcntl module doc (#115691)Skip Montanaro2024-02-253-16/+28
* gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...Malcolm Smith2024-02-256-21/+16
* bpo-31116: Add Z85 variant to base64 (GH-30598)Matan Perelman2024-02-255-2/+141
* gh-96471: Correct docs for queue shutdown (#115838)Laurie O2024-02-252-11/+8
* gh-113479: Link to workaround for subtle issue with takewhile() (gh-115890)Raymond Hettinger2024-02-251-33/+41
* gh-103417: Fix the scheduler example (GH-111497)mauricelambert2024-02-251-1/+1
* bpo-14322: added test case for invalid update to hmac (#26636)Arjun2024-02-251-0/+8
* gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (#112351)Hugo van Kemenade2024-02-252-53/+53
* gh-115886: Handle embedded null characters in shared memory name (GH-115887)Serhiy Storchaka2024-02-253-3/+31
* Add an example of of custom `__repr__` (#112761)Oh seungmin2024-02-251-0/+10
* Erase some unnecessary quotes on data model doc (#113521)Adorilson Bezerra2024-02-252-5/+4
* gh-115323: Add meaningful error message for using bytearray.extend with str (...Jay Ting2024-02-243-0/+13
* GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...Barney Gale2024-02-243-1/+15
* gh-113202: Add whatsnew entry for the batched() strict option. (gh-115889)Raymond Hettinger2024-02-241-0/+8
* gh-115872: Doc: remove obsolete reference to MSI packages (#115873)partev2024-02-241-1/+1
* gh-114763: Protect lazy loading modules from attribute access races (GH-114781)Chris Markiewicz2024-02-243-32/+94
* Insert missing apostrophes in ctypes documentation (#115090)jmcb2024-02-231-3/+3
* gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)Serhiy Storchaka2024-02-233-15/+43
* gh-54358: Clarify data chunking in pyexpat (GH-31629)Stanley2024-02-231-2/+6
* gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)Ken Jin2024-02-232-3/+9
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-2313-147/+56
* gh-89480: Document the gdb helpers (GH-115657)Pablo Galindo Salgado2024-02-232-0/+450