summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Use an immutable tuple for __slots instead of a mutable listAndrew M. Kuchling2001-12-071-2/+2
| | | | Bump version number
* Oops! Forgot the value parameter.Andrew M. Kuchling2001-12-031-1/+1
|
* Add __delete__ method of propertiesAndrew M. Kuchling2001-12-031-1/+4
| | | | Reflow paragraph
* Correctly create new-style classes in the examplesAndrew M. Kuchling2001-11-261-7/+13
| | | | Mention change to _PyTuple_Resize
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-052-2/+2
|
* Fix markup typoAndrew M. Kuchling2001-10-311-1/+1
|
* Add paragraph about difflib suggested by David GoodgerAndrew M. Kuchling2001-10-311-2/+11
| | | | Bump version number
* Fix grammar errorAndrew M. Kuchling2001-10-301-2/+2
|
* Rewrites and additions resulting from today's feedbackAndrew M. Kuchling2001-10-301-24/+49
|
* Various minor rewritesAndrew M. Kuchling2001-10-301-28/+31
| | | | Bump version number
* Corrections noted by Michael McLayAndrew M. Kuchling2001-10-301-4/+4
|
* dictionary -> dictAndrew M. Kuchling2001-10-291-1/+1
|
* Fix two typos noted by Jens QuadeAndrew M. Kuchling2001-10-291-5/+12
| | | | Bump version number
* Fix some markup errors noted by MHAndrew M. Kuchling2001-10-291-5/+5
| | | | Use attribute assignment to illustrate __slots__ raising an error
* Fill in remaining XXX spotsAndrew M. Kuchling2001-10-261-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 elseAndrew M. Kuchling2001-10-261-73/+125
| | | | to be covered in an overview article like this.
* Fill out section on how to write a new-style classAndrew M. Kuchling2001-10-231-7/+145
|
* Update bug/patch countsAndrew M. Kuchling2001-10-221-1/+1
|
* Add correction from /F about SREAndrew M. Kuchling2001-10-221-10/+10
| | | | \filename{} should be \file{}
* Partly fill out the PEP 252 sectionAndrew M. Kuchling2001-10-221-12/+214
|
* A bunch of minor rewordingsAndrew M. Kuchling2001-10-221-48/+64
|
* Minor additions and rewrites.Andrew M. Kuchling2001-09-281-9/+15
| | | | Bump version number.
* Add link to Unix Review's 2.2 articleAndrew M. Kuchling2001-09-241-2/+11
| | | | Fix two errors
* Add support for SMTP TLSAndrew M. Kuchling2001-09-141-0/+5
|
* Remove some XXX markersAndrew M. Kuchling2001-09-101-15/+17
| | | | Update the patch and bug counts
* Add section on long integer changesAndrew M. Kuchling2001-09-101-18/+69
| | | | | Add removal of 3-arg pow() for floats Rewrite introduction a bit
* Note some changes that I need to write aboutAndrew M. Kuchling2001-09-051-0/+10
|
* Correction: the Borland C port isn't fully operational yetAndrew M. Kuchling2001-09-041-3/+4
|
* Add Jack Jansen's explanation of the MacOS X changesAndrew M. Kuchling2001-08-301-7/+43
|
* Add METH_O and METH_NOARGS changeAndrew M. Kuchling2001-08-291-9/+19
| | | | | Rewrite snprintf() item a bit Bump version number
* Note addition of cleanfuture.pyAndrew M. Kuchling2001-08-151-0/+6
|
* Add section on PEP 238 changesAndrew M. Kuchling2001-08-111-10/+84
| | | | Minor grammatical changes, reformattings, and an error fix from Keith Briggs
* Document two new itemsAndrew M. Kuchling2001-08-071-9/+21
| | | | | Correct error noticed by Keith Briggs Re-indent a paragraph
* Move C-level changes into a section of their ownAndrew M. Kuchling2001-07-311-36/+64
| | | | | Add string.ascii_letters Remove duplicate MBCS paragraph
* Rewrite MBCS paragraph following MH's suggestions, and credit himAndrew M. Kuchling2001-07-311-1/+12
| | | | Note new Windows installer
* More Unicode corrections from MAL to match a post-2.2a1 changeAndrew M. Kuchling2001-07-201-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 itAndrew M. Kuchling2001-07-201-1/+1
|
* Revise the Unicode section after getting comments from MAL, GvR, and others.Andrew M. Kuchling2001-07-191-25/+49
| | | | | Add new low-level API for interpreter introspection Bump version number.
* Fill out the Unicode section, somewhat uncertainlyAndrew M. Kuchling2001-07-191-7/+24
|
* Finish the "Other changes" sectionAndrew M. Kuchling2001-07-191-34/+45
| | | | | Bump version number Insert a few blank lines here and there
* Remove note about this being a draft document.Andrew M. Kuchling2001-07-191-7/+1
| | | | Note the actual date of 2.1's release
* Delete sentence fragment (noted by Fred Bremmer)Andrew M. Kuchling2001-07-171-5/+5
|
* Now we're picking nits: get my name right! ;-)Fred Drake2001-07-171-1/+1
|
* Add FLD to credit listAndrew M. Kuchling2001-07-171-2/+3
| | | | Correct grammatical error
* Cleaned up a number of minor nits, use markup a little more consistently.Fred Drake2001-07-171-16/+25
|
* Minor rewrites to iterator and generator sectionsAndrew M. Kuchling2001-07-171-63/+75
| | | | | Credit both Neil and Tim for generators Fix indentation of a few paragraphs
* Use \longprogramopt, as suggested by FLDAndrew M. Kuchling2001-07-161-2/+2
|
* Use \verb for configure switches, because inside \code multiple dashesAndrew M. Kuchling2001-07-161-3/+2
| | | | | are merged to a single hyphen. Delete forgotten CVS conflict marker
* Write some entries in the "Other changes" sectionAndrew M. Kuchling2001-07-161-53/+88
| | | | | Write description of .encode()/.decode for the Unicode section Bump version number
* Began actually writing:Andrew M. Kuchling2001-07-161-27/+480
| | | | | | | * iterators * generators * copied the nested scopes section from the 2.1 article * standard library changes