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
*
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
2
-0/+20
|
\
|
*
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
2
-0/+18
|
|
\
|
|
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
2
-0/+18
*
|
|
Silence another "default role used" warning in typing.rst
Berker Peksag
2016-07-30
1
-1/+1
*
|
|
Fix whitespace.
Guido van Rossum
2016-07-29
1
-1/+1
*
|
|
Expand documentation about type aliases and NewType in the typing module.
Guido van Rossum
2016-07-29
1
-1/+96
*
|
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
47
-128/+329
*
|
|
Correct typo in Windows docs.
Zachary Ware
2016-07-29
1
-1/+1
*
|
|
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
6
-6/+6
*
|
|
Issue #27633: Fix usage of versionchanged directive in email.parser.rst
Berker Peksag
2016-07-27
1
-1/+1
*
|
|
Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
Martin Panter
2016-07-26
1
-1/+1
*
|
|
Issue #27601: Improve example in the "Hashing of numeric types" section
Berker Peksag
2016-07-25
1
-11/+11
*
|
|
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-6/+6
*
|
|
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-3/+3
*
|
|
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-3/+4
*
|
|
Issue #27531: Update signature of Mock.assert_not_called method
Berker Peksag
2016-07-17
1
-1/+1
*
|
|
Issue #26696: Document collections.abc.ByteString.
Brett Cannon
2016-07-15
1
-1/+4
*
|
|
Issue #27180: Clarify Path.rename() behavior on Unix systems
Berker Peksag
2016-07-14
1
-2/+3
*
|
|
Issue #27455: Improve examples in tkinter documentation
Berker Peksag
2016-07-14
1
-13/+13
*
|
|
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka
2016-07-12
2
-6/+22
*
|
|
English spelling and grammar fixes
Martin Panter
2016-07-11
4
-4/+4
*
|
|
#26176: fix usage of Address constructor in email examples.
R David Murray
2016-07-10
2
-4/+4
*
|
|
Add versionadded to PyDict_SetDefault documentation
Berker Peksag
2016-07-05
1
-0/+1
*
|
|
Issue #27431: Update default protocol version in shelve.Shelf() documentation
Berker Peksag
2016-07-01
1
-1/+1
*
|
|
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
1
-1/+1
*
|
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-22/+26
*
|
|
Issue #27416: clarify copy doc
Victor Stinner
2016-06-30
1
-1/+1
*
|
|
Fix issue #27402: example for typing did not type-check.
Guido van Rossum
2016-06-28
1
-2/+2
*
|
|
Issue #27393: Fix escaping of C:\ too
Berker Peksag
2016-06-27
1
-2/+2
*
|
|
Issue #27393: Fix escaping of venv activate commands on Windows
Berker Peksag
2016-06-27
1
-2/+2
*
|
|
Remove a stale reference to pathlib.PurePath.path
Brett Cannon
2016-06-24
1
-3/+2
*
|
|
Issue #27381: Remove superfluous paren in zipfile documentation
Berker Peksag
2016-06-24
1
-1/+1
*
|
|
Issue #26547: Remove outdated term dictproxy from vars() documentation
Berker Peksag
2016-06-24
1
-1/+1
*
|
|
Issue #27378: Remove an outdated reference from regex HOWTO
Berker Peksag
2016-06-24
1
-3/+1
*
|
|
Issue #27304: Source code links for sub-packages in the same file.
Terry Jan Reedy
2016-06-23
3
-1/+31
*
|
|
alter header; '%' really throws latex through a loop
Benjamin Peterson
2016-06-22
1
-2/+2
*
|
|
Fix spelling errors in code comments
Martin Panter
2016-06-20
1
-1/+1
*
|
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-2/+2
*
|
|
issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.
Senthil Kumaran
2016-06-18
1
-1/+5
*
|
|
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
14
-64/+69
*
|
|
Issue #27327: fix doc typo, noted by Jakub Wilk.
Ned Deily
2016-06-15
1
-1/+1
*
|
|
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.
Berker Peksag
2016-06-15
1
-1/+1
*
|
|
merge with 3.4
Georg Brandl
2016-06-15
1
-1/+8
|
\
\
\
|
|
/
/
|
*
|
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1/+7
*
|
|
Issue #27311: Fix ZipFile.writestr data argument name.
Martin Panter
2016-06-15
1
-2/+2
*
|
|
Delete outdated paragraph about OptimizedUnicode again
Berker Peksag
2016-06-14
1
-4/+0
*
|
|
Issue #16182: set_pre_input_hook() may not exist; document, and update test
Martin Panter
2016-06-14
1
-2/+5
*
|
|
Issue #27306: Fix typo in tarfile documentation
Berker Peksag
2016-06-13
1
-7/+7
*
|
|
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
*
|
|
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
1
-18/+19
[next]