summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.Georg Brandl2015-01-151-1/+1
|
* Issue 19548: update codecs module documentationNick Coghlan2015-01-061-1/+4
| | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-3/+3
|
* Closes #21782: the default hash(x) is not exactly id(x) but derived from it.Georg Brandl2014-10-061-2/+2
|
* Issue #22295: Adopt 'python -m pip' as the preferred invocationNick Coghlan2014-09-061-0/+8
|
* Issue #22232 (partial fix): update Universal newlines Glossary entry.Terry Jan Reedy2014-08-231-1/+1
|
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-0/+8
|
* Issue #19713: Update importlib docs for module spec changes, including ↵Eric Snow2013-12-171-0/+4
| | | | deprecations.
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-051-4/+20
|\ | | | | | | pickle module.
| * Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-051-4/+20
| | | | | | | | pickle module.
* | Issue #18326: merge with 3.3Zachary Ware2013-11-221-2/+4
|\ \ | |/
| * Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-2/+4
| | | | | | | | | | Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters.
* | Tweak 'provisional' in glossaryNick Coghlan2013-10-201-6/+13
| |
* | Issue #19190: Improve cross-references in builtin types and functions ↵Serhiy Storchaka2013-10-091-6/+7
|\ \ | |/ | | | | documentation.
| * Issue #19190: Improve cross-references in builtin types and functions ↵Serhiy Storchaka2013-10-091-6/+7
| | | | | | | | documentation.
* | merge with 3.3Georg Brandl2013-10-081-1/+9
|\ \ | |/
| * Closes #19178: some more cross-references about packages in glossary. Patch ↵Georg Brandl2013-10-081-1/+9
| | | | | | | | by Berker Peksag.
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix small grammar mistake.Georg Brandl2013-10-061-1/+1
| |
* | moved the single-dispatch generic function definitions to the glossaryŁukasz Langa2013-06-071-0/+13
|/
* #14187: Add glossary entry for 'function annotations'.R David Murray2013-05-061-0/+10
| | | | Patch by Chris Rebert.
* Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-2/+6
|
* #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
|
* #16128: merge with 3.2.Ezio Melotti2013-02-011-1/+2
|\
| * #16128: clarify that instances of user-defined classes compare equal with ↵Ezio Melotti2013-02-011-1/+2
| | | | | | | | themselves.
* | #16747: merge with 3.2.Ezio Melotti2013-01-021-11/+11
|\ \ | |/
| * #16747: fix link to file objects in the glossary.Ezio Melotti2013-01-021-11/+11
| |
* | Merge from 3.2: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-251-2/+3
|\ \ | |/ | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
| * Add additional links and index entries for "argument" and "parameter".Chris Jerdonek2012-12-251-2/+3
| | | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
* | Merge from 3.2: improve argument/parameter documentation (issue #15990).Chris Jerdonek2012-11-281-18/+76
|\ \ | |/
| * Improve argument/parameter documentation (issue #15990).Chris Jerdonek2012-11-281-18/+76
| | | | | | | | | | | | This commit adds "parameter" to the glossary, improves and consolidates the "argument" glossary entry, and adds a question to the FAQ on the difference between arguments and parameters.
* | merge 3.2Benjamin Peterson2012-10-121-1/+1
|\ \ | |/
| * Fix links to the __next__ method.Ezio Melotti2012-10-121-1/+1
| |
* | Merge issue #16138: fix typo.Andrew Svetlov2012-10-051-1/+1
|\ \ | |/
| * Issue #16138: fix typo.Andrew Svetlov2012-10-051-1/+1
| |
* | s/path importer/path based finder/ (because the path based finder is not an ↵Nick Coghlan2012-08-201-3/+3
| | | | | | | | importer and the simpler 'path finder' is too ambiguous)
* | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-0/+7
|\ \ | |/ | | | | Patch by Chris Jerdonek.
| * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-0/+7
| | | | | | | | Patch by Chris Jerdonek.
| * backport c4bd68be5fc6 to 3.2Sandro Tosi2012-06-021-1/+1
| |
* | Finally, a coherent set of terminology for all the lil' beasties involved.Barry Warsaw2012-07-311-9/+25
| |
* | Address substantially all of Eric Snow's comments in issue #15295, except forBarry Warsaw2012-07-301-1/+1
| | | | | | | | those which now have additional XXX's here. I'll get to those later. :)
* | Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-291-10/+60
| |
* | merge with 3.2Sandro Tosi2012-03-311-1/+1
|\ \ | |/
| * fix typo; thanks to Robert Bardos from docs@Sandro Tosi2012-03-311-1/+1
| |
* | fix typo in glossaryEli Bendersky2012-03-301-1/+1
| |
* | Added the "provisional package" glossary term from PEP 411Eli Bendersky2012-03-301-0/+14
| |
* | closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
|\ \ | |/
| * closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
| |
* | closes issue14257 - cpython - minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
|\ \ | |/
| * closes issue14257 - 3.2 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
| |