summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-114058: Improve method information in redundancy eliminator (GH-115848)Ken Jin2024-02-232-6/+14
* gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)Serhiy Storchaka2024-02-231-5/+4
* gh-115806: Make configure output more readable (#115807)Erlend E. Aasland2024-02-232-14/+15
* gh-90300: Reformat the Python CLI help output (GH-93415)Serhiy Storchaka2024-02-231-108/+106
* Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)Nikita Sobolev2024-02-231-3/+1
* gh-114058: More robust method handling in redundancy eliminator (GH-115779)Ken Jin2024-02-233-16/+41
* gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)Brett Simmers2024-02-231-6/+14
* gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)Ronald Oussoren2024-02-232-1/+12
* gh-115727: Reduce confidence even on 100% predicted jumps (#115748)Guido van Rossum2024-02-221-7/+13
* gh-112075: Iterating a dict shouldn't require locks (#115108)Dino Viehland2024-02-222-60/+265
* Update http.cookiejar document for cookie object attributes (GH-101885)NewUserHa2024-02-221-0/+5
* GH-113464: Clean up JIT stencil generation (GH-115800)Brandt Bucher2024-02-221-6/+5
* gh-115827: Fix compile warning in `longobject.c` (#115828)Nikita Sobolev2024-02-221-1/+1
* GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the modul...Mark Shannon2024-02-226-95/+182
* gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)Seth Michael Larson2024-02-222-3/+3
* gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...Irit Katriel2024-02-223-8/+52
* gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)Petr Viktorin2024-02-222-5/+15
* gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)Erlend E. Aasland2024-02-223-20/+25
* gh-115795: Doc: fix obsolete URL (#115749)partev2024-02-221-1/+1
* gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...Gregory P. Smith2024-02-222-22/+82
* gh-111225: Link extension modules against libpython on Android (#115780)Malcolm Smith2024-02-215-25/+19
* gh-93205: When rotating logs with no namer specified, match whole extension (...Gabriele Catania2024-02-213-19/+62
* gh-115491: Keep some fields valid across allocations in obmalloc (free-thread...Sam Gross2024-02-212-10/+33
* gh-115304: Add doc for initializing PyMutex as a global variable (#115305)AN Long2024-02-211-0/+3
* gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...Daniel Mach2024-02-213-0/+25