summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Add itemAndrew M. Kuchling2004-08-091-0/+4
|
* fix two typos in markupFred Drake2004-08-071-2/+2
|
* Add recent itemsAndrew M. Kuchling2004-08-071-0/+14
|
* Simplify languageAndrew M. Kuchling2004-08-071-11/+9
|
* Add string concat itemAndrew M. Kuchling2004-08-071-0/+7
|
* Bump versionAndrew M. Kuchling2004-08-061-1/+1
|
* fix markup nit, typoFred Drake2004-08-061-2/+2
|
* fix markup errorFred Drake2004-08-021-1/+1
|
* Add PEP318Andrew M. Kuchling2004-08-021-4/+131
|
* Add import change; add empty section for function decoratorsAndrew M. Kuchling2004-08-021-0/+17
|
* Update itemAndrew M. Kuchling2004-08-021-2/+4
|
* Add new encodingsAndrew M. Kuchling2004-07-281-4/+5
|
* Add an itemAndrew M. Kuchling2004-07-271-2/+3
|
* Add some itemsAndrew M. Kuchling2004-07-261-0/+15
|
* [Bug #997166] Fix exampleAndrew M. Kuchling2004-07-261-5/+4
|
* Update Decimal section to match the current moduleAndrew M. Kuchling2004-07-211-16/+29
|
* Add PEP 331; add constancy of None; minor editsAndrew M. Kuchling2004-07-211-5/+45
|
* SF #990497: Fix a trivial typo in sorted() example.Hye-Shik Chang2004-07-171-1/+1
| | | | (Submitted by Daniel Pezely)
* Add thread-local featureAndrew M. Kuchling2004-07-151-1/+18
|
* Correct a paragraph: basicConfig() isn't actually newAndrew M. Kuchling2004-07-151-6/+6
|
* Bump version; update dateAndrew M. Kuchling2004-07-141-3/+3
|
* Fix markup.Raymond Hettinger2004-07-121-9/+10
|
* another note for amkAnthony Baxter2004-07-121-0/+2
|
* reminder for amkAnthony Baxter2004-07-091-0/+2
|
* 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
| | | | - wrap a long line
* 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
| | | | | * Put in a brief, example driven tutorial entry. * Use better examples in whatsnew24.tex.
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+78
| | | | | | | | | | | | | | (Code contributed by Jiwon Seo.) The documentation portion of the patch is being re-worked and will be checked-in soon. Likewise, PEP 289 will be updated to reflect Guido's rationale for the design decisions on binding behavior (as described in in his patch comments and in discussions on python-dev). The test file, test_genexps.py, is written in doctest format and is meant to exercise all aspects of the the patch. Further additions are welcome from everyone. Please stress test this new feature as much as possible before the alpha release.
* 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
|