Chris Jerdonek
|
17fc44c9b3
|
Improve str() and object.__str__() documentation (issue #13538).
|
2012-11-20 17:31:02 -08:00 |
|
Ezio Melotti
|
8b6b176b33
|
#16440: fix exception type and clarify example.
|
2012-11-09 01:08:25 +02:00 |
|
Andrew Svetlov
|
5c90436d64
|
Issue #16439: Fix markup in example for stdtypes.
Thanks to Yongzhi Pan.
|
2012-11-08 17:26:53 +02:00 |
|
Chris Jerdonek
|
11f3f172e7
|
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
|
2012-11-03 12:05:55 -07:00 |
|
Andrew Svetlov
|
5bb420761f
|
Reword set docs to use *proper subset/superset* terminology.
|
2012-11-01 21:47:54 +02:00 |
|
Ezio Melotti
|
a20879ffc8
|
#16206: Improve examples about dict construction.
|
2012-10-26 19:14:16 +03:00 |
|
Chris Jerdonek
|
f341317185
|
Issue #16206: Improve the documentation of the dict constructor.
This change includes replacing the single-line signature documentation
with a more complete multiple-line signature.
|
2012-10-13 03:22:33 -07:00 |
|
Ezio Melotti
|
7fa822275b
|
Fix links to the __next__ method.
|
2012-10-12 13:42:08 +03:00 |
|
R David Murray
|
1b00f25bf9
|
#15543: glossary entry for and 'universal newlines', and links to it.
Patch by Chris Jerdonek.
|
2012-08-15 10:43:58 -04:00 |
|
Sandro Tosi
|
82a509ca75
|
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@
|
2012-08-12 12:35:14 +02:00 |
|
R David Murray
|
05c35a6a6b
|
#15554: clarify splitlines/split differences.
Patch by Chris Jerdonek.
|
2012-08-06 16:08:09 -04:00 |
|
R David Murray
|
554b3481fa
|
#14957: fix doc typo.
|
2012-06-02 11:20:29 -04:00 |
|
R David Murray
|
ae1b94b6e4
|
#14957: clarify splitlines docs.
Initial patch by Michael Driscoll, I added the example.
|
2012-06-01 16:19:36 -04:00 |
|
Sandro Tosi
|
3918b1ebfb
|
Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe
|
2012-05-13 11:01:20 +02:00 |
|
Ezio Melotti
|
bf3165b971
|
#14763: document default maxsplit value for str.split.
|
2012-05-10 15:30:42 +03:00 |
|
Gregory P. Smith
|
3bbdc8e822
|
Issue #14123: Explicitly mention that old style % string formatting has caveats
but is not going away any time soon.
|
2012-02-26 01:54:07 -08:00 |
|
Sandro Tosi
|
76dea27421
|
Indent 'File' in memoryview example, so it is correctly highlighted
|
2012-02-19 12:28:01 +01:00 |
|
Sandro Tosi
|
c33ae06cbf
|
fix error in memoryview example; thanks to kan lianlian from docs@
|
2012-02-18 16:05:34 +01:00 |
|
Benjamin Peterson
|
b4b0b354dd
|
kill extra word
|
2012-01-25 16:30:18 -05:00 |
|
Benjamin Peterson
|
e9fca253d0
|
say bitwise (because I have no idea what a bit-string is)
|
2012-01-25 16:29:03 -05:00 |
|
Georg Brandl
|
3b65fd7e97
|
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
|
2012-01-23 20:19:33 +01:00 |
|
Terry Jan Reedy
|
f4ec3c5a92
|
#13754 String returned if less than *or equal to* x 3
Close *13753 'seq' now 'iterable'
|
2012-01-11 03:29:42 -05:00 |
|
Ezio Melotti
|
c1f26f6fc1
|
#13494: s/cast/convert/. Also add a link.
|
2011-12-02 19:47:24 +02:00 |
|
Antoine Pitrou
|
fd9ebd4a36
|
Clarify concatenation behaviour of immutable strings, and remove explicit
mention of the CPython optimization hack.
|
2011-11-25 16:33:53 +01:00 |
|
Eli Bendersky
|
c2c896093b
|
Issue #13365: correct an error in the documentation of str.expandtabs
|
2011-11-11 10:40:14 +02:00 |
|
Florent Xicluna
|
74e6495a20
|
Fixes #13270: obsolete reference to old-style/new-style classes.
|
2011-10-28 11:21:19 +02:00 |
|
Ezio Melotti
|
e130a52d8a
|
Remove duplication.
|
2011-10-19 10:58:56 +03:00 |
|
Éric Araujo
|
18ddf826e7
|
Add links from library/functions to other docs.
Suggested by Terry J. Reedy in #12298.
|
2011-09-01 23:10:36 +02:00 |
|
Ezio Melotti
|
0656a56214
|
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
|
2011-08-15 14:27:19 +03:00 |
|
Sandro Tosi
|
2a8d195328
|
#12665: Dictionary view example has error in set operation
|
2011-08-02 18:42:04 +02:00 |
|
Benjamin Peterson
|
497cd65cec
|
add space
|
2011-07-30 09:59:50 -05:00 |
|
Benjamin Peterson
|
50211fa0f9
|
document NotImplemented
|
2011-07-30 09:57:24 -05:00 |
|
Eli Bendersky
|
ef4902af87
|
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
|
2011-07-29 09:30:42 +03:00 |
|
Senthil Kumaran
|
a6bac95a3c
|
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
|
2011-07-04 11:28:30 -07:00 |
|
Ezio Melotti
|
74efb71871
|
Merge with 3.1.
|
2011-05-09 04:00:06 +03:00 |
|
Ezio Melotti
|
0ed8c6897c
|
Add a note to the str.find doc to suggest the use of the "in" operator.
|
2011-05-09 03:54:30 +03:00 |
|
Éric Araujo
|
38cfe89665
|
Merge 3.1
|
2011-05-02 13:12:23 +02:00 |
|
Éric Araujo
|
b79c234e1a
|
Add missing colon
|
2011-05-02 13:10:18 +02:00 |
|
Benjamin Peterson
|
c704378987
|
merge 3.1
|
2011-05-01 20:24:40 -05:00 |
|
Raymond Hettinger
|
9b2fd32cc5
|
Fix spelling.
|
2011-05-01 18:14:49 -07:00 |
|
Benjamin Peterson
|
cee01bf18f
|
merge 3.1
|
2011-05-01 17:39:40 -05:00 |
|
Benjamin Peterson
|
10116d40d8
|
note abcs of int and float (closes #11977)
|
2011-05-01 17:38:17 -05:00 |
|
Raymond Hettinger
|
b1aef23316
|
Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property.
|
2011-03-22 17:33:53 -07:00 |
|
Raymond Hettinger
|
c706dbfa67
|
Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property.
|
2011-03-22 17:33:17 -07:00 |
|
Georg Brandl
|
891391bf68
|
Merge doc fixes.
|
2011-03-06 11:12:42 +01:00 |
|
Georg Brandl
|
12a6153aee
|
#11373: fix spelling.
|
2011-03-06 10:57:52 +01:00 |
|
Georg Brandl
|
d98934c483
|
Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r87101 | georg.brandl | 2010-12-06 23:02:48 +0100 (Mo, 06 Dez 2010) | 1 line
Remove visible XXX comments.
........
r87146 | georg.brandl | 2010-12-09 19:08:43 +0100 (Do, 09 Dez 2010) | 1 line
Fix "seperate".
........
r87156 | georg.brandl | 2010-12-10 11:01:44 +0100 (Fr, 10 Dez 2010) | 1 line
#10668: fix wrong call of __init__.
........
r87172 | georg.brandl | 2010-12-11 20:10:30 +0100 (Sa, 11 Dez 2010) | 1 line
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
........
r87175 | georg.brandl | 2010-12-11 23:19:34 +0100 (Sa, 11 Dez 2010) | 1 line
Fix markup.
........
r87371 | georg.brandl | 2010-12-18 17:21:58 +0100 (Sa, 18 Dez 2010) | 1 line
Fix typo.
........
r87378 | georg.brandl | 2010-12-18 18:51:28 +0100 (Sa, 18 Dez 2010) | 1 line
#10723: add missing builtin exceptions.
........
r87522 | georg.brandl | 2010-12-28 10:16:12 +0100 (Di, 28 Dez 2010) | 1 line
Replace sys.maxint mention by sys.maxsize.
........
r87523 | georg.brandl | 2010-12-28 10:18:24 +0100 (Di, 28 Dez 2010) | 1 line
Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial.
........
r87524 | georg.brandl | 2010-12-28 10:29:19 +0100 (Di, 28 Dez 2010) | 1 line
Fix advice: call PyType_Ready to fill in ob_type of custom types.
........
r87526 | georg.brandl | 2010-12-28 11:38:33 +0100 (Di, 28 Dez 2010) | 1 line
#10777: fix iteration over dict keys while mutating the dict.
........
r87527 | georg.brandl | 2010-12-28 11:56:20 +0100 (Di, 28 Dez 2010) | 1 line
#10768: fix ScrolledText widget construction, and make the example work from the interactive shell.
........
r87528 | georg.brandl | 2010-12-28 12:02:12 +0100 (Di, 28 Dez 2010) | 1 line
Add news entry and clarify another.
........
r87530 | georg.brandl | 2010-12-28 12:06:07 +0100 (Di, 28 Dez 2010) | 1 line
#10767: update README in crashers; not all may have a bug entry and/or be fixed.
........
r87531 | georg.brandl | 2010-12-28 12:08:17 +0100 (Di, 28 Dez 2010) | 1 line
#10742: document readonly attribute of memoryviews.
........
r87532 | georg.brandl | 2010-12-28 12:15:49 +0100 (Di, 28 Dez 2010) | 1 line
#10781: clarify that *encoding* is not a parameter for Node objects in general.
........
r87533 | georg.brandl | 2010-12-28 12:38:12 +0100 (Di, 28 Dez 2010) | 1 line
Remove history; adapt a bit more to reST, since this will once be part of the dev guide.
........
r87534 | georg.brandl | 2010-12-28 12:48:53 +0100 (Di, 28 Dez 2010) | 1 line
Rewrap.
........
r87535 | georg.brandl | 2010-12-28 12:49:41 +0100 (Di, 28 Dez 2010) | 1 line
#10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected.
........
r87536 | georg.brandl | 2010-12-28 12:53:25 +0100 (Di, 28 Dez 2010) | 1 line
#10609: fix non-working dbm example.
........
r87581 | georg.brandl | 2010-12-30 18:36:17 +0100 (Do, 30 Dez 2010) | 1 line
Fix NameErrors.
........
|
2011-02-25 10:03:34 +00:00 |
|
Georg Brandl
|
375aec2315
|
Fix a few doc errors, mostly undefined keywords.
|
2011-01-15 17:03:02 +00:00 |
|
Raymond Hettinger
|
5254e9700e
|
Issue 10533: Need example of using __missing__.
|
2011-01-08 09:35:38 +00:00 |
|
Georg Brandl
|
c28036b532
|
#10742: document readonly attribute of memoryviews.
|
2010-12-28 11:08:17 +00:00 |
|