summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed merging error in 3ebeeed1eb28.Serhiy Storchaka2015-11-061-2/+0
| | | | Thanks Марк Коренберг.
* 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
|\ \ | |/ | | | | 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-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
| | | | | | | | | | | | 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
| |
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Silence a "unused rule" warningBerker Peksag2015-10-201-1/+1
| | | | | | | | This one should make Docs 3.5 and Docs 3.x green again.
* | rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
|\ \ | |/ | | | | This should make buildbots green.
| * rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
| | | | | | | | This should make buildbots green.
* | Issue #24885: Update note in docs about stream convenience functions. (Merge ↵Guido van Rossum2015-10-191-4/+7
|\ \ | |/ | | | | 3.4->3.5)
| * Issue #24885: Update note in docs about stream convenience functions.Guido van Rossum2015-10-191-4/+7
| |
* | Fix another typo noticed by SilentGhostBerker Peksag2015-10-181-1/+1
| |
* | Issue #25434: Fix typo in whatsnew/3.5rstBerker Peksag2015-10-181-1/+1
| | | | | | | | Patch by Louis Sautier.
* | Merged cookbook update from 3.4.Vinay Sajip2015-10-171-0/+66
|\ \ | |/
| * Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
| |
* | Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-3/+2
| | | | | | | | | | | | | | in Python 3.6. The new PEP 4 policy of any module existing in both 2.7 and 3.5 applies here, hence the module will be with us for a bit longer.
* | Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
|\ \ | |/ | | | | Patch by TAKASE Arihiro.
| * Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
| | | | | | | | Patch by TAKASE Arihiro.
* | Merge with 3.4Terry Jan Reedy2015-10-141-11/+10
|\ \ | |/
| * Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-141-11/+10
| | | | | | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
* | sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-121-0/+7
| | | | | | | | | | | | | | Issue #25274: sys.setrecursionlimit() now raises a RecursionError if the new recursion limit is too low depending at the current recursion depth. Modify also the "lower-water mark" formula to make it monotonic. This mark is used to decide when the overflowed flag of the thread state is reset.
* | merge 3.4Benjamin Peterson2015-10-121-2/+2
|\ \ | |/
| * actually link to the version attributes documentationBenjamin Peterson2015-10-121-2/+2
| |
* | merge 3.4Benjamin Peterson2015-10-111-2/+2
|\ \ | |/
| * don't mention Python 2.2 (closes #25375)Benjamin Peterson2015-10-111-2/+2
| |
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-1037-40/+41
|\ \ | |/
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-1037-40/+41
| |
* | Issue #22413: Merge StringIO doc from 3.4 into 3.5Martin Panter2015-10-101-4/+12
|\ \ | |/
| * Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-101-4/+12
| | | | | | | | Also add to comment in the C code.