summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* linkify chain.from_iterable (closes #20272)Benjamin Peterson2014-01-161-16/+16
|
* update pysqlite website (closes #20278)Benjamin Peterson2014-01-161-1/+1
|
* Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-153-2/+94
|
* Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
|
* Issue #20255: Update the about and bugs pages.Zachary Ware2014-01-142-16/+26
|
* Issue #20253: Fixed a typo in the ipaddress docs that advertised anZachary Ware2014-01-141-2/+2
| | | | illegal attribute name. Found by INADA Naoki.
* Fix typo. Found by David Pesta on docs@.Zachary Ware2014-01-141-1/+1
|
* Fix typo. Found by David Pesta on docs@.Zachary Ware2014-01-141-1/+1
|
* Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for ↵Georg Brandl2014-01-142-2/+2
| | | | Py2.5.
* Fix typo.Zachary Ware2014-01-141-1/+1
|
* #20236: Fix sphinx markup.R David Murray2014-01-131-1/+1
|
* Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in ↵Senthil Kumaran2014-01-131-0/+64
| | | | modules and in documentation.
* Doc: update Sphinx toolchain also in make.batGeorg Brandl2014-01-121-4/+4
|
* Update Sphinx toolchain.Georg Brandl2014-01-111-4/+4
|
* Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
|
* correct word for __annotations__ doc (closes #20110)Benjamin Peterson2014-01-021-1/+1
| | | | Patch from Claudiu Popa.
* #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
|
* remove bracketsBenjamin Peterson2014-01-021-1/+1
|
* update copyright yearBenjamin Peterson2014-01-013-3/+3
|
* str subclasses may have non-empty __slots__, bytes subclasses can't.Zachary Ware2013-12-311-1/+1
|
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵Antoine Pitrou2013-12-281-8/+14
| | | | rather than silently let them emit clear text data.
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-2412-30/+30
|
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-2318-20/+20
|
* s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
|
* Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
|
* Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
|
* #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
|
* Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-131-2/+5
| | | | parent packages automatically.
* #18036: update .pyc FAQ entry in light of PEP 3147.R David Murray2013-12-131-18/+27
| | | | Initial patch by Phil Connell.
* Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-103-5/+32
| | | | | | | | | | The stdlib docs for package distribution and building extensions are rather dated, and that isn't expected to change for 2.7 and 3.3. The Python Packaging User Guide isn't complete either, but it's already a much better road map for new users than the existing stdlib docs.
* Add libmpdec license.Stefan Krah2013-12-081-0/+33
|
* #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-083-0/+15
| | | | the BZ2File, GzipFile and LZMAFile classes.
* document that compile() can take bytes (closes #19910)Benjamin Peterson2013-12-071-3/+3
|
* Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
|
* Added minor clarification in logging HOWTO.Vinay Sajip2013-12-061-1/+2
|
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-052-34/+67
| | | | pickle module.
* Tweak the socket module doc layoutAntoine Pitrou2013-12-041-64/+86
|
* Issue #19882: tweak docs for socket.close()Antoine Pitrou2013-12-041-9/+19
|
* Issue #19814: Clarify argparse's docs w.r.t prefix matchingEli Bendersky2013-12-021-3/+11
|
* Issue #19728: Fix sys.getfilesystemencoding() documentationVictor Stinner2013-12-021-3/+2
|
* Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-8/+10
|
* Issue #19789: Clarified documentation for logging.disable.Vinay Sajip2013-11-301-2/+4
|
* Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).Serhiy Storchaka2013-11-291-10/+0
|
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-2940-80/+90
|
* recommend OrderedDict for this FAQ (closes #19805)Benjamin Peterson2013-11-271-27/+3
|
* Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
|
* Markup fix.Georg Brandl2013-11-261-1/+0
|
* Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
|
* Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.Georg Brandl2013-11-251-5/+5
|
* Fix doc markup error.Georg Brandl2013-11-251-3/+3
|