index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
/
datamodel.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with 3.3.
Georg Brandl
2013-03-28
1
-0/+2
|
\
|
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
*
|
Merge from 3.3: Add a str class entry to the string section (issue #16209).
Chris Jerdonek
2012-11-28
1
-5/+7
|
\
\
|
|
/
|
*
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek
2012-11-28
1
-5/+7
*
|
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Chris Jerdonek
2012-11-21
1
-10/+18
|
\
\
|
|
/
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-10/+18
|
*
merge 3.2
Benjamin Peterson
2012-10-12
1
-4/+4
|
|
\
*
|
\
Merge __next__ method link fixes with 3.3.
Ezio Melotti
2012-10-12
1
-3/+3
|
\
\
\
|
*
\
\
Merge __next__ method link fixes with 3.2.
Ezio Melotti
2012-10-12
1
-3/+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix links to the __next__ method.
Ezio Melotti
2012-10-12
1
-3/+3
*
|
|
|
Merge from 3.3: Fix link to str.format() in docs.
Chris Jerdonek
2012-10-12
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Merge from 3.2: Fix link to str.format() in docs.
Chris Jerdonek
2012-10-12
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
|
/
|
|
|
/
|
|
/
|
|
|
*
Fix link to str.format() in docs.
Chris Jerdonek
2012-10-12
1
-1/+1
|
*
|
Merge: Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov
2012-10-02
1
-1/+1
|
|
\
\
|
|
|
/
*
|
|
Fix markup.
Ezio Melotti
2012-10-07
1
-1/+1
*
|
|
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher
2012-10-07
1
-0/+9
*
|
|
Merge: Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov
2012-10-02
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov
2012-10-02
1
-1/+1
*
|
Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.
R David Murray
2012-09-11
1
-13/+13
|
\
\
|
|
/
|
*
#14617: clarify discussion of interrelationship of __eq__ and __hash__.
R David Murray
2012-09-11
1
-13/+13
*
|
Improve wording for __hash__
Antoine Pitrou
2012-08-01
1
-4/+4
*
|
Finally, a coherent set of terminology for all the lil' beasties involved.
Barry Warsaw
2012-07-31
1
-9/+10
*
|
Integration of importdocs from the features/pep-420 repo.
Barry Warsaw
2012-07-29
1
-13/+16
*
|
Remove an incorrect implementation detail
Nick Coghlan
2012-05-20
1
-5/+0
*
|
Clarify a paragraph in the new metaclass docs
Nick Coghlan
2012-05-20
1
-3/+3
*
|
Describe the default hash correctly, and mark a couple of CPython implementat...
Nick Coghlan
2012-05-20
1
-4/+16
*
|
Fix typo in new metaclass docs
Nick Coghlan
2012-05-20
1
-1/+1
*
|
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Nick Coghlan
2012-05-19
1
-37/+99
*
|
remove unapplicable statement
Benjamin Peterson
2012-02-21
1
-4/+2
*
|
enable hash randomization by default
Benjamin Peterson
2012-02-21
1
-1/+23
*
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
1
-0/+2
|
\
\
|
|
/
|
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-0/+2
|
|
\
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-0/+2
*
|
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-0/+5
*
|
|
Fix typos.
Ezio Melotti
2011-10-25
1
-3/+3
*
|
|
#13251: update string description in datamodel.rst.
Ezio Melotti
2011-10-25
1
-10/+10
*
|
|
merge 3.2 (#13259)
Benjamin Peterson
2011-10-25
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
document __bytes__ special method (closes #13259)
Benjamin Peterson
2011-10-25
1
-0/+8
*
|
|
allow __dir__ to return any sequence
Benjamin Peterson
2011-06-11
1
-1/+2
|
/
/
*
|
Issue #10771: Clarify that descriptors get used in an *owner* class or one of...
Raymond Hettinger
2011-03-22
1
-4/+5
|
\
\
|
|
/
|
*
Issue #10771: Clarify that descriptors get used in an *owner* class or one of...
Raymond Hettinger
2011-03-22
1
-4/+5
*
|
Issue 10988: fix description of super's descriptor call.
Raymond Hettinger
2011-03-22
1
-1/+1
|
\
\
|
|
/
|
*
Issue 10988: fix description of super's descriptor call.
Raymond Hettinger
2011-03-22
1
-1/+1
*
|
Explicitly mention that people should not depend on immediate
Gregory P. Smith
2011-03-10
1
-0/+2
|
\
\
|
|
/
|
*
Reword the finalization note.
Gregory P. Smith
2011-03-10
1
-2/+2
|
*
Explicitly mention that people should not depend on immediate
Gregory P. Smith
2011-03-10
1
-0/+2
|
*
Merged revisions 87486 via svnmerge from
Éric Araujo
2010-12-26
1
-1/+1
|
*
Merged revisions 86670 via svnmerge from
Éric Araujo
2010-11-22
1
-1/+1
|
*
Merged revisions 85392 via svnmerge from
Benjamin Peterson
2010-10-12
1
-0/+7
|
*
Merged revisions 85156 via svnmerge from
Senthil Kumaran
2010-10-02
1
-16/+16
[next]