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 |
|
Zachary Ware
|
ed49265b91
|
Merge with 3.4
|
2014-05-06 09:19:16 -05:00 |
|
Zachary Ware
|
9fafc9f79a
|
Add prompts to interactive example.
This makes it match the new example below, and allows Sphinx's
"hide the prompts and output" feature to work.
|
2014-05-06 09:18:17 -05:00 |
|
Zachary Ware
|
4e6688d2b2
|
Issue #21366: Document the fact that `return in a finally ` clause
overrides a ``return`` in the ``try`` suite.
|
2014-05-06 09:07:51 -05:00 |
|
Zachary Ware
|
8edd532026
|
Issue #21366: Document the fact that `return in a finally ` clause
overrides a ``return`` in the ``try`` suite.
|
2014-05-06 09:07:13 -05:00 |
|
Terry Jan Reedy
|
727a463aa6
|
Merge with 3.4
|
2014-04-29 01:19:41 -04:00 |
|
Terry Jan Reedy
|
9cc9026294
|
Issue #21055: Index (augmented) assignment symbols.
|
2014-04-29 01:19:17 -04:00 |
|
Terry Jan Reedy
|
e9dcfd1870
|
Merge with 3.4
|
2014-04-29 00:59:19 -04:00 |
|
Terry Jan Reedy
|
7c895edabc
|
Closes 21048: Index 'as' in import and with statements.
|
2014-04-29 00:58:56 -04:00 |
|
R David Murray
|
f7f981829b
|
#18628: clarify index entry for source file encoding declaration.
Patch by Sam Lucidi.
|
2014-04-16 21:48:04 -04:00 |
|
R David Murray
|
16b8c619cd
|
Merge: #18628: clarify index entry for source file encoding declaration.
|
2014-04-16 21:50:25 -04: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 |
|
Nick Coghlan
|
9aa00d1cd1
|
Issue #19697: document more __main__.__spec__ quirks
|
2014-03-29 15:39:42 +10:00 |
|
Eric Snow
|
e50f9aa4bd
|
Issue #19697: Document cases where __main__.__spec__ is None.
|
2014-03-28 18:10:33 -06: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
|
14d7b718ba
|
#19953: Clarify the wording of the augmented assignment discussion.
Patch by Priya Pappachan, based on suggestions from Terry Reedy
and myself.
|
2014-03-09 18:51:16 -04:00 |
|
Benjamin Peterson
|
71215c584a
|
merge 3.3 (closes #12704)
|
2014-01-26 22:58:42 -05:00 |
|
Benjamin Peterson
|
d1c85fd283
|
eliminate redundancy between yield stmt and yield expr docs (closes #12704)
Patch by Nikolaus Rath.
|
2014-01-26 22:52:08 -05:00 |
|
Larry Hastings
|
b7f5dcadf2
|
Merge 3.4.0b2 release revisions back into mainline.
|
2014-01-06 07:24:19 -08:00 |
|
Ethan Furman
|
df3ed242c0
|
Issue19995: %o, %x, %X now only accept ints
|
2014-01-05 06:50:30 -08:00 |
|
Larry Hastings
|
bfd715ebd1
|
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
|
2014-01-05 04:35:56 -08:00 |
|
Benjamin Peterson
|
002033ed63
|
correct word for __annotations__ doc (closes #20110)
Patch from Claudiu Popa.
|
2014-01-02 16:47:50 -06:00 |
|
Benjamin Peterson
|
8ec15f7a92
|
merge 3.3 (#20110)
|
2014-01-02 16:48:24 -06:00 |
|
Zachary Ware
|
1cb4f607d1
|
Merge with 3.3
|
2013-12-31 12:10:24 -06:00 |
|
Zachary Ware
|
340a692283
|
str subclasses may have non-empty __slots__, bytes subclasses can't.
|
2013-12-31 12:09:26 -06:00 |
|
Serhiy Storchaka
|
2a6145290b
|
Removed spaces before commas and periods.
|
2013-12-23 18:21:57 +02:00 |
|
Eric Snow
|
7cff4cd7e9
|
Issue #19713: Fix mistakes in the import page of language reference.
These mistakes were introduced by the initial PEP 451 merge.
|
2013-12-16 23:10:50 -07:00 |
|
Serhiy Storchaka
|
0e90e99188
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:19:53 +02:00 |
|
Serhiy Storchaka
|
fbc1c26803
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:17:13 +02:00 |
|
Georg Brandl
|
472a65a710
|
Fix a few markup problems in the new import doc.
|
2013-11-24 12:39:56 +01:00 |
|
Eric Snow
|
b523f8433a
|
Implement PEP 451 (ModuleSpec).
|
2013-11-22 09:05:39 -07:00 |
|
Serhiy Storchaka
|
0d85b5c68d
|
Issue #19190: Improve cross-references in builtin types and functions documentation.
|
2013-10-09 14:03:24 +03:00 |
|
Serhiy Storchaka
|
0d196edc37
|
Issue #19190: Improve cross-references in builtin types and functions documentation.
|
2013-10-09 14:02:31 +03:00 |
|
Georg Brandl
|
c13d604193
|
merge with 3.3
|
2013-10-08 21:47:35 +02:00 |
|
Georg Brandl
|
0aaae26518
|
Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@.
|
2013-10-08 21:47:18 +02:00 |
|
Georg Brandl
|
100580f4c4
|
merge with 3.3
|
2013-10-08 21:28:42 +02:00 |
|
Georg Brandl
|
97f962339f
|
Add "->" as a delimiter token. Found by James Harding on docs@.
|
2013-10-08 21:28:22 +02:00 |
|
Georg Brandl
|
6930777c63
|
merge with 3.3
|
2013-10-06 10:28:48 +02:00 |
|
Georg Brandl
|
242e6a0bce
|
Use "lambda expression" as preferred to "lambda form".
|
2013-10-06 10:28:39 +02:00 |
|
Antoine Pitrou
|
58720d6145
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
|
2013-08-05 23:26:40 +02:00 |
|
Antoine Pitrou
|
796564c27b
|
Issue #18112: PEP 442 implementation (safe object finalization).
|
2013-07-30 19:59:21 +02:00 |
|
Barry Warsaw
|
4958f714bd
|
- Issue #18440: Clarify that hash() can truncate the value returned from an
object's custom `__hash__()` method.
|
2013-07-15 15:21:41 -04:00 |
|
Barry Warsaw
|
224a599c0c
|
- Issue #18440: Clarify that hash() can truncate the value returned from an
object's custom `__hash__()` method.
|
2013-07-15 14:47:29 -04:00 |
|