Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.00 at last! | Andrew M. Kuchling | 2001-12-21 | 1 | -6/+29 |
| | | | | | | Describe super() very briefly A few minor reformattings and wording changes Set the release date (presumably tomorrow...) | ||||
* | Update the documentation links | Andrew M. Kuchling | 2001-12-20 | 1 | -15/+6 |
| | | | | Remove reference to this being a draft | ||||
* | Use the final patch/bug numbers | Andrew M. Kuchling | 2001-12-20 | 1 | -2/+1 |
| | |||||
* | Use an immutable tuple for __slots instead of a mutable list | Andrew M. Kuchling | 2001-12-07 | 1 | -2/+2 |
| | | | | Bump version number | ||||
* | Oops! Forgot the value parameter. | Andrew M. Kuchling | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Add __delete__ method of properties | Andrew M. Kuchling | 2001-12-03 | 1 | -1/+4 |
| | | | | Reflow paragraph | ||||
* | Correctly create new-style classes in the examples | Andrew M. Kuchling | 2001-11-26 | 1 | -7/+13 |
| | | | | Mention change to _PyTuple_Resize | ||||
* | Remove obsolete e-mail address | Andrew M. Kuchling | 2001-11-05 | 2 | -2/+2 |
| | |||||
* | Fix markup typo | Andrew M. Kuchling | 2001-10-31 | 1 | -1/+1 |
| | |||||
* | Add paragraph about difflib suggested by David Goodger | Andrew M. Kuchling | 2001-10-31 | 1 | -2/+11 |
| | | | | Bump version number | ||||
* | Fix grammar error | Andrew M. Kuchling | 2001-10-30 | 1 | -2/+2 |
| | |||||
* | Rewrites and additions resulting from today's feedback | Andrew M. Kuchling | 2001-10-30 | 1 | -24/+49 |
| | |||||
* | Various minor rewrites | Andrew M. Kuchling | 2001-10-30 | 1 | -28/+31 |
| | | | | Bump version number | ||||
* | Corrections noted by Michael McLay | Andrew M. Kuchling | 2001-10-30 | 1 | -4/+4 |
| | |||||
* | dictionary -> dict | Andrew M. Kuchling | 2001-10-29 | 1 | -1/+1 |
| | |||||
* | Fix two typos noted by Jens Quade | Andrew M. Kuchling | 2001-10-29 | 1 | -5/+12 |
| | | | | Bump version number | ||||
* | Fix some markup errors noted by MH | Andrew M. Kuchling | 2001-10-29 | 1 | -5/+5 |
| | | | | Use attribute assignment to illustrate __slots__ raising an error | ||||
* | Fill in remaining XXX spots | Andrew M. Kuchling | 2001-10-26 | 1 | -19/+31 |
| | | | | | | | | - Describe UnpackTuple() - Credit __unicode__ to MAL Use \pep macro everywhere in body text. (Listening to "The Great Gate of Kiev" -- appropriately triumphal music for this check-in...) | ||||
* | Finish off the type/class section; I don't think there's much else | Andrew M. Kuchling | 2001-10-26 | 1 | -73/+125 |
| | | | | to be covered in an overview article like this. | ||||
* | Fill out section on how to write a new-style class | Andrew M. Kuchling | 2001-10-23 | 1 | -7/+145 |
| | |||||
* | Update bug/patch counts | Andrew M. Kuchling | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | Add correction from /F about SRE | Andrew M. Kuchling | 2001-10-22 | 1 | -10/+10 |
| | | | | \filename{} should be \file{} | ||||
* | Partly fill out the PEP 252 section | Andrew M. Kuchling | 2001-10-22 | 1 | -12/+214 |
| | |||||
* | A bunch of minor rewordings | Andrew M. Kuchling | 2001-10-22 | 1 | -48/+64 |
| | |||||
* | Minor additions and rewrites. | Andrew M. Kuchling | 2001-09-28 | 1 | -9/+15 |
| | | | | Bump version number. | ||||
* | Add link to Unix Review's 2.2 article | Andrew M. Kuchling | 2001-09-24 | 1 | -2/+11 |
| | | | | Fix two errors | ||||
* | Add support for SMTP TLS | Andrew M. Kuchling | 2001-09-14 | 1 | -0/+5 |
| | |||||
* | Remove some XXX markers | Andrew M. Kuchling | 2001-09-10 | 1 | -15/+17 |
| | | | | Update the patch and bug counts | ||||
* | Add section on long integer changes | Andrew M. Kuchling | 2001-09-10 | 1 | -18/+69 |
| | | | | | Add removal of 3-arg pow() for floats Rewrite introduction a bit | ||||
* | Note some changes that I need to write about | Andrew M. Kuchling | 2001-09-05 | 1 | -0/+10 |
| | |||||
* | Correction: the Borland C port isn't fully operational yet | Andrew M. Kuchling | 2001-09-04 | 1 | -3/+4 |
| | |||||
* | Add Jack Jansen's explanation of the MacOS X changes | Andrew M. Kuchling | 2001-08-30 | 1 | -7/+43 |
| | |||||
* | Add METH_O and METH_NOARGS change | Andrew M. Kuchling | 2001-08-29 | 1 | -9/+19 |
| | | | | | Rewrite snprintf() item a bit Bump version number | ||||
* | Note addition of cleanfuture.py | Andrew M. Kuchling | 2001-08-15 | 1 | -0/+6 |
| | |||||
* | Add section on PEP 238 changes | Andrew M. Kuchling | 2001-08-11 | 1 | -10/+84 |
| | | | | Minor grammatical changes, reformattings, and an error fix from Keith Briggs | ||||
* | Document two new items | Andrew M. Kuchling | 2001-08-07 | 1 | -9/+21 |
| | | | | | Correct error noticed by Keith Briggs Re-indent a paragraph | ||||
* | Move C-level changes into a section of their own | Andrew M. Kuchling | 2001-07-31 | 1 | -36/+64 |
| | | | | | Add string.ascii_letters Remove duplicate MBCS paragraph | ||||
* | Rewrite MBCS paragraph following MH's suggestions, and credit him | Andrew M. Kuchling | 2001-07-31 | 1 | -1/+12 |
| | | | | Note new Windows installer | ||||
* | More Unicode corrections from MAL to match a post-2.2a1 change | Andrew M. Kuchling | 2001-07-20 | 1 | -23/+13 |
| | | | | | | | Mention additional new imaplib.py features (Don't expect to see an updated version of the Web page until around the 28th of July. Vacation time!) | ||||
* | Bump release number to 1.00, while I'm at it | Andrew M. Kuchling | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Revise the Unicode section after getting comments from MAL, GvR, and others. | Andrew M. Kuchling | 2001-07-19 | 1 | -25/+49 |
| | | | | | Add new low-level API for interpreter introspection Bump version number. | ||||
* | Fill out the Unicode section, somewhat uncertainly | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+24 |
| | |||||
* | Finish the "Other changes" section | Andrew M. Kuchling | 2001-07-19 | 1 | -34/+45 |
| | | | | | Bump version number Insert a few blank lines here and there | ||||
* | Remove note about this being a draft document. | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+1 |
| | | | | Note the actual date of 2.1's release | ||||
* | Delete sentence fragment (noted by Fred Bremmer) | Andrew M. Kuchling | 2001-07-17 | 1 | -5/+5 |
| | |||||
* | Now we're picking nits: get my name right! ;-) | Fred Drake | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Add FLD to credit list | Andrew M. Kuchling | 2001-07-17 | 1 | -2/+3 |
| | | | | Correct grammatical error | ||||
* | Cleaned up a number of minor nits, use markup a little more consistently. | Fred Drake | 2001-07-17 | 1 | -16/+25 |
| | |||||
* | Minor rewrites to iterator and generator sections | Andrew M. Kuchling | 2001-07-17 | 1 | -63/+75 |
| | | | | | Credit both Neil and Tim for generators Fix indentation of a few paragraphs | ||||
* | Use \longprogramopt, as suggested by FLD | Andrew M. Kuchling | 2001-07-16 | 1 | -2/+2 |
| |