Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Issue #19407: add Python Packaging User Guide notes | Nick Coghlan | 2013-12-10 | 3 | -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 Krah | 2013-12-08 | 1 | -0/+33 |
| | |||||
* | #18430: Document that peek() may change the position of the underlying file for | Nadeem Vawda | 2013-12-08 | 3 | -0/+15 |
| | | | | the BZ2File, GzipFile and LZMAFile classes. | ||||
* | document that compile() can take bytes (closes #19910) | Benjamin Peterson | 2013-12-07 | 1 | -3/+3 |
| | |||||
* | Issue #19900: improve generalities at the start of the pickle module doc | Antoine Pitrou | 2013-12-06 | 1 | -20/+53 |
| | |||||
* | Added minor clarification in logging HOWTO. | Vinay Sajip | 2013-12-06 | 1 | -1/+2 |
| | |||||
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 2 | -34/+67 |
| | | | | pickle module. | ||||
* | Tweak the socket module doc layout | Antoine Pitrou | 2013-12-04 | 1 | -64/+86 |
| | |||||
* | Issue #19882: tweak docs for socket.close() | Antoine Pitrou | 2013-12-04 | 1 | -9/+19 |
| | |||||
* | Issue #19814: Clarify argparse's docs w.r.t prefix matching | Eli Bendersky | 2013-12-02 | 1 | -3/+11 |
| | |||||
* | Issue #19728: Fix sys.getfilesystemencoding() documentation | Victor Stinner | 2013-12-02 | 1 | -3/+2 |
| | |||||
* | Issue #19845: Updated the Compiling Python on Windows docs. | Zachary Ware | 2013-11-30 | 1 | -8/+10 |
| | |||||
* | Issue #19789: Clarified documentation for logging.disable. | Vinay Sajip | 2013-11-30 | 1 | -2/+4 |
| | |||||
* | Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). | Serhiy Storchaka | 2013-11-29 | 1 | -10/+0 |
| | |||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 40 | -80/+90 |
| | |||||
* | recommend OrderedDict for this FAQ (closes #19805) | Benjamin Peterson | 2013-11-27 | 1 | -27/+3 |
| | |||||
* | Issue #19794: Improved markup for True/False constants. | Serhiy Storchaka | 2013-11-26 | 1 | -13/+13 |
| | |||||
* | Markup fix. | Georg Brandl | 2013-11-26 | 1 | -1/+0 |
| | |||||
* | Issue #19691: remove outdated mention about RuntimeError | Antoine Pitrou | 2013-11-25 | 1 | -2/+1 |
| | |||||
* | Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. | Georg Brandl | 2013-11-25 | 1 | -5/+5 |
| | |||||
* | Fix doc markup error. | Georg Brandl | 2013-11-25 | 1 | -3/+3 |
| | |||||
* | Fix broken link in html.entities docs. | Ezio Melotti | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Doc/Makefile: also do "make suspicious" during daily autobuild | Georg Brandl | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | Issue #18326: Clarify that list.sort's arguments are keyword-only. | Zachary Ware | 2013-11-22 | 2 | -2/+7 |
| | | | | | Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters. | ||||
* | #1098749: re-word gettext docs to not encourage using pygettext so much. | Andrew Kuchling | 2013-11-19 | 1 | -52/+51 |
| | | | | Also, add a link to the Babel package. | ||||
* | Fix indentation in doc example. | Ezio Melotti | 2013-11-17 | 1 | -5/+5 |
| | |||||
* | Issue 16998: Clarify that += on a shared value is not atomic. | Richard Oudkerk | 2013-11-17 | 1 | -6/+18 |
| | |||||
* | Issue #19508: direct the user to read the security considerations for the ↵ | Antoine Pitrou | 2013-11-17 | 1 | -5/+14 |
| | | | | ssl module | ||||
* | #19238: fix typo in documentation. | Ezio Melotti | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Issue #19504: Used American spelling for 'customize'. | Vinay Sajip | 2013-11-15 | 3 | -8/+8 |
| | |||||
* | Update e-mail address | Andrew Kuchling | 2013-11-12 | 3 | -4/+4 |
| | |||||
* | Issue 19544 and Issue #7457: Restore the read_pkg_file method to ↵ | Jason R. Coombs | 2013-11-10 | 1 | -0/+42 |
| | | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. | ||||
* | #18985: Improve fcntl documentation. | R David Murray | 2013-11-07 | 1 | -5/+8 |
| | | | | Original patch by Vajrasky Kok, further improved (I hope) by me. | ||||
* | Issue #18345: Added cookbook example illustrating handler customisation. | Vinay Sajip | 2013-11-05 | 1 | -0/+135 |
| |