Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -94/+93 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+236 |