Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 7 | -290/+275 |
* | Add item | Andrew M. Kuchling | 2007-12-22 | 1 | -3/+25 |
* | Add a bunch of items | Andrew M. Kuchling | 2007-12-19 | 1 | -4/+157 |
* | Don't use quotes for non-string code. | Georg Brandl | 2007-12-16 | 1 | -1/+1 |
* | Use PEP 8. | Georg Brandl | 2007-12-16 | 1 | -6/+6 |
* | Update method names for named tuples. | Raymond Hettinger | 2007-12-14 | 1 | -3/+3 |
* | Fix markup in whatsnew, use new directive in ACKS. | Georg Brandl | 2007-12-08 | 1 | -2/+2 |
* | Grammar fix | Andrew M. Kuchling | 2007-12-03 | 1 | -1/+1 |
* | Two small fixes. Issue 1547. | Facundo Batista | 2007-12-03 | 1 | -2/+2 |
* | Add item | Andrew M. Kuchling | 2007-11-23 | 1 | -0/+4 |
* | Update name | Andrew M. Kuchling | 2007-10-23 | 1 | -2/+2 |
* | Use correct header line | Andrew M. Kuchling | 2007-10-20 | 1 | -1/+1 |
* | Various items | Andrew M. Kuchling | 2007-10-20 | 1 | -6/+40 |
* | Add items | Andrew M. Kuchling | 2007-10-16 | 1 | -1/+50 |
* | Eliminate camelcase function name | Andrew M. Kuchling | 2007-10-08 | 1 | -2/+2 |
* | Add various items | Andrew M. Kuchling | 2007-09-25 | 1 | -18/+105 |
* | Add item; sort properly | Andrew M. Kuchling | 2007-09-18 | 1 | -15/+53 |
* | Make target unique | Andrew M. Kuchling | 2007-09-13 | 1 | -1/+1 |
* | Add various items | Andrew M. Kuchling | 2007-09-13 | 1 | -0/+428 |
* | Change socket.error to inherit from IOError rather than being a stand | Gregory P. Smith | 2007-09-09 | 1 | -1/+2 |
* | Add more items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+32 |
* | Add various items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+35 |
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 7 | -0/+9447 |
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 8 | -10618/+0 |
* | Clarify PEP 343 description. | Georg Brandl | 2007-07-29 | 1 | -9/+18 |
* | Update expected birthday of 2.6 | Neal Norwitz | 2007-06-02 | 1 | -1/+1 |
* | Note removed modules | Andrew M. Kuchling | 2007-05-21 | 1 | -0/+8 |
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 1 | -0/+12 |
* | Typo fix. | Georg Brandl | 2007-03-31 | 1 | -1/+1 |
* | Duplicate label fix. | Georg Brandl | 2007-03-31 | 1 | -1/+1 |
* | Add item. (Oops, accidentally checked this in on my branch) | Andrew M. Kuchling | 2007-03-30 | 1 | -0/+11 |
* | Add comments on maintenance of this file | Andrew M. Kuchling | 2007-03-21 | 1 | -0/+40 |
* | Add a comment about 3k migration | Neal Norwitz | 2007-03-20 | 1 | -0/+3 |
* | Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *... | Georg Brandl | 2007-03-18 | 1 | -2/+2 |
* | Add NamedTuple | Andrew M. Kuchling | 2007-03-01 | 1 | -0/+16 |
* | Add some items | Andrew M. Kuchling | 2007-02-26 | 1 | -2/+48 |
* | Add item | Andrew M. Kuchling | 2007-01-25 | 1 | -0/+6 |
* | Describe new methods in Queue module | Andrew M. Kuchling | 2006-12-18 | 1 | -0/+7 |
* | [Bug #1616726] Fix description of generator.close(); if you raise some random... | Andrew M. Kuchling | 2006-12-18 | 1 | -7/+8 |
* | Bump version | Andrew M. Kuchling | 2006-12-18 | 1 | -1/+1 |
* | Add missing word | Andrew M. Kuchling | 2006-11-07 | 1 | -1/+1 |
* | Add item | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+4 |
* | Set svn:keywords property | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
* | SF Bug #1563963, add missing word and cleanup first sentance | Neal Norwitz | 2006-09-23 | 1 | -2/+2 |
* | add boilerplate "What's New" document so the docs will build | Fred Drake | 2006-09-23 | 1 | -0/+134 |
* | Use native SQLite types | Andrew M. Kuchling | 2006-09-08 | 1 | -2/+2 |
* | Explain SQLite a bit more clearly | Andrew M. Kuchling | 2006-09-08 | 1 | -6/+8 |
* | Add missing word | Andrew M. Kuchling | 2006-09-08 | 1 | -1/+1 |
* | Rearrange example a bit, and show rpartition() when separator is not found | Andrew M. Kuchling | 2006-09-05 | 1 | -2/+4 |
* | Fix final documentation nits before backporting decimal module fixes to 2.5 | Nick Coghlan | 2006-09-03 | 1 | -3/+4 |