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 #24278: Merge argument parsing docs from 3.5
Martin Panter
2016-08-04
1
-14/+19
|
\
|
*
Issue #24278: Explain how argument parsing output buffers are managed
Martin Panter
2016-08-03
1
-14/+19
*
|
Issue #23710: Merge from 3.5
Berker Peksag
2016-08-03
1
-5/+9
|
\
\
|
|
/
|
*
Issue #23710: Update PyObject_HEAD documentation
Berker Peksag
2016-08-03
1
-5/+9
*
|
Issue #26576: Merge from 3.5
Berker Peksag
2016-08-03
1
-4/+5
|
\
\
|
|
/
|
*
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...
Berker Peksag
2016-08-03
1
-4/+5
*
|
Closes #27661: Added tzinfo keyword argument to datetime.combine.
Alexander Belopolsky
2016-08-02
1
-5/+12
*
|
[merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
2
-0/+20
|
\
\
|
|
/
|
*
[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
*
|
|
|
Issue 27366: PEP 487 docs updates
Nick Coghlan
2016-07-31
2
-0/+16
*
|
|
|
Issue #27366: Tweak PEP 487 documentation
Berker Peksag
2016-07-30
1
-0/+5
*
|
|
|
Issue #27366: Implement PEP 487
Nick Coghlan
2016-07-30
2
-1/+62
*
|
|
|
Merge from 3.5
Berker Peksag
2016-07-30
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Silence another "default role used" warning in typing.rst
Berker Peksag
2016-07-30
1
-1/+1
*
|
|
|
Fix "default role used" warning in shlex.rst
Berker Peksag
2016-07-30
1
-1/+1
*
|
|
|
Fix whitespace.
Guido van Rossum
2016-07-29
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 (mer...
Guido van Rossum
2016-07-29
1
-1/+96
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Expand documentation about type aliases and NewType in the typing module.
Guido van Rossum
2016-07-29
1
-1/+96
*
|
|
|
Closes #1521950: Made shlex parsing more shell-like.
Vinay Sajip
2016-07-29
1
-11/+100
*
|
|
|
Issue #26462: Merge code block fixes from 3.5
Martin Panter
2016-07-29
47
-128/+329
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
47
-128/+329
*
|
|
|
Merge with 3.5
Zachary Ware
2016-07-29
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Correct typo in Windows docs.
Zachary Ware
2016-07-29
1
-1/+1
*
|
|
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
6
-6/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
6
-6/+6
*
|
|
|
Issue #27633: Merge from 3.5
Berker Peksag
2016-07-27
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27633: Fix usage of versionchanged directive in email.parser.rst
Berker Peksag
2016-07-27
1
-1/+1
*
|
|
|
Issue #26638: Merge CLI link fix from 3.5
Martin Panter
2016-07-26
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: Merge from 3.5
Berker Peksag
2016-07-25
1
-11/+11
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27601: Improve example in the "Hashing of numeric types" section
Berker Peksag
2016-07-25
1
-11/+11
*
|
|
|
Issue #27130: Merge zlib 64-bit fixes from 3.5
Martin Panter
2016-07-23
1
-6/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-6/+6
*
|
|
|
Closes #27493: accepted Path objects in file handlers for logging.
Vinay Sajip
2016-07-22
1
-0/+13
*
|
|
|
Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.
Vinay Sajip
2016-07-22
1
-2/+8
*
|
|
|
Closes #25393: Merge with 3.5
Zachary Ware
2016-07-19
1
-3/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-3/+3
*
|
|
|
Issue #27567: Expose the POLLRDHUP constant in the select module
Berker Peksag
2016-07-19
1
-0/+3
*
|
|
|
add EPOLLEXCLUSIVE
Benjamin Peterson
2016-07-19
1
-32/+37
*
|
|
|
expose EPOLLRDHUP (closes #27567)
Benjamin Peterson
2016-07-19
1
-0/+3
*
|
|
|
Issue #27528: Merge warning doc and test from 3.5
Martin Panter
2016-07-19
1
-3/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-3/+4
*
|
|
|
Issue #27531: Merge from 3.5
Berker Peksag
2016-07-17
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27531: Update signature of Mock.assert_not_called method
Berker Peksag
2016-07-17
1
-1/+1
*
|
|
|
Issue #27285: Cleanup leftover susp-ignored entry after text was changed
Martin Panter
2016-07-16
1
-1/+0
*
|
|
|
Merge for #26696
Brett Cannon
2016-07-15
1
-1/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #26696: Document collections.abc.ByteString.
Brett Cannon
2016-07-15
1
-1/+4
[next]