summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) ↵Mariatta2017-06-231-3/+3
| | | | | (GH-2340) (cherry picked from commit b066edfb1b268e90ea11f45dd1827f46d7ceec88)
* [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)delirious-lettuce2017-05-221-1/+1
|
* [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)Serhiy Storchaka2017-05-161-5/+5
| | | | | | | | * Use explicit numbering for footnotes referred by explicit number. * Fix literal strings formatting in howto/urllib2.rst. * Add `:noindex:` to duplicated definition of list. * Update susp-ignored.csv for reference/expressions.rst. (cherry picked from commit d97b7dc94b19063f0589d401bdc4aaadc7030762)
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-041-3/+3
| | | | | | | Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module>. (cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca)
* [2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). ↵Mariatta2017-04-271-3/+3
| | | | | (#1315) (cherry picked from commit 6fde770e4e940c19cd62de0b6aeb77840690843e)
* Remove redundant comma in argparse HOWTO (GH-1141)Berker Peksag2017-04-201-1/+1
| | | | | Reported by Sean Canavan on docs@p.o. (cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf)
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-141-2/+2
|
* Grammatical fixes for d95f19892fd0Brett Cannon2016-12-221-4/+4
|
* Update the porting HOWTOBrett Cannon2016-12-171-68/+128
|
* Issue #28820: Fix spelling of “practice” as a nounMartin Panter2016-11-301-1/+1
|
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-262-7/+7
| | | | in the documentation.
* Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-212-2/+2
|
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-3/+3
|
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-192-2/+2
|
* Issue #26550: Fix typo in webservers HOWTOBerker Peksag2016-09-281-2/+2
| | | | Reported by Alejandro Soini.
* Issue #27204: Fix doctests in Doc/howtoZachary Ware2016-08-091-18/+25
| | | | Initial patch by Jelle Zijlstra.
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-264-11/+30
| | | | Patch by Julien Palard.
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+5
| | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue reported and patch contributed by Rémi Rampin.
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| | | | Based on patch by Ville Skyttä.
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
| | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
* Issue #25570: Add example of customizing User-Agent via add_header()Martin Panter2016-06-011-0/+2
|
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
|
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
|
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-107-65/+66
| | | | Original patch by James Edwards.
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
|
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-075-11/+11
|
* Issue #24715: Improve sort stability exampleRaymond Hettinger2016-04-261-1/+5
|
* fix python 3 mod init function declaration (closes #26827)Benjamin Peterson2016-04-231-1/+1
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Issue #24173: Fix curses.wrapper link in curses HOWTOBerker Peksag2016-04-161-7/+6
|
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
| | | | This affects documentation and code comments.
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-111-2/+2
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-265-27/+27
| | | | to SilentGhost for the patch.
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
|
* Fix typo.Georg Brandl2016-02-281-1/+1
|
* Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
|
* fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
|
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
| | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear.
* Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
|
* #25517: fix regex in the regex howto. Patch by Elena Oat.Ezio Melotti2016-01-111-3/+4
|
* Fix use of default reST roleZachary Ware2015-11-051-1/+1
|
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|
* Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
|
* Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+136
|
* use a more modern UA (#25145)Benjamin Peterson2015-09-201-1/+1
|
* remove reference to PyGoogle (#25145)Benjamin Peterson2015-09-201-2/+1
| | | | Patch by Bar Harel.
* Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
|
* Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
|
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
|
* improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
| | | | Following suggestions from Clément.