summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
| |
* | Drop claim about nasty problem.Martin v. Löwis2011-06-061-6/+0
| | | | | | | | | | | | It's unclear what this was referring to; most likely, it was about sockets that the application had already closed, in which case it's not a sockets problem, but an application problem.
* | Drop unfounded claims about performance.Martin v. Löwis2011-06-061-27/+1
| |
* | Use bytes in myreceive.Martin v. Löwis2011-05-291-2/+2
| |
* | Explain that INET is IPv4 and STREAM is TCP.Martin v. Löwis2011-05-291-2/+2
|/
* Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
|\ | | | | | | merge 3.1 -> 3.2
| * Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
| |
* | #11979: merge with 3.1.Ezio Melotti2011-05-141-16/+17
|\ \ | |/
| * #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.Ezio Melotti2011-05-141-16/+17
| |
* | Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
|\ \ | |/
| * Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
| |
* | #11897: Fix typo in porting howto. Patch by Marti Raudsepp.Ezio Melotti2011-04-211-2/+2
| |
* | Issue 7391: Remove questionable and outdated HOWTO document with permission ↵Raymond Hettinger2011-03-192-291/+0
| | | | | | | | from its author.
* | Merge doc fixes.Georg Brandl2011-03-061-1/+1
|\ \ | |/
| * #11239: add } to list of metacharacters (it is only a metacharacter ↵Georg Brandl2011-03-061-1/+1
| | | | | | | | sometimes, ie. when closing a {n,m} group, but so is ].
| * Merged revisions ↵Georg Brandl2011-02-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line Do not put a raw REPLACEMENT CHARACTER in the document. ........ r86867 | georg.brandl | 2010-11-29 15:50:54 +0100 (Mo, 29 Nov 2010) | 1 line Fix indentation bug. ........ r86868 | georg.brandl | 2010-11-29 15:53:15 +0100 (Mo, 29 Nov 2010) | 1 line Fix heading style inconsistencies. ........ r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line #10584: fix bad links. ........ r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line Fix typo. ........ r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line Add missing word, and add a better reference to the actual function. ........ r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line #10594: fix parameter names in PyList API docs. ........ r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line Fix some markup and style in the unittest docs. ........ r86931 | georg.brandl | 2010-12-02 10:06:12 +0100 (Do, 02 Dez 2010) | 1 line Fix-up documentation of makedirs(). ........ r86932 | david.malcolm | 2010-12-02 17:41:00 +0100 (Do, 02 Dez 2010) | 2 lines Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) ........ r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. ........ r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. ........ r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line #10549: fix interface of docclass() for text documenter. ........ r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line Markup consistency fixes. ........ r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line Fix punctuation. ........ r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line Fix indentation. ........ r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line Fix typo. ........ r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line Fix typo. ........
| * Merged revisions 87949 via svnmerge fromBenjamin Peterson2011-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87949 | benjamin.peterson | 2011-01-11 22:44:41 -0600 (Tue, 11 Jan 2011) | 1 line fix weirdly ambigious sentence ........
| * Issue #10875: Update Regular Expression HOWTO; additional backport.Terry Reedy2011-01-101-1/+4
| |
| * Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.Terry Reedy2011-01-101-28/+16
| |