summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-0/+3
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-011-0/+12
* Fix issue #4972: adds ftplib.FTP context manager protocolGiampaolo Rodolà2010-05-101-0/+3
* Add what's new entry for r80157 and r80071.Antoine Pitrou2010-05-041-0/+5
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-221-0/+2
* Typo fixes.Georg Brandl2010-04-221-7/+8
* fixed typoTarek Ziadé2010-04-211-1/+1
* Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge fromEzio Melotti2010-04-201-38/+244
* added a note on shutil.copytree improvementsTarek Ziadé2010-04-201-0/+11
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-112-59/+83
* Merged revisions 79349,79381,79412,79801,79818 via svnmerge fromEzio Melotti2010-04-071-186/+272
* Merged revisions 79833 via svnmerge fromEric Smith2010-04-061-0/+5
* Merged revisions 79826 via svnmerge fromEric Smith2010-04-061-1/+1
* Merged revisions 79797 via svnmerge fromEzio Melotti2010-04-052-2/+2
* Merged revisions 79788 via svnmerge fromEzio Melotti2010-04-051-1/+1
* (partially)Florent Xicluna2010-04-021-1/+1
* Merged revisions 79314 via svnmerge fromEzio Melotti2010-03-221-5/+7
* sync 2.7.rst with trunkBenjamin Peterson2010-03-211-59/+229
* Issue 7832. Document changes to unittest.TestCase.assertSameElements and asse...Michael Foord2010-03-201-1/+1
* Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge fromGeorg Brandl2010-03-141-12/+12
* Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge...Georg Brandl2010-03-141-6/+8
* Fix wrong indentation that was causing a Sphinx warning and a typo.Ezio Melotti2010-03-131-2/+2
* Merged revisions 78859-78860 via svnmerge fromGeorg Brandl2010-03-122-2/+2
* Merged revisions 78359-78360 via svnmerge fromTarek Ziadé2010-02-231-0/+3
* #7794: describe 3.1 support for executing directories and zip archivesAndrew M. Kuchling2010-02-221-0/+6
* Merged revisions 78303 via svnmerge fromAndrew M. Kuchling2010-02-221-0/+7
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-062-9/+9
* Fixed accidental block of r77944.Eric Smith2010-02-031-4/+4
* Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge fromBenjamin Peterson2010-02-031-26/+83