Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add item | Andrew M. Kuchling | 2007-03-30 | 1 | -0/+11 |
* | Backport docs for recv_into and recvfrom_into. | Georg Brandl | 2007-03-18 | 1 | -2/+2 |
* | Update version of What's New | Andrew M. Kuchling | 2007-01-22 | 1 | -17/+27 |
* | Add missing word | Andrew M. Kuchling | 2006-11-07 | 1 | -1/+1 |
* | SF Bug #1563963, add missing word and cleanup first sentance | Neal Norwitz | 2006-09-23 | 1 | -2/+2 |
* | Rearrange example a bit, and show rpartition() when separator is not found | Andrew M. Kuchling | 2006-09-05 | 1 | -2/+4 |
* | Backport of decimal module context management updates from rev 51694 to 2.5 r... | Nick Coghlan | 2006-09-03 | 1 | -9/+9 |
* | Update bug/patch counts | Andrew M. Kuchling | 2006-08-16 | 1 | -1/+1 |
* | Link to docs; remove an XXX comment | Andrew M. Kuchling | 2006-08-16 | 1 | -3/+1 |
* | Bump document version to 1.0; remove pystone paragraph | Andrew M. Kuchling | 2006-08-16 | 1 | -4/+1 |
* | Add UnicodeWarning | Andrew M. Kuchling | 2006-08-16 | 1 | -0/+34 |
* | [Patch #1534027] Add notes on locale module changes | Andrew M. Kuchling | 2006-08-09 | 1 | -5/+34 |
* | [Bug #1536021] Mention __hash__ change | Andrew M. Kuchling | 2006-08-09 | 1 | -2/+10 |
* | Bump version number | Andrew M. Kuchling | 2006-08-08 | 1 | -1/+1 |
* | 'Other changes' section now has only one item; move the item elsewhere and re... | Andrew M. Kuchling | 2006-08-08 | 1 | -22/+13 |
* | Move obmalloc item into C API section | Andrew M. Kuchling | 2006-08-08 | 1 | -29/+29 |
* | Mention csv newline changes | Andrew M. Kuchling | 2006-07-31 | 1 | -0/+16 |
* | Add PyErr_WarnEx() | Andrew M. Kuchling | 2006-07-31 | 1 | -0/+7 |
* | Rename struct.pack_to to struct.pack_into as changed in revision 46642. | George Yoshida | 2006-07-30 | 1 | -1/+1 |
* | lots of markup nits, most commonly Unix/unix --> \UNIX | Fred Drake | 2006-07-30 | 3 | -8/+8 |
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 1 | -11/+0 |
* | Set bug/patch count. Take a bow, everyone! | Andrew M. Kuchling | 2006-07-29 | 1 | -1/+1 |
* | Typo fix | Andrew M. Kuchling | 2006-07-29 | 1 | -1/+1 |
* | [Patch #1529811] Correction to description of r|* mode | Andrew M. Kuchling | 2006-07-28 | 1 | -3/+3 |
* | Repair typos | Andrew M. Kuchling | 2006-07-27 | 1 | -1/+1 |
* | Attribute more features | Andrew M. Kuchling | 2006-07-17 | 1 | -10/+24 |
* | Mention new options | Andrew M. Kuchling | 2006-07-14 | 1 | -0/+5 |
* | Bump version number; add sys._current_frames | Andrew M. Kuchling | 2006-07-11 | 1 | -2/+8 |
* | 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 | 3 | -5/+5 |
* | 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 |