summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #20468: Remove incorrect information about maxrss and page sizeMartin Panter2015-11-171-4/+1
* | | Issue #25615: Merge glob doc from 3.4 into 3.5Martin Panter2015-11-171-7/+7
|\ \ \ | |/ /
| * | Issue #25615: Document unsorted behaviour of glob; patch by Dave JonesMartin Panter2015-11-161-7/+7
* | | asyncio.docs: Document Transport.is_closing (merge 3.4)Yury Selivanov2015-11-161-0/+5
|\ \ \ | |/ /
| * | asyncio.docs: Document Transport.is_closingYury Selivanov2015-11-161-0/+5
* | | Fix grammar in whatsnew/3.5.rst and elsewhereMartin Panter2015-11-142-75/+76
* | | Merge typo and grammar fixes from 3.4 into 3.5Martin Panter2015-11-144-6/+6
|\ \ \ | |/ /
| * | Fix a few grammar problems in the documentation and commentsMartin Panter2015-11-143-5/+5
| * | Correct Content-Type syntax in documentationMartin Panter2015-11-141-1/+1
* | | Merge 3.4 (issue #25605)Victor Stinner2015-11-131-0/+4
|\ \ \ | |/ /
| * | Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()Victor Stinner2015-11-131-0/+4
* | | Merge with 3.4Zachary Ware2015-11-121-7/+9
|\ \ \ | |/ /
| * | Rewrite re.VERBOSE section.Zachary Ware2015-11-121-7/+9
* | | Issue #25603: Add missing parenthesis.Zachary Ware2015-11-121-1/+1
* | | Fix awkward grammar in whatsnew.Zachary Ware2015-11-121-1/+1
* | | Improve appearance of example codeRaymond Hettinger2015-11-101-7/+7
* | | Remove confusing section from named tuple recipes.Raymond Hettinger2015-11-101-10/+0
* | | Improve namedtuple doc string examplesRaymond Hettinger2015-11-092-3/+3
* | | Issue #25064: Adjust documentation according to new mkstemp signatureMartin Panter2015-11-071-19/+17
* | | Fixed merging error in 3ebeeed1eb28.Serhiy Storchaka2015-11-061-2/+0
* | | merge 3.4Benjamin Peterson2015-11-041-1/+1
|\ \ \ | |/ /
| * | remove trailing wsBenjamin Peterson2015-11-041-1/+1
* | | merge 3.4Benjamin Peterson2015-11-042-10/+9
|\ \ \ | |/ /
| * | link to modern PUG urlBenjamin Peterson2015-11-042-10/+9
* | | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...Guido van Rossum2015-11-022-5/+4
|\ \ \ | |/ /
| * | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...Guido van Rossum2015-11-022-5/+4
* | | Issue #25523: Further a-to-an corrections new in 3.5.Serhiy Storchaka2015-11-021-1/+1
* | | Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-0216-19/+19
|\ \ \ | |/ /
| * | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-0216-19/+19
* | | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-023-4/+4
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-0235-48/+48
|\ \ \ | |/ /
| * | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0235-48/+48
* | | Fix typo noticed by Alec NunnBerker Peksag2015-10-311-1/+1
* | | whatsnew/3.5: NumPy 1.10 has been releasedYury Selivanov2015-10-311-1/+1
* | | docs/inspect: Document __annotations__Yury Selivanov2015-10-311-0/+6
* | | Fix more typos in whatsnew/3.5.rstMartin Panter2015-10-311-4/+4
* | | Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-313-3/+3
|\ \ \ | |/ /
| * | Fix some spelling errors in documentation and code commentsMartin Panter2015-10-313-3/+3
* | | Merge with 3.4Terry Jan Reedy2015-10-301-2/+2
|\ \ \ | |/ /
| * | Issue #25519: Mark difflib.ndiff as a functions where not already.Terry Jan Reedy2015-10-301-2/+2
* | | Merge with 3.4Terry Jan Reedy2015-10-281-4/+4
|\ \ \ | |/ /
| * | Issue #25432: Explain isinstance behaviour when type is a tuple.Terry Jan Reedy2015-10-281-4/+4
* | | Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-261-21/+48
|\ \ \ | |/ /
| * | Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-21/+48
* | | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-3/+3
|\ \ \ | |/ /
| * | Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-3/+3
* | | Silence a "unused rule" warningBerker Peksag2015-10-201-1/+1
* | | rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
|\ \ \ | |/ /
| * | rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
* | | Issue #24885: Update note in docs about stream convenience functions. (Merge ...Guido van Rossum2015-10-191-4/+7
|\ \ \ | |/ /