summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Fix title.v3.2b1Georg Brandl2010-12-051-1/+1
* Nits and todosRaymond Hettinger2010-12-051-6/+9
* Apply rest of #10628, and add a few todo comments.Georg Brandl2010-12-051-2/+12
* SpellingRaymond Hettinger2010-12-051-3/+3
* Update the unittest section.Raymond Hettinger2010-12-051-17/+27
* New string format character.Raymond Hettinger2010-12-051-1/+14
* Optimization notes.Raymond Hettinger2010-12-051-5/+22
* Describe the transform/untranform methodsRaymond Hettinger2010-12-051-0/+19
* Note the updates to range objects.Raymond Hettinger2010-12-051-23/+30
* Optimization of Timsort.Raymond Hettinger2010-12-051-3/+19
* Start the argparse entry.Raymond Hettinger2010-12-051-7/+30
* Mention itertools.accumulate().Raymond Hettinger2010-12-041-1/+18
* Fill-in stub for concurrent.futuresRaymond Hettinger2010-12-041-5/+43
* Fix PEP number.Martin v. Löwis2010-12-041-1/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+18
* Issue 2690: Add support for slicing and negative indices to range objects (in...Nick Coghlan2010-12-031-0/+4
* Improve Pydoc interactive browsing (#2001). Patch by Ron Adam.Nick Coghlan2010-12-031-1/+6
* Fix markupRaymond Hettinger2010-12-021-10/+11
* With Raymond's approval added a paragraph describing Unicode 6.0.0 changes. ...Alexander Belopolsky2010-12-021-0/+17
* Add example, tighten text, and minor clean-ups.Raymond Hettinger2010-11-301-4/+5
* Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-301-0/+8
* Neaten-up a bit.Raymond Hettinger2010-11-301-5/+3
* Issue 10586: change the new functools.lru_cache implementation to expose the ...Nick Coghlan2010-11-301-0/+2
* Typo fix.Georg Brandl2010-11-261-2/+2
* #10526: fix typo.Georg Brandl2010-11-261-1/+1
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-221-0/+12
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...Nick Coghlan2010-11-211-0/+8
* Add stub for PEP 3148.Georg Brandl2010-11-161-0/+5
* #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-081-0/+8
* More what's newAntoine Pitrou2010-11-051-0/+6
* Update 3.2 what's newAntoine Pitrou2010-11-051-6/+43
* What's New in Python 3.2: update Unicode sectionVictor Stinner2010-10-291-10/+21
* Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-241-0/+7
* Revert r85797 (and r85798): it broke the Windows buildbots because ofAntoine Pitrou2010-10-221-2/+1
* Update what's newAntoine Pitrou2010-10-221-1/+2
* Note the resolution of issue 9778.Skip Montanaro2010-10-171-0/+6
* Fix sphinx role markups.Senthil Kumaran2010-10-151-2/+2
* Issue #9992: Remove PYTHONFSENCODING environment variable.Victor Stinner2010-10-131-6/+0
* Update whatsnew about pickle optimizationsAntoine Pitrou2010-10-121-5/+2
* What's new entry for email 5.1.R. David Murray2010-10-081-0/+28
* Update what's newAntoine Pitrou2010-10-081-0/+5
* More new things in what's newAntoine Pitrou2010-10-061-0/+23
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-069-213/+213
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-0/+8
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Move library changes to the right sectionAntoine Pitrou2010-09-151-14/+14
* Add entries to whatsnewAntoine Pitrou2010-09-151-1/+25
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-0/+5
* Document changes on mbcs encodingVictor Stinner2010-09-121-0/+7
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+25