summaryrefslogtreecommitdiff
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate of the entry in the seealso sectionRaymond Hettinger2016-08-161-5/+0
|
* Add docs for typing.AnyStr and typing.Text. By Michael Lee.Guido van Rossum2016-08-151-0/+27
|
* #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
|
* Issue #27720: Fix error in eng_to_decimal docs and add examples from the ↵Raymond Hettinger2016-08-131-5/+11
| | | | | | specification. (Based on a first draft patch from Evelyn Mitchell.)
* Correct misspellings of ISO-8859Martin Panter2016-08-101-2/+2
|
* Issue #27200: Fix doctests in Doc/library/hashlib.rstZachary Ware2016-08-101-0/+5
|
* Issue #27210: Fix doctests for a few modules.Zachary Ware2016-08-103-11/+9
| | | | Initial patch by Jelle Zijlstra.
* Issue #27209: Fix doctests in Doc/library/email*.rstZachary Ware2016-08-103-30/+29
| | | | Patch by Jelle Zijlstra.
* Issue #27208: Fix doctest in Doc/library/traceback.rstZachary Ware2016-08-101-4/+4
| | | | Patch by Jelle Zijlstra.
* Issue #27205: Fix doctests in Doc/library/collections.rst.Zachary Ware2016-08-091-15/+15
| | | | Initial patch by Jelle Zijlstra.
* Issue #27722: Fix default for touch method's 'mode' argumentZachary Ware2016-08-091-1/+1
|
* Correct signatures for a couple of logging handlersZachary Ware2016-08-091-2/+2
| | | | Reported by Oleg Gromyak on docs@
* Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-087-129/+138
|
* Fix use of default reST roleBerker Peksag2016-08-081-3/+3
|
* Issue #23322: Remove outdated reference to an example in parser docsBerker Peksag2016-08-081-7/+0
| | | | Initial patch by Sahil Chelaramani.
* Use asyncio.gather instead of asyncio.wait in example.Andrew Svetlov2016-08-081-1/+1
| | | | | gather will raise exception in case of problem but wait just returns done and pending lists of futures. For getting error every future result should be retrieved, which is boring and error prone.
* Better docs for typing.Any by Michael Lee. Fixes issue #27688.Guido van Rossum2016-08-061-9/+71
|
* Issue #18548: Fix unittest.TestSuite() exampleBerker Peksag2016-08-061-2/+2
| | | | Initial patch by py.user.
* Add typing.Generator docs, by Michael Lee.Guido van Rossum2016-08-051-0/+29
|
* Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
|
* Fix indentation of versionadded directive in IPv4Address.reverse_pointer docsBerker Peksag2016-08-041-1/+1
|
* Indent ipaddress.ip_address() example correctlyBerker Peksag2016-08-041-7/+4
|
* [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+15
|\ | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by R?mi Rampin.
| * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-30218-4179/+18053
| |\ | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by R?mi Rampin.
| * | Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+13
| | | | | | | | | | | | | | | | | | | | | Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by R?mi Rampin.
* | | Silence another "default role used" warning in typing.rstBerker Peksag2016-07-301-1/+1
| | | | | | | | | | | | This should make ware-docs green again.
* | | Fix whitespace.Guido van Rossum2016-07-291-1/+1
| | |
* | | Expand documentation about type aliases and NewType in the typing module.Guido van Rossum2016-07-291-1/+96
| | | | | | | | | | | | By Michael Lee.
* | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2622-64/+166
| | | | | | | | | | | | Patch by Julien Palard.
* | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-284-4/+4
| | | | | | | | | | | | Based on patch by Ville Skytt?.
* | | Issue #27633: Fix usage of versionchanged directive in email.parser.rstBerker Peksag2016-07-271-1/+1
| | | | | | | | | | | | Patch by Florian Preinstorfer.
* | | Issue #26638: Don?t link 2to3 -l option to the tarfile -l optionMartin Panter2016-07-261-1/+1
| | |
* | | Issue #27601: Improve example in the "Hashing of numeric types" sectionBerker Peksag2016-07-251-11/+11
| | | | | | | | | | | | | | | | | | | | | * Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry.
* | | Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-3/+3
| | | | | | | | | | | | Patch by Alakshendra Yadav.
* | | Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-3/+4
| | |
* | | Issue #27531: Update signature of Mock.assert_not_called methodBerker Peksag2016-07-171-1/+1
| | | | | | | | | | | | | | | | | | Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
* | | Issue #26696: Document collections.abc.ByteString.Brett Cannon2016-07-151-1/+4
| | | | | | | | | | | | Thanks to Xiang Zhang for the patch.
* | | Issue #27180: Clarify Path.rename() behavior on Unix systemsBerker Peksag2016-07-141-2/+3
| | | | | | | | | | | | Patch by Evelyn Mitchell.
* | | Issue #27455: Improve examples in tkinter documentationBerker Peksag2016-07-141-13/+13
| | | | | | | | | | | | Patch by John Hagen.
* | | English spelling and grammar fixesMartin Panter2016-07-114-4/+4
| | |
* | | #26176: fix usage of Address constructor in email examples.R David Murray2016-07-101-1/+1
| | | | | | | | | | | | Patch by Nathan Harold.
* | | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-1/+1
| | | | | | | | | | | | shelve.open() documentation was updated in f351fb7ea179.
* | | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-22/+26
| | | | | | | | | | | | Based on patch by Gabriel Genellina.
* | | Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
| | | | | | | | | | | | Patch written by R. David Murray.
* | | Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
| | |
* | | Remove a stale reference to pathlib.PurePath.pathBrett Cannon2016-06-241-3/+2
| | |
* | | Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
| | |
* | | Issue #26547: Remove outdated term dictproxy from vars() documentationBerker Peksag2016-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien.
* | | Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-223-1/+31
| | | | | | | | | | | | Patch by Yoni Lavi
* | | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-2/+2
| | | | | | | | | | | | represented as a compination of known flags.