summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Added section on passing contextual information to logging and documentation ...Vinay Sajip2008-01-181-27/+134
* Typo fixAndrew M. Kuchling2008-01-181-1/+1
* Fix markupRaymond Hettinger2008-01-171-0/+2
* Fix-up Timer() example.Raymond Hettinger2008-01-171-3/+4
* Add advice on choosing between scheduler and threading.Timer().Raymond Hettinger2008-01-171-0/+25
* Issue #1861: Add read-only attribute listing upcoming events in the order th...Raymond Hettinger2008-01-171-1/+6
* Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339Gregory P. Smith2008-01-171-0/+26
* Note versionadded.Raymond Hettinger2008-01-171-0/+4
* Make starmap() match its pure python definition and accept any itertable inpu...Raymond Hettinger2008-01-171-4/+6
* Minor wordsmithing.Raymond Hettinger2008-01-162-9/+29
* Fix MSDN library URL. (#1854)Georg Brandl2008-01-161-1/+1
* Markup fixAndrew M. Kuchling2008-01-161-1/+1
* Fix-up half-written paragraph in the docsRaymond Hettinger2008-01-151-7/+3
* Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...Raymond Hettinger2008-01-151-0/+8
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-152-0/+66
* Small grammar nitRaymond Hettinger2008-01-151-2/+2
* Better (?) text describing the lack of guarantees provided by qsize(),Skip Montanaro2008-01-151-6/+11
* Markup fixAndrew M. Kuchling2008-01-151-1/+1
* Typo fixesAndrew M. Kuchling2008-01-151-1/+1
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-2/+2
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-0/+38
* Clarify the effect of text mode.Georg Brandl2008-01-131-1/+3
* Fix editing glitch.Georg Brandl2008-01-121-5/+2
* Move OSError docs to exceptions doc, remove obsolete descriptionsGeorg Brandl2008-01-123-65/+44
* Issue 1780: Allow leading and trailing whitespace in Decimal constructor,Mark Dickinson2008-01-121-3/+11
* Update the opcode docs for STORE_MAP and BUILD_MAPRaymond Hettinger2008-01-111-3/+7
* Bug #1790: update link; remove outdated paragraphAndrew M. Kuchling2008-01-111-9/+3
* Documentation for r5990[3567].Georg Brandl2008-01-114-3/+29
* Run doctests on the collections moduleRaymond Hettinger2008-01-111-1/+1
* Neaten-up the named tuple docsRaymond Hettinger2008-01-101-7/+7
* Closing issue1761.Amaury Forgeot d'Arc2008-01-101-1/+3
* Clarify how to add a field to a named tuple.Raymond Hettinger2008-01-101-1/+1
* Examples for named tuple subclassing should include __slots__Raymond Hettinger2008-01-101-3/+4
* Fix typoRaymond Hettinger2008-01-091-1/+1
* Syntax highlighting only works when >>> lines are accompanied by ... linesRaymond Hettinger2008-01-091-8/+8
* Fix markup errors from r59857 and clarify key.__enter__/__exit__ docsGeorg Brandl2008-01-081-11/+16
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-0/+18
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-081-2/+6
* Docs on named tuple's naming conventions and limits of subclassingRaymond Hettinger2008-01-081-1/+7
* Documentation nits.Raymond Hettinger2008-01-071-5/+5
* Use get() instead of pop() for the optimized version of _replace().Raymond Hettinger2008-01-071-1/+1
* Minor markup fixRaymond Hettinger2008-01-071-1/+1
* Cleanup named tuple subclassing example.Raymond Hettinger2008-01-071-10/+12
* Added section about adding contextual information to log output.Vinay Sajip2008-01-071-0/+46
* Fix two further doc build warnings.Georg Brandl2008-01-071-1/+2
* #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.Georg Brandl2008-01-071-0/+28
* Restructure urllib doc structure.Georg Brandl2008-01-071-73/+65
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-0/+11
* Restore "somenamedtuple" as the "class" for named tuple attrs.Georg Brandl2008-01-071-11/+7
* Added a hyperlink from sequence types to mutable sequence types.Mark Summerfield2008-01-071-1/+1