summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* #2101: fix removeAttribute docs.Georg Brandl2008-02-231-2/+2
* #835521: Add index entries for various pickle-protocol methods and attributesAndrew M. Kuchling2008-02-231-0/+13
* #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.Andrew M. Kuchling2008-02-231-15/+7
* #2161: Fix opcode name.Georg Brandl2008-02-231-1/+1
* #2072: correct documentation for .rpc_pathsAndrew M. Kuchling2008-02-231-2/+8
* More difflib examples. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-2/+112
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-0/+15
* #1492: allow overriding BaseHTTPServer's content type for error messages.Georg Brandl2008-02-231-0/+9
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-2/+3
* Add recipe using itertools.product().Raymond Hettinger2008-02-231-0/+6
* Document itertools.product().Raymond Hettinger2008-02-221-0/+23
* Another fix.Georg Brandl2008-02-221-1/+1
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-2212-17/+17
* Part of #2154: minimal syntax fixes in doc example snippets.Georg Brandl2008-02-211-1/+1
* #2079: typo in userdict docs.Georg Brandl2008-02-211-1/+1
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-181-1/+37
* #2131: note that codecs.open() always opens files in binary mode.Georg Brandl2008-02-171-1/+9
* Try to correct a markup error that does hide the following paragraph.Thomas Heller2008-02-141-1/+0
* Fix markupRaymond Hettinger2008-02-141-1/+1
* Simplify moneyfmt() recipe.Raymond Hettinger2008-02-141-13/+5
* Fix markup.Raymond Hettinger2008-02-141-1/+1
* Show how to remove exponents.Raymond Hettinger2008-02-141-0/+11
* Improve rst markupRaymond Hettinger2008-02-141-6/+5
* Add fixed-point examples to the decimal FAQRaymond Hettinger2008-02-141-3/+30
* Fix decimal repr which should have used single quotes like other reprs.Raymond Hettinger2008-02-141-91/+91
* Add pickle support to ctypes types.Thomas Heller2008-02-131-0/+5
* #2063: correct order of utime and stime in os.times()Georg Brandl2008-02-131-1/+1
* Implementation of Fraction.limit_denominator.Mark Dickinson2008-02-121-0/+18
* Restore fractions.rst to the document tree.Raymond Hettinger2008-02-121-1/+1
* Backport ABC docsRaymond Hettinger2008-02-111-8/+120
* Fix markupRaymond Hettinger2008-02-111-1/+1
* Rename rational.Rational to fractions.Fraction, to avoid name clashMark Dickinson2008-02-102-25/+25
* Complete an open todo on pickletools -- add a pickle optimizer.Raymond Hettinger2008-02-101-0/+7
* Typos in decimal comment and documentationMark Dickinson2008-02-101-2/+2
* 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