summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* markup adjustmentsFred Drake2004-05-061-9/+10
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-0/+4
* fix two typos that turned text into markupFred Drake2004-03-201-1/+1
* Add news entries for the dictionary optimizations.Raymond Hettinger2004-03-181-1/+4
* Optimize tuple_slice() and make further improvements to list_slice()Raymond Hettinger2004-03-081-0/+3
* SF patch #910929: Optimize list comprehensionsRaymond Hettinger2004-03-071-0/+4
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-0/+4
* Mention the optimization of list.extend().Raymond Hettinger2004-02-171-0/+2
* Fine tune the speed/space trade-off for overallocating small lists.Raymond Hettinger2004-02-141-2/+2
* Lists are measured in elements not bytes.Raymond Hettinger2004-02-131-2/+2
* * Note list optimizationsRaymond Hettinger2004-02-131-13/+14
* minor markup improvementsFred Drake2004-02-121-7/+7
* Minor editsAndrew M. Kuchling2004-02-091-6/+7
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+25
* Add CJK codecsAndrew M. Kuchling2004-01-181-0/+14
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-0/+4
* Small correction to exampleRaymond Hettinger2004-01-051-2/+3
* * Add various updates reflecting the last two weeks of checkins:Raymond Hettinger2004-01-051-3/+38
* list the Python Software Foundation on all the documentsFred Drake2004-01-025-5/+20
* Use 'input' as variable name, even though it shadows a built-inAndrew M. Kuchling2004-01-011-9/+7
* Various fixups:Raymond Hettinger2003-12-311-26/+36
* markup fixFred Drake2003-12-301-2/+2
* Fix silly typoAndrew M. Kuchling2003-12-231-1/+1
* Add various itemsAndrew M. Kuchling2003-12-181-4/+60
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-11/+11
* Make example more readableAndrew M. Kuchling2003-12-161-3/+6
* Expand the groupby() example to:Raymond Hettinger2003-12-121-0/+15
* Add groupby()Andrew M. Kuchling2003-12-061-0/+28
* Fix typo and mark-up; shorten textAndrew M. Kuchling2003-11-261-5/+3
* Fix typosAndrew M. Kuchling2003-11-261-2/+2
* Nits from a review of the documentation update.Raymond Hettinger2003-11-261-3/+18
* Note the addition of set() and frozenset().Raymond Hettinger2003-11-241-0/+44
* Add two itemsAndrew M. Kuchling2003-11-201-0/+7
* Various editsAndrew M. Kuchling2003-11-131-7/+9
* Fix typoRaymond Hettinger2003-11-121-2/+2
* Explain the advantages of reversed.Raymond Hettinger2003-11-121-3/+6
* Present each feature in terms of what makes it useful or desirable.Raymond Hettinger2003-11-121-24/+68
* Add 'see also' section pointing to the PEPAndrew M. Kuchling2003-11-081-0/+5
* Add some recent changesAndrew M. Kuchling2003-11-081-1/+46
* Record an item I missed and bump the version number. [2.3 bugfix candidate.]Andrew M. Kuchling2003-10-231-1/+6
* Add some more itemsAndrew M. Kuchling2003-10-211-3/+28
* Document list.sort() changesAndrew M. Kuchling2003-10-211-1/+37
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1Gregory P. Smith2003-09-211-1/+1
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-201-1/+2
* [Bug #780231] One of the changes described in the 2.3 "What's New" documentAndrew M. Kuchling2003-08-292-27/+27
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-131-2/+5
* boilerplate to start off "What's New in Python 2.4"Fred Drake2003-07-301-0/+136
* [Bug #779469] Fix error in example codeAndrew M. Kuchling2003-07-301-2/+3
* Bump version number; record 2.3 release dateAndrew M. Kuchling2003-07-291-3/+3