summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
* #4446: document "platforms" argument for setup().Georg Brandl2008-12-151-0/+2
* fix missing bracketBenjamin Peterson2008-12-141-1/+1
* fix incorrect exampleBenjamin Peterson2008-12-131-1/+1
* specify how things are copiedBenjamin Peterson2008-12-091-1/+1
* #4457: rewrite __import__() documentation.Georg Brandl2008-12-071-38/+54
* Add link to the favicon to the docs.Georg Brandl2008-12-071-1/+7
* Follow-up to #4488: document PIPE and STDOUT properly.Georg Brandl2008-12-061-18/+33
* Remove confusing sentence part.Georg Brandl2008-12-051-1/+1
* Followup to #4511: add link from decorator glossary entry to definition.Georg Brandl2008-12-051-0/+3
* Move __import__ to the bottom of the functions list.Georg Brandl2008-12-051-61/+61
* #3171: document that *slice are removed in 3k.Georg Brandl2008-12-051-0/+13
* #4478: document that copyfile() can raise Error.Georg Brandl2008-12-051-1/+2
* #4517: add "special method" glossary entry and clarify when __getattribute__ ...Georg Brandl2008-12-052-1/+7
* #4441 followup: Add link to open() docs for Windows.Georg Brandl2008-12-051-2/+2
* Use markup.Georg Brandl2008-12-051-2/+2
* Add an index entry for "subclassing immutable types".Georg Brandl2008-12-051-1/+2
* #4441: improve doc for os.open() flags.Georg Brandl2008-12-051-12/+10
* #4409: fix asterisks looking like footnotes.Georg Brandl2008-12-051-6/+6
* #4408: document regex.groups.Georg Brandl2008-12-051-0/+5
* rename the new check_call_output to check_output. its less ugly.Gregory P. Smith2008-12-051-3/+3
* Clarification to avoid confusing output with file descriptors.Georg Brandl2008-12-041-1/+1
* Adds a subprocess.check_call_output() function to return the output from aGregory P. Smith2008-12-041-0/+24
* Add another heapq example.Georg Brandl2008-12-041-0/+15
* Add reference to enumerate() to indices example.Georg Brandl2008-12-041-2/+5
* Issue #4384: Added logging integration with warnings module using captureWarn...Vinay Sajip2008-12-031-0/+15
* let people using SVN Sphinx still build the docsBenjamin Peterson2008-12-011-1/+5
* fix pyspecific extensions that were broken by Sphinx's grand renamingBenjamin Peterson2008-11-301-1/+1
* w# requires Py_ssize_tChristian Heimes2008-11-301-1/+1
* StringIO.close() stops you from using the buffer, tooBenjamin Peterson2008-11-301-1/+2
* Retain copyright of processing examples. This was requested by a Debian maint...Christian Heimes2008-11-287-0/+21
* mp docs - fix issues 4012,3518,4193Jesse Noller2008-11-282-21/+108
* fix typo in sqlite3 docsBenjamin Peterson2008-11-261-2/+2
* #4404: make clear what "path" is.Georg Brandl2008-11-241-4/+4
* Fix typo.Georg Brandl2008-11-241-1/+1
* replace reference to debugger-hooksBenjamin Peterson2008-11-241-2/+3
* Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.Gregory P. Smith2008-11-241-1/+6
* #4399: fix typo.Georg Brandl2008-11-231-1/+1
* #4392: fix parameter name.Georg Brandl2008-11-231-4/+4
* Fix error about "-*-" being mandatory in coding cookies.Georg Brandl2008-11-221-3/+3
* #4364: fix attribute name on ctypes object.Georg Brandl2008-11-221-2/+2
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-2/+4
* fix indentation and a sphinx warningBenjamin Peterson2008-11-201-5/+4
* move useful sys.settrace information to the function's documentation from the...Benjamin Peterson2008-11-202-65/+50
* Try to fix problems with verbatim.Georg Brandl2008-11-191-0/+2
* improve __hash__ docsBenjamin Peterson2008-11-171-17/+17
* a few fixes on the download pageBenjamin Peterson2008-11-171-2/+2
* Clarify the docs for the 'strict' argument to httplib.HTTPConnection.Brett Cannon2008-11-151-1/+2
* #4324: fix getlocale() argument.Georg Brandl2008-11-151-1/+1
* use correct nameBenjamin Peterson2008-11-111-1/+1