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-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#...
Miss Islington (bot)
2024-06-18
2
-0/+255
*
[3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...
Miss Islington (bot)
2024-06-12
1
-1/+1
*
[3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788)
Miss Islington (bot)
2024-05-30
1
-2/+2
*
[3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)
Miss Islington (bot)
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
*
gh-113350: Improve the wording of python logging docs to remove an ambiguity ...
Vaishnavi Maheshwari
2023-12-27
2
-7/+6
*
gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)
Hugo van Kemenade
2023-12-26
1
-2/+2
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
2
-4/+7
*
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman
2023-12-05
1
-20/+47
*
[Enum] update class creation for RuntimeError changes (GH-111815)
Ethan Furman
2023-11-29
1
-1/+0
*
Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11...
Raymond Hettinger
2023-11-25
1
-3/+40
*
Remove bogus annotations from the descriptor howto guide (#112349)
Raymond Hettinger
2023-11-23
1
-3/+3
*
gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...
Petr Viktorin
2023-11-16
1
-6/+97
*
Fix typo in perf profiling docs (#112112)
Ryuji Tsutsui
2023-11-15
1
-1/+1
*
gh-111895: Convert definition list to bullet list for readability on mobile (...
Hugo van Kemenade
2023-11-09
1
-6/+6
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
1
-2/+3
*
gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)
Nikita Sobolev
2023-11-04
1
-0/+4
*
gh-111181: Fix enum doctests (GH-111180)
Nikita Sobolev
2023-10-30
1
-3/+6
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
1
-31/+10
*
gh-110383: Italicize variable name (#111206)
Nick
2023-10-23
1
-1/+1
*
gh-110383: Added explanation about simplest regex use case for quantifiers. (...
Nick
2023-10-23
1
-0/+3
*
gh-110631: Fix reST indentation (#110724)
Ezio Melotti
2023-10-11
2
-15/+14
*
GH-107518: Remove the Argument Clinic How-To (#109900)
Adam Turner
2023-10-11
2
-2062/+5
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
2
-0/+231
*
Fix env var typo in perf profiling docs (#110404)
Harmen Stoppels
2023-10-05
1
-2/+1
*
gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib...
Yuki K
2023-09-29
1
-8/+8
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
2
-3/+3
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
1
-1/+22
[next]