summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
Commit message (Collapse)AuthorAgeFilesLines
* Restore description of sys.dont_write_bytecode.Andrew M. Kuchling2008-01-151-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 Brandl2008-01-151-11/+3
|
* Typo.Georg Brandl2008-01-151-1/+1
|
* Repair unfinished sentenceAndrew M. Kuchling2008-01-151-3/+5
|
* Add many itemsAndrew M. Kuchling2008-01-151-7/+131
|
* Update description of float_infoAndrew M. Kuchling2008-01-141-4/+4
|
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-081-0/+7
|
* Fix markupAndrew M. Kuchling2008-01-041-5/+7
|
* Add math items; other editsAndrew M. Kuchling2008-01-041-3/+44
|
* Filled in some XXX commentsChristian Heimes2008-01-041-3/+4
|
* Add itemsAndrew M. Kuchling2008-01-041-3/+37
|
* Some cleanup in the docs.Georg Brandl2007-12-291-94/+93
|
* Add itemAndrew M. Kuchling2007-12-221-3/+25
|
* Add a bunch of itemsAndrew M. Kuchling2007-12-191-4/+157
|
* Don't use quotes for non-string code.Georg Brandl2007-12-161-1/+1
|
* Use PEP 8.Georg Brandl2007-12-161-6/+6
|
* Update method names for named tuples.Raymond Hettinger2007-12-141-3/+3
|
* Fix markup in whatsnew, use new directive in ACKS.Georg Brandl2007-12-081-2/+2
|
* Grammar fixAndrew M. Kuchling2007-12-031-1/+1
|
* Two small fixes. Issue 1547.Facundo Batista2007-12-031-2/+2
|
* Add itemAndrew M. Kuchling2007-11-231-0/+4
|
* Update nameAndrew M. Kuchling2007-10-231-2/+2
|
* Use correct header lineAndrew M. Kuchling2007-10-201-1/+1
|
* Various itemsAndrew M. Kuchling2007-10-201-6/+40
|
* Add itemsAndrew M. Kuchling2007-10-161-1/+50
|
* Eliminate camelcase function nameAndrew M. Kuchling2007-10-081-2/+2
|
* Add various itemsAndrew M. Kuchling2007-09-251-18/+105
|
* Add item; sort properlyAndrew M. Kuchling2007-09-181-15/+53
|
* Add various itemsAndrew M. Kuchling2007-09-131-0/+428
|
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-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 itemsAndrew M. Kuchling2007-09-011-3/+32
|
* Add various itemsAndrew M. Kuchling2007-09-011-3/+35
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+236