Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) ↵ | Mariatta | 2017-06-23 | 1 | -3/+3 |
| | | | | | (GH-2340) (cherry picked from commit b066edfb1b268e90ea11f45dd1827f46d7ceec88) | ||||
* | [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) | delirious-lettuce | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) | Serhiy Storchaka | 2017-05-16 | 1 | -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) | Mariatta | 2017-05-04 | 1 | -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). ↵ | Mariatta | 2017-04-27 | 1 | -3/+3 |
| | | | | | (#1315) (cherry picked from commit 6fde770e4e940c19cd62de0b6aeb77840690843e) | ||||
* | Remove redundant comma in argparse HOWTO (GH-1141) | Berker Peksag | 2017-04-20 | 1 | -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 spaces | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Grammatical fixes for d95f19892fd0 | Brett Cannon | 2016-12-22 | 1 | -4/+4 |
| | |||||
* | Update the porting HOWTO | Brett Cannon | 2016-12-17 | 1 | -68/+128 |
| | |||||
* | Issue #28820: Fix spelling of “practice” as a noun | Martin Panter | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 2 | -7/+7 |
| | | | | in the documentation. | ||||
* | Change double hyphens (en dashes) to em (longer) dashes | Martin Panter | 2016-11-21 | 2 | -2/+2 |
| | |||||
* | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 1 | -3/+3 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 2 | -2/+2 |
| | |||||
* | Issue #26550: Fix typo in webservers HOWTO | Berker Peksag | 2016-09-28 | 1 | -2/+2 |
| | | | | Reported by Alejandro Soini. | ||||
* | Issue #27204: Fix doctests in Doc/howto | Zachary Ware | 2016-08-09 | 1 | -18/+25 |
| | | | | Initial patch by Jelle Zijlstra. | ||||
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 4 | -11/+30 |
| | | | | Patch by Julien Palard. | ||||
* | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-30 | 1 | -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 names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -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 Panter | 2016-06-01 | 1 | -0/+2 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 7 | -65/+66 |
| | | | | Original patch by James Edwards. | ||||
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 5 | -11/+11 |
| | |||||
* | Issue #24715: Improve sort stability example | Raymond Hettinger | 2016-04-26 | 1 | -1/+5 |
| | |||||
* | fix python 3 mod init function declaration (closes #26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #24173: Fix curses.wrapper link in curses HOWTO | Berker Peksag | 2016-04-16 | 1 | -7/+6 |
| | |||||
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
| | | | | This affects documentation and code comments. | ||||
* | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -2/+2 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 5 | -27/+27 |
| | | | | to SilentGhost for the patch. | ||||
* | Added a cookbook recipe for a logging context manager. | Vinay Sajip | 2016-04-01 | 1 | -0/+102 |
| | |||||
* | Fix typo. | Georg Brandl | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | Added simple threading example to logging cookbook. | Vinay Sajip | 2016-02-20 | 1 | -0/+55 |
| | |||||
* | fix typo (closes #26378) | Benjamin Peterson | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -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 Kumaran | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | #25517: fix regex in the regex howto. Patch by Elena Oat. | Ezio Melotti | 2016-01-11 | 1 | -3/+4 |
| | |||||
* | Fix use of default reST role | Zachary Ware | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Issue #25523: Backported a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Added entry to logging cookbook. | Vinay Sajip | 2015-10-17 | 1 | -0/+66 |
| | |||||
* | Closes #25344: Added cookbook recipe to show buffering of logging events. | Vinay Sajip | 2015-10-09 | 1 | -0/+136 |
| | |||||
* | use a more modern UA (#25145) | Benjamin Peterson | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | remove reference to PyGoogle (#25145) | Benjamin Peterson | 2015-09-20 | 1 | -2/+1 |
| | | | | Patch by Bar Harel. | ||||
* | Added a cookbook entry on logging audible messages. | Vinay Sajip | 2015-02-01 | 1 | -0/+54 |
| | |||||
* | Added a logging cookbook entry on customized exception formatting. | Vinay Sajip | 2015-01-28 | 1 | -0/+55 |
| | |||||
* | Add missing URL link to Modernize docs. | Ned Deily | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | improve incorrect French (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
| | | | | Following suggestions from Clément. |