| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -3/+3 |
|\ |
|
| * | Markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -3/+3 |
|
|
* | | Really merge #7198 | R David Murray | 2011-03-20 | 1 | -10/+11 |
|\ \
| |/ |
|
| * | #7198: really add newline='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
|
|
* | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
|
|
* | | Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts ... | Raymond Hettinger | 2011-03-16 | 1 | -9/+9 |
|
|
* | | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 1 | -6/+3 |
|
|
* | | Merge #11216: document all possible set_charset execution paths. | R David Murray | 2011-03-15 | 1 | -9/+16 |
|\ \
| |/ |
|
| * | #11216: document all possible set_charset execution paths. | R David Murray | 2011-03-15 | 1 | -9/+16 |
|
|
* | | Merge #11555 as_string doc fix from 3.1. | R David Murray | 2011-03-15 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | #11555: update doc for 3.x change to as_string mangle_from default. | R David Murray | 2011-03-15 | 1 | -3/+4 |
|
|
* | | Merge redundant __contains__ doc fix from 3.1. | R David Murray | 2011-03-15 | 1 | -6/+0 |
|\ \
| |/ |
|
| * | Remove redundant __contains__ entry from Message docs. | R David Murray | 2011-03-15 | 1 | -6/+0 |
|
|
* | | Merge from 3.1 | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10885: Fix multiprocessing docs typo | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|
|
| * | Fix typo. | Ezio Melotti | 2011-03-12 | 1 | -1/+1 |
|
|
* | | merge 3.1 | Benjamin Peterson | 2011-03-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | trunc -> math.trunc (closes #11475) | Benjamin Peterson | 2011-03-12 | 1 | -1/+1 |
|
|
* | | forward merge from 3.1 | Senthil Kumaran | 2011-03-12 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona... | Senthil Kumaran | 2011-03-12 | 1 | -5/+6 |
|
|
* | | merge from 3.1 | Eli Bendersky | 2011-03-11 | 1 | -20/+26 |
|\ \
| |/ |
|
| * | Issue #11426: use 'with' statements on open files in CSV examples | Eli Bendersky | 2011-03-11 | 1 | -20/+26 |
|
|
* | | Merge #10999 fix. | R David Murray | 2011-03-10 | 2 | -32/+76 |
|\ \
| |/ |
|
| * | #10999: Add missing documentation for chflags constants to stat module docs | R David Murray | 2011-03-10 | 2 | -32/+76 |
|
|
| * | Use simpler assert in basic example. | Ezio Melotti | 2011-03-10 | 1 | -2/+2 |
|
|
* | | Port a couple of changes from 3.1. | Ezio Melotti | 2011-03-10 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Backport from 3.2 several improvements and fixes for unittest.rst. | Ezio Melotti | 2011-03-10 | 1 | -259/+351 |
|
|
* | | #11298: Improve the unittest discovery explanation. | Ezio Melotti | 2011-03-08 | 1 | -3/+5 |
|
|
* | | Merge doc fixes. | Georg Brandl | 2011-03-06 | 5 | -8/+19 |
|\ \
| |/ |
|
| * | #11294: add missing ERA_T_FMT to locale docs. | Georg Brandl | 2011-03-06 | 1 | -3/+8 |
|
|
| * | #11292: add missing A_REVERSE to curses attribute table. | Georg Brandl | 2011-03-06 | 1 | -0/+3 |
|
|
| * | #11227: use Host header in asyncore example. | Georg Brandl | 2011-03-06 | 1 | -1/+2 |
|
|
| * | #11373: fix spelling. | Georg Brandl | 2011-03-06 | 1 | -1/+1 |
|
|
| * | #11392: you can trust the computer, but you have to know what it does. | Georg Brandl | 2011-03-06 | 1 | -3/+5 |
|
|
| * | Markup backport fix. | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
| * | Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,... | Georg Brandl | 2011-02-25 | 5 | -44/+122 |
|
|
| * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 6 | -12/+37 |
|
|
| * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 7 | -37/+33 |
|
|
| * | Fix example for count(). | Raymond Hettinger | 2011-02-14 | 1 | -1/+1 |
|
|
| * | Fix markup problems. | Georg Brandl | 2011-02-12 | 1 | -3/+3 |
|
|
| * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 4 | -57/+94 |
|
|
| * | Merged revisions 88377 via svnmerge from | Antoine Pitrou | 2011-02-07 | 1 | -2/+2 |
|
|
| * | Merged revisions 88371 via svnmerge from | Antoine Pitrou | 2011-02-07 | 1 | -3/+5 |
|
|
| * | Merged revisions 88352 via svnmerge from | Gregory P. Smith | 2011-02-05 | 1 | -0/+3 |
|
|
| * | Merged revisions 88334 via svnmerge from | Antoine Pitrou | 2011-02-04 | 1 | -0/+2 |
|
|
| * | Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from | Éric Araujo | 2011-02-02 | 1 | -58/+133 |
|
|
| * | Merged revisions 88281 via svnmerge from | Brian Curtin | 2011-01-31 | 1 | -1/+1 |
|
|
| * | Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) | Terry Reedy | 2011-01-24 | 2 | -4/+4 |
|
|
| * | Merged revisions 88137 via svnmerge from | Antoine Pitrou | 2011-01-21 | 1 | -11/+6 |
|
|