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