summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* #5344: fix punctuation.Georg Brandl2009-02-271-1/+1
* #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
* more info on long_descriptionTarek Ziadé2009-02-272-126/+157
* The curses panel library is now supportedAndrew M. Kuchling2009-02-261-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
* using versionchanged instead of versionadded for distutils doc on sdist defau...Tarek Ziadé2009-02-222-15/+9
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-219-17/+17
* #5338, #5339: two types in the API manual.Georg Brandl2009-02-212-2/+2
* Fix punctuation.Georg Brandl2009-02-201-1/+1
* At least separate imports from other statements.Georg Brandl2009-02-203-9/+14
* #5327: fix a broken link by joining it.Georg Brandl2009-02-201-2/+2
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-2031-96/+42
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-1931-42/+96
* #5317: update IronPython URL.Georg Brandl2009-02-191-2/+1
* #5310, #3558: fix operator precedence table.Georg Brandl2009-02-191-28/+18
* 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
* #5296: sequence -> iterable.Georg Brandl2009-02-181-5/+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
* note about #2279Tarek Ziadé2009-02-161-0/+3
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-162-0/+30
* note functions that are not aliased to PyBytes_ #5280Benjamin Peterson2009-02-161-2/+28
* 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