summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew22.tex
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #1023359] Make code match inheritance diagramAndrew M. Kuchling2004-09-101-1/+1
|
* list the Python Software Foundation on all the documentsFred Drake2004-01-021-1/+4
|
* [Bug #780231] One of the changes described in the 2.3 "What's New" documentAndrew M. Kuchling2003-08-291-0/+27
| | | | | | actually occurred in 2.2. Move the description to whatsnew22.tex. [Bugfix candidate -- I'll backport to 2.3 (another 2.2 bugfix seems unlikely)
* Don't mention __slots__ as a technique for error avoidanceAndrew M. Kuchling2003-05-201-10/+6
|
* Update e-mail addressAndrew M. Kuchling2002-11-271-1/+1
|
* Mention that the MRO algorithm changes in 2.3Andrew M. Kuchling2002-11-151-0/+3
|
* Update text to refer to 2.2.2Andrew M. Kuchling2002-11-121-5/+5
| | | | | Remove an XXX item: I'm not going to write a section on the email package at this point
* Remove extra wordAndrew M. Kuchling2002-11-121-3/+3
|
* Many minor markup adjustments for consistency.Fred Drake2002-05-021-10/+10
|
* Add a nameAndrew M. Kuchling2002-04-101-1/+1
|
* Mention 2.2.1 in intro and in bug/patch countsAndrew M. Kuchling2002-04-011-8/+11
| | | | Fix two typos spotted by Joonas Paalasmaa
* 1.00 at last!Andrew M. Kuchling2001-12-211-6/+29
| | | | | | Describe super() very briefly A few minor reformattings and wording changes Set the release date (presumably tomorrow...)
* Update the documentation linksAndrew M. Kuchling2001-12-201-15/+6
| | | | Remove reference to this being a draft
* Use the final patch/bug numbersAndrew M. Kuchling2001-12-201-2/+1
|
* 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
* 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!)
* 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.