summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
...
| * Issue #14400: Fix typo.Martin v. Löwis2012-03-241-1/+1
| |
* | cpython:Fix the wrong urllib exampls which use str for POST data. Closes ↵Senthil Kumaran2012-03-151-1/+3
|\ \ | |/ | | | | Issue11261
| * Fix the wrong urllib exampls which use str for POST data. Closes Issue11261Senthil Kumaran2012-03-151-1/+3
| |
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve ↵Senthil Kumaran2012-03-141-0/+7
| | | | | | | | takes, block number, block read size, file_size
* | Merge 3.2Éric Araujo2012-03-053-6/+5
|\ \ | |/
| * Use source reST role instead of file where it makes sense.Éric Araujo2012-03-052-4/+4
| | | | | | | | source generates a nifty link to the Mercurial web viewer.
| * Remove mention of defunct file.Éric Araujo2012-03-051-2/+1
| | | | | | | | | | Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link.
* | Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.Larry Hastings2012-02-291-26/+85
|\ \ | |/ | | | | (Doc only.)
| * Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)Larry Hastings2012-02-291-26/+85
| |
* | Merged cookbook improvement from 3.2.Vinay Sajip2012-02-281-6/+11
|\ \ | |/
| * Improved logging cookbook example.Vinay Sajip2012-02-281-6/+11
| |
* | Merge with 3.2.Georg Brandl2012-02-281-4/+2
|\ \ | |/
| * Fix markup errors.Georg Brandl2012-02-281-4/+2
| |
* | Merged cookbook update for LogRecord customisation.Vinay Sajip2012-02-271-0/+82
|\ \ | |/
| * Updated cookbook with information on customising LogRecords.Vinay Sajip2012-02-271-0/+82
| |
* | Merged cookbook update from 3.2.Vinay Sajip2012-02-271-4/+132
|\ \ | |/
| * Updated logging cookbook with info on alternative format styles.Vinay Sajip2012-02-271-4/+132
| |
* | merged from 3.2Senthil Kumaran2012-02-091-0/+2
|\ \ | |/ | | | | | | Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method.
| * Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+2
| | | | | | | | where relevant, instead send method.
* | Use ASCII quotes and fix markup.Ezio Melotti2012-01-181-2/+2
| |
* | Refactored logging rotating handlers for improved flexibility.Vinay Sajip2012-01-041-0/+28
| |
* | merge with 3.2Sandro Tosi2011-12-312-8/+8
|\ \ | |/
| * fix some broken URLsSandro Tosi2011-12-312-8/+8
| |
* | Issue #13575: there is only one class type.Florent Xicluna2011-12-121-10/+2
| |
* | Merge assorted fixes from 3.2Antoine Pitrou2011-12-051-19/+17
|\ \ | |/
| * s/SOCKSTREAM/TCP/Antoine Pitrou2011-12-051-1/+1
| |
| * Reword IPC sectionAntoine Pitrou2011-12-051-5/+6
| |
| * Use www.python.org instead of a hostname pointing to a parked (or squatted) ↵Antoine Pitrou2011-12-051-13/+10
| | | | | | | | | | | | domain. Also, reformat a bit.
| * Remove the outdated notion that multithreading doesn't work well on Unices.Antoine Pitrou2011-12-051-13/+7
| |
* | Remove reference to the base64 encoding.Antoine Pitrou2011-12-051-23/+6
|\ \ | |/
| * Remove reference to the base64 encoding.Antoine Pitrou2011-12-051-23/+6
| |
* | The functional module hasn't been maintained since 2006 and doesn't work ↵Antoine Pitrou2011-12-051-129/+0
|\ \ | |/ | | | | | | | | with Python 3. Remove section about it from the functional programming FAQ.
| * The functional module hasn't been maintained since 2006 and doesn't work ↵Antoine Pitrou2011-12-051-129/+0
| | | | | | | | | | | | with Python 3. Remove section about it from the functional programming FAQ.
* | Merge fix for Issue #12666 from 3.2Jason R. Coombs2011-12-031-0/+12
|\ \ | |/
| * Issue #12666: Added section about map changes.Jason R. Coombs2011-12-031-0/+12
| |
* | Merged documentation addition from 3.2.Vinay Sajip2011-11-231-0/+64
|\ \ | |/
| * Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+64
| |
* | Merged documentation fix from 3.2.Vinay Sajip2011-10-271-3/+4
|\ \ | |/
| * Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
| |
* | Merge with 3.2.Ezio Melotti2011-10-193-3/+3
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-193-3/+3
| |
* | Closes #12906: Merged fix from 3.2.Vinay Sajip2011-09-061-1/+1
|\ \ | |/
| * Closes #12906: Fixed bug in YAML configuration.Vinay Sajip2011-09-061-1/+1
| |
* | Merge doc changes from 3.2.Éric Araujo2011-09-011-3/+3
|\ \ | |/ | | | | | | rstlint complains about packaging docs but I’m working on those in another patch.
| * Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-011-3/+3
| |
* | Merge typo fix.Ezio Melotti2011-07-311-1/+1
|\ \ | |/
| * Fix typo reported by Sandro Tosi.Ezio Melotti2011-07-311-1/+1
| |
* | Merge 3.2 branch.Georg Brandl2011-07-231-1/+1
|\ \ | |/
| * Fix function name: open -> urlopen.Georg Brandl2011-07-231-1/+1
| |
* | Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
|\ \ | |/