summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix two typos in AbstractBasicAuthHandler documentation.Berker Peksag2015-04-171-2/+3
* #16914: reflow paragraph and add missing versionchanged.R David Murray2015-04-161-3/+6
* #16914: add timestamps to smtplib debugging output via new debuglevel 2.R David Murray2015-04-162-2/+12
* #7159: generalize urllib prior auth support.R David Murray2015-04-162-17/+67
* #18128: use standard +NNNN timezone format in POT-Creation-Date header.R David Murray2015-04-161-0/+4
* Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-152-0/+12
* Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...Steve Dower2015-04-151-2/+2
* Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...Eric V. Smith2015-04-152-11/+30
* properly wrapBenjamin Peterson2015-04-151-2/+2
* Add a subprocess.run() function than returns a CalledProcess instance for aGregory P. Smith2015-04-142-119/+178
* issue9859: add the missing versionadded tag to the documentation.Gregory P. Smith2015-04-141-0/+2
* Merge: #23957: fix typo.R David Murray2015-04-141-1/+1
|\
| * #23957: fix typo.R David Murray2015-04-141-1/+1
* | issue9859: Document test.support.detect_api_mismatch() and simplify its test.Gregory P. Smith2015-04-141-0/+9
* | issue9014: Include more formatting on :c:type:`PyObject` etc.Gregory P. Smith2015-04-141-3/+3
|\ \ | |/
| * issue9014: Include more formatting on :c:type:`PyObject` etc.Gregory P. Smith2015-04-141-3/+3
* | issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.Gregory P. Smith2015-04-141-29/+41
|\ \ | |/
| * issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.Gregory P. Smith2015-04-141-29/+41
* | remove trailing spaceGregory P. Smith2015-04-141-1/+1
|\ \ | |/
| * remove trailing space :)Gregory P. Smith2015-04-141-1/+1
* | issue22046: mention that zipfile can raise NotImplementedError on unsupportedGregory P. Smith2015-04-141-1/+5
|\ \ | |/
| * issue22046: mention that zipfile can raise NotImplementedError on unsupportedGregory P. Smith2015-04-141-1/+5
* | #21146: give a more efficient recipe in gzip docsAndrew Kuchling2015-04-141-1/+2
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-143-3/+3
|\ \ | |/
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-143-3/+3
* | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.Larry Hastings2015-04-132-0/+15
* | Closes #23730: merge with 3.4Zachary Ware2015-04-131-0/+2
|\ \ | |/
| * Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* | Closes #23938: List Windows XP as an unsupported platform.Zachary Ware2015-04-131-1/+1
* | Fix a grammar error in the porting HOWTO as found by Eric Smith.Brett Cannon2015-04-131-1/+1
* | Issue #23733: Mention bytes.__mod__ in the porting HOWTO.Brett Cannon2015-04-131-3/+2
* | Fix doc build errorAntoine Pitrou2015-04-131-1/+1
* | Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
|\ \ | |/
| * Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
* | Issue #23732: Mention the new -b semantics in the porting HOWTO.Brett Cannon2015-04-131-4/+6
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-1316-57/+125
* | Closes #17202: Merge with 3.4Zachary Ware2015-04-131-133/+133
|\ \ | |/
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-124/+124
* | Closes #23932: Merge with 3.4Zachary Ware2015-04-131-11/+10
|\ \ | |/
| * Issue #23932: Update the tutorial section on function annotations.Zachary Ware2015-04-131-11/+10
* | Doc clarification / edification on the semantics of the 'w*' format unit.Larry Hastings2015-04-132-5/+12
* | Merge: #17380: Document tp_init return value in extending docs.R David Murray2015-04-131-1/+2
|\ \ | |/
| * #17380: Document tp_init return value in extending docs.R David Murray2015-04-131-1/+2
* | #23464: remove JoinableQueue that was deprecated in 3.4.4.R David Murray2015-04-122-11/+4
* | Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-125-28/+38
|\ \ | |/
| * Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-125-28/+38
* | Issue #23668: Adds support for os.truncate and os.ftruncate on WindowsSteve Dower2015-03-212-4/+11
* | Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...Antoine Pitrou2015-04-111-2/+2
|\ \ | |/
| * Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...Antoine Pitrou2015-04-111-2/+2
* | Issue #23912: Fix code formatting in datamodel.rst.Berker Peksag2015-04-111-3/+3
|\ \ | |/