Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -37/+5 |
|\ | |||||
| * | Closes #12906: Merged fix from 3.2. | Vinay Sajip | 2011-09-06 | 1 | -37/+5 |
| |\ | |||||
| | * | Merge doc changes from 3.2. | Éric Araujo | 2011-09-01 | 1 | -37/+5 |
| | |\ | |||||
| | | * | Merge typo fix. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
| | | |\ | |||||
| | | * \ | Merge 3.2 branch. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * \ \ | Issue #8890: Remove /tmp from examples. | Raymond Hettinger | 2011-06-26 | 1 | -1/+1 |
| | | |\ \ \ | |||||
| | | * | | | | Drop claim about nasty problem. | Martin v. Löwis | 2011-06-06 | 1 | -6/+0 |
| | | * | | | | Drop unfounded claims about performance. | Martin v. Löwis | 2011-06-06 | 1 | -27/+1 |
| | | * | | | | Use bytes in myreceive. | Martin v. Löwis | 2011-05-29 | 1 | -2/+2 |
| | | * | | | | Explain that INET is IPv4 and STREAM is TCP. | Martin v. Löwis | 2011-05-29 | 1 | -2/+2 |
| | * | | | | | Fix some misuses of Sphinx roles and one typo | Éric Araujo | 2011-09-01 | 1 | -3/+3 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | Remove duplication. | Ezio Melotti | 2011-10-19 | 3 | -3/+3 |
|/ / / / / | |||||
* | | | | | Closes #12906: Fixed bug in YAML configuration. | Vinay Sajip | 2011-09-06 | 1 | -1/+1 |
* | | | | | Fix some misuses of Sphinx roles and one typo | Éric Araujo | 2011-09-01 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Fix typo reported by Sandro Tosi. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Fix function name: open -> urlopen. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Issue #8890: Remove /tmp from examples. | Raymond Hettinger | 2011-06-26 | 1 | -1/+1 |
|/ | |||||
* | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 10 | -363/+2837 |
|\ | |||||
| * | #11979: merge with 3.1. | Ezio Melotti | 2011-05-14 | 10 | -363/+2837 |
| |\ | |||||
| | * | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
| | |\ | |||||
| | * | | #11897: Fix typo in porting howto. Patch by Marti Raudsepp. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 |
| | * | | Issue 7391: Remove questionable and outdated HOWTO document with permission f... | Raymond Hettinger | 2011-03-18 | 2 | -291/+0 |
| | * | | Merge doc fixes. | Georg Brandl | 2011-03-06 | 10 | -76/+2841 |
| | |\ \ | |||||
| | | * | | Issue #11331: fixed documentation in logging cookbook. | Vinay Sajip | 2011-02-26 | 1 | -2/+0 |
| | | * | | Update the porting HOWTO to be a little less harsh on using 2to3. | Brett Cannon | 2011-02-18 | 1 | -23/+20 |
| | | * | | Fix markup error and update suspicious ignores. | Georg Brandl | 2011-02-13 | 1 | -2/+2 |
| | | * | | Tweak wording about equality comparison. | Brett Cannon | 2011-02-09 | 1 | -1/+1 |
| | | * | | Spelling fixes. | Georg Brandl | 2011-02-07 | 1 | -3/+3 |
| | | * | | Consistent heading spacing, and fix two typos. | Georg Brandl | 2011-02-07 | 1 | -2/+31 |
| | | * | | Fix some typos and grammar | Eli Bendersky | 2011-02-07 | 1 | -11/+11 |
| | | * | | Fix some typos and grammar | Eli Bendersky | 2011-02-07 | 1 | -9/+8 |
| | | * | | Small markup and wording tweaks for the sorting-howto. | Raymond Hettinger | 2011-02-06 | 1 | -6/+6 |
| | | * | | Mention that people going the source compatibility route should run 2to3 to f... | Brett Cannon | 2011-02-05 | 1 | -1/+3 |
| | | * | | Soften wording on doctest. | Brett Cannon | 2011-02-05 | 1 | -4/+8 |
| | | * | | Re-arrange and clarify some __future__ import statements. | Brett Cannon | 2011-02-05 | 1 | -26/+47 |
| | | * | | Use an internal reference instead of hard-coded URI. | Éric Araujo | 2011-02-05 | 1 | -1/+1 |
| | | * | | Everybody hates this one :) (bytes indexing) | Antoine Pitrou | 2011-02-05 | 1 | -0/+31 |
| | | * | | Soften the wording about tracebacks. Reference cycles *don't* | Antoine Pitrou | 2011-02-05 | 1 | -8/+13 |
| | | * | | Fix entries pertaining to file I/O | Antoine Pitrou | 2011-02-05 | 1 | -27/+30 |
| | | * | | Mention -b and -bb | Antoine Pitrou | 2011-02-05 | 1 | -0/+31 |
| | | * | | use 3-space indents. | Brett Cannon | 2011-02-03 | 1 | -69/+69 |
| | | * | | Add a HOWTO on how to port from Python 2 to Python 3. | Brett Cannon | 2011-02-03 | 2 | -0/+582 |
| | | * | | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 2 | -7/+8 |
| | | * | | fix weirdly ambigious sentence | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
| | | * | | Revert r87946. The virtues of readability and of examples that | Raymond Hettinger | 2011-01-12 | 1 | -39/+40 |
| | | * | | Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest r... | Terry Reedy | 2011-01-11 | 1 | -40/+39 |
| | | * | | Issue #10875: Update Regular Expression HOWTO; last bit. | Terry Reedy | 2011-01-10 | 1 | -1/+4 |
| | | * | | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -28/+16 |
| | | * | | logging HOWTO: fixed markup for numbered handler list. | Vinay Sajip | 2011-01-04 | 1 | -19/+15 |
| | | * | | Added logging documentation cross-references. | Vinay Sajip | 2010-12-26 | 2 | -4/+30 |