Raymond Hettinger
|
4db5fe970c
|
SF 1193128: Let str.translate(None) be an identity transformation
|
2007-04-12 04:10:00 +00:00 |
|
Brett Cannon
|
55a1864832
|
Doc that file.next() has undefined behaviour when called on a file opened with
'w'. Closes bug #1569057.
To be backported once 2.5 branch is unfrozen.
|
2007-04-08 04:29:32 +00:00 |
|
Georg Brandl
|
5447850f6f
|
Fix the class name of strings.
|
2007-04-01 23:31:30 +00:00 |
|
Raymond Hettinger
|
3156316823
|
SF: 1397711 Set docs conflated immutable and hashable
|
2007-02-07 21:04:20 +00:00 |
|
Andrew M. Kuchling
|
4a8d272dca
|
Mention the os.SEEK_* constants
|
2006-12-21 13:40:29 +00:00 |
|
Georg Brandl
|
70f466932c
|
RFE #1592899: mention string.maketrans() in docs for str.translate,
remove reference to the old regex module in the former's doc.
|
2006-12-07 09:30:06 +00:00 |
|
Martin v. Löwis
|
056dac1bcf
|
Bug #1067760: Deprecate passing floats to file.seek.
|
2006-11-12 18:24:26 +00:00 |
|
Georg Brandl
|
1ee79f16e8
|
Bug #1594758: wording improvement for dict.update() docs.
|
2006-11-11 18:32:47 +00:00 |
|
Georg Brandl
|
361bc21c51
|
Bug #1594742: wrong word in stringobject doc.
|
2006-11-11 18:29:11 +00:00 |
|
Georg Brandl
|
c48c9e266f
|
Bug #1552618: change docs of dict.has_key() to reflect recommendation
to use "in".
|
2006-09-05 12:44:58 +00:00 |
|
Raymond Hettinger
|
a0c95fa4d8
|
Fix endcase for str.rpartition()
|
2006-09-04 15:32:48 +00:00 |
|
Andrew M. Kuchling
|
aa95fdb783
|
[Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.)
|
2006-07-31 16:10:24 +00:00 |
|
Andrew M. Kuchling
|
ec3a89449e
|
Remove reference to notation
|
2006-07-31 15:23:43 +00:00 |
|
Andrew M. Kuchling
|
17159fe26f
|
Typo fix
|
2006-07-31 15:22:58 +00:00 |
|
Andrew M. Kuchling
|
f896795103
|
[Bug #1515932] Clarify description of slice assignment
|
2006-07-03 14:07:30 +00:00 |
|
Skip Montanaro
|
4ef256cab0
|
add string methods to index
|
2006-06-29 19:20:09 +00:00 |
|
Georg Brandl
|
242508160e
|
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument.
|
2006-06-09 18:45:48 +00:00 |
|
Fredrik Lundh
|
9c0e9c089c
|
needspeed: rpartition documentation, tests, and a bug fixes.
feel free to add more tests and improve the documentation.
|
2006-05-26 18:24:15 +00:00 |
|
Andrew M. Kuchling
|
a0fcf502df
|
Typo fixes
|
2006-05-26 12:01:44 +00:00 |
|
Georg Brandl
|
0c93ff6709
|
Clarify docs for str.partition().
|
2006-05-26 09:05:54 +00:00 |
|
Fredrik Lundh
|
06a69dd8ff
|
needforspeed: partition implementation, part two.
feel free to improve the documentation and the docstrings.
|
2006-05-26 08:54:28 +00:00 |
|
Georg Brandl
|
007a382a4d
|
Bug #1490688: properly document %e, %f, %g format subtleties.
|
2006-05-18 07:20:05 +00:00 |
|
Georg Brandl
|
c01b6aeede
|
Remove misleading comment about type-class unification.
|
2006-05-17 14:06:07 +00:00 |
|
Nick Coghlan
|
d8accb32a5
|
Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception.
|
2006-05-03 13:17:49 +00:00 |
|
Nick Coghlan
|
afd5e63e24
|
Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager()
|
2006-05-03 13:02:47 +00:00 |
|