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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue7186: document that __doc__ is not inherited by subclasses
Ethan Furman
2014-10-18
1
-1/+2
|
\
|
*
Issue7186: document that __doc__ is not inherited by subclasses
Ethan Furman
2014-10-18
1
-1/+2
*
|
Merge: #18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-10
1
-1/+3
|
\
\
|
|
/
|
*
#18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-10
1
-1/+3
*
|
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-09-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue 22465: grammar, number agreement.
Terry Jan Reedy
2014-09-30
1
-1/+1
*
|
Issue #20643: Removed unneeded (and wrong) class directives.
Serhiy Storchaka
2014-09-05
1
-4/+1
|
\
\
|
|
/
|
*
Issue #20643: Removed unneeded (and wrong) class directives.
Serhiy Storchaka
2014-09-05
1
-4/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-08-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22243: fix except grammar in reference.
Terry Jan Reedy
2014-08-23
1
-1/+1
*
|
add matrix multiplication operator to correct lists (closes #22142)
Benjamin Peterson
2014-08-07
1
-2/+2
*
|
Merge issue #21667 from 3.4
Nick Coghlan
2014-06-07
1
-9/+10
|
\
\
|
|
/
|
*
Issue #21667: Clarify string data model description
Nick Coghlan
2014-06-07
1
-9/+10
*
|
Merge #21662: fix typo, improve sentence flow
R David Murray
2014-06-05
1
-3/+3
|
\
\
|
|
/
|
*
#21662: fix typo, improve sentence flow
R David Murray
2014-06-05
1
-3/+3
*
|
Issue #21439: Merge with 3.4
Zachary Ware
2014-06-03
2
-3/+3
|
\
\
|
|
/
|
*
Issue #21439: Fix a couple of typos.
Zachary Ware
2014-06-03
2
-3/+3
*
|
merge
Raymond Hettinger
2014-05-27
5
-84/+102
|
\
\
|
|
/
|
*
Issue 21439: Minor issues in the reference manual.
Raymond Hettinger
2014-05-27
5
-84/+102
*
|
merge 3.4
Benjamin Peterson
2014-05-11
1
-2/+0
|
\
\
|
|
/
|
*
remove confusing delete indexing (closes #21466)
Benjamin Peterson
2014-05-11
1
-2/+0
*
|
Merge with 3.4
Zachary Ware
2014-05-06
1
-8/+8
|
\
\
|
|
/
|
*
Add prompts to interactive example.
Zachary Ware
2014-05-06
1
-8/+8
*
|
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware
2014-05-06
1
-0/+14
|
\
\
|
|
/
|
*
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware
2014-05-06
1
-0/+14
*
|
Merge with 3.4
Terry Jan Reedy
2014-04-29
1
-0/+13
|
\
\
|
|
/
|
*
Issue #21055: Index (augmented) assignment symbols.
Terry Jan Reedy
2014-04-29
1
-0/+13
*
|
Merge with 3.4
Terry Jan Reedy
2014-04-29
2
-1/+5
|
\
\
|
|
/
|
*
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy
2014-04-29
2
-1/+5
*
|
Merge: #18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-1/+1
|
\
\
|
|
/
|
*
#18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-1/+1
|
*
docs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov
2014-04-08
1
-6/+6
|
*
docs: Document __objclass__. Closes #19281.
Yury Selivanov
2014-04-08
1
-0/+8
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
3
-33/+46
*
|
docs: Better wording for __objclass__ docs. Issue #19281
Yury Selivanov
2014-04-08
1
-6/+6
*
|
docs: Document __objclass__. Closes #19281.
Yury Selivanov
2014-04-08
1
-0/+8
|
/
*
Issue #19697: document more __main__.__spec__ quirks
Nick Coghlan
2014-03-29
1
-2/+16
*
Issue #19697: Document cases where __main__.__spec__ is None.
Eric Snow
2014-03-29
1
-1/+41
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-5/+13
*
merge 3.3 (closes #12704)
Benjamin Peterson
2014-01-27
2
-94/+62
|
\
|
*
eliminate redundancy between yield stmt and yield expr docs (closes #12704)
Benjamin Peterson
2014-01-27
2
-94/+62
*
|
Merge 3.4.0b2 release revisions back into mainline.
Larry Hastings
2014-01-06
1
-3/+11
|
\
\
|
*
|
Issue19995: %o, %x, %X now only accept ints
Ethan Furman
2014-01-05
1
-3/+11
*
|
|
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Larry Hastings
2014-01-05
1
-1/+1
|
/
/
*
|
merge 3.3 (#20110)
Benjamin Peterson
2014-01-02
1
-1/+1
|
\
\
|
|
/
|
*
correct word for __annotations__ doc (closes #20110)
Benjamin Peterson
2014-01-02
1
-1/+1
*
|
Merge with 3.3
Zachary Ware
2013-12-31
1
-1/+1
|
\
\
|
|
/
|
*
str subclasses may have non-empty __slots__, bytes subclasses can't.
Zachary Ware
2013-12-31
1
-1/+1
[next]