summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-051-4/+20
| | | | pickle module.
* 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.
* Issue #19190: Improve cross-references in builtin types and functions ↵Serhiy Storchaka2013-10-091-6/+7
| | | | documentation.
* Closes #19178: some more cross-references about packages in glossary. Patch ↵Georg Brandl2013-10-081-1/+9
| | | | by Berker Peksag.
* Fix small grammar mistake.Georg Brandl2013-10-061-1/+1
|
* #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
| |
* | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+18
| |
* | Merge 3.2, doc typos.Florent Xicluna2011-11-111-1/+1
|\ \ | |/
* | Merge doc changes from 3.2.Éric Araujo2011-09-011-3/+3
|\ \ | |/ | | | | | | rstlint complains about packaging docs but I’m working on those in another patch.
| * Adapt/remove mentions of functions gone in 3.xÉric Araujo2011-09-011-1/+1
| |
* | Merge fixes for #12256 and typos from 3.2Éric Araujo2011-08-191-1/+4
|\ \ | |/
| * Mention virtual subclasses in the glossary entry for ABCs (#12256).Éric Araujo2011-08-191-1/+4
| | | | | | | | | | | | | | I added a link from the term “virtual subclass” to the glossary entry for ABCs but this was not enough, now the glossary briefly defines “virtual” and links to the abc module doc which contains more mentions of virtual subclasses.
* | Merge 3.2Éric Araujo2011-08-191-2/+2
|\ \ | |/
| * Avoid splitting a word between a link and textÉric Araujo2011-08-181-2/+2
| |
* | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-291-1/+2
|\ \ | |/
| * Fix reST referencesÉric Araujo2011-07-261-1/+2
| |
* | Merge ABC and distutils touch-ups from 3.2.Éric Araujo2011-06-041-7/+9
|\ \ | |/ | | | | | | | | | | | | I have removed the reST target I added in 38cdca2cc253: it is not necessary, as people can link to the glossary entry or the abc module without it. Two indentation fixes from 3.2 collections.rst have been ported to 3.3 collections.abc.rst.
| * Improve glossary entry for ABCs.Éric Araujo2011-06-041-6/+8
| | | | | | | | | | | | | | - Rename reST target name for collections ABCs to avoid collisions - Add link to importlib ABCs (collections, numbers and io ABCs were already linked) - Link to glossary entry from numbers module doc (other modules already do it)
* | Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2Éric Araujo2011-05-281-1/+1
|\ \ | |/
| * Merge doc touch-ups and fixes for #9831 and #9223 from 3.1Éric Araujo2011-05-281-1/+1
| |\
| | * Add missing closing parenÉric Araujo2011-05-271-1/+1
| | |