summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Clarify that decimal also supports fixed-point arithmetic.Raymond Hettinger2008-02-101-3/+15
* Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as c...Nick Coghlan2008-02-091-3/+6
* Add advice on choosing between DictMixin and MutableMappingRaymond Hettinger2008-02-081-0/+2
* Fix typoRaymond Hettinger2008-02-071-2/+2
* The float conversion recipe is simpler in Py2.6Raymond Hettinger2008-02-071-25/+15
* Fix documentation for Calendar.iterweekdays(): firstweekday is a property.Walter Dörwald2008-02-071-3/+3
* Clarify that the output of TextCalendar.formatmonth() andWalter Dörwald2008-02-071-8/+10
* IEEE 754 should be IEEE 854; give precise reference forMark Dickinson2008-02-071-6/+6
* Fix broken link in decimal documentation.Mark Dickinson2008-02-071-1/+1
* Remove incorrect usage of :const: in documentation.Mark Dickinson2008-02-061-2/+2
* Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaNMark Dickinson2008-02-061-0/+13
* Remove month parameter from Calendar.yeardatescalendar(),Walter Dörwald2008-02-061-9/+9
* correct object nameSkip Montanaro2008-02-051-1/+1
* Convert external links to internal links. Fixes #2010.Georg Brandl2008-02-052-4/+3
* Patch #1953Christian Heimes2008-02-041-2/+22
* Remove extra tick marks and add a missing closing parenthesis.Brett Cannon2008-02-031-1/+1
* Add email example how to send a multipart message.Georg Brandl2008-02-021-3/+8
* Amendments to the urllib2 docs, written for GHOP by Thomas Lamb.Georg Brandl2008-02-021-9/+30
* Update IPv6 RFC number.Georg Brandl2008-02-011-1/+1
* Move __builtins__.trunc() to math.trunc() perJeffrey Yasskin2008-02-012-8/+8
* Added more documentation on how mixed-mode arithmetic should be implemented. IJeffrey Yasskin2008-01-311-0/+141
* Update itertool recipesRaymond Hettinger2008-01-301-12/+12
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-271-0/+7
* Removed an unnecessary and confusing paragraph from the namedtuple docs.Raymond Hettinger2008-01-271-10/+1
* Update docs for new callpack params added in r60188Gregory P. Smith2008-01-261-8/+18
* Slashes allowed on Windows.Georg Brandl2008-01-261-1/+1
* #1934: fix os.path.isabs docs.Georg Brandl2008-01-261-1/+3
* Added documentation for optional delay argument to FileHandler and subclasses.Vinay Sajip2008-01-241-8/+18
* Fix issue1789: The tutorial contained a misuse of the struct module.Gregory P. Smith2008-01-241-2/+2
* Let pprint() support sets and frozensets (suggested by David Mertz).Raymond Hettinger2008-01-231-0/+3
* Improve variable name in sample codeRaymond Hettinger2008-01-221-1/+1
* Give zip() the same guarantee as izip() for left-to-right evaluation.Raymond Hettinger2008-01-221-0/+4
* Document when to use izip_longest().Raymond Hettinger2008-01-221-16/+7
* Minor documentation change - hyperlink tidied up.Vinay Sajip2008-01-211-5/+8
* Adapt pydoc to new doc URLs.Georg Brandl2008-01-211-1/+1
* Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).Georg Brandl2008-01-212-29/+0
* Add a stub for bundlebuilder documentation.Georg Brandl2008-01-212-0/+29
* #1555501: document plistlib and move it to the general library.Georg Brandl2008-01-212-0/+125
* Fix example.Georg Brandl2008-01-211-0/+2
* #1087741: make mmap.mmap the type of mmap objects, not aGeorg Brandl2008-01-211-7/+10
* #1669: don't allow shutil.rmtree() to be called on a symlink.Georg Brandl2008-01-201-12/+18
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-201-0/+29
* #652749: document the constants added to the builtins by site.py.Georg Brandl2008-01-202-2/+27
* #799369: document possible sys.platform values.Georg Brandl2008-01-201-3/+20
* #856047: respect the ``no_proxy`` env var when checking for proxiesGeorg Brandl2008-01-201-0/+9
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-201-5/+9
* Document that zipfile decryption is insanely slow and fix a typo andGregory P. Smith2008-01-201-1/+2
* Bug 1296: restore text describing OptionGroupAndrew M. Kuchling2008-01-191-0/+29
* #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods.Georg Brandl2008-01-191-3/+31
* #1411695: clarify behavior of xml.sax.utils.[un]escape.Georg Brandl2008-01-191-2/+4