summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+25
* Fix issue 9794: adds context manager protocol to socket.socket so that socket...Giampaolo Rodolà2010-09-081-0/+6
* Fix typo in whatsnew (#9793)Éric Araujo2010-09-071-1/+1
* #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-0/+5
* Add stub entry for argparse.Georg Brandl2010-09-071-0/+2
* Fix markup nitsRaymond Hettinger2010-09-061-3/+3
* Remove redundant word.Georg Brandl2010-09-061-1/+1
* Fix nitsRaymond Hettinger2010-09-061-7/+7
* More updates to whatsnew3.2Raymond Hettinger2010-09-061-46/+91
* link to docsBenjamin Peterson2010-09-061-2/+2
* Fix typos and wording in what’s new 3.2.Éric Araujo2010-09-051-27/+28
* Rewrap and consistency fixes.Georg Brandl2010-09-051-175/+175
* Fill-in sqlite3 stubsRaymond Hettinger2010-09-051-7/+8
* Add example of ftplib's new context manager.Raymond Hettinger2010-09-051-4/+19
* Add PEP 391 to whatsnewRaymond Hettinger2010-09-051-0/+43
* More updates to whatsnew.Raymond Hettinger2010-09-051-5/+13
* Add an exampleRaymond Hettinger2010-09-051-1/+6
* More updates to whatsnewRaymond Hettinger2010-09-051-2/+28
* Update whatsnew for Pep3149.Raymond Hettinger2010-09-051-4/+27
* Update whatsnew for Pep3147.Raymond Hettinger2010-09-041-1/+54
* Adopt more descriptive attribute names as suggested on python-dev.Raymond Hettinger2010-09-041-3/+3
* Add an entry in whatsnew about the PyCObject -> PyCapsule move.Amaury Forgeot d'Arc2010-09-031-0/+4
* Make PEP section a bit less ugly and at least list implemented PEPs.Georg Brandl2010-09-031-2/+7
* PYTHONFSENCODING is not available on Windows or Mac OS XVictor Stinner2010-08-191-1/+3
* Create os.fsdecode(): decode from the filesystem encoding with surrogateescapeVictor Stinner2010-08-191-2/+5
* what's new 3.2: use :mod:Victor Stinner2010-08-181-4/+4
* Fix typoÉric Araujo2010-08-181-1/+1
* #7647: add ST_RDONLY, ST_NOSUID constants to os module.Andrew M. Kuchling2010-08-181-0/+4
* Issue #8622: Add PYTHONFSENCODING environment variable to override theVictor Stinner2010-08-181-0/+9
* fix issue #8807: adds a context parameter to POP3_SSL class.Giampaolo Rodolà2010-08-171-0/+7
* fix issue #8866: parameters passed to socket.getaddrinfo can now be specified...Giampaolo Rodolà2010-08-171-0/+4
* Clarify whatsnew entry for short float repr: roundtripping is not a new feat...Mark Dickinson2010-08-151-4/+6
* Remove the lfu_cache. Add more tests.Raymond Hettinger2010-08-151-28/+15
* Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()Antoine Pitrou2010-08-091-1/+1
* Issue #8524: Add a forget() method to socket objects, so as to put theAntoine Pitrou2010-08-081-0/+6
* Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-0/+5
* Fix markupRaymond Hettinger2010-08-071-6/+4
* Improve the whatsnew article on the lru/lfu cache decorators.Raymond Hettinger2010-08-061-13/+24
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-032-2/+2
* Demonstrate the caching decorators in whatsnew.Raymond Hettinger2010-08-021-0/+32
* Reorder entries by module lexicographic orderAntoine Pitrou2010-07-311-32/+32
* Add ssl changes to the 3.2 "what's new".Antoine Pitrou2010-07-311-0/+31
* Fix some markup glitches.Georg Brandl2010-07-232-2/+2
* Fix typo.Georg Brandl2010-07-111-1/+1
* #9166: NotImplemented is not an exception.Georg Brandl2010-07-051-1/+1
* Merged revisions 82441 via svnmerge fromNick Coghlan2010-07-021-7/+0
* Merged revisions 82439 via svnmerge fromNick Coghlan2010-07-021-6/+6
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-286/+971
* Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, useVictor Stinner2010-06-251-3/+4
* Add note about changes to the `round` function between 2.x and 3.x.Mark Dickinson2010-06-171-0/+9