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
*
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Martin Panter
2016-02-23
1
-6/+9
*
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
Martin Panter
2016-02-22
1
-1/+2
*
Fix errors in XML-RPC client example code
Martin Panter
2016-02-22
1
-3/+3
*
Added simple threading example to logging cookbook.
Vinay Sajip
2016-02-20
1
-0/+55
*
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
Martin Panter
2016-02-19
1
-6/+15
*
Closes #20169: fix inner links random doc.
Georg Brandl
2016-02-19
1
-5/+6
*
Issue #15608: Improve socketserver module documentation
Martin Panter
2016-02-19
1
-145/+195
*
fix typo (closes #26378)
Benjamin Peterson
2016-02-18
1
-1/+1
*
Closes #26320: fix stylesheet after Sphinx update.
Georg Brandl
2016-02-10
1
-4/+4
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
5
-23/+23
*
Issues #26310, #26311: Fix typos in the documentation
Martin Panter
2016-02-10
2
-3/+3
*
Clarify "cardinality of" as "number of elements in" as many readers do
Gregory P. Smith
2016-02-08
2
-2/+3
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-1/+2
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
5
-19/+21
*
Fix userinfo example presented in urllib2 howto.
Senthil Kumaran
2016-02-06
1
-1/+1
*
Python for .NET has moved to Github.
Zachary Ware
2016-02-04
1
-1/+1
*
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
1
-2/+4
*
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
1
-4/+54
*
Fix typo in test.rst
Berker Peksag
2016-01-25
1
-1/+1
*
doc: i18n HTML templates
Victor Stinner
2016-01-23
4
-92/+133
*
Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.
Gregory P. Smith
2016-01-22
1
-0/+31
*
Issue #18620: Improve Pool examples in multiprocessing documentation
Berker Peksag
2016-01-21
1
-7/+32
*
Issue #26106: doc: Move text of licenses to parsed literal block
Victor Stinner
2016-01-21
1
-177/+183
*
issue25982 - Add a class definition for managers.Namespace in the multiproces...
Senthil Kumaran
2016-01-20
1
-15/+16
*
Issue26017 - Suggest enclosing command args in double quotes when using chara...
Senthil Kumaran
2016-01-18
1
-2/+4
*
Issue26142 - Fix a formatting bug in c-api intro doc.
Senthil Kumaran
2016-01-18
1
-1/+1
*
Issue26035 - Correct the argument names used in the docs of the traceback mod...
Senthil Kumaran
2016-01-16
1
-48/+51
*
Issue #26127: Fix links in tokenize documentation
Martin Panter
2016-01-16
1
-5/+5
*
Issue26097 - Fix the TextTestRunner documentation, mention all the arguments ...
Senthil Kumaran
2016-01-15
1
-2/+3
*
#25574: backport glossary doc fix about hash and id of user-defined classes.
Ezio Melotti
2016-01-12
1
-2/+2
*
#19006: fix wording in unittest docs.
Ezio Melotti
2016-01-12
1
-2/+3
*
#25517: fix regex in the regex howto. Patch by Elena Oat.
Ezio Melotti
2016-01-11
1
-3/+4
*
#25991: fix readline example to limit history size. Patch by Daniel Dye.
Ezio Melotti
2016-01-11
1
-0/+3
*
delete old crypto prose (closes #26066)
Benjamin Peterson
2016-01-10
1
-10/+0
*
Issue23675 - A tiny clarification in the MRO glossary term.
Senthil Kumaran
2016-01-10
1
-1/+2
*
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
Senthil Kumaran
2016-01-08
1
-0/+8
*
fix typo in unittest docs (closes #26046)
Benjamin Peterson
2016-01-08
1
-1/+1
*
Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...
Berker Peksag
2016-01-07
1
-2/+4
*
Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.
Senthil Kumaran
2016-01-06
1
-1/+1
*
Backport documentation improvement.
Senthil Kumaran
2016-01-04
1
-4/+3
*
Backport doc improvements for Issue21221 - Explain the usage of tm_isdst
Senthil Kumaran
2016-01-03
1
-3/+6
*
Fix grammar.
Zachary Ware
2016-01-01
1
-1/+1
*
remove some copyright notices supserseded by the toplevel ones
Benjamin Peterson
2016-01-01
1
-24/+0
*
2016 will be another year of writing copyrighted code
Benjamin Peterson
2016-01-01
2
-2/+2
*
Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169
Martin Panter
2015-12-14
1
-3/+3
*
Issue #20837: Base-64 alphabet clarification from revision 1853679c6f71
Martin Panter
2015-12-14
1
-1/+2
*
#25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray
2015-12-13
1
-3/+5
*
Clarify that only *documentation* bugs should go to docs@python.org
Zachary Ware
2015-12-09
1
-1/+2
*
Issue #25508: Clarify documentation on LogRecord args attribute.
Vinay Sajip
2015-11-24
1
-1/+3
*
Issue #23200: Document that max_length=0 is not supported
Martin Panter
2015-11-18
1
-1/+1
[next]