summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Tighten up 'byte string' wording in base64 docs.R. David Murray2010-10-171-20/+22
* #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-171-1/+7
* Note the resolution of issue 9778.Skip Montanaro2010-10-171-0/+6
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-172-6/+11
* Syntax fixes for examples in the Doc/includesSenthil Kumaran2010-10-172-4/+4
* #9730: fix example.Georg Brandl2010-10-171-2/+2
* Fix documentation of dis.opmap direction.Georg Brandl2010-10-171-1/+1
* Make twisted example a bit more logical.Georg Brandl2010-10-171-5/+5
* Port changes to pickle docs apparently lost in py3k.Georg Brandl2010-10-171-79/+85
* #9237: document sys.call_tracing().Georg Brandl2010-10-171-0/+7
* #5121: fix claims about default values leading to segfaults.Georg Brandl2010-10-171-10/+10
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-1710-29/+15
* Fix capitalization.Georg Brandl2010-10-171-2/+2
* #5962: clarify sys.exit() vs. threads.Georg Brandl2010-10-172-16/+22
* #9138: reword introduction to classes in Python.Georg Brandl2010-10-171-16/+16
* #9117: fix syntax for class definition.Georg Brandl2010-10-171-3/+6
* Some markup and style fixes in argparse docs.Georg Brandl2010-10-171-21/+29
* #9112: document error() and exit() methods of ArgumentParser.Georg Brandl2010-10-171-1/+14
* #9105: move pickle warning to a bit more prominent location.Georg Brandl2010-10-171-6/+6
* Remove second parser module example; it referred to non-readily-available exa...Georg Brandl2010-10-171-333/+2
* Make file names consistent.Georg Brandl2010-10-171-1/+1
* #9086: correct wrong terminology about linking with pythonXY.dll.Georg Brandl2010-10-171-11/+11
* #5212: md5 weaknesses do not affect hmac, so remove the note about that.Georg Brandl2010-10-171-5/+0
* Fix copy-paste error in example.Georg Brandl2010-10-171-2/+2
* #459007: merge info from PC/getpathp.c and using/windows.rst to document the ...Georg Brandl2010-10-171-17/+42
* #8968: add actual name of token constants.Georg Brandl2010-10-171-2/+61
* Fix hmac docs: it takes and returns bytes, except for hexdigest().Georg Brandl2010-10-171-16/+18
* #8855: add shelve security warning.Georg Brandl2010-10-171-0/+5
* #8811: small fixes to sqlite3 docs.Georg Brandl2010-10-171-16/+14
* #8686: remove potentially confusing wording that does not add any value.Georg Brandl2010-10-171-5/+0
* #8556: use less confusing mapping key in example.Georg Brandl2010-10-171-3/+2
* #10058: tweak wording about exception returns.Georg Brandl2010-10-171-9/+10
* Note that maxtasksperchild is new in 3.2.Georg Brandl2010-10-171-11/+12
* #10124: typo fix.Georg Brandl2010-10-161-1/+1
* #10122: typo fix.Georg Brandl2010-10-161-1/+1
* abiflags: alphabetize and versionaddedBarry Warsaw2010-10-161-5/+7
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-0/+5
* #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.Georg Brandl2010-10-151-17/+27
* #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...Georg Brandl2010-10-151-3/+8
* #7790: move table of struct_time members to the actual description of struct_...Georg Brandl2010-10-151-44/+50
* #4968: updates to inspect.is* function docs.Georg Brandl2010-10-151-7/+10
* #6798: fix wrong docs for the arguments to several trace events.Georg Brandl2010-10-152-8/+10
* #7303: add documentation for useful pkgutil functions and classes.Georg Brandl2010-10-151-28/+154
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* #9801: document how list and dict proxies created by Managers behave w.r.t. m...Georg Brandl2010-10-151-0/+18
* #9683: remove broken dead code dealing with nested arguments removed from Py3...Georg Brandl2010-10-151-5/+5
* #7771: reference to documentation of dictview methods and operations.Georg Brandl2010-10-151-28/+7
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-154-8/+27
* Refrain from using inline suites.Georg Brandl2010-10-151-2/+4
* Fix a minor docs bug.Senthil Kumaran2010-10-151-2/+2