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 #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
*
|
Issue #27180: Merge from 3.5
Berker Peksag
2016-07-14
1
-2/+3
|
\
\
|
|
/
|
*
Issue #27180: Clarify Path.rename() behavior on Unix systems
Berker Peksag
2016-07-14
1
-2/+3
*
|
Issue #27455: Merge from 3.5
Berker Peksag
2016-07-14
1
-13/+13
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka
2016-07-12
2
-6/+22
*
|
Issue #27285: Cleanup "suspicious" warnings.
Ned Deily
2016-07-11
3
-6/+6
*
|
Issue #23804: Merge spelling and NEWS fixes from 3.5
Martin Panter
2016-07-11
4
-4/+4
|
\
\
|
|
/
|
*
English spelling and grammar fixes
Martin Panter
2016-07-11
4
-4/+4
*
|
Merge: #26176: fix usage of Address constructor in email examples.
R David Murray
2016-07-10
2
-4/+4
|
\
\
|
|
/
|
*
#26176: fix usage of Address constructor in email examples.
R David Murray
2016-07-10
2
-4/+4
*
|
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
2
-13/+13
*
|
Issue #27285: Document the deprecation of the pyvenv script.
Brett Cannon
2016-07-08
7
-186/+220
*
|
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Serhiy Storchaka
2016-07-06
2
-0/+9
*
|
Merge from 3.5
Berker Peksag
2016-07-05
1
-0/+1
|
\
\
|
|
/
|
*
Add versionadded to PyDict_SetDefault documentation
Berker Peksag
2016-07-05
1
-0/+1
*
|
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka
2016-07-03
2
-0/+15
*
|
Issue #27431: Merge from 3.5
Berker Peksag
2016-07-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27431: Update default protocol version in shelve.Shelf() documentation
Berker Peksag
2016-07-01
1
-1/+1
*
|
Issue #27430: Merge from 3.5
Berker Peksag
2016-07-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
1
-1/+1
*
|
Fix typo in whatsnew/3.6.rst
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 #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-22/+26
*
|
Merge 3.5 (copy doc)
Victor Stinner
2016-06-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27416: clarify copy doc
Victor Stinner
2016-06-30
1
-1/+1
*
|
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter
2016-06-29
3
-2/+20
*
|
Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6)
Guido van Rossum
2016-06-28
1
-2/+2
|
\
\
|
|
/
|
*
Fix issue #27402: example for typing did not type-check.
Guido van Rossum
2016-06-28
1
-2/+2
*
|
Issue #27393: Merge from 3.5
Berker Peksag
2016-06-27
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27393: Fix escaping of C:\ too
Berker Peksag
2016-06-27
1
-2/+2
*
|
Issue #27393: Merge from 3.5
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
[next]