Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20460: Render 'bytes' as a class, not a function. | Zachary Ware | 2014-01-31 | 1 | -1/+1 |
| | | | | Patch by OSAMU NAKAMURA. | ||||
* | Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. | Zachary Ware | 2014-01-31 | 1 | -0/+1 |
| | |||||
* | inspect.docs: Document constructors for Signature & Parameter #20442 | Yury Selivanov | 2014-01-30 | 1 | -2/+11 |
| | |||||
* | Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate | Victor Stinner | 2014-01-27 | 1 | -1/+2 |
| | | | | arguments. Patch by Glenn Langford. | ||||
* | eliminate redundancy between yield stmt and yield expr docs (closes #12704) | Benjamin Peterson | 2014-01-27 | 2 | -94/+62 |
| | | | | Patch by Nikolaus Rath. | ||||
* | update sphinx url | Benjamin Peterson | 2014-01-25 | 1 | -2/+2 |
| | |||||
* | linkify | Benjamin Peterson | 2014-01-25 | 1 | -3/+4 |
| | |||||
* | Fix grammar. | Eric V. Smith | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | update hosting faq | Benjamin Peterson | 2014-01-25 | 1 | -3/+6 |
| | |||||
* | Issue #20301: Mention the correct KEY_* value as the default | Zachary Ware | 2014-01-21 | 1 | -1/+1 |
| | | | | | for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo. | ||||
* | fix deprecated-removed directive with sphinx 1.2 | Georg Brandl | 2014-01-21 | 2 | -10/+24 |
| | |||||
* | Issue #20222: file is no longer a builtin in 3.x. | Terry Jan Reedy | 2014-01-21 | 1 | -2/+2 |
| | |||||
* | put notes in a ..note section | Benjamin Peterson | 2014-01-20 | 1 | -12/+12 |
| | |||||
* | document that a new Python thread context is created in ctypes callbacks ↵ | Benjamin Peterson | 2014-01-20 | 1 | -1/+7 |
| | | | | | | (closes #6627) Patch by Nikolaus Rath. | ||||
* | improve description of buffers argument for readv/writev (closes #17811) | Benjamin Peterson | 2014-01-19 | 1 | -8/+12 |
| | | | | Patch by Nikolaus Rath. | ||||
* | rm extra whitespace | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | link to builtin open not io.open | Benjamin Peterson | 2014-01-18 | 1 | -6/+6 |
| | |||||
* | describe type of Popen streams (closes #17814) | Benjamin Peterson | 2014-01-18 | 1 | -8/+16 |
| | | | | Patch more or less by Nikolaus Rath. | ||||
* | Issue #20265: Updated some parts of the Using Windows document. | Zachary Ware | 2014-01-17 | 1 | -13/+10 |
| | | | | | | | Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS) | ||||
* | Added example to recently added cookbook entry. | Vinay Sajip | 2014-01-17 | 1 | -0/+28 |
| | |||||
* | Issue #20266: Update parts of the Windows FAQ | Zachary Ware | 2014-01-17 | 1 | -5/+7 |
| | |||||
* | linkify chain.from_iterable (closes #20272) | Benjamin Peterson | 2014-01-16 | 1 | -16/+16 |
| | |||||
* | update pysqlite website (closes #20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Added cookbook entry on alternative formatting styles. | Vinay Sajip | 2014-01-15 | 3 | -2/+94 |
| | |||||
* | Clarified documentation note on module-level convenience functions. | Vinay Sajip | 2014-01-15 | 1 | -8/+9 |
| | |||||
* | Issue #20255: Update the about and bugs pages. | Zachary Ware | 2014-01-14 | 2 | -16/+26 |
| | |||||
* | Issue #20253: Fixed a typo in the ipaddress docs that advertised an | Zachary Ware | 2014-01-14 | 1 | -2/+2 |
| | | | | illegal attribute name. Found by INADA Naoki. | ||||
* | Fix typo. Found by David Pesta on docs@. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Fix typo. Found by David Pesta on docs@. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for ↵ | Georg Brandl | 2014-01-14 | 2 | -2/+2 |
| | | | | Py2.5. | ||||
* | Fix typo. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | #20236: Fix sphinx markup. | R David Murray | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in ↵ | Senthil Kumaran | 2014-01-13 | 1 | -0/+64 |
| | | | | modules and in documentation. | ||||
* | Doc: update Sphinx toolchain also in make.bat | Georg Brandl | 2014-01-12 | 1 | -4/+4 |
| | |||||
* | Update Sphinx toolchain. | Georg Brandl | 2014-01-11 | 1 | -4/+4 |
| | |||||
* | Fix verb tense in base64 docs, and the phrasing of a news entry. | R David Murray | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | correct word for __annotations__ doc (closes #20110) | Benjamin Peterson | 2014-01-02 | 1 | -1/+1 |
| | | | | Patch from Claudiu Popa. | ||||
* | #17282: Document unittest.main defaultTest argument. | R David Murray | 2014-01-02 | 1 | -0/+4 |
| | |||||
* | remove brackets | Benjamin Peterson | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | update copyright year | Benjamin Peterson | 2014-01-01 | 3 | -3/+3 |
| | |||||
* | str subclasses may have non-empty __slots__, bytes subclasses can't. | Zachary Ware | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -8/+14 |
| | | | | rather than silently let them emit clear text data. | ||||
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 12 | -30/+30 |
| | |||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 18 | -20/+20 |
| | |||||
* | s/lightweight/minimal/, as per issue #11379. | Antoine Pitrou | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | Issue #19902: Added list of logging levels. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
| | |||||
* | Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. | Zachary Ware | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. | Ezio Melotti | 2013-12-14 | 1 | -2/+2 |
| | |||||
* | Issue #19963: Document that importlib.import_module() will import | Brett Cannon | 2013-12-13 | 1 | -2/+5 |
| | | | | parent packages automatically. | ||||
* | #18036: update .pyc FAQ entry in light of PEP 3147. | R David Murray | 2013-12-13 | 1 | -18/+27 |
| | | | | Initial patch by Phil Connell. |