summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Add logging changesAndrew M. Kuchling2004-07-071-2/+23
* Various editsAndrew M. Kuchling2004-07-051-10/+9
* Various editsAndrew M. Kuchling2004-07-051-75/+82
* Bump version #; write introductory paraAndrew M. Kuchling2004-07-041-12/+15
* More additionsAndrew M. Kuchling2004-07-041-7/+36
* Write another sectionAndrew M. Kuchling2004-07-041-1/+19
* Rewrite two sectionsAndrew M. Kuchling2004-07-041-95/+247
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+62
* SF patch #969791: Add nlargest() and nsmallest() to heapq.Raymond Hettinger2004-06-101-1/+4
* SF #966375: Fix typo (Reported by Kristian Ovaska)Hye-Shik Chang2004-06-041-1/+1
* Fix typo.Guido van Rossum2004-06-031-1/+1
* Small clarification.Michael W. Hudson2004-06-031-1/+2
* - fix typo reported by John BelmonteFred Drake2004-06-031-4/+4
* Warn abou missing mutate flag to ioctl. Fixes #696535.Martin v. Löwis2004-06-031-0/+2
* Remove old reminderAndrew M. Kuchling2004-06-021-2/+0
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+19
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-0/+4
* Clarify when iter() is first called in generator expressions.Raymond Hettinger2004-05-201-3/+3
* Improved wording for generator expressions.Raymond Hettinger2004-05-191-22/+15
* Add more docs for generator expressions.Raymond Hettinger2004-05-191-9/+12
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+78
* add some notes about the changes to ConfigParserFred Drake2004-05-181-0/+6
* 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