summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Add list.insert() change for negative positionsAndrew M. Kuchling2003-05-071-9/+15
| | | | | | Add ~ to MvL's last name Fix use of all-caps for a name Bump version number
* work around mostly-minor formatting problems; the encodings.idnaFred Drake2003-04-301-2/+2
| | | | | example still doesn't come out quite right: a bug in the formatting tools
* 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
| | | | Various rewrites
* 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
| | | | | | | | | | Fix error in description of logging package's 'propagate' Mention default arg to dict.pop() Link to more module docs (I wonder if I should adopt some convention such as linking the first mention of all new modules to the LibRef?) Various text changes Bump version number and Python version
* Use simpler importAndrew M. Kuchling2003-04-131-1/+1
|
* Re-indent example; fix typoAndrew M. Kuchling2003-04-091-4/+4
|
* Add PEP 307 sectionAndrew M. Kuchling2003-03-211-0/+44
|
* Add PEP305 sectionAndrew M. Kuchling2003-03-211-0/+50
|
* Update datetime section a bitAndrew M. Kuchling2003-03-211-16/+15
|
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-4/+2
| | | | | I'm not going to have the time or energy to get this working x-platform -- anyone who does is welcome to the code!
* Add contributor name.Raymond Hettinger2003-03-091-0/+1
|
* Add a little more verbiage about the bsddb module/package change. It'sSkip Montanaro2003-03-071-1/+8
| | | | | | clear from recent discussions on c.l.py that people are a bit confused about the differences between the old bsddb, the new bssdb, the bsddb3/PyBSDDB package and changes to file formats. Tried to clarify the issues.
* Add updates for alpha2Andrew M. Kuchling2003-03-021-3/+7
|
* Expand itertools paragraphAndrew M. Kuchling2003-03-021-3/+9
|
* Update PyPI linkAndrew M. Kuchling2003-02-261-5/+2
|
* Added a note about the new itertools module. (Omission noted byFred Drake2003-02-191-0/+4
| | | | Gerrit Holl in email to python-docs.)
* logging.warn() renamed to warning()Andrew M. Kuchling2003-02-191-3/+3
|
* Add two acks; bump version numberAndrew M. Kuchling2003-02-181-3/+3
|
* [Bug #688261] Fix optparse example and outputAndrew M. Kuchling2003-02-181-2/+5
|
* [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to theAndrew M. Kuchling2003-02-181-6/+14
| | | | porting section
* Remove duplicate word (rules)Neal Norwitz2003-02-111-1/+1
|
* Add item pertaining toMichael W. Hudson2003-02-111-0/+9
| | | | [ 680429 ] __module__ broken for extension classes
* Sundry very picky changes.Michael W. Hudson2003-02-101-4/+5
|
* Add Neil's suggestions for avoiding this warningAndrew M. Kuchling2003-02-101-2/+10
|
* Update URLAndrew M. Kuchling2003-02-071-1/+1
|
* - make some links into the reference documentation relative forFred Drake2003-02-071-30/+32
| | | | | off-line readers - fix some minor typos and markup errors
* Mention FutureWarning for large intsAndrew M. Kuchling2003-02-061-0/+5
|
* [Bug #679251] Use correct constant nameAndrew M. Kuchling2003-02-031-6/+6
|
* Update register exampleAndrew M. Kuchling2003-01-271-10/+16
|
* Various markup changes.Fred Drake2003-01-171-20/+22
|
* Correct typos in example code.Raymond Hettinger2003-01-171-3/+3
|
* Move the date/time section into the modules section; it was in theAndrew M. Kuchling2003-01-131-61/+61
| | | | C API section by mistake
* Link to MRO articleAndrew M. Kuchling2003-01-131-2/+8
| | | | Mention deprecation of string exceptions
* command doesn't work, but program does, not sure it's correct, thoughNeal Norwitz2003-01-081-1/+1
|
* Bump version numberAndrew M. Kuchling2003-01-081-1/+1
|
* Add tarfile moduleAndrew M. Kuchling2003-01-071-0/+4
|
* Add Tix and rexec changesAndrew M. Kuchling2003-01-061-1/+17
|
* Spread the blame (err, I mean credit) for ossaudiodev around a bit.Greg Ward2003-01-031-1/+1
|
* Write PEP 301 sectionAndrew M. Kuchling2003-01-031-2/+39
| | | | Mention difference between 2.2.2 and 2.3 True and False
* Add SSL support for imaplib; add empty PEP301 sectionAndrew M. Kuchling2003-01-031-0/+15
|
* Add contributor.Raymond Hettinger2003-01-031-0/+1
|
* Fix error in previous correction; thanks, Just!Andrew M. Kuchling2003-01-021-1/+0
|
* Fix PEP 302 description; bump version numberAndrew M. Kuchling2003-01-021-10/+17
|
* Fix an exampleAndrew M. Kuchling2003-01-021-2/+1
|