| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6057: Document exceptions in sqlite3 module | Berker Peksag | 2016-08-24 | 1 | -2/+32 |
|
|
* | #25916: fix a few 'string of bytes' references. | R David Murray | 2016-08-24 | 3 | -3/+3 |
|
|
* | Minor spelling fixes | Martin Panter | 2016-08-20 | 3 | -3/+3 |
|
|
* | Remove duplicate of the entry in the seealso section | Raymond Hettinger | 2016-08-16 | 1 | -5/+0 |
|
|
* | Add docs for typing.AnyStr and typing.Text. By Michael Lee. | Guido van Rossum | 2016-08-15 | 1 | -0/+27 |
|
|
* | #27753: fix typo (name->named). | R David Murray | 2016-08-13 | 1 | -1/+1 |
|
|
* | Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec... | Raymond Hettinger | 2016-08-13 | 1 | -5/+11 |
|
|
* | Correct misspellings of ISO-8859 | Martin Panter | 2016-08-10 | 1 | -2/+2 |
|
|
* | Issue #27200: Fix doctests in Doc/library/hashlib.rst | Zachary Ware | 2016-08-10 | 1 | -0/+5 |
|
|
* | Issue #27210: Fix doctests for a few modules. | Zachary Ware | 2016-08-10 | 3 | -11/+9 |
|
|
* | Issue #27209: Fix doctests in Doc/library/email*.rst | Zachary Ware | 2016-08-10 | 3 | -30/+29 |
|
|
* | Issue #27208: Fix doctest in Doc/library/traceback.rst | Zachary Ware | 2016-08-10 | 1 | -4/+4 |
|
|
* | Issue #27205: Fix doctests in Doc/library/collections.rst. | Zachary Ware | 2016-08-09 | 1 | -15/+15 |
|
|
* | Issue #27722: Fix default for touch method's 'mode' argument | Zachary Ware | 2016-08-09 | 1 | -1/+1 |
|
|
* | Correct signatures for a couple of logging handlers | Zachary Ware | 2016-08-09 | 1 | -2/+2 |
|
|
* | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. | Guido van Rossum | 2016-08-08 | 7 | -129/+138 |
|
|
* | Fix use of default reST role | Berker Peksag | 2016-08-08 | 1 | -3/+3 |
|
|
* | Issue #23322: Remove outdated reference to an example in parser docs | Berker Peksag | 2016-08-08 | 1 | -7/+0 |
|
|
* | Use asyncio.gather instead of asyncio.wait in example. | Andrew Svetlov | 2016-08-08 | 1 | -1/+1 |
|
|
* | Better docs for typing.Any by Michael Lee. Fixes issue #27688. | Guido van Rossum | 2016-08-06 | 1 | -9/+71 |
|
|
* | Issue #18548: Fix unittest.TestSuite() example | Berker Peksag | 2016-08-06 | 1 | -2/+2 |
|
|
* | Add typing.Generator docs, by Michael Lee. | Guido van Rossum | 2016-08-05 | 1 | -0/+29 |
|
|
* | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 1 | -1/+1 |
|
|
* | Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs | Berker Peksag | 2016-08-04 | 1 | -1/+1 |
|
|
* | Indent ipaddress.ip_address() example correctly | Berker Peksag | 2016-08-04 | 1 | -7/+4 |
|
|
* | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+15 |
|\ |
|
| * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+13 |
| |\ |
|
| | * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+13 |
|
|
* | | | Silence another "default role used" warning in typing.rst | Berker Peksag | 2016-07-30 | 1 | -1/+1 |
|
|
* | | | Fix whitespace. | Guido van Rossum | 2016-07-29 | 1 | -1/+1 |
|
|
* | | | Expand documentation about type aliases and NewType in the typing module. | Guido van Rossum | 2016-07-29 | 1 | -1/+96 |
|
|
* | | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 22 | -64/+166 |
|
|
* | | | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 4 | -4/+4 |
|
|
* | | | Issue #27633: Fix usage of versionchanged directive in email.parser.rst | Berker Peksag | 2016-07-27 | 1 | -1/+1 |
|
|
* | | | Issue #26638: Don’t link 2to3 -l option to the tarfile -l option | Martin Panter | 2016-07-26 | 1 | -1/+1 |
|
|
* | | | Issue #27601: Improve example in the "Hashing of numeric types" section | Berker Peksag | 2016-07-25 | 1 | -11/+11 |
|
|
* | | | Issue #25393: Fix probable copy/paste error in resource docs | Zachary Ware | 2016-07-19 | 1 | -3/+3 |
|
|
* | | | Issue #27528: Document and test warning messages must match at beginning | Martin Panter | 2016-07-19 | 1 | -3/+4 |
|
|
* | | | Issue #27531: Update signature of Mock.assert_not_called method | Berker Peksag | 2016-07-17 | 1 | -1/+1 |
|
|
* | | | Issue #26696: Document collections.abc.ByteString. | Brett Cannon | 2016-07-15 | 1 | -1/+4 |
|
|
* | | | Issue #27180: Clarify Path.rename() behavior on Unix systems | Berker Peksag | 2016-07-14 | 1 | -2/+3 |
|
|
* | | | Issue #27455: Improve examples in tkinter documentation | Berker Peksag | 2016-07-14 | 1 | -13/+13 |
|
|
* | | | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 4 | -4/+4 |
|
|
* | | | #26176: fix usage of Address constructor in email examples. | R David Murray | 2016-07-10 | 1 | -1/+1 |
|
|
* | | | Issue #27431: Update default protocol version in shelve.Shelf() documentation | Berker Peksag | 2016-07-01 | 1 | -1/+1 |
|
|
* | | | Issue #4945: Improved the documenting of boolean arguments in the json module. | Serhiy Storchaka | 2016-06-30 | 1 | -22/+26 |
|
|
* | | | Issue #27416: clarify copy doc | Victor Stinner | 2016-06-30 | 1 | -1/+1 |
|
|
* | | | Fix issue #27402: example for typing did not type-check. | Guido van Rossum | 2016-06-28 | 1 | -2/+2 |
|
|
* | | | Remove a stale reference to pathlib.PurePath.path | Brett Cannon | 2016-06-24 | 1 | -3/+2 |
|
|
* | | | Issue #27381: Remove superfluous paren in zipfile documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 |
|
|