summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-17/+6
* Issue #27188: Merge from 3.5Berker Peksag2016-06-121-18/+19
|\
| * Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-18/+19
* | Merge from 3.5Berker Peksag2016-06-121-1/+1
|\ \ | |/
| * Use exc role for ValueError in multiprocessing.rstBerker Peksag2016-06-121-1/+1
* | Issue #27221: Merge from 3.5Berker Peksag2016-06-121-6/+1
|\ \ | |/
| * Issue #27221: Delete an outdated paragraph about pickle support of ProcessBerker Peksag2016-06-121-6/+1
* | Add grammatical article to “an ASCII letter”Martin Panter2016-06-121-3/+3
* | Merge typo fixes from 3.5Martin Panter2016-06-121-1/+1
|\ \ | |/
| * Fix typos and English grammar in documentation and code commentMartin Panter2016-06-121-1/+1
* | Issue #24136: Adjust f-strings doc for interable unpackingMartin Panter2016-06-121-1/+2
* | Issue #24136: Merge unpacking doc from 3.5Martin Panter2016-06-124-30/+64
|\ \ | |/
| * Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-124-30/+64
* | Clarify that md5 is in the algorithms_guaranteed list despite whatGregory P. Smith2016-06-121-1/+3
* | issue15468 - use sha256 instead of md5 or sha1 in the examples.Gregory P. Smith2016-06-121-8/+10
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-111-0/+9
* | Merge from 3.5Berker Peksag2016-06-111-1/+1
|\ \ | |/
| * Fix typo and silence a Sphinx warning in Doc/glossary.rstBerker Peksag2016-06-111-1/+1
* | Merge from 3.5Berker Peksag2016-06-111-3/+3
|\ \ | |/
| * Silence 'make suspicious' warningsBerker Peksag2016-06-111-3/+3
* | Merge Issue #22558.Terry Jan Reedy2016-06-11221-134/+531
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-11221-134/+531
* | Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-112-13/+13
* | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-111-12/+11
* | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-101-0/+6
* | Issue #27186: Add os.PathLike support to pathlib.Brett Cannon2016-06-101-7/+16
* | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-093-2/+16
* | Issue #27280: Merge from 3.5Berker Peksag2016-06-101-1/+1
|\ \ | |/
| * Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1
* | Issue #24617: Merge os.mkdir() doc from 3.5Martin Panter2016-06-101-4/+10
|\ \ | |/
| * Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+10
* | Add a versionadded directive to os.PathLikeBerker Peksag2016-06-101-0/+2
* | Issue #8491: Merge readline doc from 3.5Martin Panter2016-06-101-0/+7
|\ \ | |/
| * Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
* | MergeBrett Cannon2016-06-094-11/+8
|\ \
| * \ Issue #15476: Merge index entries from 3.5Martin Panter2016-06-094-11/+8
| |\ \ | | |/
| | * [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-024-11/+8
* | | Issue #27186: Document PyOS_FSPath().Brett Cannon2016-06-092-0/+13
|/ /
* | Issue #27182: Document os.PathLike.Brett Cannon2016-06-092-0/+24
* | Add a missing :term:.Brett Cannon2016-06-091-1/+1
* | Clarify the os.fspath() documentation.Brett Cannon2016-06-091-3/+4
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-094-7/+63
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-094-7/+63
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-082-20/+0
|\ \ | |/
| * asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-082-20/+0
* | Merge 3.5 (whatsnew)Yury Selivanov2016-06-081-2/+7
|\ \ | |/
| * asyncio: Update whatsnew/3.5.2Yury Selivanov2016-06-081-2/+7
* | Merge 3.5 (asyncio, issue #27136)Yury Selivanov2016-06-081-23/+24
|\ \ | |/
| * Issue #27136: Update asyncio docsYury Selivanov2016-06-081-23/+24
| * Issue #23275: Backport target list assignment documentation fixesMartin Panter2016-06-081-15/+14