summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentationBerker Peksag2016-10-161-1/+1
| | | | Patch by Xiang Zhang.
* Remove spurious article.Ned Deily2016-10-151-1/+1
|
* Issue #27800: Document limitation and workaround for multiple RE repetitionsMartin Panter2016-10-151-0/+6
|
* Issue #23231: Document codecs.iterencode(), iterdecode() shortcomingsMartin Panter2016-10-151-0/+9
|
* Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by ↵Senthil Kumaran2016-10-141-2/+4
| | | | Xiang Zhang.
* Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead ↵Guido van Rossum2016-10-131-9/+9
| | | | of No/Yes.
* Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)Guido van Rossum2016-10-131-13/+11
|
* Issue #21443: Show how to change log level for asyncio.Guido van Rossum2016-10-131-0/+8
|
* Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentationBerker Peksag2016-10-091-22/+16
|
* Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)Guido van Rossum2016-10-091-2/+2
|
* Issue #28388: update typing module documentation.Guido van Rossum2016-10-091-122/+125
|
* Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().Serhiy Storchaka2016-10-081-3/+6
| | | | Patch by Xiang Zhang.
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-072-2/+5
| | | | Original patch by Niklas Koep.
* Issue #28348: Fix typo in asyncio.Task() documentationBerker Peksag2016-10-041-1/+1
| | | | Patch by Mariatta Wijaya.
* Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-1/+1
| | | | Original patch by Xiang Zhang.
* Issue #28319: Fix typo in lzma.rstBerker Peksag2016-09-301-4/+3
| | | | Reported by Vladimir Rutsky.
* Fix markup in pathlib.rstBerker Peksag2016-09-301-1/+1
|
* Fix Path.glob() link, reported by SilentGhostBerker Peksag2016-09-301-1/+1
|
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-8/+8
| | | | Patch by Mariatta Wijaya.
* Issue #28306: Update exception message of ZeroDivisionErrorBerker Peksag2016-09-281-1/+1
|
* Issue #27740: Fix typo in Py_CompileStringExFlagsBerker Peksag2016-09-281-1/+1
|
* Issue #21903: Update ctypes example to use MessageBoxWBerker Peksag2016-09-281-11/+9
|
* Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
|
* Issue #10673: Document that Process.exitcode can be used to determine timeoutBerker Peksag2016-09-261-0/+3
| | | | Patch by Tom Clark.
* Document that os.mknod() is not available on WindowsBerker Peksag2016-09-261-0/+2
| | | | Reported by Regina Ochotzki on docs@p.o.
* os.genenvb() is not availabnle under WindowsBerker Peksag2016-09-261-0/+3
|
* Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+6
| | | | PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
* Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-233-3/+8
|
* Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
|
* Docs: Correctly link to the methodsJesus Cea2016-09-191-19/+22
|
* Issue #25270: Prevent codecs.escape_encode() from raising SystemError when ↵Berker Peksag2016-09-161-1/+1
| | | | an empty bytestring is passed
* Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-1/+1
| | | | Patch by Gergely Imreh and Markus Holtermann.
* Issue #28104: More accurately document set method signaturesRaymond Hettinger2016-09-131-6/+6
|
* Issue #28103: Use ``'...'`` style in zipfile documentationBerker Peksag2016-09-131-2/+2
| | | | Patch by Stephen J. Turnbull.
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-0/+3
| | | | Patch by Roger Serwy, updated by Bayard Randel.
* Issue #26511: Reference the id() function in the 'is' and 'is not' docsRaymond Hettinger2016-09-121-2/+3
|
* Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-6/+6
|
* Issue #20100: Clarify that passing flags to epoll() has no effectBerker Peksag2016-09-111-3/+5
|
* Closed #26533: expanded on behaviour of logging.config.listen().Vinay Sajip2016-09-111-5/+14
|
* Issue #27991: Remove incorrect sentence about store_trueBerker Peksag2016-09-111-2/+2
| | | | Patch by py.user.
* Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ↵Guido van Rossum2016-09-111-14/+113
| | | | 3.6 version)
* Issue #28073: Improve wording around None. Michael Lee.Guido van Rossum2016-09-111-2/+4
|
* Correct spelling in documentation and code commentMartin Panter2016-09-101-2/+2
|
* Issue 14976: Note that the queue module is not designed to protect against ↵Raymond Hettinger2016-09-091-5/+2
| | | | reentrancy
* Issue #19489: Move the search box from sidebar to header and footer.Zachary Ware2016-09-094-11/+45
|
* repair errors in (set|get)_task_factory note (#28051)Benjamin Peterson2016-09-091-5/+6
|
* Add a note about queue not being safe for use from signal handlers.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-0/+5
| | | | issue14976.
* Closes #22731: Documents change of console mode.Steve Dower2016-09-091-0/+4
|
* Issue28010 - Make http.client.HTTPConnection.putrequest documentation ↵Senthil Kumaran2016-09-081-15/+9
| | | | consistent with the code.
* Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-073-4/+4
|