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
*
Fix field name conflicts for named tuples.
Raymond Hettinger
2009-05-27
1
-6/+6
*
#6112: list.remove raises ValueError, not RuntimeError.
Georg Brandl
2009-05-26
1
-1/+1
*
Allow multiple context managers in one with statement, as proposed
Georg Brandl
2009-05-25
1
-2/+18
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
2
-1/+15
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-21/+5
*
add a versionadded tag for set_tunnel
Gregory P. Smith
2009-05-24
1
-0/+2
*
Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-05-24
1
-0/+6
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
1
-3/+5
*
remove mention of old ctypes version
Benjamin Peterson
2009-05-23
1
-2/+1
*
#6086: fix spelling and use a better exception to catch.
Georg Brandl
2009-05-22
2
-6/+6
*
Correction in softspace behavior description.
Georg Brandl
2009-05-22
1
-3/+4
*
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
*
Use raise X(y).
Georg Brandl
2009-05-22
1
-3/+3
*
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
2
-13/+16
*
Note that ordered dictionaries work with reversed().
Raymond Hettinger
2009-05-19
1
-0/+3
*
chop off slash
Benjamin Peterson
2009-05-17
1
-1/+1
*
ignore .rst files in sphinx its self
Benjamin Peterson
2009-05-17
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
*
part of #4144: fix exception message in console session.
Georg Brandl
2009-05-17
1
-2/+2
*
Fix about and bugs pages to match real workflow.
Georg Brandl
2009-05-16
2
-3/+7
*
#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
*
#6034: clarify __reversed__ doc.
Georg Brandl
2009-05-16
1
-5/+5
*
Fix example output for doctest-like demos.
Georg Brandl
2009-05-15
1
-6/+6
*
importlib.import_module is better these days
Benjamin Peterson
2009-05-14
1
-6/+2
*
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
*
Issue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin
2009-05-08
1
-0/+5
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
2
-0/+51
*
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
*
Remove two dead links
Andrew M. Kuchling
2009-05-06
1
-2/+0
*
Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...
Eric Smith
2009-05-05
1
-4/+4
*
#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
*
#5925: fix highlighting of keyword table.
Georg Brandl
2009-05-04
1
-1/+3
*
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith
2009-05-04
1
-0/+6
[next]