summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* #3734: document complex coercing behavior better.Georg Brandl2009-02-131-1/+2
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* #5158: added documentation on the depends option in distutils extensionsTarek Ziadé2009-02-132-0/+5
* Add links to the other versions we have in stock.Georg Brandl2009-02-131-3/+8
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-7/+10
* os.fsync() should be used to ensure that data is written to diskBenjamin Peterson2009-02-121-0/+5
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-6/+17
* Issue 1818: collections.namedtuple() to support automatic renaming of invalid...Raymond Hettinger2009-02-101-1/+9
* a few edits and typosBenjamin Peterson2009-02-081-10/+11
* document numliterals fixerBenjamin Peterson2009-02-081-0/+4
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-0/+9
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-082-6/+30
* document individual 2to3 fixersBenjamin Peterson2009-02-072-10/+259
* make "super only for new-style classes" a note.Georg Brandl2009-02-071-2/+4
* #5174: fix wrong file closing in example.Georg Brandl2009-02-071-6/+4
* fix download linkBenjamin Peterson2009-02-061-1/+1
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-061-1/+5
* #5031: fix Thread.daemon property docs.Georg Brandl2009-02-051-5/+6
* #4563: disable alpha and roman lists, fixes wrong formatting of contributor l...Georg Brandl2009-02-051-0/+8
* #4820: use correct module for ctypes.util.Georg Brandl2009-02-051-0/+1
* #4827: fix callback example.Georg Brandl2009-02-051-1/+1
* #5015: document PythonHome API functions.Georg Brandl2009-02-051-0/+14
* PyErr_PrintEx is also in 2.x...Georg Brandl2009-02-051-1/+10
* #5059: fix example.Georg Brandl2009-02-051-1/+1
* #5144: document that PySys_SetArgv prepends the script directory (or the empt...Georg Brandl2009-02-051-7/+11
* #5153: fix typo in example.Georg Brandl2009-02-051-1/+1
* Clarify that named tuples do not have to subclass tuple.Raymond Hettinger2009-02-041-1/+1