Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ImportWarning is now silent by default | Andrew M. Kuchling | 2006-07-06 | 1 | -12/+5 |
* | Describe workaround for PyRange_New()'s removal | Andrew M. Kuchling | 2006-06-26 | 1 | -2/+7 |
* | [Bug #1511998] Various comments from Nick Coghlan; thanks! | Andrew M. Kuchling | 2006-06-26 | 1 | -18/+20 |
* | Fix my name ;) | Georg Brandl | 2006-06-22 | 1 | -1/+1 |
* | fix markup nit | Fred Drake | 2006-06-22 | 1 | -1/+1 |
* | Mention how to suppress warnings | Andrew M. Kuchling | 2006-06-22 | 1 | -3/+13 |
* | Bump version | Andrew M. Kuchling | 2006-06-21 | 1 | -1/+1 |
* | Note some of Barry's work | Andrew M. Kuchling | 2006-06-21 | 1 | -1/+7 |
* | Link to LibRef module documentation | Andrew M. Kuchling | 2006-06-21 | 1 | -1/+13 |
* | [Bug #1504456] Mention xml -> xmlcore change | Andrew M. Kuchling | 2006-06-20 | 1 | -0/+9 |
* | Minor edits and rearrangements; markup fix | Andrew M. Kuchling | 2006-06-20 | 1 | -18/+14 |
* | Add introductory paragraphs summarizing the release; minor edits | Andrew M. Kuchling | 2006-06-20 | 1 | -11/+34 |
* | Terminology and typography fixes | Andrew M. Kuchling | 2006-06-20 | 1 | -3/+3 |
* | Add four library items | Andrew M. Kuchling | 2006-06-20 | 1 | -0/+23 |
* | Uncomment wsgiref section | Andrew M. Kuchling | 2006-06-20 | 1 | -8/+6 |
* | Add item | Andrew M. Kuchling | 2006-06-14 | 1 | -0/+6 |
* | Add ability to set stack size | Andrew M. Kuchling | 2006-06-13 | 1 | -0/+9 |
* | Mention uuid module | Andrew M. Kuchling | 2006-06-13 | 1 | -0/+31 |
* | Add some wsgiref text | Andrew M. Kuchling | 2006-06-09 | 1 | -1/+36 |
* | Describe startswith()/endswiith() change; add reminder about wsgiref | Andrew M. Kuchling | 2006-06-09 | 1 | -0/+17 |
* | Markup fix | Andrew M. Kuchling | 2006-06-09 | 1 | -1/+1 |
* | Update functools section | Andrew M. Kuchling | 2006-06-09 | 1 | -10/+36 |
* | Add an item; also, escape % | Andrew M. Kuchling | 2006-06-07 | 1 | -1/+6 |
* | Mention other placeholders | Andrew M. Kuchling | 2006-06-07 | 1 | -2/+3 |
* | Mention second encoding speedup | Andrew M. Kuchling | 2006-06-05 | 1 | -5/+6 |
* | Remove a redundant word | George Yoshida | 2006-06-04 | 1 | -1/+0 |
* | Mention SimpleXMLRPCServer change | Andrew M. Kuchling | 2006-05-31 | 1 | -0/+15 |
* | 'functional' module was renamed to 'functools' | Andrew M. Kuchling | 2006-05-31 | 1 | -6/+6 |
* | fix typo | George Yoshida | 2006-05-27 | 1 | -1/+1 |
* | credit where credit is due | Richard Jones | 2006-05-27 | 1 | -2/+2 |
* | Mention new-style exceptions | Andrew M. Kuchling | 2006-05-27 | 1 | -0/+6 |
* | Add Py_LOCAL macros | Andrew M. Kuchling | 2006-05-27 | 1 | -0/+12 |
* | Add rpartition() and path caching | Andrew M. Kuchling | 2006-05-26 | 1 | -3/+18 |
* | Typo fix | Andrew M. Kuchling | 2006-05-26 | 1 | -1/+1 |
* | Add buffer support for struct, socket | Andrew M. Kuchling | 2006-05-26 | 1 | -8/+40 |
* | Add str.partition() | Andrew M. Kuchling | 2006-05-26 | 1 | -0/+21 |
* | Minor edits; add an item | Andrew M. Kuchling | 2006-05-25 | 1 | -2/+9 |
* | Add item | Andrew M. Kuchling | 2006-05-23 | 1 | -0/+5 |
* | Add two items | Andrew M. Kuchling | 2006-05-23 | 1 | -4/+8 |
* | Use 'speed' instead of 'performance', because I agree with the argument | Andrew M. Kuchling | 2006-05-23 | 1 | -2/+2 |
* | Mention string improvements | Andrew M. Kuchling | 2006-05-23 | 1 | -1/+4 |
* | Add some items; mention the sprint | Andrew M. Kuchling | 2006-05-23 | 1 | -0/+18 |
* | Minor edits | Andrew M. Kuchling | 2006-05-20 | 1 | -3/+3 |
* | PEP 243 has been withdrawn, so don't refer to it any more. | Andrew M. Kuchling | 2006-05-16 | 1 | -26/+14 |
* | Add item | Andrew M. Kuchling | 2006-05-16 | 1 | -0/+6 |
* | Clarify description of exception handling | Andrew M. Kuchling | 2006-05-10 | 1 | -8/+12 |
* | Update context manager section for removal of __context__ | Andrew M. Kuchling | 2006-05-02 | 1 | -54/+16 |
* | Provide encoding as keyword argument; soften warning paragraph about encodings | Andrew M. Kuchling | 2006-05-02 | 1 | -6/+7 |
* | Add item | Andrew M. Kuchling | 2006-05-01 | 1 | -0/+5 |
* | Some ElementTree fixes: import from xml, not xmlcore; fix case of module name... | Andrew M. Kuchling | 2006-05-01 | 1 | -6/+6 |