Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge to default. | Georg Brandl | 2011-03-21 | 1 | -1/+1 |
|\ | |||||
| * | Merge to 3.2. | Georg Brandl | 2011-03-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix duplicate word. | Georg Brandl | 2011-03-21 | 1 | -1/+1 |
| | | | |||||
* | | | Fix a typo (see #3080) | Éric Araujo | 2011-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | tabs are verboten. | Georg Brandl | 2011-03-20 | 1 | -3/+4 |
| | | | |||||
* | | | Merge from 3.1 | Éric Araujo | 2011-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.1 | Éric Araujo | 2011-03-20 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix typo in class name | Éric Araujo | 2011-03-20 | 1 | -1/+1 |
| | | | |||||
* | | | Markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -6/+6 |
|\ \ \ | |/ / | | | | | | | Also corrected the indentation of one of the examples. | ||||
| * | | 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 |
| |\ \ | | |/ | | | | | | | | | | | | | Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default. | ||||
| | * | #7198: really add newline='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default. | ||||
* | | | Fix footnote reference. | R David Murray | 2011-03-20 | 1 | -1/+1 |
| | | | |||||
* | | | mention newline= in write doc | Skip Montanaro | 2011-03-20 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #3080: Add PyImport_ImportModuleLevelObject() function | Victor Stinner | 2011-03-14 | 1 | -1/+8 |
| | | | | | | | | | | | | Use it for the builtin __import__ function. | ||||
* | | | Issue #3080: Document the name attribute of the _inittab structure | Victor Stinner | 2011-03-07 | 1 | -5/+5 |
| | | | | | | | | | | | | The name is an ASCII encoded string. | ||||
* | | | Issue #3080: Add PyImport_ImportFrozenModuleObject() | Victor Stinner | 2011-03-20 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | find_frozen(), get_frozen_object(), is_frozen_package() and other functions related to frozen modules use Unicode strings instead of byte strings. | ||||
* | | | #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. | ||||
| | * | | Issue 7391: Remove questionable and outdated HOWTO document with permission ↵ | Raymond Hettinger | 2011-03-19 | 2 | -291/+0 |
| | | | | | | | | | | | | | | | | from its author. | ||||
* | | | | commit merge | Skip Montanaro | 2011-03-19 | 3 | -8/+257 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
| | | | | |||||
| * | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 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 | 2 | -2/+7 |
|\ \ \ | |||||
| * \ \ | Merge doc update | Antoine Pitrou | 2011-03-15 | 2 | -2/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Followup to 4c59cd84086f: add an entry in the porting guide and a ↵ | Antoine Pitrou | 2011-03-15 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | "versionchanged" attribute. | ||||
* | | | | 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 |
|\ \ \ | |/ / |