Martin Panter
|
bae5d81f5d
|
Issue #24314: Fix doc links for general attributes like __name__, __dict__
|
2016-06-18 03:57:31 +00:00 |
Tommy Beadle
|
e9b8403a1f
|
[Issue 15476] Make "code object" its own entry in the index
|
2016-06-02 19:26:51 -04:00 |
Yury Selivanov
|
a6f6edbda8
|
Issue #27243: Fix __aiter__ protocol
|
2016-06-09 15:08:31 -04:00 |
R David Murray
|
dd4fcf52f4
|
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
Patch by Emily Morehouse.
|
2016-06-02 20:05:43 -04:00 |
Serhiy Storchaka
|
dba903993a
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:23 +03:00 |
Serhiy Storchaka
|
e4ba872543
|
Remove redundant leading zeroes in PEP references.
|
2016-03-31 15:30:54 +03:00 |
Yury Selivanov
|
77c96813ab
|
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
|
2016-02-13 17:59:05 -05:00 |
Martin Panter
|
d2ad5718ad
|
Issue #25523: Further a-to-an corrections new in 3.5
|
2015-11-02 04:20:33 +00:00 |
Berker Peksag
|
85d5d902ce
|
Issue #25418: Fix markup in object.__hash__ documentation
Patch by TAKASE Arihiro.
|
2015-10-16 11:23:11 +03:00 |
Berker Peksag
|
edb9111d41
|
Issue #25418: Fix markup in object.__hash__ documentation
Patch by TAKASE Arihiro.
|
2015-10-16 11:22:50 +03:00 |
Martin Panter
|
84835ab1cb
|
Issue #25161: Merge full stops from 3.4 into 3.5
|
2015-10-10 10:44:25 +00:00 |
Martin Panter
|
d21e0b52f1
|
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
|
2015-10-10 10:36:22 +00:00 |
Robert Collins
|
d84b29f805
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:22:54 +12:00 |
Robert Collins
|
00cf3c394a
|
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
|
2015-08-07 10:32:15 +12:00 |
Yury Selivanov
|
66f8828bfc
|
Issue #24439: Improve PEP 492 related docs.
Patch by Martin Panter.
|
2015-06-24 11:04:15 -04:00 |
Yury Selivanov
|
f3e40fac10
|
Issue 24180: Documentation for PEP 492 changes.
|
2015-05-21 11:50:30 -04:00 |
Berker Peksag
|
770319d6bd
|
Issue #23912: Fix code formatting in datamodel.rst.
Patch by James Edwards.
|
2015-04-11 14:59:30 +03:00 |
Berker Peksag
|
2995cc6855
|
Issue #23912: Fix code formatting in datamodel.rst.
Patch by James Edwards.
|
2015-04-11 14:59:50 +03:00 |
Ethan Furman
|
9fdb0fe17b
|
Issue20467: clarify __init__'s role
|
2015-01-14 21:57:15 -08:00 |
Ethan Furman
|
845d33c526
|
Issue20467: clarify __init__'s role
|
2015-01-14 21:56:49 -08:00 |
Ethan Furman
|
119479f705
|
Issue20467: clarify __init__'s role
|
2015-01-14 21:56:10 -08:00 |
Terry Jan Reedy
|
b67f6e27e1
|
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Add an entry in the language datamodel special methods section.
Revise and index its discussion in the stdtypes mapping/dict section.
|
2014-12-10 18:38:19 -05:00 |
R David Murray
|
c9f5f2ddc7
|
#22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
Patch by Chaitanya Agrawal.
|
2014-12-10 09:51:01 -05:00 |
Ethan Furman
|
b004943e9b
|
(3.4) Issue22780: reword NotImplemented docs to emphasise should
|
2014-11-26 21:15:35 -08:00 |
Terry Jan Reedy
|
e6b2b78a7d
|
Merge 3.4
|
2014-12-10 18:39:45 -05:00 |
R David Murray
|
892dbd18e1
|
Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
|
2014-12-10 09:51:27 -05:00 |
Ethan Furman
|
9b55089999
|
Issue22780: reword NotImplemented docs to emphasise should
|
2014-11-26 21:17:53 -08:00 |
Georg Brandl
|
e21a531ef1
|
merge with 3.4
|
2014-10-31 10:39:29 +01:00 |
Georg Brandl
|
a4c8c47961
|
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
|
2014-10-31 10:38:49 +01:00 |
Georg Brandl
|
cadc3fdcb5
|
Merge with 3.4
|
2014-10-29 08:37:29 +01:00 |
Georg Brandl
|
e73778c1ac
|
Use https:// URLs when referring to python.org hosts.
|
2014-10-29 08:36:35 +01:00 |
Ethan Furman
|
58b2ddf392
|
Issue7186: document that __doc__ is not inherited by subclasses
|
2014-10-17 22:25:47 -07:00 |
Ethan Furman
|
f87f515057
|
Issue7186: document that __doc__ is not inherited by subclasses
|
2014-10-17 22:25:22 -07:00 |
Terry Jan Reedy
|
cd09571894
|
Merge with 3.4
|
2014-09-30 19:08:02 -04:00 |
Terry Jan Reedy
|
b6271f2d2b
|
Issue 22465: grammar, number agreement.
|
2014-09-30 19:07:49 -04:00 |
Nick Coghlan
|
e2197a4805
|
Merge issue #21667 from 3.4
|
2014-06-07 23:22:06 +10:00 |
Nick Coghlan
|
1462786f00
|
Issue #21667: Clarify string data model description
|
2014-06-07 23:21:14 +10:00 |
R David Murray
|
cc568b1222
|
Merge #21662: fix typo, improve sentence flow
|
2014-06-05 15:32:34 -04:00 |
R David Murray
|
2c0781853a
|
#21662: fix typo, improve sentence flow
Patch by Steve Dougherty.
|
2014-06-05 15:31:56 -04:00 |
Raymond Hettinger
|
a73a34d176
|
merge
|
2014-05-26 22:21:11 -07:00 |
Raymond Hettinger
|
aa7886dd3f
|
Issue 21439: Minor issues in the reference manual.
(Contributed by Feliks Kluzniak.)
|
2014-05-26 22:20:37 -07:00 |
Benjamin Peterson
|
384a3ea5c5
|
merge 3.4
|
2014-05-11 11:19:17 -07:00 |
Benjamin Peterson
|
5c8ce188ee
|
remove confusing delete indexing (closes #21466)
|
2014-05-11 11:18:51 -07:00 |
Benjamin Peterson
|
d51374ed78
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
|
2014-04-09 23:55:56 -04:00 |
Yury Selivanov
|
490a72e022
|
docs: Better wording for __objclass__ docs. Issue #19281
|
2014-04-08 14:01:12 -04:00 |
Yury Selivanov
|
b9aa8cb0c7
|
docs: Document __objclass__. Closes #19281.
Initial patch by Nick Coghlan
|
2014-04-08 12:04:04 -04:00 |
Yury Selivanov
|
af8a4dfb04
|
docs: Better wording for __objclass__ docs. Issue #19281
|
2014-04-08 14:00:35 -04:00 |
Yury Selivanov
|
d3f918ca44
|
docs: Document __objclass__. Closes #19281.
Initial patch by Nick Coghlan
|
2014-04-08 12:03:07 -04:00 |
Larry Hastings
|
3732ed2414
|
Merge in all documentation changes since branching 3.4.0rc1.
|
2014-03-15 21:13:56 -07:00 |
R David Murray
|
6ae5eef542
|
Merge #19953: Clarify the wording of the augmented assignment discussion.
|
2014-03-09 18:51:35 -04:00 |