Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug #780231] One of the changes described in the 2.3 "What's New" document | Andrew M. Kuchling | 2003-08-29 | 2 | -27/+27 |
| | | | | | | 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) | ||||
* | [Patch #739124] Add use_default_colors() to curses module | Andrew M. Kuchling | 2003-08-13 | 1 | -2/+5 |
| | |||||
* | boilerplate to start off "What's New in Python 2.4" | Fred Drake | 2003-07-30 | 1 | -0/+136 |
| | |||||
* | [Bug #779469] Fix error in example code | Andrew M. Kuchling | 2003-07-30 | 1 | -2/+3 |
| | |||||
* | Bump version number; record 2.3 release date | Andrew M. Kuchling | 2003-07-29 | 1 | -3/+3 |
| | |||||
* | Avoid a few 301 permanent redirects. | Fred Drake | 2003-07-22 | 1 | -3/+3 |
| | | | | Part of SF patch #773007. | ||||
* | Change \code to \verb, because TeX merges the two dashes into a | Andrew M. Kuchling | 2003-07-21 | 1 | -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 paragraphs | Andrew M. Kuchling | 2003-07-18 | 1 | -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 items | Andrew M. Kuchling | 2003-07-18 | 1 | -5/+22 |
| | |||||
* | Complete the rewrite pass; add a few more items; bump version number to ↵ | Andrew M. Kuchling | 2003-07-17 | 1 | -113/+126 |
| | | | | 0.90; remove comment about draft status | ||||
* | Mention list.index; more small textual changes | Andrew M. Kuchling | 2003-07-16 | 1 | -26/+30 |
| | |||||
* | Add reminder list of things to document; mention sys.getcheckinterval() and ↵ | Andrew M. Kuchling | 2003-07-16 | 1 | -1/+9 |
| | | | | socket.timeout exception | ||||
* | Minor text changes; update bug/patch count (quite a jump!) | Andrew M. Kuchling | 2003-07-16 | 1 | -18/+18 |
| | |||||
* | Adjust description of the internationalized domain name encoding to | Fred Drake | 2003-07-16 | 1 | -1/+1 |
| | | | | better accomodate the GNU info conversion. | ||||
* | In the description of enumerate(), the indexing operators should not | Fred Drake | 2003-07-16 | 1 | -2/+2 |
| | | | | | be included in the \var. This produced weird results in general, but broke the GNU info conversion. | ||||
* | Fix missing parenthesis | Raymond Hettinger | 2003-07-12 | 1 | -1/+1 |
| | |||||
* | Missing markup. | Raymond Hettinger | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | Fix a variety of small markup nits. | Fred Drake | 2003-07-02 | 1 | -2/+2 |
| | |||||
* | Don't mention __slots__ as a technique for error avoidance | Andrew M. Kuchling | 2003-05-20 | 1 | -10/+6 |
| | |||||
* | Remove more markup from headers | Andrew M. Kuchling | 2003-05-13 | 2 | -4/+4 |
| | |||||
* | [Bug #729297] Remove markup in section headers | Andrew M. Kuchling | 2003-05-13 | 1 | -3/+3 |
| | |||||
* | Add list.insert() change for negative positions | Andrew M. Kuchling | 2003-05-07 | 1 | -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.idna | Fred Drake | 2003-04-30 | 1 | -2/+2 |
| | | | | | example still doesn't come out quite right: a bug in the formatting tools | ||||
* | Add some more items | Andrew M. Kuchling | 2003-04-24 | 1 | -3/+18 |
| | |||||
* | Mention deprecation of rotor module | Andrew M. Kuchling | 2003-04-24 | 1 | -1/+6 |
| | |||||
* | Mention the bz2 module | Andrew M. Kuchling | 2003-04-19 | 1 | -25/+30 |
| | | | | Various rewrites | ||||
* | Fix spelling of cedillas. | Martin v. Löwis | 2003-04-18 | 1 | -3/+3 |
| | |||||
* | Patch #536883: SimpleXMLRPCServer auto-docing subclass. | Martin v. Löwis | 2003-04-18 | 1 | -0/+8 |
| | |||||
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 1 | -0/+21 |
| | |||||
* | Add a name | Andrew M. Kuchling | 2003-04-14 | 1 | -1/+2 |
| | |||||
* | Mention timeit module | Andrew M. Kuchling | 2003-04-13 | 1 | -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 import | Andrew M. Kuchling | 2003-04-13 | 1 | -1/+1 |
| | |||||
* | Re-indent example; fix typo | Andrew M. Kuchling | 2003-04-09 | 1 | -4/+4 |
| | |||||
* | Add PEP 307 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+44 |
| | |||||
* | Add PEP305 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+50 |
| | |||||
* | Update datetime section a bit | Andrew M. Kuchling | 2003-03-21 | 1 | -16/+15 |
| | |||||
* | Take out my (long since disabled) POSIX signal mask handling code. | Michael W. Hudson | 2003-03-13 | 1 | -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 Hettinger | 2003-03-09 | 1 | -0/+1 |
| | |||||
* | Add a little more verbiage about the bsddb module/package change. It's | Skip Montanaro | 2003-03-07 | 1 | -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 alpha2 | Andrew M. Kuchling | 2003-03-02 | 1 | -3/+7 |
| | |||||
* | Expand itertools paragraph | Andrew M. Kuchling | 2003-03-02 | 1 | -3/+9 |
| | |||||
* | Update PyPI link | Andrew M. Kuchling | 2003-02-26 | 1 | -5/+2 |
| | |||||
* | Added a note about the new itertools module. (Omission noted by | Fred Drake | 2003-02-19 | 1 | -0/+4 |
| | | | | Gerrit Holl in email to python-docs.) | ||||
* | logging.warn() renamed to warning() | Andrew M. Kuchling | 2003-02-19 | 1 | -3/+3 |
| | |||||
* | Add two acks; bump version number | Andrew M. Kuchling | 2003-02-18 | 1 | -3/+3 |
| | |||||
* | [Bug #688261] Fix optparse example and output | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+5 |
| | |||||
* | [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the | Andrew M. Kuchling | 2003-02-18 | 1 | -6/+14 |
| | | | | porting section | ||||
* | Remove duplicate word (rules) | Neal Norwitz | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | Add item pertaining to | Michael W. Hudson | 2003-02-11 | 1 | -0/+9 |
| | | | | [ 680429 ] __module__ broken for extension classes | ||||
* | Sundry very picky changes. | Michael W. Hudson | 2003-02-10 | 1 | -4/+5 |
| |