Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge redundant __contains__ doc fix from 3.2. | R David Murray | 2011-03-15 | 1 | -6/+0 |
|\ | |||||
| * | 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 |
* | | | Closes issue 11407. TestCase.run returns the result object used or created | Michael Foord | 2011-03-14 | 1 | -2/+5 |
* | | | Add a SubprocessError base class for exceptions in the subprocess module. | Gregory P. Smith | 2011-03-14 | 1 | -0/+5 |
* | | | Change versionchanged for timeout to 3.3, not 3.2. | Reid Kleckner | 2011-03-14 | 1 | -5/+5 |
* | | | Add a 'timeout' argument to subprocess.Popen. | Reid Kleckner | 2011-03-14 | 1 | -11/+64 |
* | | | Merge with 3.2 | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an... | Antoine Pitrou | 2011-03-13 | 2 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an... | Antoine Pitrou | 2011-03-13 | 2 | -4/+3 |
* | | | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
| |\ \ | | |/ | |||||
| | * | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
* | | | Issue #7391: Remove outdated HOWTO with permission of its author. | Raymond Hettinger | 2011-03-13 | 2 | -291/+0 |
* | | | Merge with 3.2. | Ezio Melotti | 2011-03-13 | 1 | -20/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.1. | Ezio Melotti | 2011-03-13 | 1 | -20/+19 |
| |\ \ | | |/ | |||||
| | * | Fix markup in inputoutput.rst. | Ezio Melotti | 2011-03-13 | 1 | -16/+17 |
| | * | Fix typo. | Ezio Melotti | 2011-03-12 | 1 | -1/+1 |
* | | | convert ast versioning to mercurial | Benjamin Peterson | 2011-03-13 | 1 | -2/+2 |
* | | | merge 3.2 | Benjamin Peterson | 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 |
* | | | Fix example in atexit doc: Both open and read could raise the IOError (#10461... | Éric Araujo | 2011-03-12 | 1 | -5/+2 |
* | | | Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona... | orsenthil@gmail.com | 2011-03-12 | 1 | -5/+6 |
* | | | #11446: merge with 3.2. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11446: merge with 3.1. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | #11446: fix incorrect PEP link. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 |
| * | | merge | Eli Bendersky | 2011-03-11 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | 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 |
* | | | | Use with statement where it improves the documentation (closes #10461) | Éric Araujo | 2011-03-11 | 5 | -8/+16 |
* | | | | Issue #11426: use 'with' statements on open files in CSV examples | Eli Bendersky | 2011-03-11 | 1 | -20/+26 |
* | | | | #11435: Merge with 3.2 | Ezio Melotti | 2011-03-11 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | #11435: Update the links generated by the source directive to use hg.python.org. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge #10999 fix. | R David Murray | 2011-03-10 | 2 | -32/+76 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Explicitly mention that people should not depend on immediate | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Explicitly mention that people should not depend on immediate | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Reword the finalization note. | Gregory P. Smith | 2011-03-10 | 1 | -2/+2 |
| | * | Explicitly mention that people should not depend on immediate | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 |
* | | | Merge from 3.2. | Ezio Melotti | 2011-03-10 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | 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: merge from 3.2. | Ezio Melotti | 2011-03-08 | 1 | -3/+5 |
|\ \ \ | |/ / |