summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
Commit message (Collapse)AuthorAgeFilesLines
* #25574: backport glossary doc fix about hash and id of user-defined classes.Ezio Melotti2016-01-121-2/+2
|
* Issue23675 - A tiny clarification in the MRO glossary term.Senthil Kumaran2016-01-101-1/+2
|
* Issue #25286: Accidentally dropped "the"Martin Panter2015-10-071-1/+1
|
* Issue #25286: Dictionary views are not sequencesMartin Panter2015-10-071-7/+8
| | | | | Also change glossary heading from "view" to "dictionary view". Patch by Akira Li.
* Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.Georg Brandl2015-01-151-1/+1
|
* Issue #22827: Backport the new Distributing and Instaling Docs from 3.4Donald Stufft2014-11-201-0/+6
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-3/+3
|
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-2/+2
| | | | next() function).
* Issue #19190: Improve cross-references in builtin types and functions ↵Serhiy Storchaka2013-10-091-2/+3
| | | | documentation.
* Closes #19178: backport entries for "module" and "package" from 3.x ↵Georg Brandl2013-10-081-0/+16
| | | | glossary. Patch by Berker Peksag.
* Fix small grammar mistake.Georg Brandl2013-10-061-1/+1
|
* Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-1/+5
|
* #16518: fix links in glossary entry.Ezio Melotti2013-05-011-2/+2
|
* #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
|
* #16128: clarify that instances of user-defined classes compare equal with ↵Ezio Melotti2013-02-011-1/+2
| | | | themselves.
* Issue #16747: Reflow iterable glossary entry to match 3.x change e19ed347523e.Chris Jerdonek2013-01-041-11/+11
|
* 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).
* Backport from 3.2: improve argument/parameter documentation (issue #15990).Chris Jerdonek2012-11-301-18/+67
| | | | | The corresponding 3.x commits are 69d5d834c5cb, 40fd26a4206b, and 74d8a2a20c52.
* #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 2.7Sandro Tosi2012-06-021-1/+1
|
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
|
* fix typo; thanks to Robert Bardos from docs@Sandro Tosi2012-03-311-1/+1
|
* closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
|
* closes issue14257 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
|
* revert part of cefe4f38fa0e, as agreed with ÉricSandro Tosi2012-01-171-5/+4
|
* Link isinstance/issubclass to the ABC glossary entry (#12256)Éric Araujo2011-08-191-1/+4
|
* Synchronize glossary with py3k.Éric Araujo2011-08-181-26/+71
| | | | | | | This update includes new entries that apply to 2.7 too, mention of class decorators, mention of nonlocal, notes about bytecode, markup fixes and some rewrappings. Future backports of changes should be slightly easier.
* Improve glossary entry for ABCs.Éric Araujo2011-07-291-5/+6
| | | | | - Rename reST target name for collections ABCs to avoid collisions - Link to glossary entry from numbers module doc (other modules already do it)
* #12061: remove duplicate glossary entry.Georg Brandl2011-05-121-20/+0
|
* Merged revisions ↵Georg Brandl2011-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line Fix typo. ........ r87101 | georg.brandl | 2010-12-06 23:02:48 +0100 (Mo, 06 Dez 2010) | 1 line Remove visible XXX comments. ........ r87146 | georg.brandl | 2010-12-09 19:08:43 +0100 (Do, 09 Dez 2010) | 1 line Fix "seperate". ........ r87156 | georg.brandl | 2010-12-10 11:01:44 +0100 (Fr, 10 Dez 2010) | 1 line #10668: fix wrong call of __init__. ........ r87172 | georg.brandl | 2010-12-11 20:10:30 +0100 (Sa, 11 Dez 2010) | 1 line Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed. ........ r87175 | georg.brandl | 2010-12-11 23:19:34 +0100 (Sa, 11 Dez 2010) | 1 line Fix markup. ........ r87371 | georg.brandl | 2010-12-18 17:21:58 +0100 (Sa, 18 Dez 2010) | 1 line Fix typo. ........ r87378 | georg.brandl | 2010-12-18 18:51:28 +0100 (Sa, 18 Dez 2010) | 1 line #10723: add missing builtin exceptions. ........ r87522 | georg.brandl | 2010-12-28 10:16:12 +0100 (Di, 28 Dez 2010) | 1 line Replace sys.maxint mention by sys.maxsize. ........ r87523 | georg.brandl | 2010-12-28 10:18:24 +0100 (Di, 28 Dez 2010) | 1 line Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. ........ r87524 | georg.brandl | 2010-12-28 10:29:19 +0100 (Di, 28 Dez 2010) | 1 line Fix advice: call PyType_Ready to fill in ob_type of custom types. ........ r87526 | georg.brandl | 2010-12-28 11:38:33 +0100 (Di, 28 Dez 2010) | 1 line #10777: fix iteration over dict keys while mutating the dict. ........ r87530 | georg.brandl | 2010-12-28 12:06:07 +0100 (Di, 28 Dez 2010) | 1 line #10767: update README in crashers; not all may have a bug entry and/or be fixed. ........ r87531 | georg.brandl | 2010-12-28 12:08:17 +0100 (Di, 28 Dez 2010) | 1 line #10742: document readonly attribute of memoryviews. ........ r87532 | georg.brandl | 2010-12-28 12:15:49 +0100 (Di, 28 Dez 2010) | 1 line #10781: clarify that *encoding* is not a parameter for Node objects in general. ........ r87533 | georg.brandl | 2010-12-28 12:38:12 +0100 (Di, 28 Dez 2010) | 1 line Remove history; adapt a bit more to reST, since this will once be part of the dev guide. ........ r87534 | georg.brandl | 2010-12-28 12:48:53 +0100 (Di, 28 Dez 2010) | 1 line Rewrap. ........ r87535 | georg.brandl | 2010-12-28 12:49:41 +0100 (Di, 28 Dez 2010) | 1 line #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. ........
* Issue 10357: Clarify what it means to be a mapping.Raymond Hettinger2011-01-081-3/+5
|
* Merged revisions 87792 via svnmerge fromAntoine Pitrou2011-01-061-13/+23
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87792 | antoine.pitrou | 2011-01-06 17:31:28 +0100 (jeu., 06 janv. 2011) | 3 lines Elaborate about the GIL. ........
* Add some internal links.Raymond Hettinger2010-11-301-1/+1
|
* Merged revisions ↵Georg Brandl2010-11-261-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line Markup fix. ........ r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line Add David. ........ r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line #10222: fix for overzealous AIX compiler. ........ r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line (?:...) is a non-capturing, but still grouping construct. ........ r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line A newline in lineno output breaks pyframe output. ........ r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line Move glossary entry to the right position and fix link. ........ r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line Fix latex conversion glitch in property/feature descriptions. ........ r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line Fix typo. ........ r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line Fix typo. ........ r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line Build a PDF of the FAQs too. ........ r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line #10008: Fix duplicate index entry. ........ r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line Fix weird line block in table. ........
* Document key-functions in the glossary.Raymond Hettinger2010-11-061-0/+20
|
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........
* Merged revisions 82757-82758,82760-82764 via svnmerge fromGeorg Brandl2010-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line Fix markup. ........ r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line Emphasize role of count for Pascal string. ........ r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line #3214: improve description of duck-typing in glossary. ........ r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line #1434090: properly append child in expatbuilder doctype handler. ........ r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line #8338: fix outdated class name. ........ r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line #8456: fix signature of sqlite3.connect(). ........ r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line #8564: update docs on integrating doctest/unittest with unittest(2) test discovery. ........
* Glossary cleanupRaymond Hettinger2010-09-011-16/+21
|
* Merged revisions 82790 via svnmerge fromGeorg Brandl2010-07-111-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82790 | georg.brandl | 2010-07-11 10:36:20 +0200 (So, 11 Jul 2010) | 1 line #3214 followup: add link to ABC entry. ........
* Add link to bytecode docs.Georg Brandl2010-07-031-0/+3
|
* #8012: clarification in generator glossary entry.Georg Brandl2010-04-021-1/+3
|
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+7
|
* builtin -> built-in.Georg Brandl2009-07-261-9/+9
|
* #5529: backport new docs of import semantics written by Brett to 2.x.Georg Brandl2009-03-311-0/+14
|
* Clarify that named tuples do not have to subclass tuple.Raymond Hettinger2009-02-041-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-41/+41
|
* Followup to #4511: add link from decorator glossary entry to definition.Georg Brandl2008-12-051-0/+3
|
* #4517: add "special method" glossary entry and clarify when __getattribute__ ↵Georg Brandl2008-12-051-0/+6
| | | | is bypassed.
* Pick up a few more definitions from the glossary on the wiki.Skip Montanaro2008-09-151-0/+29
|
* Review usage. Fix a mistake in the new-style class definition. Add aSkip Montanaro2008-09-151-85/+104
| | | | couple new definitions (CPython and virtual machine).