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
*
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
*
|
#19890: fix typo in multiprocessing docs. Patch by Mike Short.
Ezio Melotti
2014-02-15
1
-1/+1
*
|
merge with 3.3.4 releasing repo
Georg Brandl
2014-02-10
1
-0/+1
|
\
\
|
*
|
doc: pydoc topic and suspicious markup update
Georg Brandl
2014-01-25
1
-0/+1
*
|
|
Include the mention of ResourceWarning being displayed by default by the test...
Senthil Kumaran
2014-02-08
1
-7/+8
*
|
|
Fix empty strings to empty bytes objects.
Serhiy Storchaka
2014-02-06
5
-10/+11
*
|
|
Issue #20488: Update docs to say importlib is *the* implementaiton of
Brett Cannon
2014-02-06
1
-6/+8
*
|
|
#14515: clarify that TemporaryDirectory's __enter__ returns the name.
R David Murray
2014-02-05
1
-4/+6
*
|
|
Issue #20509: Added cross-reference in documentation.
Vinay Sajip
2014-02-04
1
-2/+3
*
|
|
Use different word
Andrew Kuchling
2014-02-03
1
-2/+1
*
|
|
Added cookbook entry on logging filter configuration using dictConfig().
Vinay Sajip
2014-02-03
1
-0/+87
*
|
|
Issue #20423: fix documentation of io.StringIO's newline parameter
Antoine Pitrou
2014-02-02
1
-2/+3
*
|
|
Issue #20460: Render 'bytes' as a class, not a function.
Zachary Ware
2014-01-31
1
-1/+1
*
|
|
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
Zachary Ware
2014-01-31
1
-0/+1
*
|
|
inspect.docs: Document constructors for Signature & Parameter #20442
Yury Selivanov
2014-01-30
1
-2/+11
[next]