summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
Commit message (Expand)AuthorAgeFilesLines
* Reclassify some entries and remove a couple of minor ones.Raymond Hettinger2010-12-101-43/+30
* Overview of email module and recategorize various entries.Raymond Hettinger2010-12-101-32/+45
* Doh! Example pasted twice, but only once in the right place.Raymond Hettinger2010-12-091-6/+1
* Entries for datetime, callable, and collections.Counter.Raymond Hettinger2010-12-091-15/+41
* Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary.Alexander Belopolsky2010-12-081-7/+10
* Added a datetime new features entryAlexander Belopolsky2010-12-081-0/+21
* Entry for inspect.getattr_static().Raymond Hettinger2010-12-081-8/+9
* Example of argparge with subparsers.Raymond Hettinger2010-12-081-5/+24
* range() exampleRaymond Hettinger2010-12-081-1/+10
* Nits.Raymond Hettinger2010-12-081-2/+1
* Clean-ups.Raymond Hettinger2010-12-081-12/+13
* Add example for concurrent.futures.Raymond Hettinger2010-12-081-5/+25
* Update whatsnew. Salt the random number seed.Raymond Hettinger2010-12-081-6/+12
* Martin's name with Unicode.Raymond Hettinger2010-12-071-1/+4
* Clean-ups and examples.Raymond Hettinger2010-12-071-7/+8
* Spelling.Raymond Hettinger2010-12-071-4/+4
* More cleanups and examples.Raymond Hettinger2010-12-071-33/+64
* Add example for the entry for argparseRaymond Hettinger2010-12-071-2/+59
* Add entry for new pdb featuresRaymond Hettinger2010-12-071-0/+15
* Add entry for the new sysconfig module.Raymond Hettinger2010-12-071-0/+59
* Fix typoDavid Malcolm2010-12-071-1/+1
* Note improvements to the docs.Raymond Hettinger2010-12-061-6/+29
* Typo fixups.Raymond Hettinger2010-12-061-3/+3
* 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
* #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