| Commit message (Expand) | Author | Age | Files | Lines |
* | forgot to resolve this conflict... | Benjamin Peterson | 2012-01-25 | 1 | -4/+0 |
|
|
* | kill extra word | Benjamin Peterson | 2012-01-25 | 1 | -3/+3 |
|
|
* | say bitwise (because I have no idea what a bit-string is) | Benjamin Peterson | 2012-01-25 | 1 | -6/+10 |
|
|
* | #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. | Georg Brandl | 2012-01-23 | 1 | -1/+1 |
|
|
* | file.next() doc refers to itself | Sandro Tosi | 2012-01-17 | 1 | -3/+3 |
|
|
* | None is not a keyword, link file.next() to functions.html#next | Sandro Tosi | 2012-01-14 | 1 | -2/+2 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -10/+10 |
|
|
* | Closes #13754 String returned if less than *or equal to* x 3 | Terry Jan Reedy | 2012-01-11 | 1 | -3/+3 |
|
|
* | #13494: s/cast/convert/. Also add a link. | Ezio Melotti | 2011-12-02 | 1 | -3/+3 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | Turn last automatic footnote in this file into a manually-numbered one | Éric Araujo | 2011-08-19 | 1 | -2/+2 |
|
|
* | #12204: document that str.upper().isupper() might be False and add a note abo... | Ezio Melotti | 2011-08-15 | 1 | -12/+19 |
|
|
* | be precise | Benjamin Peterson | 2011-07-31 | 1 | -1/+2 |
|
|
* | note Ellipsis syntax | Benjamin Peterson | 2011-07-30 | 1 | -1/+1 |
|
|
* | add space | Benjamin Peterson | 2011-07-30 | 1 | -0/+1 |
|
|
* | document NotImplemented | Benjamin Peterson | 2011-07-30 | 1 | -0/+9 |
|
|
* | Fix closes issue10403 - Let's not use members anymore. | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 |
|
|
* | Fix grammar to include both integer types in 2.x | Éric Araujo | 2011-05-02 | 1 | -2/+2 |
|
|
* | Fix spelling. | Raymond Hettinger | 2011-05-02 | 1 | -1/+1 |
|
|
* | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -1/+5 |
|
|
* | the name of the option is a bit too low-level | Benjamin Peterson | 2011-03-20 | 1 | -8/+8 |
|
|
* | clarify condition for readline to return EOF (closes #11312) | Benjamin Peterson | 2011-03-12 | 1 | -5/+6 |
|
|
* | #11373: fix spelling. | Georg Brandl | 2011-03-06 | 1 | -1/+1 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -0/+4 |
|
|
* | Revert doc patch committed to the wrong branch: "Issue 2690: Doc fixup. xra... | Daniel Stutzbach | 2010-12-17 | 1 | -1/+1 |
|
|
* | #10676: fix bad wording in parallel with the lang ref. | Georg Brandl | 2010-12-11 | 1 | -3/+3 |
|
|
* | Issue 2690: Doc fixup. xrange() objects are slicable. | Raymond Hettinger | 2010-12-11 | 1 | -1/+1 |
|
|
* | Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-... | Georg Brandl | 2010-11-26 | 1 | -8/+5 |
|
|
* | Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge... | Georg Brandl | 2010-11-26 | 1 | -2/+2 |
|
|
* | Merged revisions 86625 via svnmerge from | Éric Araujo | 2010-11-21 | 1 | -0/+6 |
|
|
* | Issue #8340: document bytearray in Python 2.7. | Antoine Pitrou | 2010-11-20 | 1 | -10/+15 |
|
|
* | Merged revisions 86293 via svnmerge from | Mark Dickinson | 2010-11-07 | 1 | -5/+17 |
|
|
* | Add version note about set literals. | Georg Brandl | 2010-10-29 | 1 | -6/+6 |
|
|
* | Merged revisions 85008,85011,85240 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 85156 via svnmerge from | Senthil Kumaran | 2010-10-02 | 1 | -17/+17 |
|
|
* | versionadded #9956 | Benjamin Peterson | 2010-09-26 | 1 | -0/+2 |
|
|
* | Merged revisions 83732 via svnmerge from | Mark Dickinson | 2010-08-04 | 1 | -8/+10 |
|
|
* | Issue #9304: fix example in the 2.x memoryview documentation. | Antoine Pitrou | 2010-07-19 | 1 | -2/+2 |
|
|
* | Merged revisions 82842 via svnmerge from | Antoine Pitrou | 2010-07-12 | 1 | -9/+16 |
|
|
* | Merged revisions 82601 via svnmerge from | Senthil Kumaran | 2010-07-06 | 1 | -1/+1 |
|
|
* | Merged revisions 82570 via svnmerge from | Senthil Kumaran | 2010-07-05 | 1 | -1/+2 |
|
|
* | Add a link on maketrans(). | Florent Xicluna | 2010-05-10 | 1 | -3/+3 |
|
|
* | Minor grammar fix | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+1 |
|
|
* | make slice notation in (r)find docs consistent | Benjamin Peterson | 2010-04-27 | 1 | -7/+7 |
|
|
* | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 1 | -1/+2 |
|
|
* | Fix wording / typography, and a slightly misleading statement | Antoine Pitrou | 2010-04-03 | 1 | -5/+5 |
|
|
* | Remove leftover word. | Georg Brandl | 2010-03-21 | 1 | -2/+2 |
|
|
* | Add a paragraph about set displays. | Georg Brandl | 2010-03-21 | 1 | -0/+4 |
|
|
* | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 1 | -6/+6 |
|
|