summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25767: Merge with 3.4Zachary Ware2015-12-011-1/+1
|\
| * Issue #25767: Link to English Wikipedia instead of French.Zachary Ware2015-12-011-1/+1
* | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5Martin Panter2015-11-261-7/+13
|\ \ | |/
| * Issues #22989, #21228: Document HTTP response object for urlopen()Martin Panter2015-11-261-7/+13
* | Issue #25508: Merged documentation fix from 3.4.Vinay Sajip2015-11-241-1/+3
|\ \ | |/
| * Issue #25508: Clarify documentation on LogRecord args attribute.Vinay Sajip2015-11-241-1/+3
* | Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5Martin Panter2015-11-243-30/+16
|\ \ | |/
| * Issue #25576: Remove application/x-www-form-urlencoded charset adviceMartin Panter2015-11-243-30/+16
* | Issue #25700: Clarify that namedtuple property docstrings became writeable in...Raymond Hettinger2015-11-241-0/+3
* | Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-233-4/+4
|\ \ | |/
| * Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-233-4/+4
* | 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
* | Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-201-8/+8
* | Close issue25594: advise against accessing Enum members from other membersEthan Furman2015-11-201-10/+16
* | Merge: #25679: spelling fixR David Murray2015-11-201-3/+2
|\ \ | |/
| * #25679: spelling fixR David Murray2015-11-201-3/+2
* | 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
* | 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