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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/use/call/
Georg Brandl
2009-05-22
1
-1/+1
*
Fix confusing wording.
Georg Brandl
2009-05-22
1
-1/+1
*
Fix references to file-related functions and methods (os.* vs file.*).
Georg Brandl
2009-05-22
1
-15/+15
*
#6084: fix example.
Georg Brandl
2009-05-22
1
-1/+1
*
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
Philip Jenvey
2009-05-22
1
-0/+10
*
Fix-up moving average example.
Raymond Hettinger
2009-05-22
1
-5/+3
*
#6051: refer to email examples for better way to construct email messages.
Georg Brandl
2009-05-20
2
-0/+7
*
#6055: refer to "sqlite3" consistently.
Georg Brandl
2009-05-20
1
-10/+12
*
Note that ordered dictionaries work with reversed().
Raymond Hettinger
2009-05-19
1
-0/+3
*
#5935: mention that BROWSER is looked for in PATH.
Georg Brandl
2009-05-17
1
-1/+6
*
#5942: Copy over flag table from dbm.rst which is clearer.
Georg Brandl
2009-05-17
1
-11/+25
*
#6017: better document behavior of dictiterators when the dict is changed.
Georg Brandl
2009-05-17
1
-3/+4
*
#2856: document 2.x os.listdir() behavior for undecodable filenames.
Georg Brandl
2009-05-16
1
-1/+2
*
#6009: undocument default argument of Option as deprecated.
Georg Brandl
2009-05-16
1
-2/+2
*
#6025: fix signature of parse().
Georg Brandl
2009-05-16
1
-1/+1
*
Fix example output for doctest-like demos.
Georg Brandl
2009-05-15
1
-6/+6
*
Make it clear up front that shelve only records changes
R. David Murray
2009-05-12
1
-7/+11
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-3/+33
*
sys.setdefaultencoding() strikes me as a bad example
Benjamin Peterson
2009-05-10
1
-3/+3
*
Fix name.
Georg Brandl
2009-05-08
1
-2/+1
*
Fixed wording for formatting integers: precision is not allowed.
Eric Smith
2009-05-07
1
-1/+1
*
Revert inappropriate doc change.
R. David Murray
2009-05-07
1
-3/+0
*
Document how to pass a 'decode' argument to get_payload when
R. David Murray
2009-05-07
1
-0/+3
*
#5142: add module skipping feature to pdb.
Georg Brandl
2009-05-05
1
-4/+49
*
#5916, 5917: small socket doc improvements.
Georg Brandl
2009-05-04
1
-2/+7
*
#5927, 5928: typos.
Georg Brandl
2009-05-04
1
-2/+2
*
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith
2009-05-04
1
-0/+6
*
(no commit message)
Michael Foord
2009-05-02
1
-0/+14
*
add myself
Benjamin Peterson
2009-05-02
1
-0/+1
*
Add addCleanup and doCleanups to unittest.TestCase.
Michael Foord
2009-05-02
1
-0/+30
*
Adds an exit parameter to unittest.main(). If False main no longer
Michael Foord
2009-05-02
1
-2/+16
*
Fix directive name.
Georg Brandl
2009-05-01
1
-21/+21
*
Review ipaddr docs and add them in the TOC under "Internet protocols".
Georg Brandl
2009-05-01
2
-77/+80
*
Adds the ipaddr module to the standard library. Issue #3959.
Gregory P. Smith
2009-05-01
1
-0/+327
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
1
-1/+7
*
Make the turtle.rst doctests pass. I have a feeling there should be
R. David Murray
2009-04-30
1
-350/+683
*
Make the doctests in the docs pass, except for those in the turtle module.
Georg Brandl
2009-04-28
3
-6/+6
*
Remove spurious 'u'.
R. David Murray
2009-04-28
1
-1/+2
*
Various small fixups to the multiprocessing docs, mostly fixing and
R. David Murray
2009-04-28
1
-44/+64
*
Add example to the seealso section.
Raymond Hettinger
2009-04-27
1
-2/+9
*
Make sys.xxx variable references into links, note that print_last only
R. David Murray
2009-04-27
1
-28/+22
*
#5848: small unittest doc patch.
Georg Brandl
2009-04-27
1
-3/+20
*
Demote warnings to notices, part 2: stuff that is 2.x-only.
Georg Brandl
2009-04-27
20
-65/+49
*
Demote warnings to notices where appropriate, following the goal that as few ...
Georg Brandl
2009-04-27
16
-32/+31
*
#5856: fix typo s in traceback example.
Georg Brandl
2009-04-27
1
-5/+4
*
#5841: add deprecation py3k warning and notice in the docs for commands module.
Georg Brandl
2009-04-25
1
-0/+6
*
#5821: add some capabilities of TarFile's file-like object.
Georg Brandl
2009-04-25
1
-2/+3
*
#5834: use "failure" instead of "error" because the two have different meanin...
Georg Brandl
2009-04-25
1
-1/+1
*
#5813: add a reference to the "future statements" section.
Georg Brandl
2009-04-23
1
-0/+4
*
Fix rewrapping accident.
Georg Brandl
2009-04-23
1
-3/+3
[next]