summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Minor bsddb documentation glitchJesus Cea2009-03-051-1/+1
* add exampleBenjamin Peterson2009-03-051-0/+6
* Fixed a typo.Facundo Batista2009-03-041-1/+1
* Remove obsolete stuff from string module docs.Georg Brandl2009-03-041-11/+8
* making the writing more formalBenjamin Peterson2009-03-031-26/+25
* Fix markup.Raymond Hettinger2009-03-031-1/+1
* Backport 70111: Let configparser use ordered dicts by default.Raymond Hettinger2009-03-031-0/+17
* Backport 70106: Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-031-5/+9
* Backport PEP 372: OrderedDict()Raymond Hettinger2009-03-031-2/+30
* Adds an optional flags argument to re.split, re.sub and re.subn to beGregory P. Smith2009-03-021-3/+16
* The note about caching of regular expression objects was incorrect ReST andGregory P. Smith2009-03-021-8/+12
* Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-281-6/+16
* Binary flag is needed on windows.Hirokazu Yamamoto2009-02-281-2/+2
* #5365: add quick look conversion table for different time representations.Georg Brandl2009-02-271-0/+18
* #5363: fix cmpfiles() docs. Another instance where a prose description is twi...Georg Brandl2009-02-271-9/+16
* #5361: fix typo.Georg Brandl2009-02-271-1/+1
* Document that setting sys.py3kwarning wont do anything.Georg Brandl2009-02-261-1/+3
* fix str.format()'s first arg #5371Benjamin Peterson2009-02-261-1/+1
* Fix typo.Raymond Hettinger2009-02-261-1/+1
* Clarify Counter() docs.Raymond Hettinger2009-02-251-8/+6
* Remove reference to zero argument form of super() in 2.x docs.Raymond Hettinger2009-02-251-2/+1
* More markup and spelling fixes.Raymond Hettinger2009-02-251-6/+6
* Restore Py2.x version of sample call to super().Raymond Hettinger2009-02-252-6/+7
* Sync-up py3.1 doc updates for super().Raymond Hettinger2009-02-251-17/+26
* Update itertools recipes to use next().Raymond Hettinger2009-02-231-7/+6
* Fix grammar.Georg Brandl2009-02-231-3/+3
* #5352: str.count() counts non-overlapping instances.Georg Brandl2009-02-231-3/+3
* #5349: C++ pure virtuals can also have an implementation.Georg Brandl2009-02-231-1/+1
* #5348: format() converts all kinds of values.Georg Brandl2009-02-231-0/+20
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-213-5/+5
* Fix punctuation.Georg Brandl2009-02-201-1/+1
* At least separate imports from other statements.Georg Brandl2009-02-202-8/+12
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-2025-81/+35
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-1925-35/+81
* Add links to helpful external resources.Raymond Hettinger2009-02-192-4/+10
* Add an example for math.fsum() and elaborate on the accurary note.Raymond Hettinger2009-02-191-8/+12
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-192-7/+13
* Generalize the itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
* Clarify socket timeout behavior vs system network stack behavior on connectGregory P. Smith2009-02-181-4/+7
* #5268: mention VMSError.Georg Brandl2009-02-181-0/+5
* #5297: fix example.Georg Brandl2009-02-181-1/+1
* Clarify the deprecation of platform.dist().Marc-André Lemburg2009-02-171-1/+11
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ref...Raymond Hettinger2009-02-171-27/+52
* Fix-up intro paragraph for collections docs.Raymond Hettinger2009-02-171-13/+13
* Add explanation for super(type1, type2).Raymond Hettinger2009-02-161-1/+1
* Issue 5229: Documentation for super() neglects to say what super() actually doesRaymond Hettinger2009-02-161-1/+5
* Fixed typo.Hirokazu Yamamoto2009-02-151-1/+1
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-141-3/+3
* #1661108: note that urlsafe encoded string can contain "=".Georg Brandl2009-02-131-1/+2