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
*
Minor edits to the descriptor guide (GH-123928)
Raymond Hettinger
2024-09-13
1
-4/+6
*
gh-119802: Update memory management docs for free-threaded build (gh-124006)
Donghee Na
2024-09-13
1
-0/+2
*
GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)
Savannah Ostrowski
2024-09-13
1
-1/+1
*
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra
2024-09-11
1
-2/+19
*
gh-109975: Add links to py-free-threading.github.io (#123776)
Nathan Goldbaum
2024-09-06
1
-0/+6
*
gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464)
Alexander Bessman
2024-09-04
1
-0/+4
*
Remove irrelevant detail from example code. (gh-123587)
Raymond Hettinger
2024-09-02
1
-19/+10
*
Simplify Property() recipe to focus on the essentials (gh-123585)
Raymond Hettinger
2024-09-01
1
-20/+6
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-1/+1
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
3
-4/+4
*
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan
2024-08-01
1
-1/+1
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-2/+6
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
2
-2/+2
*
gh-121035: Update PNG image for logging flow diagram. (GH-121323)
Vinay Sajip
2024-07-03
1
-0/+0
*
gh-121035: Further improve logging flow diagram with respect to dark/light mo...
Vinay Sajip
2024-07-02
2
-2/+14
*
gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)
Vinay Sajip
2024-07-02
2
-11/+62
*
[doc] Update element positions and styles in logging flow diagram. (GH-121182)
Vinay Sajip
2024-06-30
1
-132/+155
*
gh-121035: Update logging flow chart to include the lastResort handler. (GH-1...
Alexander Bessman
2024-06-27
3
-2/+283
*
gh-120858: PyDict_Next should not lock the dict (#120859)
Sam Gross
2024-06-24
1
-1/+19
*
gh-118820: Zero-valued flag enum has no name (GH-118848)
Nice Zombies
2024-06-19
1
-0/+8
*
Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-...
Petr Viktorin
2024-06-19
1
-0/+1
*
gh-119241: Add HOWTO for free-threaded C API extensions (#119877)
Sam Gross
2024-06-18
2
-0/+255
*
Update the documentation howto index page and group docs into 3 logical secti...
Carol Willing
2024-06-17
4
-5/+38
*
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...
Serhiy Storchaka
2024-06-12
1
-1/+1
*
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev
2024-06-03
1
-1/+1
*
gh-119779: Fix pyporting howto docs (#119785)
Awbert
2024-05-30
1
-2/+2
*
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder
2024-05-26
1
-1/+1
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-1/+1
*
gh-118518: Improve perf docs (#118708)
Pablo Galindo Salgado
2024-05-07
1
-22/+48
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-4/+4
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+33
*
Fix typo in Doc/howto/timerfd.rst (GH-118376)
Xie Yanbo
2024-04-29
1
-1/+1
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
2
-9/+6
*
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade
2024-04-15
2
-0/+672
*
[doc] Update logging documentation to improve grammar and elucidate an exampl...
Vinay Sajip
2024-04-04
1
-4/+64
*
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
Vinay Sajip
2024-03-22
1
-14/+126
*
gh-98731: Improvements to the logging documentation (GH-101618)
Nir Friedman
2024-03-13
1
-77/+41
*
[doc]: Update cookbook recipe for Qt6. (GH-116719)
Vinay Sajip
2024-03-13
1
-13/+36
*
gh-89480: Document the gdb helpers (GH-115657)
Pablo Galindo Salgado
2024-02-23
2
-0/+450
*
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder
2024-02-20
1
-4/+15
*
gh-113157: Document and test __get__ for MethodType (gh-115492)
Raymond Hettinger
2024-02-20
1
-2/+18
*
Make the title match the content (GH-115702)
Raymond Hettinger
2024-02-20
2
-5/+5
*
Modernize the Sorting HowTo guide (gh-115479)
Raymond Hettinger
2024-02-20
1
-6/+54
*
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka
2024-02-12
1
-6/+4
*
gh-114785: Remove content from `Porting from Python2` how-to (#114805)
Nikita Sobolev
2024-02-12
2
-411/+19
*
gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)
Nikita Sobolev
2024-02-03
1
-1/+18
*
Update LOGGING example taken from Django docs. (#114903)
Mariusz Felisiak
2024-02-03
1
-14/+11
*
gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)
Nikita Sobolev
2024-02-01
1
-21/+22
*
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...
Hugo van Kemenade
2024-01-14
1
-9/+9
*
gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)
Raymond Hettinger
2024-01-10
1
-1/+1
[next]