summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanup in the docs.Georg Brandl2007-12-297-290/+275
|
* 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
|
* Make target uniqueAndrew M. Kuchling2007-09-131-1/+1
|
* 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-157-0/+9447
|
* Delete the LaTeX doc tree.Georg Brandl2007-08-158-10618/+0
|
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
|
* Update expected birthday of 2.6Neal Norwitz2007-06-021-1/+1
|
* Note removed modulesAndrew M. Kuchling2007-05-211-0/+8
|
* Add window.chgat() method, submitted via e-mail by Fabian KreutzAndrew M. Kuchling2007-04-111-0/+12
|
* Typo fix.Georg Brandl2007-03-311-1/+1
|
* Duplicate label fix.Georg Brandl2007-03-311-1/+1
|
* Add item. (Oops, accidentally checked this in on my branch)Andrew M. Kuchling2007-03-301-0/+11
|
* Add comments on maintenance of this fileAndrew M. Kuchling2007-03-211-0/+40
|
* Add a comment about 3k migrationNeal Norwitz2007-03-201-0/+3
|
* Patch #1682878: the new socket methods are recv_into and recvfrom_into, not ↵Georg Brandl2007-03-181-2/+2
| | | | *_buf.
* Add NamedTupleAndrew M. Kuchling2007-03-011-0/+16
|
* Add some itemsAndrew M. Kuchling2007-02-261-2/+48
|
* Add itemAndrew M. Kuchling2007-01-251-0/+6
|
* Describe new methods in Queue moduleAndrew M. Kuchling2006-12-181-0/+7
|
* [Bug #1616726] Fix description of generator.close(); if you raise some ↵Andrew M. Kuchling2006-12-181-7/+8
| | | | random exception, the exception is raised and doesn't trigger a RuntimeError
* Bump versionAndrew M. Kuchling2006-12-181-1/+1
|
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
|
* Add itemAndrew M. Kuchling2006-10-271-1/+4
|
* Set svn:keywords propertyAndrew M. Kuchling2006-10-271-1/+1
|
* SF Bug #1563963, add missing word and cleanup first sentanceNeal Norwitz2006-09-231-2/+2
|
* add boilerplate "What's New" document so the docs will buildFred Drake2006-09-231-0/+134
|
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
|
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
|
* Add missing wordAndrew M. Kuchling2006-09-081-1/+1
|
* Rearrange example a bit, and show rpartition() when separator is not foundAndrew M. Kuchling2006-09-051-2/+4
|
* Fix final documentation nits before backporting decimal module fixes to 2.5Nick Coghlan2006-09-031-3/+4
|