summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...Raymond Hettinger2008-01-151-0/+8
* Restore description of sys.dont_write_bytecode.Andrew M. Kuchling2008-01-151-0/+11
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-152-0/+66
* Remove duplicate entry.Georg Brandl2008-01-151-11/+3
* Typo.Georg Brandl2008-01-151-1/+1
* Small grammar nitRaymond Hettinger2008-01-151-2/+2
* Better (?) text describing the lack of guarantees provided by qsize(),Skip Montanaro2008-01-151-6/+11
* Tighten the definition of a named tuple.Raymond Hettinger2008-01-151-1/+1
* Repair unfinished sentenceAndrew M. Kuchling2008-01-151-3/+5
* Add many itemsAndrew M. Kuchling2008-01-151-7/+131
* Markup fixAndrew M. Kuchling2008-01-151-1/+1
* Typo fixesAndrew M. Kuchling2008-01-151-1/+1
* Update description of float_infoAndrew M. Kuchling2008-01-141-4/+4
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-142-3/+3
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-0/+38
* Clarify the effect of text mode.Georg Brandl2008-01-131-1/+3
* Fix spelling.Raymond Hettinger2008-01-131-1/+1
* Named tuple is a concept, not a specific type.Raymond Hettinger2008-01-131-5/+11
* 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-115-3/+36
* 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
* Better method for associating .py files with the interpreter.Georg Brandl2008-01-081-8/+9
* 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-082-2/+13
* 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
* Clarify metaclass docs and add example.Georg Brandl2008-01-071-2/+17
* Fix two further doc build warnings.Georg Brandl2008-01-072-3/+4
* Fix inconsistent title levels -- it made the whole doc build crash horribly.Raymond Hettinger2008-01-071-1/+1
* #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 #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-071-2/+40
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-072-0/+26
* 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