- eac37b4 gh-131591: fix formatting of remote debugger docs (#137225) by Rafael Fontenelle · 2 days ago
- 003bd8c gh-136672: Docs: Move Enum functions and add examples (GH-136791) by RafaelWO · 7 days ago
- 3964f97 gh-137026: Add an explainer guide for asyncio (GH-137215) by Alexander Nordin · 10 days ago
- 38b936c gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (#137042) by Guido Imperiale · 4 weeks ago
- a667800 gh-136459: Add perf trampoline support for macOS (#136461) by Nazım Can Altınova · 4 weeks ago
- 1e67293 gh-136882: Update stale link in the basic logging tutorial. (#136885) by Vinay Sajip · 4 weeks ago
- 301b29d gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) by Vinay Sajip · 6 weeks ago
- d05423a gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217) by Vinay Sajip · 6 weeks ago
- 135ba86 gh-136135: Doc: Fix some broken links (GH-136137) by Weilin Du · 7 weeks ago
- 7afe1ad Replace `capi-sig` mailing list with `discuss.python.org` (#136211) by sobolevn · 7 weeks ago
- 0d76dcc gh-135110: Fix misleading `generator.close()` documentation (GH-135152) by Connor Denihan · 8 weeks ago
- ffb2a02 gh-135965: Delete duplicate word in isolating-extensions howto (#135964) by Weilin Du · 8 weeks ago
- 7541902 Docs: Add missing lines between regex and text (GH-134505) by Rafael Fontenelle · 9 weeks ago
- f079979 gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) by Donghee Na · 9 weeks ago
- 7b15873 gh-135474: Specialize arithmetic only on compact ints (GH-135479) by Ken Jin · 9 weeks ago
- 3704171 gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) by Stan Ulbrych · 3 months ago
- eb145fa gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) by Petr Viktorin · 3 months ago
- c3c8806 gh-133678: Document C API third party tools (#134526) by Victor Stinner · 3 months ago
- 30dde1e gh-133579: consistently report C curses function failures (#134327) by Bénédikt Tran · 3 months ago
- 7b1010a gh-134595: Update HOWTO to reflect change in CIBW option (#134598) by Jasper Wong · 3 months ago
- a7ed9df Docs: fix link in free-threading-python.rst (#134548) by Cheery · 3 months ago
- bd4046f gh-134370: Added clarification on instance annotations (#134387) by Alex Kautz · 3 months ago
- 1f0a294 Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) by Petr Viktorin · 3 months ago
- 986c367 gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966) by Steve Dower · 3 months ago
- a1e2e6c Fix example in Doc/howto/functional.rst (#133978) by Dave Jagoda · 3 months ago
- b092705 Python 3.14.0b1 by Hugo van Kemenade · 3 months ago v3.14.0b1
- ac56f8c gh-133306: Support \z as a synonym for \Z in regular expressions (GH-133314) by Serhiy Storchaka · 4 months ago
- cd76eff Docs: fix a couple typos in `Doc/` (GH-132927) by Yongzi Li · 4 months ago
- 08e331d PR 132638 typo fix (#132785) by Stan Ulbrych · 4 months ago
- 2b1dac6 gh-131591: Add remote debugging attachment protocol documentation (#132638) by ivonastojanovic · 4 months ago
- d134bd2 gh-130861: Add clarification to the perf docs on optimization levels (#131098) by Pablo Galindo Salgado · 4 months ago
- c6973ee Add Doc section in free-threaded extension howto for critical sections (GH-132531) by Neil Schemenauer · 4 months ago
- 517e96b gh-132106: Allow `logging.handlers.QueueListener` to be used as a context manager (#132107) by Charles Machalow · 4 months ago
- 5fbe23e Fix example code in curses tutorial (#126446) by Jiayu Yi · 4 months ago
- d687900 gh-128384: Use a context variable for warnings.catch_warnings (gh-130010) by Neil Schemenauer · 4 months ago
- ecdf6b1 gh-118518: Minor improvements to perf docs (#130866) by stratakis · 5 months ago
- 8cbcf51 [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348) by Vinay Sajip · 6 months ago
- 078ab82 Use roles :data: and :const: for referencing module variables (GH-129507) by Serhiy Storchaka · 7 months ago
- da310d2 Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) by smelnikov · 7 months ago
- e7adeec gh-128426: Mention PySequence_Fast in free-threading C API HOWTO (#128428) by Nathan Goldbaum · 8 months ago
- 831b6de gh-126180: Remove getopt and optparse deprecation notices (GH-126227) by Alyssa Coghlan · 8 months ago
- 657d0e9 [Docs] GDB howto: Fix block type of a cast example (#127621) by Maciej Olko · 9 months ago
- fc5a0dc gh-127271: Replace use of PyCell_GET/SET (gh-127272) by Neil Schemenauer · 9 months ago
- 8c3fd1f docs(logging): fix phrasing from "operation on" to "operate on" (#127543) by Alexander Stepchenko · 9 months ago
- 733fe59 gh-101100: Fix sphinx warnings in `howto/*` (#127084) by Yuki Kobayashi · 9 months ago
- 1fe67df gh-48020: [docs] Remove the logging howto suggested future FileHandler multiprocessing support (GH-126531) by Gregory P. Smith · 10 months ago
- dbcc5ac gh-95836: Add custom type converter examples to argparse tutorial (GH-125376) by Savannah Ostrowski · 10 months ago
- 37228bd GH-124478: Cleanup argparse documentation (#124877) by Savannah Ostrowski · 10 months ago
- 9047146 gh-75898: make use of thread more explicit in the "Socket Programming HOWTO" document (#125023) by Jan Kaliszewski · 10 months ago
- 165ed68 Sorting techniques edits (#124701) by Raymond Hettinger · 11 months ago
- 68e384c gh-124370: Add "howto" for free-threaded Python (#124371) by Sam Gross · 11 months ago
- 0d9d56c gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) by Alex Waygood · 11 months ago
- cd06f5e Minor edits to the descriptor guide (GH-123928) by Raymond Hettinger · 11 months ago
- e6bb1a2 gh-119802: Update memory management docs for free-threaded build (gh-124006) by Donghee Na · 11 months ago
- e5b0185 GH-101599: Update docs to remove redundant option in argparse tutorial (#124025) by Savannah Ostrowski · 11 months ago
- 5436d8b gh-119180: Documentation for PEP 649 and 749 (#122235) by Jelle Zijlstra · 11 months ago
- 5a4fb7e gh-109975: Add links to py-free-threading.github.io (#123776) by Nathan Goldbaum · 12 months ago
- 7d2c2f2 gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) by Alexander Bessman · 12 months ago
- e3f76e5 Remove irrelevant detail from example code. (gh-123587) by Raymond Hettinger · 12 months ago
- cb6d250 Simplify Property() recipe to focus on the essentials (gh-123585) by Raymond Hettinger · 12 months ago
- cf47257 gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518) by Wei-Hsiang (Matt) Wang · 12 months ago
- 103a047 gh-123492: Remove unnecessary `:func:` parentheses (#123493) by Wei-Hsiang (Matt) Wang · 12 months ago
- 46f5a4f Fix typos in docs, error messages and comments (#122502) by jianghuyiyuan · 1 year, 1 month ago
- 7b7b90d gh-119180: Add `annotationlib` module to support PEP 649 (#119891) by Jelle Zijlstra · 1 year, 1 month ago
- bc264ea Docs: spelling and grammar fixes (#122084) by Ville Skyttä · 1 year, 1 month ago
- 26d24ee gh-121035: Update PNG image for logging flow diagram. (GH-121323) by Vinay Sajip · 1 year, 2 months ago
- 0898354 gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265) by Vinay Sajip · 1 year, 2 months ago
- bfe0e4d gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254) by Vinay Sajip · 1 year, 2 months ago
- 2a455bb [doc] Update element positions and styles in logging flow diagram. (GH-121182) by Vinay Sajip · 1 year, 2 months ago
- 237baf4 gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036) by Alexander Bessman · 1 year, 2 months ago
- 375b723 gh-120858: PyDict_Next should not lock the dict (#120859) by Sam Gross · 1 year, 2 months ago
- ed5ae6c gh-118820: Zero-valued flag enum has no name (GH-118848) by Nice Zombies · 1 year, 2 months ago
- 45d5cab Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-120703) by Petr Viktorin · 1 year, 2 months ago
- 02b272b gh-119241: Add HOWTO for free-threaded C API extensions (#119877) by Sam Gross · 1 year, 2 months ago
- a26d27e Update the documentation howto index page and group docs into 3 logical sections (GH-119366) by Carol Willing · 1 year, 2 months ago
- 92c9c6a gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) by Serhiy Storchaka · 1 year, 2 months ago
- 1d4c2e4 gh-119057: Use better error messages for zero division (#119066) by Nikita Sobolev · 1 year, 3 months ago
- 6fb191be gh-119779: Fix pyporting howto docs (#119785) by Awbert · 1 year, 3 months ago
- d25954d docs: fix a few typos identified by codespell (#119516) by Ned Batchelder · 1 year, 3 months ago
- c4f9823 gh-118671: Updated dead ActiveState links (#118730) by trag1c · 1 year, 3 months ago
- b9caa09 gh-118518: Improve perf docs (#118708) by Pablo Galindo Salgado · 1 year, 3 months ago
- 0485922 gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693) by Hugo van Kemenade · 1 year, 3 months ago
- 1b22d80 gh-118518: Allow perf to work without frame pointers (#112254) by Pablo Galindo Salgado · 1 year, 4 months ago
- 0315521 Fix typo in Doc/howto/timerfd.rst (GH-118376) by Xie Yanbo · 1 year, 4 months ago
- 3375282 Docs: add link roles with Sphinx extlinks (#117850) by Hugo van Kemenade · 1 year, 4 months ago
- 7d0be7a Add 'The Python 2.3 Method Resolution Order' (#116435) by Hugo van Kemenade · 1 year, 4 months ago
- df912c9 [doc] Update logging documentation to improve grammar and elucidate an example. (GH-117541) by Vinay Sajip · 1 year, 5 months ago
- 00baaa2 [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) by Vinay Sajip · 1 year, 5 months ago
- 7f418fb gh-98731: Improvements to the logging documentation (GH-101618) by Nir Friedman · 1 year, 5 months ago
- 186af3c [doc]: Update cookbook recipe for Qt6. (GH-116719) by Vinay Sajip · 1 year, 5 months ago
- 59057ce gh-89480: Document the gdb helpers (GH-115657) by Pablo Galindo Salgado · 1 year, 6 months ago
- c0b0c2f gh-101860: Expose __name__ on property (GH-101876) by Eugene Toder · 1 year, 6 months ago
- acda175 gh-113157: Document and test __get__ for MethodType (gh-115492) by Raymond Hettinger · 1 year, 6 months ago
- 2aaef56 Make the title match the content (GH-115702) by Raymond Hettinger · 1 year, 6 months ago
- 9f8a9e8 Modernize the Sorting HowTo guide (gh-115479) by Raymond Hettinger · 1 year, 6 months ago
- 9182201 gh-115233: Fix an example in the Logging Cookbook (GH-115325) by Serhiy Storchaka · 1 year, 6 months ago
- 705c76d gh-114785: Remove content from `Porting from Python2` how-to (#114805) by Nikita Sobolev · 1 year, 6 months ago
- 72d2d0f gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891) by Nikita Sobolev · 1 year, 7 months ago
- 28bb296 Update LOGGING example taken from Django docs. (#114903) by Mariusz Felisiak · 1 year, 7 months ago
- dc01b91 gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846) by Nikita Sobolev · 1 year, 7 months ago