Georg Brandl
|
db235c1c94
|
Merged revisions 85008,85011,85240 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85008 | georg.brandl | 2010-09-25 15:30:03 +0200 (Sa, 25 Sep 2010) | 1 line
#9944: fix typo.
........
r85011 | georg.brandl | 2010-09-25 18:56:36 +0200 (Sa, 25 Sep 2010) | 1 line
#9562: slight clarification.
........
r85240 | georg.brandl | 2010-10-06 07:08:32 +0200 (Mi, 06 Okt 2010) | 1 line
#10034: import readline in longer example.
........
|
2010-10-06 09:33:55 +00:00 |
Senthil Kumaran
|
fca48efeb1
|
Merged revisions 85156 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85156 | senthil.kumaran | 2010-10-02 08:46:04 +0530 (Sat, 02 Oct 2010) | 3 lines
Fix - issue10010 .. index:: position in the docs.
........
|
2010-10-02 03:29:31 +00:00 |
Benjamin Peterson
|
658f629c86
|
versionadded #9956
|
2010-09-26 23:49:20 +00:00 |
Mark Dickinson
|
dd1d8f72f9
|
Merged revisions 83732 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83732 | mark.dickinson | 2010-08-04 19:42:43 +0100 (Wed, 04 Aug 2010) | 3 lines
Issue #9498: Add reference to sys.float_info from 'numeric types' docs.
Thanks Yitz Gale.
........
|
2010-08-04 18:48:34 +00:00 |
Antoine Pitrou
|
b22bf80db4
|
Issue #9304: fix example in the 2.x memoryview documentation.
|
2010-07-19 18:10:42 +00:00 |
Antoine Pitrou
|
22cc6d5ba3
|
Merged revisions 82842 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82842 | antoine.pitrou | 2010-07-12 22:01:52 +0200 (lun., 12 juil. 2010) | 3 lines
Fix definition of len() and indexing for memoryview objects (part of #7696).
........
|
2010-07-12 20:11:52 +00:00 |
Senthil Kumaran
|
c167712c00
|
Merged revisions 82601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines
Change 'lowered' to 'lowercased'
........
|
2010-07-06 03:06:53 +00:00 |
Senthil Kumaran
|
ca92a60e2e
|
Merged revisions 82570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines
Fix: Issue9091 Minor documentation clarification.
........
|
2010-07-05 11:44:34 +00:00 |
Florent Xicluna
|
638b869004
|
Add a link on maketrans().
|
2010-05-10 19:59:22 +00:00 |
Andrew M. Kuchling
|
7de14ac034
|
Minor grammar fix
|
2010-05-01 12:05:52 +00:00 |
Benjamin Peterson
|
eef5c35c14
|
make slice notation in (r)find docs consistent
|
2010-04-27 22:56:31 +00:00 |
Raymond Hettinger
|
bb006cf26c
|
Add tests for cmp_to_key.
Adopt PEP 8 compliant function name.
Factor-out existing uses cmp_to_key.
Update documentation to use internal pointers instead of external resource.
|
2010-04-04 21:45:01 +00:00 |
Antoine Pitrou
|
945d4ccdd9
|
Fix wording / typography, and a slightly misleading statement
(memoryviews don't support complex structures right now)
|
2010-04-03 21:22:38 +00:00 |
Georg Brandl
|
aa89f8d04c
|
Remove leftover word.
|
2010-03-21 11:50:58 +00:00 |
Georg Brandl
|
3814ddfcfc
|
Add a paragraph about set displays.
|
2010-03-21 09:08:00 +00:00 |
Georg Brandl
|
118c55778e
|
Fix some issues found by Jacques Ducasse on the docs list.
|
2010-03-21 09:01:27 +00:00 |
Alexandre Vassalotti
|
69eb51697c
|
Issue #1967: Backport dictionary views.
|
2010-01-11 23:17:10 +00:00 |
Ezio Melotti
|
062d2b52f3
|
#7388: "python".capitalize() in the Doc
|
2009-12-19 22:41:49 +00:00 |
Georg Brandl
|
d86e9d7616
|
#7480: remove tautology.
|
2009-12-19 18:20:18 +00:00 |
Mark Dickinson
|
9dd5e16c5d
|
Issue #7117, continued: Remove substitution of %g-style formatting for
%f-style formatting, which used to occur at high precision. Float formatting
should now be consistent between 2.7 and 3.1.
|
2009-11-23 20:54:09 +00:00 |
Georg Brandl
|
6c14e587f5
|
Use "impl-detail" directive where applicable.
|
2009-10-22 11:48:10 +00:00 |
Georg Brandl
|
9b4e5820cb
|
#7116: str.join() takes an iterable.
|
2009-10-14 18:48:32 +00:00 |
Raymond Hettinger
|
13305f681b
|
Issue 7008: Better document str.title and show how to work around the apostrophe problem.
|
2009-09-29 18:53:24 +00:00 |
Benjamin Peterson
|
332d721750
|
add keyword arguments support to str/unicode encode and decode #6300
|
2009-09-18 21:14:55 +00:00 |
Georg Brandl
|
609910c210
|
#6841: remove duplicated word.
|
2009-09-05 09:04:09 +00:00 |
Georg Brandl
|
4ea46a6614
|
other -> others where multiple arguments are accepted.
|
2009-08-31 06:38:29 +00:00 |
Georg Brandl
|
7d65fbfed4
|
#6801: fix copy-paste oversight.
|
2009-08-30 11:51:53 +00:00 |
Georg Brandl
|
6f8b99e868
|
#6803: fix old name.
|
2009-08-30 08:35:01 +00:00 |
Tarek Ziadé
|
3092ed977f
|
fixed #6801: symmetric_difference_update also accepts pipe
|
2009-08-29 13:33:21 +00:00 |
Georg Brandl
|
d7d4fd7336
|
builtin -> built-in.
|
2009-07-26 14:37:28 +00:00 |
Georg Brandl
|
9fa61bb37d
|
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
|
2009-07-26 14:19:57 +00:00 |
Georg Brandl
|
1ba9c87306
|
#6571: add index entries for more operators.
|
2009-07-25 13:02:15 +00:00 |
Benjamin Peterson
|
00a58c3574
|
link to extensive generator docs in the reference manual
|
2009-06-27 14:16:23 +00:00 |
Georg Brandl
|
4c8b1c7a59
|
#6017: better document behavior of dictiterators when the dict is changed.
|
2009-05-17 08:24:29 +00:00 |
Benjamin Peterson
|
f9c8193b76
|
note how using iter* are unsafe while mutating and document iter(dict)
|
2009-04-04 23:46:34 +00:00 |
Antoine Pitrou
|
789be0c0a0
|
Issue #2396: backport the memoryview object.
|
2009-04-02 21:18:34 +00:00 |
Georg Brandl
|
956ed9782a
|
#4411: document mro() and __mro__. (I hope I got it right.)
|
2009-03-31 19:26:24 +00:00 |
Mark Dickinson
|
2e648ecc7d
|
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
with fabs(x) >= 1e50, and fix documentation.
|
2009-03-29 14:37:51 +00:00 |
Georg Brandl
|
a31aa45fbf
|
#5324: document __subclasses__().
|
2009-03-28 19:10:37 +00:00 |
Georg Brandl
|
da2790c47d
|
#5361: fix typo.
|
2009-02-27 16:23:18 +00:00 |
Benjamin Peterson
|
a168698ab3
|
fix str.format()'s first arg #5371
|
2009-02-26 00:30:11 +00:00 |
Georg Brandl
|
de196911f1
|
#5352: str.count() counts non-overlapping instances.
|
2009-02-23 15:51:27 +00:00 |
Benjamin Peterson
|
1312b4bcfd
|
os.fsync() should be used to ensure that data is written to disk
|
2009-02-12 03:50:00 +00:00 |
Georg Brandl
|
bb550c99cb
|
#4914: trunc is in math.
|
2009-01-18 10:48:16 +00:00 |
Georg Brandl
|
79f722da6c
|
#4974: fix redundant mention of lists and tuples.
|
2009-01-18 10:45:22 +00:00 |
Georg Brandl
|
6c81b54cc4
|
#4976: union() and intersection() take multiple args, but talk about "the other".
|
2009-01-18 10:42:35 +00:00 |
Georg Brandl
|
dd7e313035
|
Fix two issues found by the suspicious builder.
|
2009-01-04 10:24:09 +00:00 |
Georg Brandl
|
8c8cc6b392
|
Manually merge r67868 from 2.6 branch.
|
2009-01-03 22:05:22 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Mark Dickinson
|
4b3ed5d8ba
|
Fix typo in Python equivalent for bit_length.
|
2008-12-19 17:46:51 +00:00 |