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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 3.5 (os.urandom)
Victor Stinner
2016-04-12
1
-0/+4
|
\
|
*
Fix os.urandom() on Solaris 11.3
Victor Stinner
2016-04-12
1
-0/+4
*
|
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
Martin Panter
2016-04-11
1
-0/+3
*
|
Issue #26685: Raise OSError if closing a socket fails
Martin Panter
2016-04-11
1
-0/+2
*
|
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-0/+3
*
|
Issue #16329: Add .webm to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+2
|
\
\
|
|
/
|
*
Issue #16329: Add .webm to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+2
*
|
Issue #13952: Add .csv to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+2
|
\
\
|
|
/
|
*
Issue #13952: Add .csv to mimetypes.types_map
Berker Peksag
2016-04-09
1
-0/+2
*
|
Issue #26587: Allow .pth files to specify file paths as well as
Brett Cannon
2016-04-08
2
-0/+4
*
|
Issue #25609: Introduce contextlib.AbstractContextManager and
Brett Cannon
2016-04-08
1
-0/+3
*
|
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
1
-0/+2
|
\
\
|
|
/
|
*
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
1
-0/+2
*
|
Issue #6953: Merge readline doc from 3.5
Martin Panter
2016-04-05
1
-0/+4
|
\
\
|
|
/
|
*
Issue #6953: Rearrange and expand Readline module documentation
Martin Panter
2016-04-05
1
-0/+4
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-3/+3
|
\
\
|
|
/
|
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-3/+3
*
|
Issue #23735: Merge Readline resize handling from 3.5
Martin Panter
2016-04-03
2
-0/+4
|
\
\
|
|
/
|
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
2
-0/+4
*
|
Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv Palivoda
Martin Panter
2016-04-03
1
-0/+3
*
|
Issue #26586: Merge excessive HTTP header handling from 3.5
Martin Panter
2016-04-03
1
-0/+4
|
\
\
|
|
/
|
*
Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang
Martin Panter
2016-04-03
1
-0/+4
*
|
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
Martin Panter
2016-04-01
1
-0/+2
*
|
Issue #22854: Merge UnsupportedOperation fixes from 3.5
Martin Panter
2016-03-31
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Martin Panter
2016-03-31
1
-0/+3
*
|
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Serhiy Storchaka
2016-03-30
1
-0/+4
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+5
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+5
*
|
Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't
Victor Stinner
2016-03-30
1
-0/+3
*
|
doctest now supports packages
Victor Stinner
2016-03-29
1
-0/+4
*
|
Issue #23804: Merge SSL zero read fix from 3.5
Martin Panter
2016-03-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
Martin Panter
2016-03-28
1
-0/+3
*
|
Issue #25195: Fix a regression in mock.MagicMock
Berker Peksag
2016-03-27
1
-0/+4
|
\
\
|
|
/
|
*
Issue #25195: Fix a regression in mock.MagicMock
Berker Peksag
2016-03-27
1
-0/+4
*
|
Issue #26644: Merge SSL negative read fix from 3.5
Martin Panter
2016-03-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
Martin Panter
2016-03-27
1
-0/+3
*
|
Issue #25940: Use internal local server more in test_ssl
Martin Panter
2016-03-27
1
-1/+1
*
|
merge
Alexander Belopolsky
2016-03-25
1
-0/+2
|
\
\
|
|
/
|
*
Issue#26616:Fixed a bug in datetime.astimezone() method.
Alexander Belopolsky
2016-03-25
1
-0/+2
*
|
Fix a few typos
Zachary Ware
2016-03-25
1
-3/+3
*
|
Fix bug in __import__ during Python shutdown
Victor Stinner
2016-03-24
1
-0/+5
*
|
Merge 3.5
Victor Stinner
2016-03-24
1
-0/+5
|
\
\
|
|
/
|
*
warnings.formatwarning(): catch exceptions
Victor Stinner
2016-03-24
1
-0/+4
*
|
faulthandler: add Windows exception handler
Victor Stinner
2016-03-23
1
-0/+4
*
|
Add C functions _PyTraceMalloc_Track()
Victor Stinner
2016-03-22
1
-0/+5
*
|
tracemalloc now supports domains
Victor Stinner
2016-03-22
1
-0/+3
*
|
Issue #24266: Merge readline Ctrl+C handling from 3.5
Martin Panter
2016-03-22
1
-0/+3
|
\
\
|
|
/
|
*
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter
2016-03-22
1
-0/+3
*
|
merge 3.5 (#17167)
Benjamin Peterson
2016-03-22
1
-1/+1
|
\
\
|
|
/
[next]