summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-95065: Add Argument Clinic support for deprecating positional use of param...Erlend E. Aasland2023-08-075-14/+1153
* gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688)Serhiy Storchaka2023-08-077-39/+30
* gh-107442: Document all valid types for ctypes _as_parameter_ (#107443)Tomas R2023-08-071-3/+4
* Docs: Argument Clinic: Move the CConverter class to the reference (#107671)Erlend E. Aasland2023-08-071-64/+69
* Improve cross-references in `runpy` docs (#107673)Kamil Turek2023-08-061-12/+13
* gh-106368: Improve coverage reports for argument clinic (#107693)Alex Waygood2023-08-063-6/+20
* Do not use deprecated ``logger.warn()`` in pyspecific (#107694)Adam Turner2023-08-061-3/+3
* gh-85160: improve performance of `functools.singledispatchmethod` (#107148)Pieter Eendebak2023-08-063-2/+90
* Docs: skip python-docs-theme 2023.7 to fix mobile menu (#107666)Hugo van Kemenade2023-08-061-1/+1
* Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)Erlend E. Aasland2023-08-062-32/+35
* GH-84435: Make pyspecific directives translatable (#19470)cocoatomo2023-08-061-10/+8
* gh-104683: Improve consistency and test coverage of argument-clinic `__repr__...Alex Waygood2023-08-053-13/+108
* Docs: Argument Clinic: Improve 'How to write a custom converter' (#107328)Erlend E. Aasland2023-08-051-24/+26
* gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)Terry Jan Reedy2023-08-051-2/+2
* GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...Kumar Aditya2023-08-053-0/+30
* gh-107432 Fix incorrect indentation in annotations HOWTO (#107445)Daniele Procida2023-08-051-163/+163
* gh-106812: Fix two tiny bugs in analysis.py (#107649)Guido van Rossum2023-08-051-1/+3
* gh-106608: make uop trace variable length (#107531)Ivin Lee2023-08-054-15/+7
* GH-84436: Skip refcounting for known immortals (GH-107605)Brandt Bucher2023-08-0419-65/+52
* GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...Barney Gale2023-08-044-3/+30
* gh-106368: Argument clinic: improve coverage for `self.valid_line()` calls (#...Alex Waygood2023-08-042-3/+33
* Docs: Only include Plausible for html, not for epub etc (#107637)Hugo van Kemenade2023-08-041-1/+3
* gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)Erlend E. Aasland2023-08-041-15/+15
* gh-106812: Refactor cases_generator to allow uops with array stack effects (#...Guido van Rossum2023-08-0412-1098/+1798
* gh-104146: Argument clinic: remove dead code highlighted by the `vulture` too...Alex Waygood2023-08-041-15/+11
* gh-107600: Docs: Update ctypes.ArgumentError error message (#107601)Tomas R2023-08-041-2/+2
* Docs: upgrade to python-docs-theme 2023.7 (#107617)Hugo van Kemenade2023-08-041-2/+2
* gh-104146: Argument clinic: Remove dead code flagged by mypy's `truthy-bool` ...Alex Waygood2023-08-042-7/+3
* gh-107614: Normalise Argument Clinic error messages (#107615)Erlend E. Aasland2023-08-042-122/+179
* Add some GC stats to Py_STATS (GH-107581)Mark Shannon2023-08-045-1/+80
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-0421-45/+57
* gh-106368: Increase Argument Clinic test coverage (#107611)Erlend E. Aasland2023-08-041-0/+296
* gh-107609: Fix duplicate module check in Argument Clinic (#107610)Erlend E. Aasland2023-08-044-3/+15
* GH-105481: Mark more files as generated (GH-107598)Brandt Bucher2023-08-041-0/+2
* gh-104146: Argument clinic: remove unused methods and variables (#107608)Alex Waygood2023-08-042-23/+5
* gh-106368: Argument clinic tests: improve error message when `expect_success(...Alex Waygood2023-08-031-1/+2
* gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)Eric Snow2023-08-036-29/+62
* gh-107446: Fix test_inspect.test_class_with_method_from_other_module when ran...Tian Gao2023-08-031-0/+3
* gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)James Hilton-Balfe2023-08-033-7/+20
* gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ER...Pablo Galindo Salgado2023-08-032-0/+10
* gh-106368: Increase Argument Clinic test coverage (#107582)Erlend E. Aasland2023-08-032-2/+394
* GH-107458: fix test_tools refleak (#107577)Kumar Aditya2023-08-031-11/+5
* gh-107455: ctypes: Improve error messages when converting to an incompatible ...Tomas R2023-08-033-11/+62
* gh-104683: Rework Argument Clinic error handling (#107551)Erlend E. Aasland2023-08-032-298/+270
* gh-107471: Fix Refleaks in test_import (gh-107569)Eric Snow2023-08-022-1/+3
* gh-104683: Make Argument Clinic template strings class level members (#107556)Erlend E. Aasland2023-08-021-71/+69
* Fix test_capi.test_misc when run with -R:: (#107566)Guido van Rossum2023-08-021-30/+34
* GH-100964: Break cycles involving exception state when returning from generat...Mark Shannon2023-08-023-5/+7
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-025-40/+23
* gh-106368: Increase test coverage for Argument Clinic (#107514)Erlend E. Aasland2023-08-022-15/+350