summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* update linkBenjamin Peterson2008-11-091-1/+1
* clarify what was addedBenjamin Peterson2008-11-081-1/+1
* move context clue to versionchanged tagBenjamin Peterson2008-11-081-8/+11
* a few compile() and ast doc improvementsBenjamin Peterson2008-11-082-15/+15
* Fix warning.Georg Brandl2008-11-081-1/+1
* Update "Documenting" a bit. Concentrate on Python-specifics.Georg Brandl2008-11-084-108/+7
* Don't use "HOWTO" as the title for all howto .tex files.Georg Brandl2008-11-081-1/+1
* Fix syntax.Georg Brandl2008-11-071-2/+1
* Fix grammar error; reword two paragraphsAndrew M. Kuchling2008-11-061-9/+11
* #4247: add "pass" examples to tutorial.Georg Brandl2008-11-061-0/+33
* #4245: move Thread section to the top.Georg Brandl2008-11-061-160/+160
* #4267: small fixes in sqlite3 docs.Georg Brandl2008-11-061-8/+7
* #4268: Use correct module for two toplevel functions.Georg Brandl2008-11-061-0/+1
* #4167: fix markup glitches.Georg Brandl2008-11-041-4/+4
* clarify by splitting into multiple paragraphsBenjamin Peterson2008-11-031-5/+9
* rephrase has_key docBenjamin Peterson2008-10-312-1/+3
* finish backporting binary literals and new octal literals docsBenjamin Peterson2008-10-302-9/+12
* backport bin() documentationBenjamin Peterson2008-10-302-1/+11
* mention the version gettempdir() was addedBenjamin Peterson2008-10-291-0/+2
* only nonempty __slots__ don't workBenjamin Peterson2008-10-231-2/+2
* Use the correct names of the stateless codec functions (Fixes issue 4178).Walter Dörwald2008-10-231-3/+3
* and another typo...Benjamin Peterson2008-10-221-2/+1
* fix a few typosBenjamin Peterson2008-10-221-7/+7
* mention -nBenjamin Peterson2008-10-191-2/+2
* Fix duplicate word.Georg Brandl2008-10-171-1/+1
* clarify CALL_FUNCTION #4141Benjamin Peterson2008-10-172-1/+3
* #4083: add "as" to except handler grammar as per PEP 3110.Georg Brandl2008-10-161-1/+1
* part of #4012: kill off old name "processing".Georg Brandl2008-10-161-5/+5
* #4131: FF3 doesn't write cookies.txt files.Georg Brandl2008-10-161-0/+5
* Add more TOC to the whatsnew index page.Georg Brandl2008-10-161-1/+1
* Fix wording (2.6.1 backport candidate)Andrew M. Kuchling2008-10-161-2/+3
* document that deque indexing is O(n) #4123Benjamin Peterson2008-10-161-1/+3
* add a much requested newlineBenjamin Peterson2008-10-151-1/+2
* document how to disable fixersBenjamin Peterson2008-10-131-6/+10
* PyGILState_Acquire -> PyGILState_EnsureBenjamin Peterson2008-10-101-3/+3
* talk about how you can unzip with zipBenjamin Peterson2008-10-101-0/+12