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
*
Fix 404 link to the pyporting mailing list (GH-27320)
Rohit Nishad
2021-08-04
1
-3/+3
*
bpo-44399: Document another example of unexpected behavior. (GH-27407)
Vinay Sajip
2021-07-28
1
-1/+3
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Mariusz Felisiak
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
3
-3/+3
*
Small text fixes for enum.rst (#27322)
Elliot Waite
2021-07-26
1
-8/+9
*
bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27...
Vinay Sajip
2021-07-25
1
-0/+79
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
1
-5/+1
*
Fix error in Enum documentation example code that was referring to the wrong ...
krisaoe
2021-05-04
1
-1/+1
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
2
-0/+227
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
Andre Delfino
2021-04-26
1
-6/+6
*
Add more tests. Fix code excerpt. (GH-25549)
Raymond Hettinger
2021-04-23
1
-3/+18
*
bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
Raymond Hettinger
2021-04-23
1
-1/+12
*
Add doctests (GH-25474)
Raymond Hettinger
2021-04-19
1
-3/+45
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
1
-3/+5
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-1/+1
*
Replace broken example code with correct simpler code. (GH-25162)
Raymond Hettinger
2021-04-03
1
-2/+2
*
Add more tests for the descriptor tutorial (GH-25164)
Raymond Hettinger
2021-04-03
1
-7/+57
*
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
Zackery Spytz
2021-04-01
1
-1/+1
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
2
-0/+1417
*
bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)
Harry
2021-03-29
1
-1/+0
*
bpo-43427: Separte the method overview from the static method specifics. (GH...
Raymond Hettinger
2021-03-13
1
-2/+6
*
Simple typo fix (GH-24448)
Andrew Tennikoff
2021-02-05
1
-1/+1
*
Minor readability improvements. Also note performance impact of __slots__. (...
Raymond Hettinger
2021-02-05
1
-8/+11
*
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)
diegoe
2021-02-03
1
-1/+1
*
bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978)
Erlend Egeberg Aasland
2021-01-20
1
-0/+62
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
1
-6/+16
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
1
-11/+12
*
Typo: fix inverted sense of statement (GH-23288)
basak
2020-11-25
1
-1/+1
*
Add more tests to the descriptor howto guide (GH-23506)
Raymond Hettinger
2020-11-25
1
-4/+25
*
Add doctests to the descriptor HowTo (GH-23500)
Raymond Hettinger
2020-11-25
1
-57/+397
*
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...
Raymond Hettinger
2020-11-23
1
-11/+46
*
More updates to the descriptor howto guide (GH-23238)
Raymond Hettinger
2020-11-16
1
-45/+62
*
Minor grammar edits for the descriptor howto guide (GH-#23175)
Raymond Hettinger
2020-11-06
1
-10/+10
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-5/+5
*
Minor formatting edits to the descriptor howto guide (GH-23092)
Raymond Hettinger
2020-11-02
1
-19/+20
*
Add member objects to the descriptor howto guide (GH-23084)
Raymond Hettinger
2020-11-02
1
-0/+156
*
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...
Raymond Hettinger
2020-11-01
1
-37/+78
*
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
Raymond Hettinger
2020-10-25
1
-46/+50
*
Second round of updates to the descriptor howto guide (GH-22946)
Raymond Hettinger
2020-10-25
1
-96/+156
*
bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
Raymond Hettinger
2020-10-24
1
-3/+13
*
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger
2020-10-23
1
-58/+494
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-1/+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-1/+1
*
[doc] Update documentation on logging optimization. (GH-22075)
Vinay Sajip
2020-09-03
1
-14/+16
*
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
Victor Stinner
2020-08-13
1
-13/+11
*
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
Yonatan Goldschmidt
2020-07-28
1
-4/+2
*
Fixes dead links to Django's logging config docs (GH-20823)
kevin seelbach
2020-06-14
1
-2/+2
*
Use f-strings in argparse HOWTO (GH-20070)
RĂ©mi Lapeyre
2020-05-21
1
-17/+17
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Mathieu Dupuy
2020-05-17
1
-1/+1
*
closes bpo-40166: Change Unicode Howto so that it does not have a specific nu...
amaajemyfren
2020-04-07
1
-2/+3
[next]