Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f07801bb17f8089dc8b8a4d2beafba7c497af900
/
Doc
/
reference
2f825af
Issue22988: clarify yield and exception blocks
by Ethan Furman
· 10 years ago
845d33c
Issue20467: clarify __init__'s role
by Ethan Furman
· 10 years ago
119479f
Issue20467: clarify __init__'s role
by Ethan Furman
· 10 years ago
b67f6e2
Issue #23006: Improve the documentation and indexing of dict.__missing__.
by Terry Jan Reedy
· 10 years ago
c9f5f2d
#22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
by R David Murray
· 10 years ago
b004943
(3.4) Issue22780: reword NotImplemented docs to emphasise should
by Ethan Furman
· 10 years ago
a4c8c47
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
525d355
Fixing broken links in doc, part 3: the rest
by Georg Brandl
· 10 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 10 years ago
f87f515
Issue7186: document that __doc__ is not inherited by subclasses
by Ethan Furman
· 10 years ago
5f16f90
#18176: Change generic UCD PropList link to version specific link.
by R David Murray
· 10 years ago
5bd6242
#18176: fix another reference and add it to the makeunicodedata comment.
by R David Murray
· 10 years ago
b6271f2
Issue 22465: grammar, number agreement.
by Terry Jan Reedy
· 10 years ago
848c8b2
Issue #20643: Removed unneeded (and wrong) class directives.
by Serhiy Storchaka
· 10 years ago
65e3ecb
Issue #22243: fix except grammar in reference.
by Terry Jan Reedy
· 10 years ago
1462786
Issue #21667: Clarify string data model description
by Nick Coghlan
· 11 years ago
2c07818
#21662: fix typo, improve sentence flow
by R David Murray
· 11 years ago
2f78b84
Issue #21439: Fix a couple of typos.
by Zachary Ware
· 11 years ago
aa7886d
Issue 21439: Minor issues in the reference manual.
by Raymond Hettinger
· 11 years ago
5c8ce18
remove confusing delete indexing (closes #21466)
by Benjamin Peterson
· 11 years ago
9fafc9f
Add prompts to interactive example.
by Zachary Ware
· 11 years ago
8edd532
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
by Zachary Ware
· 11 years ago
9cc9026
Issue #21055: Index (augmented) assignment symbols.
by Terry Jan Reedy
· 11 years ago
7c895ed
Closes 21048: Index 'as' in import and with statements.
by Terry Jan Reedy
· 11 years ago
f7f9818
#18628: clarify index entry for source file encoding declaration.
by R David Murray
· 11 years ago
af8a4df
docs: Better wording for __objclass__ docs. Issue #19281
by Yury Selivanov
· 11 years ago
d3f918c
docs: Document __objclass__. Closes #19281.
by Yury Selivanov
· 11 years ago
9aa00d1
Issue #19697: document more __main__.__spec__ quirks
by Nick Coghlan
· 11 years ago
e50f9aa
Issue #19697: Document cases where __main__.__spec__ is None.
by Eric Snow
· 11 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
14d7b71
#19953: Clarify the wording of the augmented assignment discussion.
by R David Murray
· 11 years ago
71215c5
merge 3.3 (closes #12704)
by Benjamin Peterson
· 11 years ago
d1c85fd
eliminate redundancy between yield stmt and yield expr docs (closes #12704)
by Benjamin Peterson
· 11 years ago
b7f5dca
Merge 3.4.0b2 release revisions back into mainline.
by Larry Hastings
· 11 years ago
df3ed24
Issue19995: %o, %x, %X now only accept ints
by Ethan Furman
· 11 years ago
bfd715e
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
by Larry Hastings
· 11 years ago
002033e
correct word for __annotations__ doc (closes #20110)
by Benjamin Peterson
· 11 years ago
8ec15f7
merge 3.3 (#20110)
by Benjamin Peterson
· 11 years ago
1cb4f60
Merge with 3.3
by Zachary Ware
· 11 years ago
340a692
str subclasses may have non-empty __slots__, bytes subclasses can't.
by Zachary Ware
· 11 years ago
2a61452
Removed spaces before commas and periods.
by Serhiy Storchaka
· 11 years ago
7cff4cd
Issue #19713: Fix mistakes in the import page of language reference.
by Eric Snow
· 11 years ago
0e90e99
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 11 years ago
fbc1c26
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 11 years ago
472a65a
Fix a few markup problems in the new import doc.
by Georg Brandl
· 11 years ago
b523f84
Implement PEP 451 (ModuleSpec).
by Eric Snow
· 11 years ago
0d85b5c
Issue #19190: Improve cross-references in builtin types and functions documentation.
by Serhiy Storchaka
· 11 years ago
0d196ed
Issue #19190: Improve cross-references in builtin types and functions documentation.
by Serhiy Storchaka
· 11 years ago
c13d604
merge with 3.3
by Georg Brandl
· 11 years ago
0aaae26
Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@.
by Georg Brandl
· 11 years ago
100580f
merge with 3.3
by Georg Brandl
· 11 years ago
97f9623
Add "->" as a delimiter token. Found by James Harding on docs@.
by Georg Brandl
· 11 years ago
6930777
merge with 3.3
by Georg Brandl
· 11 years ago
242e6a0
Use "lambda expression" as preferred to "lambda form".
by Georg Brandl
· 11 years ago
58720d6
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
by Antoine Pitrou
· 11 years ago
796564c
Issue #18112: PEP 442 implementation (safe object finalization).
by Antoine Pitrou
· 11 years ago
4958f71
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
by Barry Warsaw
· 11 years ago
224a599
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
by Barry Warsaw
· 11 years ago
82da888
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
by Brett Cannon
· 12 years ago
8f5ac51
Issue #15767: Touch up ModuleNotFoundError usage by import.
by Brett Cannon
· 12 years ago
4b4e38e
Mention __cached__ in the import ref.
by Brett Cannon
· 12 years ago
b961955
merge
by Brett Cannon
· 12 years ago
1fbb773
#17938: merge with 3.3.
by Ezio Melotti
· 12 years ago
955382c
#17938: remove duplicate paragraphs.
by Ezio Melotti
· 12 years ago
4c14b5d
#17115,17116: Have modules initialize the __package__ and __loader__
by Brett Cannon
· 12 years ago
cf72c5e
merge with 3.3
by Georg Brandl
· 12 years ago
dec3b3f
Clarify point in name mangling doc.
by Georg Brandl
· 12 years ago
1bab713
Merge with 3.3.
by Georg Brandl
· 12 years ago
44ea77b
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
by Georg Brandl
· 12 years ago
4802bec
Issue #17117: Have both import itself and importlib.util.set_loader()
by Brett Cannon
· 12 years ago
1ef876c
evaluate positional defaults before keyword-only defaults (closes #16967)
by Benjamin Peterson
· 12 years ago
c475278
Merge from 3.3: add links and index entries for "argument" and "parameter."
by Chris Jerdonek
· 12 years ago
32bbc1c
Merge from 3.2: add links and index entries for "argument" and "parameter."
by Chris Jerdonek
· 12 years ago
b430994
Add additional links and index entries for "argument" and "parameter".
by Chris Jerdonek
· 12 years ago
16bdd41
#16677: merge with 3.3.
by Ezio Melotti
· 12 years ago
1be0576
#16677: merge with 3.2.
by Ezio Melotti
· 12 years ago
9f929bb
#16677: rename section header and fix markup.
by Ezio Melotti
· 12 years ago
7d2fad1
Merge from 3.3: link to "yield from" examples in yield documentation.
by Chris Jerdonek
· 12 years ago
2654b86
Link to "yield from" examples in yield documentation.
by Chris Jerdonek
· 12 years ago
16459e8
Merge from 3.3: Add a str class entry to the string section (issue #16209).
by Chris Jerdonek
· 12 years ago
bb4e941
Add a str class entry to the "Text Sequence Type" section (issue #16209).
by Chris Jerdonek
· 12 years ago
777db2d
Fix label in docs (from issue #13538).
by Chris Jerdonek
· 12 years ago
d675a2c
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
by Chris Jerdonek
· 12 years ago
5fae0e5
Improve str() and object.__str__() documentation (issue #13538).
by Chris Jerdonek
· 12 years ago
17fc44c
Improve str() and object.__str__() documentation (issue #13538).
by Chris Jerdonek
· 12 years ago
b72c109
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
by Barry Warsaw
· 12 years ago
82c1c78
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
by Barry Warsaw
· 12 years ago
993fd9f
Merge issue #16144: Fix misleading sentence in reference/import.
by Andrew Svetlov
· 12 years ago
e2cf03e
Issue #16144: Fix misleading sentence in reference/import.
by Andrew Svetlov
· 12 years ago
21fecc7
Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages.
by Chris Jerdonek
· 12 years ago
d285029
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
by Chris Jerdonek
· 12 years ago
8b7f9f5
Remove unneeded "Release" and "Date" markers from doc index pages.
by Chris Jerdonek
· 12 years ago
3d6948e
Merge from 3.3: fix formatting of syntax description of function definition.
by Chris Jerdonek
· 12 years ago
8b0f3ad
Merge from 3.2: fix formatting of syntax description of function definition.
by Chris Jerdonek
· 12 years ago
c131b07
Fix formatting of syntax description of function definition.
by Chris Jerdonek
· 12 years ago
143d034
merge 3.2
by Benjamin Peterson
· 12 years ago
5c3283e
Merge __next__ method link fixes with 3.3.
by Ezio Melotti
· 12 years ago
1dd7c30
Merge __next__ method link fixes with 3.2.
by Ezio Melotti
· 12 years ago
7fa8222
Fix links to the __next__ method.
by Ezio Melotti
· 12 years ago
23354f5
Merge from 3.3: Fix link to str.format() in docs.
by Chris Jerdonek
· 12 years ago
Next »