| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -173/+173 |
|
|
* | Merged revisions 66861 via svnmerge from | Georg Brandl | 2008-11-07 | 4 | -5/+5 |
|
|
* | Backport text fix | Andrew M. Kuchling | 2008-11-04 | 1 | -2/+3 |
|
|
* | Merged revisions 66928,66936,66939-66940 via svnmerge from | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
|
|
* | Backport r66857: make all whatsnew docs accessible. | Georg Brandl | 2008-10-08 | 2 | -7/+25 |
|
|
* | Note how bytes alias is expected to be used | Andrew M. Kuchling | 2008-10-08 | 1 | -0/+14 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 2 | -6/+6 |
|
|
* | Today is the release datev2.6 | Barry Warsaw | 2008-10-01 | 1 | -3/+2 |
|
|
* | Add a last bunch of items | Andrew M. Kuchling | 2008-09-27 | 1 | -3/+36 |
|
|
* | Correct information about the tarfile module. | Lars Gustäbel | 2008-09-19 | 1 | -8/+8 |
|
|
* | Note sqlite3 version; move item | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+7 |
|
|
* | Remove comment about improvement: pystone is about the same, and | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+0 |
|
|
* | Markup fixes | Andrew M. Kuchling | 2008-09-17 | 1 | -7/+5 |
|
|
* | #3888: add some deprecated modules in whatsnew. | Georg Brandl | 2008-09-17 | 1 | -1/+18 |
|
|
* | Rewrite item a bit | Andrew M. Kuchling | 2008-09-15 | 1 | -3/+6 |
|
|
* | mention that object.__init__ no longer takes arbitrary args and kwargs | Benjamin Peterson | 2008-09-15 | 1 | -0/+4 |
|
|
* | fix a name issue; note all doc files should be encoded in utf8 | Benjamin Peterson | 2008-09-13 | 1 | -6/+4 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -7/+7 |
|
|
* | Various corrections | Andrew M. Kuchling | 2008-09-06 | 1 | -15/+15 |
|
|
* | #3671: Typo fix | Andrew M. Kuchling | 2008-09-05 | 1 | -4/+5 |
|
|
* | #3671: various corrections and markup fixes noted by Kent Johnson | Andrew M. Kuchling | 2008-09-04 | 1 | -24/+26 |
|
|
* | 3.0 still has the old threading names | Benjamin Peterson | 2008-09-03 | 1 | -8/+8 |
|
|
* | Add e-mail address | Andrew M. Kuchling | 2008-09-02 | 1 | -1/+1 |
|
|
* | Clarify example; add imports | Andrew M. Kuchling | 2008-09-02 | 1 | -4/+10 |
|
|
* | a typo | Mark Summerfield | 2008-09-02 | 1 | -1/+1 |
|
|
* | Describe the __hash__ changes | Andrew M. Kuchling | 2008-09-02 | 1 | -1/+25 |
|
|
* | Update patch/bug count | Andrew M. Kuchling | 2008-08-31 | 1 | -2/+2 |
|
|
* | Last batch of edits; remove the 'other changes' section | Andrew M. Kuchling | 2008-08-31 | 1 | -101/+102 |
|
|
* | Edit the library section, rearranging items to flow better and making lots of... | Andrew M. Kuchling | 2008-08-31 | 1 | -263/+277 |
|
|
* | More edits | Andrew M. Kuchling | 2008-08-31 | 1 | -56/+57 |
|
|
* | More edits; markup fixes | Andrew M. Kuchling | 2008-08-30 | 1 | -75/+75 |
|
|
* | Edit four more sections | Andrew M. Kuchling | 2008-08-30 | 1 | -41/+54 |
|
|
* | Correction from Antoine Pitrou: BufferedWriter and Reader support seek() | Andrew M. Kuchling | 2008-08-30 | 1 | -7/+8 |
|
|
* | Partial edits from revision and tidying pass | Andrew M. Kuchling | 2008-08-30 | 1 | -61/+84 |
|
|
* | Add various items | Andrew M. Kuchling | 2008-08-27 | 1 | -8/+20 |
|
|
* | Add an item and a note | Andrew M. Kuchling | 2008-08-27 | 1 | -5/+6 |
|
|
* | Trim whitespace; add a few updates | Andrew M. Kuchling | 2008-08-27 | 1 | -66/+105 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -2/+2 |
|
|
* | Add some items | Andrew M. Kuchling | 2008-08-07 | 1 | -5/+23 |
|
|
* | Rename math.sum to math.fsum | Mark Dickinson | 2008-07-30 | 1 | -1/+1 |
|
|
* | fix markup | Benjamin Peterson | 2008-07-24 | 1 | -1/+1 |
|
|
* | One more attribution. | Raymond Hettinger | 2008-07-22 | 1 | -2/+2 |
|
|
* | Fix credits for math.sum() | Raymond Hettinger | 2008-07-22 | 1 | -1/+2 |
|
|
* | Tuples now have both count() and index(). | Raymond Hettinger | 2008-07-22 | 1 | -2/+4 |
|
|
* | Remove out-of-date section on Exact/Inexact. | Raymond Hettinger | 2008-07-22 | 1 | -8/+0 |
|
|
* | Issue #3008: add instance method float.hex and class method float.fromhex | Mark Dickinson | 2008-07-15 | 1 | -0/+5 |
|
|
* | Expand the multiprocessing section | Andrew M. Kuchling | 2008-07-14 | 1 | -10/+134 |
|
|
* | Add various items; move ctypes items into a subsection of their own | Andrew M. Kuchling | 2008-07-13 | 1 | -16/+40 |
|
|
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -1/+1 |
|
|
* | Fix example to match text | Andrew M. Kuchling | 2008-07-07 | 1 | -1/+1 |
|
|