summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew23.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-111-2/+4
|
* list the Python Software Foundation on all the documentsFred Drake2004-01-021-1/+4
|
* Fix silly typoAndrew M. Kuchling2003-12-231-1/+1
|
* Record an item I missed and bump the version number. [2.3 bugfix candidate.]Andrew M. Kuchling2003-10-231-1/+6
|
* minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1Gregory P. Smith2003-09-211-1/+1
|
* [Bug #780231] One of the changes described in the 2.3 "What's New" documentAndrew M. Kuchling2003-08-291-27/+0
| | | | | | actually occurred in 2.2. Move the description to whatsnew22.tex. [Bugfix candidate -- I'll backport to 2.3 (another 2.2 bugfix seems unlikely)
* [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
|
* Change \code to \verb, because TeX merges the two dashes into aAndrew M. Kuchling2003-07-211-1/+1
| | | | | | hyphen, resulting in the output '-list-classifiers', not the correct '--list-classifiers'. I've verified that the line is now correct in the DVI, PDF, HTML, and ASCII versions.
* Add introductory paragraphsAndrew M. Kuchling2003-07-181-57/+69
| | | | | | Remove comment about MacOS changes; I'm not going to have time to figure out what they are Move PEP 273 section into numeric order
* Add a few more itemsAndrew M. Kuchling2003-07-181-5/+22
|
* Complete the rewrite pass; add a few more items; bump version number to ↵Andrew M. Kuchling2003-07-171-113/+126
| | | | 0.90; remove comment about draft status
* Mention list.index; more small textual changesAndrew M. Kuchling2003-07-161-26/+30
|
* Add reminder list of things to document; mention sys.getcheckinterval() and ↵Andrew M. Kuchling2003-07-161-1/+9
| | | | socket.timeout exception
* 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
| | | | better accomodate the GNU info conversion.
* In the description of enumerate(), the indexing operators should notFred Drake2003-07-161-2/+2
| | | | | be included in the \var. This produced weird results in general, but broke the GNU info conversion.
* Fix missing parenthesisRaymond Hettinger2003-07-121-1/+1
|
* Missing markup.Raymond Hettinger2003-07-101-1/+1
|
* Remove more markup from headersAndrew M. Kuchling2003-05-131-2/+2
|
* [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
| | | | | | 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