Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7198: add newlines='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
| | |||||
* | untab | Skip Montanaro | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | *sigh* - i don't like this workflow at all | Skip Montanaro | 2011-03-19 | 1 | -52/+0 |
| | |||||
* | merge from upstream | Skip Montanaro | 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 |
| |\ | | | | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
| | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
| | | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
* | | | | commit merge | Skip Montanaro | 2011-03-19 | 2 | -7/+256 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -0/+238 |
| | | | | |||||
| * | | | Issue #5870: Add subprocess.DEVNULL constant. | Ross Lagerwall | 2011-03-16 | 1 | -6/+17 |
| | | | | |||||
| * | | | Fix typo in subprocess documentation. | Ronald Oussoren | 2011-03-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Mention RFC 4180. Based on input by Tony Wallace in issue 11456. | Skip Montanaro | 2011-03-19 | 1 | -12/+64 |
|/ / / | |||||
* | | | Forward port doc update. | Raymond Hettinger | 2011-03-16 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts ↵ | Raymond Hettinger | 2011-03-16 | 1 | -9/+9 |
| | | | | | | | | | | | | to make the examples cut-and-pasteable. | ||||
* | | | merge 3.2 | Michael Foord | 2011-03-15 | 1 | -6/+3 |
|\ \ \ | |/ / | |||||
| * | | Closes issue 11133. Fixes two cases where inspect.getattr_static could ↵ | Michael Foord | 2011-03-15 | 1 | -6/+3 |
| | | | | | | | | | | | | trigger code execution | ||||
* | | | Merge #11216: document all possible set_charset execution paths. | R David Murray | 2011-03-15 | 1 | -9/+16 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | |||||
* | | | Merged | Barry Warsaw | 2011-03-15 | 1 | -3/+4 |
|\ \ \ | |||||
| * \ \ | Merge #11555 as_string doc fix from 3.2. | R David Murray | 2011-03-15 | 1 | -3/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | 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 |
| | | | | |||||
* | | | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used | Barry Warsaw | 2011-03-15 | 1 | -0/+14 |
|/ / / | | | | | | | | | | in a `with` statement. Contributed by Giampaolo Rodola. | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | If the timeout expires before the subprocess exits, the wait method and the communicate method will raise a subprocess.TimeoutExpired exception. When used with communicate, it is possible to catch the exception, kill the process, and retry the communicate and receive any output written to stdout or stderr. | ||||
* | | | 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 |
| | | | |||||
| | * | 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 ↵ | Senthil Kumaran | 2011-03-12 | 1 | -5/+6 |
| | | | | | | | | | | | | conditional regex | ||||
| * | | 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 |
| | | | |||||
* | | | Fix example in atexit doc: Both open and read could raise the IOError ↵ | Éric Araujo | 2011-03-12 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | (#10461 follow-up). Thanks to SilenGhost for catching this. | ||||
* | | | Fix issue11283 - Clarifying a re pattern in the re module docs for ↵ | orsenthil@gmail.com | 2011-03-12 | 1 | -5/+6 |
| | | | | | | | | | | | | conditional regex | ||||
* | | | Use with statement where it improves the documentation (closes #10461) | Éric Araujo | 2011-03-11 | 4 | -7/+13 |
| | | | |||||
* | | | 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 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | | | | | | | | | | Patch by Michal Nowikowski. |