summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Fixes contributed by Ori Avtalion.Georg Brandl2008-02-201-3/+6
|
* Update example to match the current syntax.Raymond Hettinger2008-02-151-1/+1
|
* Put an extra space into the repr of a Fraction:Mark Dickinson2008-02-111-2/+2
| | | | Fraction(1, 2) instead of Fraction(1,2).
* Rename rational.Rational to fractions.Fraction, to avoid name clashMark Dickinson2008-02-101-11/+11
| | | | with numbers.Rational. See issue #1682 for related discussion.
* Add some itemsAndrew M. Kuchling2008-01-261-1/+63
|
* Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.Andrew M. Kuchling2008-01-201-2/+5
| | | | Fix an off-by-one error I noticed.
* Add itemAndrew M. Kuchling2008-01-191-0/+7
|
* Add itemAndrew M. Kuchling2008-01-191-0/+7
|
* Updated new property syntax. An elaborate example for subclassing and the ↵Christian Heimes2008-01-171-4/+22
| | | | | | getter was missing. Added comment about VS 2008 and PGO builds.
* Revise 3141 section a bit; add some Windows itemsAndrew M. Kuchling2008-01-171-19/+17
|
* Comply with RFC 3207.Gregory P. Smith2008-01-171-0/+6
| | | | Fixes issue 829951 - http://bugs.python.org/issue829951
* Add PEP 3141 sectionAndrew M. Kuchling2008-01-161-0/+94
|
* 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-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
|