summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-120674: Protect multi-line macros in _testbuffer.c and _testcapimodule.c (...Bénédikt Tran2024-06-182-60/+86
* gh-120662: Improve `smtplib` example (#120668)Bénédikt Tran2024-06-181-12/+11
* No longer watch the queue module, remove rhettinger (#120664)Raymond Hettinger2024-06-181-2/+1
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-1822-651/+663
* gh-119897: Add test for lambda generator invocation (#120658)Irit Katriel2024-06-181-1/+5
* gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615)Serhiy Storchaka2024-06-181-8/+32
* gh-120560: Mark `zip64` tests in `test_zipimport` as CPU-heavy (GH-120564)Nice Zombies2024-06-171-0/+2
* gh-120417: Remove unused imports in cases_generator (#120622)Victor Stinner2024-06-1711-30/+7
* gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_co...Eric Snow2024-06-172-3/+4
* gh-120417: Modify test_bdb to use the import (#120628)Victor Stinner2024-06-171-1/+2
* gh-120417: Remove unused imports in tests (part 1) (#120629)Victor Stinner2024-06-1710-13/+3
* gh-120417: Remove unused imports in tests (part 2) (#120630)Victor Stinner2024-06-1710-15/+5
* gh-120417: Remove unused imports in tests (part 3) (#120631)Victor Stinner2024-06-1710-14/+4
* gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)Daniele Parmeggiani2024-06-174-12/+77
* gh-117657: Fix TSan reported data race on ioctl_works (#120175)Sam Gross2024-06-172-4/+5
* gh-120417: Remove unused imports in Tools (#120623)Victor Stinner2024-06-174-6/+3
* gh-120507: Double WASI memory (#120648)Victor Stinner2024-06-174-9/+8
* fix enum doc typo (#120091)Saul Pwanson2024-06-171-1/+1
* gh-115649: Copy the filename into main interpreter before intern in import.c ...AN Long2024-06-172-1/+13
* gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an altern...Kirill Podoprigora2024-06-171-0/+6
* gh-120417: Remove unused imports in tests (part 4) (#120632)Victor Stinner2024-06-177-10/+1
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-176-18/+533
* gh-114091: Reword error message for unawaitable types (#114090)Steele Farnsworth2024-06-175-9/+10
* Update the documentation howto index page and group docs into 3 logical secti...Carol Willing2024-06-174-5/+38
* gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...Bénédikt Tran2024-06-179-55/+277
* GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)Mark Shannon2024-06-1711-61/+67
* itertools doc: examples for groupby() and tee() (#120618)Frank Dana2024-06-171-2/+2
* gh-120196: Reuse find_max_char() for bytes objects (#120497)Ruben Vorderman2024-06-172-55/+25
* gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold ...Irit Katriel2024-06-173-12/+47
* gh-83754: Use the Py_TYPE() macro (#120599)Victor Stinner2024-06-176-12/+12
* gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)Nikita Sobolev2024-06-171-1/+3
* gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#12...Gregory P. Smith2024-06-172-1/+18
* gh-120567: Clarify weekday return in calendar.monthrange docstring (#120570)Terry Jan Reedy2024-06-161-2/+2
* gh-118596: Add thread-safety clarifications to the SSLContext documentation (...mm-matthias2024-06-161-0/+13
* gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)Carson Radtke2024-06-161-4/+4
* gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_se...Nikita Sobolev2024-06-161-1/+1
* Docs: remove temporary hardcoded links (#120348)Hugo van Kemenade2024-06-161-34/+1
* gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...Idan Kapustian2024-06-165-2/+7
* gh-120579: Guard `_testcapi` import in `test_free_threading` (#120580)Nikita Sobolev2024-06-161-1/+6
* gh-120360: Add self as IDLE doc owner (#120571)Terry Jan Reedy2024-06-161-0/+1
* gh-120572: add missing parentheses in TypeIs documentation (#120573)Nyuan Zhang2024-06-161-2/+2
* gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120...Ruben Vorderman2024-06-154-34/+26
* gh-120541: Improve the "less" prompt in pydoc (GH-120543)Serhiy Storchaka2024-06-153-14/+59
* annotations: expand documentation on "simple" assignment targets (#120535)Jelle Zijlstra2024-06-152-5/+12
* gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)Ken Jin2024-06-152-2/+6
* Add some more edge-case tests for `inspect.get_annotations` with `eval_str=Tr...Alex Waygood2024-06-152-11/+36
* gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)Wulian2332024-06-154-5/+7
* gh-120544: Add `else: fail()` to tests where exception is expected (#120545)Nikita Sobolev2024-06-152-0/+12
* gh-120526: Correct signature of map() builtin (GH-120528)Adam Williamson2024-06-151-1/+1
* gh-117398: Use the correct module loader for iOS in datetime CAPI test. (#120...Russell Keith-Magee2024-06-151-1/+8