summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew20.tex
Commit message (Collapse)AuthorAgeFilesLines
* Update e-mail addressAndrew M. Kuchling2002-11-271-1/+1
|
* Correct Moshe's e-mail addressAndrew M. Kuchling2002-05-021-8/+6
| | | | | | Point to PEP 100 for MAL's Unicode proposal Fix URL for XML HOWTO Bump version number
* Note that NameError's message also changed in 2.0Andrew M. Kuchling2002-05-021-8/+10
|
* Long-forgotten change: Update first paragraph with actual release dateAndrew M. Kuchling2002-04-181-5/+3
|
* Updated PEP link to point to the now-canonical site.Fred Drake2002-04-031-1/+1
|
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-051-1/+1
|
* Correction from David Bolen: the Windows version no longer crashesAndrew M. Kuchling2000-10-191-12/+5
| | | | | on trying to import a 1.5 module Bump the document version number
* Bump version number -- this document is pretty much finished!Andrew M. Kuchling2000-10-171-7/+1
|
* Correct form of FourThought's nameAndrew M. Kuchling2000-10-161-1/+1
|
* Various minor additions and clarifications, mostly suggested by JeremyAndrew M. Kuchling2000-10-121-30/+58
|
* Comment out a separator line, since all the others are commented out,Fred Drake2000-10-121-1/+1
| | | | and it would look kind of silly if typeset.
* Add new section on the XML package. (This was the only major new 2.0 featureAndrew M. Kuchling2000-10-121-9/+165
| | | | | left that wasn't covered. The article is therefore now essentially complete.) A few minor changes
* Rewrites to section on new development process, after Usenet discussionAndrew M. Kuchling2000-10-041-37/+38
| | | | of the text
* Fix double negative spotted by matt@mondoinfo.comAndrew M. Kuchling2000-09-271-2/+2
|
* Added a section describing the new development process. Part of itAndrew M. Kuchling2000-09-271-1/+87
| | | | | | comes from two comp.lang.tcl postings of mine, with much rewriting and expansion of the material. Note that 2.0 will be released in the autumn, not the summer.
* Wrote text for features added between 2.0b1 and b2.Andrew M. Kuchling2000-09-271-8/+35
| | | | Minor rewrites, and added the CVS ID in a comment.
* Fixed error in explanation of codec decode_func pointed out by Gregg Hauser,Andrew M. Kuchling2000-09-271-7/+8
| | | | and rewrote paragraph a bit.
* Update URL for Python 2.0Andrew M. Kuchling2000-09-251-1/+1
|
* Add new section "What About Python 1.6?"Andrew M. Kuchling2000-09-061-2/+55
| | | | Document some things in the 2.0 NEWS files that should be mentioned here.
* Removed mention of the winreg module, since it was deleted from 2.0b1Andrew M. Kuchling2000-09-061-5/+3
|
* Various corrections pointed out by Detlef LannertAndrew M. Kuchling2000-09-041-30/+30
|
* Fix markup errorAndrew M. Kuchling2000-08-301-1/+1
|
* Removed forgotten text in list comprehensions section (taken from the HaskellAndrew M. Kuchling2000-08-301-213/+263
| | | | | | | | description of listcomps and used as inspiration) Rearranged sections (which accounts for much of the size of the diffs) Added section on augmented assignment Mentioned 'print >>file' Broke up the "Core Changes" section into subsections
* Mention the new 'import X as Y' syntaxAndrew M. Kuchling2000-08-171-0/+4
|
* Add section on list comprehensionAndrew M. Kuchling2000-08-171-4/+120
| | | | | Comment out the unwritten XML section mymalloc.h -> pymem.h
* Mention setdefault() method for dictsAndrew M. Kuchling2000-08-161-0/+16
|
* Mention Include/my*.h cleanupAndrew M. Kuchling2000-08-041-1/+4
|
* Added zip() builtinAndrew M. Kuchling2000-08-041-0/+8
|
* Document addition of webbrowser.pyAndrew M. Kuchling2000-07-091-0/+14
| | | | Mention the ANSIfication of the source.
* Rearrange order of sectionsAndrew M. Kuchling2000-07-081-67/+72
| | | | Fix some incorrect module names
* Added more changes from /FAndrew M. Kuchling2000-07-011-2/+11
|
* Changes from Moshe:Andrew M. Kuchling2000-07-011-19/+19
| | | | | | | | | | | | | - distutils: Windows installers are already working - string methods: .join() seems to be the concensus, so it should probably be docommented - filecmp.py supersedes cmp, cmpcache and dircmp - winreg is completely new: _winreg is an adaptation of what used to be in win32api, and winreg is a Python implementation which adds OO syntax. Perhaps you know that, but the text is misleading.
* Refer to "Authors", pluralAndrew M. Kuchling2000-07-011-1/+1
|
* Update the version number in an exampleAndrew M. Kuchling2000-07-011-4/+5
|
* Updated the URL for Python 2.0Andrew M. Kuchling2000-07-011-4/+5
|
* Credit /F in a few placesAndrew M. Kuchling2000-06-301-14/+33
| | | | | | Mention the GC module Add MH's explanation of the Windows crash Add atexit.py
* Finished the GC section.Andrew M. Kuchling2000-06-301-71/+67
| | | | | | Removed all but one XXX. Replaced 1.6 with 2.0. Various minor corrections and additions.
* Added section on cycle GCAndrew M. Kuchling2000-06-281-11/+94
| | | | Various minor fixes
* Fix typos and errors noticed by Skip MontanaroAndrew M. Kuchling2000-06-251-14/+19
|
* Mention setting the default encodingAndrew M. Kuchling2000-06-101-15/+45
| | | | Add IDLE section from MZ
* List more deleted modules.Andrew M. Kuchling2000-06-101-7/+29
| | | | Add request for feedback.
* Filled in the sections on new and deleted modules.Andrew M. Kuchling2000-06-101-49/+111
| | | | Bumped version number.
* Minor fixes, additions to notesAndrew M. Kuchling2000-06-091-5/+5
|
* Latex formatting fixesAndrew M. Kuchling2000-06-031-33/+29
|
* Patches from Moshe, w/ AMK's revisionsAndrew M. Kuchling2000-06-031-45/+313
| | | | Wrote Unicode section
* Filled out the "Core Changes" section.Andrew M. Kuchling2000-05-311-24/+81
|
* Article about 1.6 new featuresAndrew M. Kuchling2000-05-271-0/+233