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
*
Issue20467: clarify __init__'s role
Ethan Furman
2015-01-15
1
-7/+11
*
merge 3.2
Benjamin Peterson
2015-01-01
2
-2/+2
|
\
|
*
update for copyright for 2015
Benjamin Peterson
2015-01-01
2
-2/+2
|
*
Copyright year update, add version to licenses.
v3.2.6rc1
Georg Brandl
2014-10-04
2
-2/+6
|
*
Issue #18747: document issue with OpenSSL's CPRNG state and fork
Christian Heimes
2013-10-29
2
-0/+12
|
*
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2014-09-30
1
-1/+1
*
|
make plural s lowercase
Benjamin Peterson
2014-10-19
1
-1/+1
*
|
note xmlrpclib doesn't verify certs (yet)
Benjamin Peterson
2014-10-13
1
-0/+5
*
|
Issue #13540: Merge changes from 3.2
Jason R. Coombs
2014-08-03
1
-19/+53
|
\
\
|
|
/
|
*
Issue #13540: Update references to Action class to match syntax used for othe...
Jason R. Coombs
2014-08-03
1
-2/+2
|
*
Issue #13540: Removed redundant documentation about Action instance attribute...
Jason R. Coombs
2014-07-20
1
-49/+26
|
*
Issue #13540: Expanded argparse documents to clarify the action API
Jason R. Coombs
2011-12-14
1
-19/+76
|
*
fix versionchanged version
Benjamin Peterson
2014-04-04
1
-2/+2
*
|
Closes #20872: dbm/gdbm/ndbm close methods are not documented
Jesus Cea
2014-06-25
1
-2/+16
*
|
Closes #21441: Reorder elements in documentation to match actual order in the...
Jesus Cea
2014-06-25
1
-10/+10
*
|
Update docs to reflect resurrection of Setuptools over Distribute
Jason R. Coombs
2014-05-13
1
-2/+2
*
|
Document the subprocess Popen.args attribute (issue21353)
Gregory P. Smith
2014-04-29
1
-0/+6
*
|
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
|
merge 3.2 (#21082)
Benjamin Peterson
2014-04-01
1
-5/+9
|
\
\
|
|
/
|
*
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson
2014-04-01
1
-5/+9
*
|
Update doc version switcher for 3.4/3.5.
Georg Brandl
2014-03-17
1
-1/+2
*
|
improve set_tunnel docs (closes #11448)
Benjamin Peterson
2014-03-16
1
-4/+18
*
|
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou
2014-03-16
1
-3/+13
*
|
send people to the right editors page (#20938)
Benjamin Peterson
2014-03-15
1
-1/+2
*
|
Clarify distutils’ clean command (ref #6142)
Éric Araujo
2014-03-13
2
-1/+7
*
|
Make distutils error messages more helpful (#11599).
Éric Araujo
2014-03-13
2
-4/+8
*
|
remove unnecessary word (closes #19060)
Benjamin Peterson
2014-03-13
1
-1/+1
*
|
Fix note markup (#16805).
Éric Araujo
2014-03-12
13
-6/+28
*
|
Avoid “error: None” messages from distutils (#4931).
Éric Araujo
2014-03-12
1
-9/+0
*
|
#20030: doc that TestLoader.discover returns a TestSuite.
R David Murray
2014-03-11
1
-5/+5
*
|
improve algorithms_* documentation
Benjamin Peterson
2014-03-11
1
-6/+6
*
|
fix typo (closes #20892)
Benjamin Peterson
2014-03-11
1
-1/+1
*
|
Closes #20090: update Doc/README and the error message in sphinx-build.py to ...
Georg Brandl
2014-03-10
2
-32/+14
*
|
#19953: Clarify the wording of the augmented assignment discussion.
R David Murray
2014-03-09
2
-5/+8
*
|
#10197: Update get[status]output versionchanged with actual version.
R David Murray
2014-03-08
1
-4/+8
*
|
Issue #20813: Backport Python 2/3 HOWTO updates
Brett Cannon
2014-03-07
1
-380/+259
*
|
Fix several C-API doc typos caught by tomo cocoa on docs@.
Zachary Ware
2014-02-26
3
-9/+8
*
|
Issue #20759: Fix some typos in the mock docs.
Zachary Ware
2014-02-26
2
-3/+3
*
|
#20628: wrap lines to < 80.
R David Murray
2014-02-24
1
-34/+37
*
|
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
R David Murray
2014-02-24
1
-2/+6
*
|
#20740: desquarify 2.
Ezio Melotti
2014-02-24
1
-4/+4
*
|
Closes #20755: port sphinx-1.1 fixes from default
Georg Brandl
2014-02-24
1
-11/+11
*
|
Closes #20735: remove erroneous deprecated marker from stringprep docs
Georg Brandl
2014-02-24
1
-1/+0
*
|
do not line break reference
Benjamin Peterson
2014-02-16
1
-7/+7
*
|
#12211: remove paragraph about NaNs
Andrew Kuchling
2014-02-16
1
-3/+0
*
|
#12211: clarify math.copysign() documentation and docstring
Andrew Kuchling
2014-02-16
1
-2/+5
*
|
#20241: use correct RFC number
Andrew Kuchling
2014-02-15
1
-1/+1
*
|
#16728: Mention collections.abc.Sequence in 'sequence' glossary entry
Andrew Kuchling
2014-02-15
1
-0/+8
*
|
Clarify versionchanged sentence. Closes #20497.
Andrew Kuchling
2014-02-15
1
-2/+1
*
|
#20237: make a revision pass over the XML vulnerabilities section
Andrew Kuchling
2014-02-15
1
-38/+35
[next]