summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #3080: Document the name attribute of the _inittab structureVictor Stinner2011-03-071-5/+5
* Issue #3080: Add PyImport_ImportFrozenModuleObject()Victor Stinner2011-03-201-1/+9
* #7198: add newlines='' to csv.writer docs.R David Murray2011-03-201-10/+11
* untabSkip Montanaro2011-03-191-1/+1
* *sigh* - i don't like this workflow at allSkip Montanaro2011-03-191-52/+0
* merge from upstreamSkip Montanaro2011-03-191-1/+1
|\
| * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| |\
| | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| | |\
| | | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| | * | Issue 7391: Remove questionable and outdated HOWTO document with permission f...Raymond Hettinger2011-03-192-291/+0
* | | | commit mergeSkip Montanaro2011-03-193-8/+257
|\ \ \ \ | |/ / /
| * | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-0/+238
| * | | Issue #5870: Add subprocess.DEVNULL constant.Ross Lagerwall2011-03-161-6/+17
| * | | Fix typo in subprocess documentation.Ronald Oussoren2011-03-161-1/+1
| * | | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
| |\ \ \ | | |/ /
| | * | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| | |\ \ | | | |/
| | | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | | | Mention RFC 4180. Based on input by Tony Wallace in issue 11456.Skip Montanaro2011-03-191-12/+64
|/ / /
* | | Forward port doc update.Raymond Hettinger2011-03-161-9/+9
|\ \ \ | |/ /
| * | Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts ...Raymond Hettinger2011-03-161-9/+9
* | | merge 3.2Michael Foord2011-03-151-6/+3
|\ \ \ | |/ /
| * | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-151-6/+3
* | | Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
|\ \ \ | |/ /
| * | Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
| |\ \ | | |/
| | * #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
* | | mergedBarry Warsaw2011-03-152-2/+7
|\ \ \
| * \ \ Merge doc updateAntoine Pitrou2011-03-152-2/+7
| |\ \ \ | | |/ /
| | * | Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha...Antoine Pitrou2011-03-152-2/+7
* | | | MergedBarry Warsaw2011-03-151-3/+4
|\ \ \ \ | |/ / /
| * | | Merge #11555 as_string doc fix from 3.2.R David Murray2011-03-151-3/+4
| |\ \ \ | | |/ /
| | * | Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-3/+4
| | |\ \ | | | |/
| | | * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-3/+4
* | | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be usedBarry Warsaw2011-03-151-0/+14
|/ / /
* | | Merge redundant __contains__ doc fix from 3.2.R David Murray2011-03-151-6/+0
|\ \ \ | |/ /
| * | Merge redundant __contains__ doc fix from 3.1.R David Murray2011-03-151-6/+0
| |\ \ | | |/
| | * Remove redundant __contains__ entry from Message docs.R David Murray2011-03-151-6/+0
* | | Closes issue 11407. TestCase.run returns the result object used or createdMichael Foord2011-03-141-2/+5
* | | Add a SubprocessError base class for exceptions in the subprocess module.Gregory P. Smith2011-03-141-0/+5
* | | Change versionchanged for timeout to 3.3, not 3.2.Reid Kleckner2011-03-141-5/+5
* | | Add a 'timeout' argument to subprocess.Popen.Reid Kleckner2011-03-141-11/+64
* | | Merge with 3.2Ross Lagerwall2011-03-141-1/+1
|\ \ \ | |/ /
| * | Merge from 3.1Ross Lagerwall2011-03-141-1/+1
| |\ \ | | |/
| | * Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
* | | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an...Antoine Pitrou2011-03-132-4/+3
|\ \ \ | |/ /
| * | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an...Antoine Pitrou2011-03-132-4/+3
* | | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
|\ \ \ | |/ /
| * | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
| |\ \ | | |/
| | * Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
* | | Issue #7391: Remove outdated HOWTO with permission of its author.Raymond Hettinger2011-03-132-291/+0
* | | Merge with 3.2.Ezio Melotti2011-03-131-20/+19
|\ \ \ | |/ /