index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
howto
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-th...
Miss Islington (bot)
2025-07-23
1
-0/+2
*
[3.13] gh-136882: Update stale link in the basic logging tutorial. (GH-136885...
Miss Islington (bot)
2025-07-21
1
-4/+4
*
[3.13] gh-94503: Update logging cookbook example with info on addressing log ...
Miss Islington (bot)
2025-07-09
1
-0/+36
*
[3.13] gh-94503: Update logging cookbook with an example of uniformly handlin...
Miss Islington (bot)
2025-07-07
1
-0/+62
*
[3.13] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136219)
Miss Islington (bot)
2025-07-03
1
-1/+1
*
[3.13] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) ...
Miss Islington (bot)
2025-07-02
1
-2/+1
*
[3.13] gh-135110: Fix misleading `generator.close()` documentation (GH-135152...
Miss Islington (bot)
2025-06-26
1
-1/+1
*
[3.13] gh-135965: Delete duplicate word in isolating-extensions howto (GH-135...
Miss Islington (bot)
2025-06-26
1
-1/+1
*
[3.13] Docs: Add missing lines between regex and text (GH-134505) (GH-135719)
Miss Islington (bot)
2025-06-19
1
-2/+6
*
[3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer ...
Steve Dower
2025-06-05
1
-0/+8
*
[3.13] gh-134160: Improve multi-phase init note on isolation & subinterpreter...
Miss Islington (bot)
2025-06-04
1
-1/+3
*
[3.13] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (...
Miss Islington (bot)
2025-05-31
1
-67/+19
*
[3.13] gh-133678: Document C API third party tools (GH-134526) (#134792)
Miss Islington (bot)
2025-05-27
1
-4/+2
*
[3.13] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (...
Miss Islington (bot)
2025-05-24
1
-1/+1
*
[3.13] Add notes on nogil & reinitialization to the Opt-Out section in Module...
Miss Islington (bot)
2025-05-23
1
-0/+15
*
[3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556)
Miss Islington (bot)
2025-05-23
1
-1/+1
*
[3.13] gh-130861: Add clarification to the perf docs on optimization levels (...
Miss Islington (bot)
2025-04-18
1
-8/+23
*
[3.13] Fix example code in curses tutorial (GH-126446) (#132362)
Miss Islington (bot)
2025-04-10
1
-2/+2
*
[3.13] gh-118518: Minor improvements to perf docs (GH-130866) (#131059)
Miss Islington (bot)
2025-03-28
1
-3/+3
*
[3.13] [doc]: Update logging cookbook to mention domain socket configuration ...
Miss Islington (bot)
2025-02-20
1
-3/+16
*
[3.13] Use roles :data: and :const: for referencing module variables (GH-1295...
Serhiy Storchaka
2025-02-04
1
-1/+1
*
[3.13] Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) (GH-129122)
Miss Islington (bot)
2025-01-21
1
-1/+1
*
[3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191)
Miss Islington (bot)
2024-12-23
2
-18/+33
*
[3.13] [Docs] GDB howto: Fix block type of a cast example (GH-127621) (#127653)
Miss Islington (bot)
2024-12-05
1
-1/+1
*
[3.13] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127287)
Miss Islington (bot)
2024-11-26
2
-100/+101
*
[3.13] gh-48020: [docs] Remove the logging howto suggested future FileHandler...
Miss Islington (bot)
2024-11-07
1
-5/+2
*
[3.13] gh-95836: Add custom type converter examples to argparse tutorial (GH-...
Miss Islington (bot)
2024-10-17
1
-0/+47
*
[3.13] GH-124478: Cleanup argparse documentation (GH-124877) (#125162)
Savannah Ostrowski
2024-10-08
1
-0/+55
*
[3.13] gh-124370: Add "howto" for free-threaded Python (GH-124371) (#124860)
Miss Islington (bot)
2024-10-03
2
-0/+156
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
4
-8/+8
*
[3.13] GH-101599: Update docs to remove redundant option in argparse tutorial...
Miss Islington (bot)
2024-09-24
1
-1/+1
*
[3.13] gh-119802: Update memory management docs for free-threaded build (gh-1...
Miss Islington (bot)
2024-09-24
1
-0/+2
*
[3.13] Minor edits to the descriptor guide (GH-123928) (#124079)
Miss Islington (bot)
2024-09-23
1
-4/+6
*
[3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)
Miss Islington (bot)
2024-09-06
1
-0/+6
*
[3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (...
Miss Islington (bot)
2024-09-06
1
-0/+4
*
[3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
1
-1/+1
*
[3.13] Fix typos in docs, error messages and comments (#122502) (#122606)
Alex Waygood
2024-09-02
1
-1/+1
*
[3.13] Remove irrelevant detail from example code. (gh-123587) (gh-123588)
Miss Islington (bot)
2024-09-02
1
-19/+10
*
[3.13] Simplify Property() recipe to focus on the essentials (gh-123585) (gh-...
Miss Islington (bot)
2024-09-01
1
-20/+6
*
[3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)
Wei-Hsiang (Matt) Wang
2024-08-30
3
-4/+4
*
[3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)
Miss Islington (bot)
2024-07-22
2
-2/+2
*
[3.13] gh-121035: Update PNG image for logging flow diagram. (GH-121323) (GH-...
Vinay Sajip
2024-07-03
1
-0/+0
*
[3.13] gh-121035: Further improve logging flow diagram with respect to dark/l...
Vinay Sajip
2024-07-03
2
-2/+14
*
[3.13] gh-121035: Improve logging flow diagram for dark/light modes. (GH-1212...
Vinay Sajip
2024-07-03
2
-11/+62
*
[3.13] [doc] Update element positions and styles in logging flow diagram. (GH...
Miss Islington (bot)
2024-06-30
1
-132/+155
*
[3.13] gh-121035: Update logging flow chart to include the lastResort handler...
Miss Islington (bot)
2024-06-27
3
-2/+283
*
[3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)
Miss Islington (bot)
2024-06-24
1
-1/+19
*
[3.13] Update the documentation howto index page and group docs into 3 logica...
Miss Islington (bot)
2024-06-20
4
-5/+39
*
[3.13] gh-118820: Zero-valued flag enum has no name (GH-118848) (GH-120759)
Miss Islington (bot)
2024-06-19
1
-0/+8
*
[3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#...
Miss Islington (bot)
2024-06-18
2
-0/+255
[next]