Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.4
/
Doc
/
howto
tag
6bedc750c2d3ca75671c3a6b261592455e0f5850
tagger
Larry Hastings <larry@hastings.org>
Wed May 08 14:43:41 2019
object
05c28b08f6e2fc8782472b026c98a3fdd61a2ba9
Final head of the now-retired 3.4 branch.
8f24f66
Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)
by Larry Hastings
· 9 years ago
436fe5a
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
4cbb23f
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
cda85a0
Issue #25576: Remove application/x-www-form-urlencoded charset advice
by Martin Panter
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
f84499a
rstlint: Fix "default role used" warning
by Berker Peksag
· 10 years ago
4de9dae
Added entry to logging cookbook.
by Vinay Sajip
· 10 years ago
ff1f3d9
Closes #25344: Added cookbook recipe to show buffering of logging events.
by Vinay Sajip
· 10 years ago
16ad5cf
remove reference to PyGoogle (#25145)
by Benjamin Peterson
· 10 years ago
95acbce
use a more modern UA (#25145)
by Benjamin Peterson
· 10 years ago
b4760ef
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
by Senthil Kumaran
· 10 years ago
315e104
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 10 years ago
9575e18
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
2645bad
Make the case to only support Python 2.7 when supporting 2/3 simultaneously
by Brett Cannon
· 10 years ago
fdde79d
Fix the clarification as to why division cannot be ported automatically
by Brett Cannon
· 10 years ago
f046dfe
Added a cookbook entry on logging audible messages.
by Vinay Sajip
· 11 years ago
db07164
Added a logging cookbook entry on customized exception formatting.
by Vinay Sajip
· 11 years ago
4592497
Add missing URL link to Modernize docs.
by Ned Deily
· 11 years ago
a54f075
update correct French examples (#23109)
by Benjamin Peterson
· 11 years ago
643eb44
improve incorrect French (#23109)
by Benjamin Peterson
· 11 years ago
bd62f0a
Issue #23047: Fix typo in pyporting.rst.
by Berker Peksag
· 11 years ago
90783eb
Address some comments from Nick Coghlan
by Brett Cannon
· 11 years ago
f615d1f
remove reference to dead irc channel (closes #23038)
by Benjamin Peterson
· 11 years ago
17be09c
Fix a bad link
by Brett Cannon
· 11 years ago
6b33519
Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
by Brett Cannon
· 11 years ago
5aa761d
pyporting howto: fix link target
by Georg Brandl
· 11 years ago
6b4c847
Doc: fix default role usage (except in unittest mock docs)
by Georg Brandl
· 11 years ago
b7354a6
Fixing broken links in doc, part 4: some more breaks and redirects
by Georg Brandl
· 11 years ago
9bdcb3b
Fixing broken links in doc, part 2: howto/
by Georg Brandl
· 11 years ago
728e4de
Fix external links to docs.python.org to use internal links instead.
by Georg Brandl
· 11 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 11 years ago
89c558d
Closes #22748: there are no PyString C functions in 3.x.
by Georg Brandl
· 11 years ago
57fb11b
use source role instead of linking to svn
by Benjamin Peterson
· 11 years ago
fd6400a
Issue #13689: Remove a dead link from howto/urllib.
by Berker Peksag
· 11 years ago
680241e
Fix indentation and class name in socket howto example.
by Ezio Melotti
· 11 years ago
ab960f8
Fixed typo in documentation.
by Vinay Sajip
· 11 years ago
0aecc18
Fix typo reported by Jesse W on docs@
by Zachary Ware
· 11 years ago
e973823
#21693 - Fix the broken link for pylons project.
by Senthil Kumaran
· 11 years ago
e81c637
Updated logging HOWTO section on optimization.
by Vinay Sajip
· 11 years ago
419f1fa
fix typo in variable name (closes #21586)
by Benjamin Peterson
· 11 years ago
ae4bab7
Don't grow strings by concatenation. Use ''.join() instead.
by Raymond Hettinger
· 11 years ago
9e599673
fix off-by-one error (closes #21330)
by Benjamin Peterson
· 11 years ago
08af000
Get rid of deprecated IOError in the doc
by Andrew Svetlov
· 11 years ago
4ab532b
Issue 21014: Use booleans instead of 0 and 1 in examples.
by Raymond Hettinger
· 11 years ago
4908910
Updated external link in documentation.
by Vinay Sajip
· 11 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
bfca3ca
fix typo (closes #20892)
by Benjamin Peterson
· 11 years ago
c39e892
Issue #20813: Backport Python 2/3 HOWTO updates
by Brett Cannon
· 11 years ago
d591cba
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
554f22f
Added cookbook entry on logging filter configuration using dictConfig().
by Vinay Sajip
· 12 years ago
7726ac9
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
by Larry Hastings
· 12 years ago
0e25410
Documentation fixes, including fixing "suspicious" problems.
by Larry Hastings
· 12 years ago
a3642b6
#20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.
by Ezio Melotti
· 12 years ago
42d9e1b
Doc fixes for Argument Clinic.
by Larry Hastings
· 12 years ago
b7ccb20
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
by Larry Hastings
· 12 years ago
537d760
Doc improvements for Clinic howto "Goals" section.
by Larry Hastings
· 12 years ago
bebf735
Issue #20287: Argument Clinic's output is now configurable, allowing
by Larry Hastings
· 12 years ago
5714e81
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
eb14dec
Added example to recently added cookbook entry.
by Vinay Sajip
· 12 years ago
f0996a9
Issue #20208: Clarify some things in the Python porting HOWTO.
by Brett Cannon
· 12 years ago
2a72791
Issue #20226: Major improvements to Argument Clinic.
by Larry Hastings
· 12 years ago
3763f2b
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
cbefe3b
Added cookbook entry on alternative formatting styles.
by Vinay Sajip
· 12 years ago
4a714d4
Issue #20268: Argument Clinic now supports cloning the parameters
by Larry Hastings
· 12 years ago
0191be3
Minor doc fix in Clinic howto.
by Larry Hastings
· 12 years ago
4a55fc5
Issue #20214: Fixed a number of small issues and documentation errors in
by Larry Hastings
· 12 years ago
c1cb227
Closes #20200: Argument Clinic custom converter example should be in a
by Zachary Ware
· 12 years ago
61272b7
Issue #19273: The marker comments Argument Clinic uses have been changed
by Larry Hastings
· 12 years ago
77561cc
Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!"
by Larry Hastings
· 12 years ago
9ca21b3
Issue #20096: Update the Python 2/3 porting HOWTO to focus on
by Brett Cannon
· 12 years ago
6d2ea21
Argument Clinic: fixed test suite, improved howto.
by Larry Hastings
· 12 years ago
78cf85c
Issue #19659: Added documentation for Argument Clinic.
by Larry Hastings
· 12 years ago
f47036c
Removed spaces before colons and semicolons.
by Serhiy Storchaka
· 12 years ago
89e84e7
Removed spaces before colons and semicolons.
by Serhiy Storchaka
· 12 years ago
2a61452
Removed spaces before commas and periods.
by Serhiy Storchaka
· 12 years ago
a4d170d
Removed spaces before commas and periods.
by Serhiy Storchaka
· 12 years ago
1b8b868
Merged minor documentation update from 3.3.
by Vinay Sajip
· 12 years ago
b1a92a4
Added minor clarification in logging HOWTO.
by Vinay Sajip
· 12 years ago
0e90e99
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
fbc1c26
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
613a97e
#19778: fix a couple of re reprs in the documentation.
by Ezio Melotti
· 12 years ago
7571941
#19639: update the repr of the match objects in the docs. Patch by Claudiu Popa.
by Ezio Melotti
· 12 years ago
9c10d6b
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 12 years ago
56b0435
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 12 years ago
b2bc4df
Closes #18345: Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
2c1adcb
Issue #18345: Added cookbook example illustrating handler customisation.
by Vinay Sajip
· 12 years ago
3a19a89
merge with 3.3
by Georg Brandl
· 12 years ago
3d596fa
Clarify sentence.
by Georg Brandl
· 12 years ago
325a1c2
Fix markup errors in the docs and amend suspicious ignores.
by Georg Brandl
· 12 years ago
186729e
merge with 3.3
by Georg Brandl
· 12 years ago
559ae0f
merge 3.3
by Benjamin Peterson
· 12 years ago
910a665
fix description of super() behavior on descriptors
by Benjamin Peterson
· 12 years ago
98b28fd
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
bfdcd43
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
287da2e
Issue #19203: Improved cross-references in the curses howto.
by Serhiy Storchaka
· 12 years ago
04d11a7
Issue #19203: Improved cross-references in the curses howto.
by Serhiy Storchaka
· 12 years ago
3ebbb04
merge with 3.3
by Georg Brandl
· 12 years ago
ee82d0b
Minor grammar fix.
by Georg Brandl
· 12 years ago
736295c
merge with 3.3
by Georg Brandl
· 12 years ago
e47e184
Unicode howto: use .txt as a more universally understood extension for text files.
by Georg Brandl
· 12 years ago
Next »