| Commit message (Expand) | Author | Age | Files | Lines |
* | more about the file type's death #5513 | Benjamin Peterson | 2009-03-23 | 1 | -1/+2 |
|
|
* | sync open() docs more | Benjamin Peterson | 2009-03-23 | 2 | -49/+52 |
|
|
* | fix docs about open's return value #5539 | Benjamin Peterson | 2009-03-23 | 2 | -18/+33 |
|
|
* | fix incorrect merge | Benjamin Peterson | 2009-03-22 | 1 | -23/+23 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 9 | -13/+42 |
|
|
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 3 | -55/+169 |
|
|
* | Add MutableSet example. | Raymond Hettinger | 2009-03-20 | 1 | -1/+6 |
|
|
* | Add ..versionadded for sys.int_info, update py3k version of | Mark Dickinson | 2009-03-20 | 2 | -0/+26 |
|
|
* | Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. | Raymond Hettinger | 2009-03-19 | 1 | -2/+10 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 2 | -0/+40 |
|
|
* | Fix a doc typo. | Brett Cannon | 2009-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 70397 via svnmerge from | Georg Brandl | 2009-03-15 | 1 | -3/+4 |
|
|
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -1/+2 |
|
|
* | Fix docs for __import__ that say the default for 'level' is -1; it's actually | Brett Cannon | 2009-03-15 | 1 | -6/+5 |
|
|
* | Implement InspectLoader for BuiltinImporter. | Brett Cannon | 2009-03-15 | 1 | -10/+11 |
|
|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 15 | -27/+27 |
|
|
* | Issue 5477: Fix buglet in the itertools documentation. | Raymond Hettinger | 2009-03-12 | 1 | -3/+4 |
|
|
* | Add reference to solution for a commonly asked question. | Raymond Hettinger | 2009-03-12 | 1 | -0/+3 |
|
|
* | Record version added as 3.1. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 1 | -0/+9 |
|
|
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 1 | -1/+9 |
|
|
* | Implement get_source for importlib.abc.PyLoader using source_path and get_data. | Brett Cannon | 2009-03-10 | 1 | -0/+7 |
|
|
* | Fix markup. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | fix versionchanged | Benjamin Peterson | 2009-03-09 | 2 | -2/+2 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 10 | -16/+58 |
|
|
* | Fix some reST mishaps. | Brett Cannon | 2009-03-09 | 1 | -12/+12 |
|
|
* | Add cross-reference to the collections docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+6 |
|
|
* | Add consume() recipe to itertools docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+4 |
|
|
* | Issue 5443: Fix typo. | Raymond Hettinger | 2009-03-09 | 1 | -1/+1 |
|
|
* | Clarify an assumption that importlib.abc.PyLoader makes when importing a | Brett Cannon | 2009-03-09 | 1 | -1/+4 |
|
|
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 1 | -31/+184 |
|
|
* | fix StringIO constructor docs #5452 | Benjamin Peterson | 2009-03-09 | 1 | -4/+4 |
|
|
* | PyObject_Unicode -> PyObject_Str | Benjamin Peterson | 2009-03-08 | 1 | -1/+1 |
|
|
* | Redocument the empty() and full() methods. | Raymond Hettinger | 2009-03-07 | 1 | -0/+16 |
|
|
* | remove usage of the deprecated max_buffer_size | Benjamin Peterson | 2009-03-05 | 1 | -6/+9 |
|
|
* | FileIO.readinto() isn't going anywhere | Benjamin Peterson | 2009-03-05 | 1 | -3/+0 |
|
|
* | Rename importlib.util.set___package__ to set_package. | Brett Cannon | 2009-03-04 | 1 | -1/+1 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -1/+8 |
|
|
* | don't bother with version in doc builds | Benjamin Peterson | 2009-03-03 | 1 | -1/+1 |
|
|
* | Fix markup. | Raymond Hettinger | 2009-03-03 | 1 | -1/+1 |
|
|
* | Fix markup. | Raymond Hettinger | 2009-03-03 | 1 | -3/+3 |
|
|
* | Let configparser use ordered dicts by default. | Raymond Hettinger | 2009-03-02 | 1 | -0/+9 |
|
|
* | Add OrderedDict support to collections.namedtuple(). | Raymond Hettinger | 2009-03-02 | 1 | -5/+9 |
|
|
* | Fix versionchanged. | Raymond Hettinger | 2009-03-02 | 1 | -1/+1 |
|
|
* | fix versionadded | Benjamin Peterson | 2009-03-02 | 1 | -2/+2 |
|
|
* | PEP 372: OrderedDict() | Raymond Hettinger | 2009-03-02 | 1 | -1/+28 |
|
|
* | Expose importlib.util.set___package__. | Brett Cannon | 2009-03-02 | 1 | -13/+21 |
|
|
* | Fixed typo. | Hirokazu Yamamoto | 2009-03-02 | 1 | -1/+1 |
|
|
* | Merged revisions 70090 via svnmerge from | Gregory P. Smith | 2009-03-02 | 1 | -3/+16 |
|
|
* | Merged r70088 from trunk (re documentation update) | Gregory P. Smith | 2009-03-02 | 1 | -8/+12 |
|
|