Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22564: ssl doc: mention how SSLSocket are usually created | Victor Stinner | 2014-10-10 | 1 | -0/+3 |
| | |||||
* | Issue #22564: ssl doc: use "class" marker to document the SSLSocket class | Victor Stinner | 2014-10-10 | 1 | -24/+26 |
| | |||||
* | Issue #22564: ssl doc: document read(), write(), pending, server_side and | Victor Stinner | 2014-10-10 | 1 | -0/+54 |
| | | | | server_hostname methods and attributes of SSLSocket. | ||||
* | Issue #22564: ssl doc: fix typos | Victor Stinner | 2014-10-10 | 1 | -2/+2 |
| | |||||
* | #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+3 |
| | |||||
* | #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | #18176: updated stdtypes UCD link, added reminder to makeunicodedata. | R David Murray | 2014-10-09 | 1 | -1/+1 |
| | | | | Patch by Alexander Belopolsky. | ||||
* | Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 |
| | | | | The result type is Py_ssize_t (and not int). | ||||
* | Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. | Berker Peksag | 2014-10-08 | 1 | -4/+4 |
| | | | | The correct parameter name is "fp", not "file". | ||||
* | Merge from 3.4.2 release head back into 3.4 mainline. | Larry Hastings | 2014-10-08 | 2 | -7/+7 |
|\ | |||||
| * | Update pydoc topics and fix supsicious markup for 3.4.2 final. | Larry Hastings | 2014-10-06 | 2 | -7/+7 |
| | | |||||
* | | use source role instead of linking to svn | Benjamin Peterson | 2014-10-07 | 1 | -9/+8 |
| | | |||||
* | | Closes #16155: fix a few errors in doctest output of the FAQ pages. | Georg Brandl | 2014-10-06 | 3 | -6/+17 |
| | | |||||
* | | Closes #12148: clarify "or's together option flags" in doctest docs. | Georg Brandl | 2014-10-06 | 1 | -3/+3 |
| | | |||||
* | | Closes #21782: the default hash(x) is not exactly id(x) but derived from it. | Georg Brandl | 2014-10-06 | 1 | -2/+2 |
| | | |||||
* | | Closes #10031: overhaul the "imports" section of the programming FAQ. | Georg Brandl | 2014-10-06 | 1 | -16/+2 |
| | | | | | | | | | | | | Remove the advice to never use relative imports; it is a leftover from 2.x implicit relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules. | ||||
* | | Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and ↵ | Georg Brandl | 2014-10-06 | 2 | -30/+35 |
| | | | | | | | | mention that they call the PEP 3119 methods. | ||||
* | | Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. | Georg Brandl | 2014-10-06 | 1 | -0/+6 |
| | | |||||
* | | Document builtin classes as such, not functions. | Georg Brandl | 2014-10-06 | 1 | -41/+41 |
| | | |||||
* | | Closes #22565: fix argument types of PyErr_WarnEx. | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #22546: update doc for mini-language float None presentation type. | Terry Jan Reedy | 2014-10-06 | 1 | -4/+6 |
| | | |||||
* | | PyObject not PyType (closes #18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
| | | |||||
* | | Closes #19477: remove outdated documentation of tp_print type object slot. | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
| | | |||||
* | | #14201: Update ctypes docs to match behavior changed from 214b28d7a999. | R David Murray | 2014-10-04 | 1 | -5/+10 |
| | | | | | | | | Original patch by Erik Johansson, slightly updated by Meador Inge. | ||||
* | | Realign packaging docs with PyPUG changes | Nick Coghlan | 2014-10-04 | 2 | -14/+14 |
| | | |||||
* | | #14056: Small improvements to the tarfile documentation. | R David Murray | 2014-10-04 | 1 | -10/+13 |
| | | | | | | | | Patch by Éric Araujo with help from Lars Gustäbel. | ||||
* | | Fix a few typo/grammar issues in the multiprocessing docs. | Zachary Ware | 2014-10-03 | 1 | -3/+3 |
| | | | | | | | | Reported by Scott Hinton on docs@. | ||||
* | | Closes #18729: minor markup improvement. | Georg Brandl | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | closes #22528: add source links to symtable and compileall | Georg Brandl | 2014-10-02 | 2 | -0/+8 |
| | | |||||
* | | Remove unused and now removed config value. | Georg Brandl | 2014-10-02 | 1 | -7/+1 |
| | | |||||
* | | Issue #21971: Index and update turtledemo doc. | Terry Jan Reedy | 2014-10-02 | 1 | -13/+18 |
| | | |||||
* | | Issue 22492: Be explicit that print does not support binary mode files. | Terry Jan Reedy | 2014-10-01 | 1 | -5/+8 |
| | | | | | | | | Original patch by Georg Brandl. | ||||
* | | Remove old overridden version of a Sphinx CSS file. | Georg Brandl | 2014-10-01 | 1 | -446/+0 |
| | | | | | | | | All Python-specific styling is now in the theme anyway. | ||||
* | | Make pydoctheme compatible with Sphinx 1.3 HTML output changes. | Georg Brandl | 2014-10-01 | 1 | -4/+4 |
| | | |||||
* | | Fix overlooked conf.py setting in flattening of Doc directory. | Ned Deily | 2014-10-01 | 1 | -1/+1 |
| | | |||||
* | | #21739: mention subtle difference between loops and listcomps in tutorial. | R David Murray | 2014-10-01 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | We don't want to go into a full explanation of scopes at this point in the tutorial, so we just mention that the loop creates or overwrites a persistent variable while the listcomp doesn't. Not mentioning this would lead someone to incorrectly assume loops and listcomps were *completely* equivalent, which would confuse them later. Original patch by Rose Ames, tweaked to remove the word 'scope'. | ||||
* | | Issue 22465: grammar, number agreement. | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵ | Georg Brandl | 2014-09-30 | 22 | -88/+7 |
| | | | | | | | | nested subdirectory anymore. | ||||
* | | Dont define an empty SPHINXOPTS, which overrides a definition from the ↵ | Georg Brandl | 2014-09-30 | 1 | -1/+0 |
| | | | | | | | | environment. | ||||
* | | Prepare sphinx extensions for 1.3. | Georg Brandl | 2014-09-30 | 2 | -1/+3 |
| | | |||||
* | | add link to pdb source (closes #22528) | Benjamin Peterson | 2014-09-30 | 1 | -0/+3 |
| | | |||||
* | | #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) | R David Murray | 2014-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | I accidentally committed this in 6375bf34fff6; this changeset addresses the last review comments on the patch. This is a perennial question and something someone opens a ticket for probably every other month or so, so I'm surprised we didn't already have a FAQ entry for it. The original patch was written by M. Votz, refined first by Ezio Melotti and further refined by me. | ||||
* | | #10510: Fix bug in forward port of 2.7 distutils patch. | R David Murray | 2014-09-28 | 1 | -1/+76 |
| | | | | | | | | Pointed out by Arfrever. | ||||
* | | Revert #22251 | Berker Peksag | 2014-09-27 | 18 | -38/+6 |
| | | |||||
* | | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 18 | -6/+38 |
| | | |||||
* | | #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. | R David Murray | 2014-09-27 | 1 | -17/+54 |
| | | | | | | | | Original patch (and the idea of using _structure) by Abhilash Raj. | ||||
* | | #20974: Update version table in email intro. | R David Murray | 2014-09-27 | 1 | -3/+7 |
| | | | | | | | | | | Note that the email version string in 3.3 and 3.4 is inaccurate, since it still exists but wasn't updated while the code was. | ||||
* | | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+10 |
| | | | | | | | | Patch by Anastasia Filatova. | ||||
* | | allow archives for rc releases to be built (closes #22484) | Benjamin Peterson | 2014-09-25 | 1 | -2/+3 |
| | | |||||
* | | Improve English phrasing in asyncio task docs. | R David Murray | 2014-09-24 | 1 | -9/+9 |
| | |