summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1953Christian Heimes2008-02-043-2/+40
* Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...Amaury Forgeot d'Arc2008-02-031-0/+7
* #2003: fix sentence.Georg Brandl2008-02-031-1/+1
* 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-022-3/+56
* Amendments to the urllib2 docs, written for GHOP by Thomas Lamb.Georg Brandl2008-02-021-9/+30
* Update for latest sphinx latex writer.Georg Brandl2008-02-011-12/+12
* Wording nit.Georg Brandl2008-02-011-2/+2
* Rename batch file.Georg Brandl2008-02-011-0/+0
* Add link checker builder, written for GHOP by Thomas Lamb.Georg Brandl2008-02-012-5/+15
* 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
* Demonstrate new except/as syntax.Raymond Hettinger2008-01-301-4/+4
* Factor-out common code with a new macroRaymond Hettinger2008-01-281-0/+6
* Make PySet_Add() work with frozensets.Raymond Hettinger2008-01-281-3/+13
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-272-0/+14
* Add refcounting extension to build config.Georg Brandl2008-01-271-0/+2
* 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
* Clarify "b" mode under Unix.Georg Brandl2008-01-261-1/+2
* Add some itemsAndrew M. Kuchling2008-01-261-1/+63
* Fix markup again.Georg Brandl2008-01-261-4/+4
* Slashes allowed on Windows.Georg Brandl2008-01-261-1/+1
* #1934: fix os.path.isabs docs.Georg Brandl2008-01-261-1/+3
* Revert PySet_Add() changes.Raymond Hettinger2008-01-261-8/+3
* Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build...Raymond Hettinger2008-01-261-3/+8
* 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-242-5/+7
* 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
* Don't repeat yourselfChristian Heimes2008-01-221-2/+18
* Fix \xhh specs, #1889.Georg Brandl2008-01-221-1/+1
* Adapt to latest doctools refactoring.Georg Brandl2008-01-212-6/+77
* Use original location of document, which has translations.Georg Brandl2008-01-211-1/+1
* Minor documentation change - hyperlink tidied up.Vinay Sajip2008-01-211-5/+8
* Fix old link.Georg Brandl2008-01-211-3/+2
* Adapt pydoc to new doc URLs.Georg Brandl2008-01-212-2/+2
* #997912: acknowledge nested scopes in tutorial.Georg Brandl2008-01-211-4/+5
* 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
* Fix markup.Georg Brandl2008-01-201-4/+4
* #1219903: fix tp_richcompare docs.Georg Brandl2008-01-201-7/+13
* Add blurb about executable scripts on Windows. #760657.Georg Brandl2008-01-201-0/+6