| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 1 | -2/+2 |
|
|
| * | Issue 10533: Need example of using __missing__. | Raymond Hettinger | 2011-01-08 | 1 | -2/+14 |
|
|
| * | #10742: document readonly attribute of memoryviews. | Georg Brandl | 2010-12-28 | 1 | -0/+4 |
|
|
| * | Issue #10587: Document the meaning of str methods. | Alexander Belopolsky | 2010-12-23 | 1 | -9/+23 |
|
|
| * | Issue2690: Update docs to reflect the change made by issue2690. | Daniel Stutzbach | 2010-12-17 | 1 | -2/+2 |
|
|
| * | Remove redundant sentence, and fix markup | Antoine Pitrou | 2010-12-12 | 1 | -7/+4 |
|
|
| * | Add link to the buffer protocol description from the memory description. | Antoine Pitrou | 2010-12-12 | 1 | -2/+2 |
|
|
| * | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 1 | -44/+0 |
|
|
| * | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -0/+44 |
|
|
| * | Issue 3292: Fixup to the Sequence docs. | Raymond Hettinger | 2010-11-21 | 1 | -1/+1 |
|
|
| * | Clean-up the description of the range object. | Raymond Hettinger | 2010-11-21 | 1 | -6/+4 |
|
|
| * | Document index and count as part of the Sequence ABC (#9746) | Éric Araujo | 2010-11-20 | 1 | -0/+6 |
|
|
| * | Fix encode/decode method doc of str, bytes, bytearray types | Victor Stinner | 2010-11-07 | 1 | -9/+9 |
|
|
| * | Issue #10145: the float.is_integer method was undocumented. | Mark Dickinson | 2010-11-07 | 1 | -4/+14 |
|
|
| * | Added example for str.format_map(). | Eric Smith | 2010-11-06 | 1 | -2/+10 |
|
|
| * | Fix typo from r86170. | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
| * | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo... | Eric Smith | 2010-11-04 | 1 | -0/+8 |
|
|
| * | Put warning block in the main flow of text. | Raymond Hettinger | 2010-11-04 | 1 | -16/+14 |
|
|
| * | Make twisted example a bit more logical. | Georg Brandl | 2010-10-17 | 1 | -5/+5 |
|
|
| * | #8556: use less confusing mapping key in example. | Georg Brandl | 2010-10-17 | 1 | -3/+2 |
|
|
| * | #7771: reference to documentation of dictview methods and operations. | Georg Brandl | 2010-10-15 | 1 | -28/+7 |
|
|
| * | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -2/+2 |
|
|
| * | Fix - issue10010 .. index:: position in the docs. | Senthil Kumaran | 2010-10-02 | 1 | -15/+16 |
|
|
| * | #9562: slight clarification. | Georg Brandl | 2010-09-25 | 1 | -1/+1 |
|
|
| * | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -3/+3 |
|
|
| * | Issue #9213: Add index and count methods to range objects, needed to | Daniel Stutzbach | 2010-09-13 | 1 | -2/+16 |
|
|
| * | release() is probably not the most important method | Georg Brandl | 2010-09-10 | 1 | -18/+18 |
|
|
| * | Issue #9757: memoryview objects get a release() method to release the | Antoine Pitrou | 2010-09-09 | 1 | -1/+34 |
|
|
| * | Issue #9212: Added the missing isdisjoint method to the dict_keys and | Daniel Stutzbach | 2010-09-02 | 1 | -0/+5 |
|
|
| * | Fix indentation level | Éric Araujo | 2010-08-18 | 1 | -2/+2 |
|
|
| * | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -3/+4 |
|
|
| * | Remove bad merge (from svnmerge r82301) | Florent Xicluna | 2010-08-14 | 1 | -4/+0 |
|
|
| * | Issue #9498: Add reference to sys.float_info from 'numeric types' docs. | Mark Dickinson | 2010-08-04 | 1 | -8/+9 |
|
|
| * | Fix definition of len() and indexing for memoryview objects (part of #7696). | Antoine Pitrou | 2010-07-12 | 1 | -9/+29 |
|
|
| * | Change 'lowered' to 'lowercased' | Senthil Kumaran | 2010-07-06 | 1 | -1/+1 |
|
|
| * | Fix: Issue9091 Minor documentation clarification. | Senthil Kumaran | 2010-07-05 | 1 | -1/+2 |
|
|
| * | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+5 |
|
|
| * | Minor comment formatting. | Senthil Kumaran | 2010-06-22 | 1 | -1/+1 |
|
|
| * | Minor docs issue. | Senthil Kumaran | 2010-06-22 | 1 | -1/+1 |
|
|
| * | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+103 |
|
|
| * | Merged revisions 80561 via svnmerge from | Benjamin Peterson | 2010-04-27 | 1 | -7/+7 |
|
|
| * | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -5/+5 |
|
|
| * | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -0/+3 |
|
|
| * | Merged revisions 79192 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -2/+2 |
|
|
| * | Merged revisions 79172 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -0/+4 |
|
|
| * | Merged revisions 79168-79169 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -6/+6 |
|
|
| * | Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty... | Mark Dickinson | 2010-03-13 | 1 | -2/+3 |
|
|
| * | Remove redundant brackets in signatures. | Georg Brandl | 2010-01-09 | 1 | -2/+2 |
|
|
| * | Issue #1023290: Added API for the conversion of longs to bytes and vice-versa. | Alexandre Vassalotti | 2010-01-09 | 1 | -0/+63 |
|
|
| * | Assorted doc fixes by Florent. | Georg Brandl | 2010-01-05 | 1 | -1/+1 |
|
|