summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5Martin Panter2015-11-212-4/+3
|\
| * Issue #25689: Fix language in ftplib and nntplib docsMartin Panter2015-11-212-4/+3
| | | | | | | | Original patch by Silent Ghost.
* | Close issue25594: advise against accessing Enum members from other membersEthan Furman2015-11-201-10/+16
| |
* | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-192-7/+17
|\ \ | |/
| * Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-192-7/+17
| |
* | Merge 3.4Yury Selivanov2015-11-181-1/+1
|\ \ | |/
| * asyncio.docs: Fix versionaddedYury Selivanov2015-11-181-1/+1
| |
* | Issue #23200: Merge zlib doc from 3.4 into 3.5Martin Panter2015-11-181-1/+1
|\ \ | |/
| * Issue #23200: Document that max_length=0 is not supportedMartin Panter2015-11-181-1/+1
| |
* | Issue #20468: Merge getpagesize doc from 3.4 into 3.5Martin Panter2015-11-171-4/+1
|\ \ | |/
| * Issue #20468: Remove incorrect information about maxrss and page sizeMartin Panter2015-11-171-4/+1
| | | | | | | | Extract of patch by Ronald Oussoren.
* | 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-141-1/+1
| | | | | | | | Mainly missing grammatical articles (the, a).
* | 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
| | | | | | | | | | | | | | It now has slightly better rationale and a less awkward wording in the explanation. Inspired by a report of a neither/or conflict by 'animalize' on docs@.
* | Issue #25603: Add missing parenthesis.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-091-2/+2
| |
* | Issue #25064: Adjust documentation according to new mkstemp signatureMartin Panter2015-11-071-19/+17
| | | | | | | | | | | | | | | | The mkstemp() and mkdtemp() signatures have already been updated, but the higher-level functions still suggest that the default values are forced to text strings. Also merged some paragraphs describing the "suffix" and "prefix" parameters, and pointed out that mktemp() does not support the new changes.
* | Fixed merging error in 3ebeeed1eb28.Serhiy Storchaka2015-11-061-2/+0
| | | | | | | | Thanks Марк Коренберг.
* | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ↵Guido van Rossum2015-11-022-5/+4
|\ \ | |/ | | | | by Akira Li. (Merge 3.4->3.5)
| * Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ↵Guido van Rossum2015-11-022-5/+4
| | | | | | | | by Akira Li.
* | 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-0211-14/+14
|\ \ | |/
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-0211-14/+14
| |
* | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
| |
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-0226-38/+38
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0226-38/+38
| | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* | Fix typo noticed by Alec NunnBerker Peksag2015-10-311-1/+1
| |
* | docs/inspect: Document __annotations__Yury Selivanov2015-10-311-0/+6
| |
* | Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-312-2/+2
|\ \ | |/
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-312-2/+2
| |
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores details lost in revision 097f4fda61a4 (since Python 3.3, related to the new OSError subclasses). Further additions: * Markup for attributes and constructor signature * Explain "winerror" and "filename2" * Extend test to check for filename2 defaulting to None * Clarify that the constructor can return a subclass I have intentionally left out any details of allowing more than five arguments, or how the "args" attribute is set for four or more arguments. These details seem to be dependent on the Python version and platform.
* | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-3/+3
|\ \ | |/
| * Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-3/+3
| | | | | | | | Patch written by Bernt Røskar Brenna.
* | Issue #24885: Update note in docs about stream convenience functions. (Merge ↵Guido van Rossum2015-10-191-4/+7
|\ \ | |/ | | | | 3.4->3.5)