summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid a few 301 permanent redirects.Fred Drake2003-07-221-3/+3
* Change \code to \verb, because TeX merges the two dashes into aAndrew M. Kuchling2003-07-211-1/+1
* Add introductory paragraphsAndrew M. Kuchling2003-07-181-57/+69
* Add a few more itemsAndrew M. Kuchling2003-07-181-5/+22
* Complete the rewrite pass; add a few more items; bump version number to 0.90;...Andrew M. Kuchling2003-07-171-113/+126
* Mention list.index; more small textual changesAndrew M. Kuchling2003-07-161-26/+30
* Add reminder list of things to document; mention sys.getcheckinterval() and s...Andrew M. Kuchling2003-07-161-1/+9
* Minor text changes; update bug/patch count (quite a jump!)Andrew M. Kuchling2003-07-161-18/+18
* Adjust description of the internationalized domain name encoding toFred Drake2003-07-161-1/+1
* In the description of enumerate(), the indexing operators should notFred Drake2003-07-161-2/+2
* Fix missing parenthesisRaymond Hettinger2003-07-121-1/+1
* Missing markup.Raymond Hettinger2003-07-101-1/+1
* Fix a variety of small markup nits.Fred Drake2003-07-021-2/+2
* Don't mention __slots__ as a technique for error avoidanceAndrew M. Kuchling2003-05-201-10/+6
* Remove more markup from headersAndrew M. Kuchling2003-05-132-4/+4
* [Bug #729297] Remove markup in section headersAndrew M. Kuchling2003-05-131-3/+3
* Add list.insert() change for negative positionsAndrew M. Kuchling2003-05-071-9/+15
* work around mostly-minor formatting problems; the encodings.idnaFred Drake2003-04-301-2/+2
* Add some more itemsAndrew M. Kuchling2003-04-241-3/+18
* Mention deprecation of rotor moduleAndrew M. Kuchling2003-04-241-1/+6
* Mention the bz2 moduleAndrew M. Kuchling2003-04-191-25/+30
* Fix spelling of cedillas.Martin v. Löwis2003-04-181-3/+3
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-181-0/+8
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+21
* Add a nameAndrew M. Kuchling2003-04-141-1/+2
* Mention timeit moduleAndrew M. Kuchling2003-04-131-34/+54
* Use simpler importAndrew M. Kuchling2003-04-131-1/+1
* Re-indent example; fix typoAndrew M. Kuchling2003-04-091-4/+4