Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Add two items; rewrap paragraph | Andrew M. Kuchling | 2008-07-06 | 1 | -3/+27 | |
* | write a short little section for multiprocessing; it still needs help | Benjamin Peterson | 2008-07-01 | 1 | -1/+15 | |
* | fix typo | Benjamin Peterson | 2008-06-28 | 1 | -6/+6 | |
* | Change description of float('nan') feature; NaNs don't care much about | Mark Dickinson | 2008-06-24 | 1 | -2/+2 | |
* | minor fix | Benjamin Peterson | 2008-06-24 | 1 | -1/+1 | |
* | Various items | Andrew M. Kuchling | 2008-06-20 | 1 | -5/+48 | |
* | Change references to the new math functions to generate proper x-refs. | Georg Brandl | 2008-06-20 | 1 | -11/+10 | |
* | Fix outdated count of the number of new math module functions. | Mark Dickinson | 2008-06-20 | 1 | -1/+1 | |
* | Various items | Andrew M. Kuchling | 2008-06-20 | 1 | -42/+133 | |
* | Various items | Andrew M. Kuchling | 2008-06-20 | 1 | -33/+80 | |
* | Note PEP 371 section | Andrew M. Kuchling | 2008-06-11 | 1 | -0/+15 | |
* | Add a reminder for the maintainer of whatsnew. | Thomas Heller | 2008-06-06 | 1 | -0/+4 | |
* | Add various items | Andrew M. Kuchling | 2008-06-05 | 1 | -8/+76 | |
* | some updates to string formatting section in whatsnew | Benjamin Peterson | 2008-05-26 | 1 | -4/+7 | |
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -1/+1 | |
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -327/+329 | |
* | just MacOS (instead of MacOS 9) | Benjamin Peterson | 2008-05-19 | 1 | -1/+1 | |
* | Re-organize the increasingly long list of deprecated modules | Andrew M. Kuchling | 2008-05-19 | 1 | -35/+61 | |
* | Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+2 | |
* | fix typos in whatsnew | Benjamin Peterson | 2008-05-15 | 1 | -2/+3 | |
* | add Mac modules to the list of deprecated ones | Benjamin Peterson | 2008-05-15 | 1 | -4/+45 | |
* | Note some removals and a rename | Andrew M. Kuchling | 2008-05-15 | 1 | -3/+9 | |
* | List all the removes and renamed modules | Andrew M. Kuchling | 2008-05-14 | 1 | -8/+30 | |