Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes contributed by Ori Avtalion. | Georg Brandl | 2008-02-20 | 1 | -3/+6 |
| | |||||
* | Update example to match the current syntax. | Raymond Hettinger | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | Put an extra space into the repr of a Fraction: | Mark Dickinson | 2008-02-11 | 1 | -2/+2 |
| | | | | Fraction(1, 2) instead of Fraction(1,2). | ||||
* | Rename rational.Rational to fractions.Fraction, to avoid name clash | Mark Dickinson | 2008-02-10 | 1 | -11/+11 |
| | | | | with numbers.Rational. See issue #1682 for related discussion. | ||||
* | Add some items | Andrew M. Kuchling | 2008-01-26 | 1 | -1/+63 |
| | |||||
* | Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. | Andrew M. Kuchling | 2008-01-20 | 1 | -2/+5 |
| | | | | Fix an off-by-one error I noticed. | ||||
* | Add item | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+7 |
| | |||||
* | Add item | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+7 |
| | |||||
* | Updated new property syntax. An elaborate example for subclassing and the ↵ | Christian Heimes | 2008-01-17 | 1 | -4/+22 |
| | | | | | | getter was missing. Added comment about VS 2008 and PGO builds. | ||||
* | Revise 3141 section a bit; add some Windows items | Andrew M. Kuchling | 2008-01-17 | 1 | -19/+17 |
| | |||||
* | Comply with RFC 3207. | Gregory P. Smith | 2008-01-17 | 1 | -0/+6 |
| | | | | Fixes issue 829951 - http://bugs.python.org/issue829951 | ||||
* | Add PEP 3141 section | Andrew M. Kuchling | 2008-01-16 | 1 | -0/+94 |
| | |||||
* | Restore description of sys.dont_write_bytecode. | Andrew M. Kuchling | 2008-01-15 | 1 | -0/+11 |
| | | | | | | | The duplication is intentional -- this paragraph is in a section describing additions to the sys module, and there's a later section that mentions the switch. I think most people scan the what's-new and don't read it in detail, so a bit of duplication is OK. | ||||
* | Remove duplicate entry. | Georg Brandl | 2008-01-15 | 1 | -11/+3 |
| | |||||
* | Typo. | Georg Brandl | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | Repair unfinished sentence | Andrew M. Kuchling | 2008-01-15 | 1 | -3/+5 |
| | |||||
* | Add many items | Andrew M. Kuchling | 2008-01-15 | 1 | -7/+131 |
| | |||||
* | Update description of float_info | Andrew M. Kuchling | 2008-01-14 | 1 | -4/+4 |
| | |||||
* | Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects | Andrew M. Kuchling | 2008-01-08 | 1 | -0/+7 |
| | |||||
* | Fix markup | Andrew M. Kuchling | 2008-01-04 | 1 | -5/+7 |
| | |||||
* | Add math items; other edits | Andrew M. Kuchling | 2008-01-04 | 1 | -3/+44 |
| | |||||
* | Filled in some XXX comments | Christian Heimes | 2008-01-04 | 1 | -3/+4 |
| | |||||
* | Add items | Andrew M. Kuchling | 2008-01-04 | 1 | -3/+37 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 7 | -290/+275 |
| | |||||
* | Add item | Andrew M. Kuchling | 2007-12-22 | 1 | -3/+25 |
| | |||||
* | Add a bunch of items | Andrew M. Kuchling | 2007-12-19 | 1 | -4/+157 |
| | |||||
* | Don't use quotes for non-string code. | Georg Brandl | 2007-12-16 | 1 | -1/+1 |
| | |||||
* | Use PEP 8. | Georg Brandl | 2007-12-16 | 1 | -6/+6 |
| | |||||
* | Update method names for named tuples. | Raymond Hettinger | 2007-12-14 | 1 | -3/+3 |
| | |||||
* | Fix markup in whatsnew, use new directive in ACKS. | Georg Brandl | 2007-12-08 | 1 | -2/+2 |
| | |||||
* | Grammar fix | Andrew M. Kuchling | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | Two small fixes. Issue 1547. | Facundo Batista | 2007-12-03 | 1 | -2/+2 |
| | |||||
* | Add item | Andrew M. Kuchling | 2007-11-23 | 1 | -0/+4 |
| | |||||
* | Update name | Andrew M. Kuchling | 2007-10-23 | 1 | -2/+2 |
| | |||||
* | Use correct header line | Andrew M. Kuchling | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | Various items | Andrew M. Kuchling | 2007-10-20 | 1 | -6/+40 |
| | |||||
* | Add items | Andrew M. Kuchling | 2007-10-16 | 1 | -1/+50 |
| | |||||
* | Eliminate camelcase function name | Andrew M. Kuchling | 2007-10-08 | 1 | -2/+2 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2007-09-25 | 1 | -18/+105 |
| | |||||
* | Add item; sort properly | Andrew M. Kuchling | 2007-09-18 | 1 | -15/+53 |
| | |||||
* | Make target unique | Andrew M. Kuchling | 2007-09-13 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2007-09-13 | 1 | -0/+428 |
| | |||||
* | Change socket.error to inherit from IOError rather than being a stand | Gregory P. Smith | 2007-09-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | alone class. This addresses the primary concern in http://bugs.python.org/issue1706815 python-dev discussion here: http://mail.python.org/pipermail/python-dev/2007-July/073749.html I chose IOError rather than EnvironmentError as the base class since socket objects are often used as transparent duck typed file objects in code already prepared to deal with IOError exceptions. also a minor fix: urllib2 - fix a couple places where IOError was raised rather than URLError. for better or worse, URLError already inherits from IOError so this won't break any existing code. test_urllib2net - replace bad ftp urls. | ||||
* | Add more items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+32 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+35 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 7 | -0/+9447 |
| | |||||
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 8 | -10618/+0 |
| | |||||
* | Clarify PEP 343 description. | Georg Brandl | 2007-07-29 | 1 | -9/+18 |
| | |||||
* | Update expected birthday of 2.6 | Neal Norwitz | 2007-06-02 | 1 | -1/+1 |
| | |||||
* | Note removed modules | Andrew M. Kuchling | 2007-05-21 | 1 | -0/+8 |
| |