summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+27
* Updated docs for basicConfig to indicate it's a no-op if handlers have been d...Vinay Sajip2008-01-071-11/+12
* Clean up markup.Georg Brandl2008-01-071-7/+5
* Consistency nit.Georg Brandl2008-01-071-5/+5
* Change virtual class name of __iter__ to "object" in order to make it linkable.Georg Brandl2008-01-071-1/+1
* Add another named tuple subclassing example.Raymond Hettinger2008-01-071-0/+8
* Cleanup subclassing example to more clearly show fixed-width print format.Raymond Hettinger2008-01-071-5/+5
* Add subclassing example to docs for named tuples.Raymond Hettinger2008-01-071-6/+13
* Remove latex trace.Georg Brandl2008-01-061-1/+1
* Add tutorial section about coding style.Georg Brandl2008-01-062-5/+52
* Fix introductory sentence.Georg Brandl2008-01-061-1/+1
* #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.Georg Brandl2008-01-061-18/+29
* #1499: Document compile() exceptions.Georg Brandl2008-01-061-0/+3
* #1582: document __reversed__, patch by Mark Russell.Georg Brandl2008-01-063-3/+24
* #1559684: document that shutil.copy* doesn't copy all metadata on Posix and W...Georg Brandl2008-01-061-8/+13
* #1686390: add example for csv.Sniffer use.Georg Brandl2008-01-061-2/+9
* #1727024: document that Popen.returncode is set by Popen.poll/wait.Georg Brandl2008-01-061-10/+15
* #1615275: clarify return object types of different tempfile factories.Georg Brandl2008-01-061-1/+12
* #759525: document that dir() doesn't return metaclass attrs when given a clas...Georg Brandl2008-01-062-1/+7
* #1501: document that 0**0 == 1.Georg Brandl2008-01-061-2/+6
* #1755097: document default values for [].sort() and sorted().Georg Brandl2008-01-062-4/+6
* #1680: fix context manager example function name.Georg Brandl2008-01-061-1/+1
* Small code simplification. Forgot that classmethods can be called from intan...Raymond Hettinger2008-01-061-1/+1
* Use markup.Georg Brandl2008-01-051-4/+4
* Repair markup.Georg Brandl2008-01-051-10/+6
* #1719: capitalization error in "UuidCreate".Georg Brandl2008-01-051-1/+1
* Revert socket.rst to unix-eol.Georg Brandl2008-01-051-906/+906
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-058-93/+99
* Simplify index entries; fix #1712.Georg Brandl2008-01-053-97/+70