Georg Brandl
|
ea2d389474
|
#8012: clarification in generator glossary entry.
|
2010-04-02 09:11:49 +00:00 |
Alexandre Vassalotti
|
69eb51697c
|
Issue #1967: Backport dictionary views.
|
2010-01-11 23:17:10 +00:00 |
Georg Brandl
|
d7d4fd7336
|
builtin -> built-in.
|
2009-07-26 14:37:28 +00:00 |
Georg Brandl
|
624f3372e2
|
#5529: backport new docs of import semantics written by Brett to 2.x.
|
2009-03-31 16:11:45 +00:00 |
Raymond Hettinger
|
aff711d32a
|
Clarify that named tuples do not have to subclass tuple.
|
2009-02-04 19:25:17 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
5066c0cf95
|
Followup to #4511: add link from decorator glossary entry to definition.
|
2008-12-05 18:00:06 +00:00 |
Georg Brandl
|
9a05373145
|
#4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed.
|
2008-12-05 15:29:39 +00:00 |
Skip Montanaro
|
9feab31d98
|
Pick up a few more definitions from the glossary on the wiki.
|
2008-09-15 02:19:53 +00:00 |
Skip Montanaro
|
f02c5f3d4e
|
Review usage. Fix a mistake in the new-style class definition. Add a
couple new definitions (CPython and virtual machine).
|
2008-09-15 02:03:05 +00:00 |
Benjamin Peterson
|
4020221838
|
add some documentation for 2to3
|
2008-07-24 02:45:37 +00:00 |
Georg Brandl
|
e64f738507
|
#926501: add info where to put the docstring.
|
2008-07-20 11:50:29 +00:00 |
Benjamin Peterson
|
9385b9db8b
|
lowercase glossary term
|
2008-07-03 12:57:35 +00:00 |
Benjamin Peterson
|
aac51b8a69
|
add ABC to the glossary
|
2008-07-01 23:33:06 +00:00 |
Georg Brandl
|
5a42ca6c04
|
Add notes that tkinter modules will be renamed.
|
2008-05-20 07:20:12 +00:00 |
Benjamin Peterson
|
518c44cecf
|
mention Py3k in glossary
|
2008-05-16 22:59:28 +00:00 |
Raymond Hettinger
|
d4c2e8659c
|
Tighten the definition of a named tuple.
|
2008-01-15 03:07:42 +00:00 |
Raymond Hettinger
|
8bdd044dfd
|
Fix spelling.
|
2008-01-13 06:18:07 +00:00 |
Raymond Hettinger
|
c20ed51dc3
|
Named tuple is a concept, not a specific type.
|
2008-01-13 06:15:15 +00:00 |
Georg Brandl
|
e3c3db59b5
|
Documentation for r5990[3567].
|
2008-01-11 09:55:53 +00:00 |
Georg Brandl
|
e151ab4282
|
Adapt style.
|
2007-12-08 17:56:07 +00:00 |
Skip Montanaro
|
ffe455c3a2
|
+ "context manager"
|
2007-12-08 15:23:31 +00:00 |
Georg Brandl
|
968a3e570d
|
Fix a sentence I missed before. Do not merge to 3k.
|
2007-12-02 18:17:50 +00:00 |
Georg Brandl
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Georg Brandl
|
7c3e79f67f
|
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__.
I hope the concept of hashability is better understandable now.
Thanks to Tim Hatch for pointing out the flaws here.
|
2007-11-02 20:06:17 +00:00 |
Georg Brandl
|
a739503881
|
Add :term:s for "new-style class".
|
2007-10-21 12:15:05 +00:00 |
Georg Brandl
|
e7a0990113
|
Add :term:s for iterator.
|
2007-10-21 12:10:28 +00:00 |
Georg Brandl
|
5e52db035d
|
Add :term:s for descriptors.
|
2007-10-21 10:45:46 +00:00 |
Georg Brandl
|
63fa168326
|
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
|
2007-10-21 10:24:20 +00:00 |
Georg Brandl
|
6c82b6c5ca
|
Use glossary x-refs, document new ``!`` feature.
|
2007-08-17 16:54:59 +00:00 |
Georg Brandl
|
437e6a3b15
|
Move the glossary from the tutorial to toplevel.
Prepare for cross-linking with the new .. glossary:: directive.
|
2007-08-17 06:27:11 +00:00 |