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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...
Steve Dower
2016-03-17
1
-1/+2
|
\
|
*
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...
Steve Dower
2016-03-17
1
-1/+2
*
|
Issue #26583: merge from 3.5
Ned Deily
2016-03-17
1
-0/+1
|
\
\
|
|
/
|
*
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
Ned Deily
2016-03-17
1
-0/+1
*
|
Merge 3.5 into default
Donald Stufft
2016-03-17
3
-2/+2
|
\
\
|
|
/
|
*
Merge 3.4 into 3.5
Donald Stufft
2016-03-17
3
-2/+2
|
|
\
|
|
*
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
Donald Stufft
2016-03-17
3
-2/+2
*
|
|
Merge 3.5
Victor Stinner
2016-03-17
1
-3/+5
|
\
\
\
|
|
/
/
|
*
|
Fix pyclbr to support importing packages
Victor Stinner
2016-03-17
1
-3/+5
*
|
|
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
1
-12/+24
*
|
|
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner
2016-03-16
1
-4/+13
*
|
|
Issue #21042: Revert Linux find_library() to return just filename
Martin Panter
2016-03-17
2
-25/+17
*
|
|
Issue #26499: Merge HTTPResponse fix from 3.5
Martin Panter
2016-03-17
2
-9/+78
|
\
\
\
|
|
/
/
|
*
|
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
2
-9/+78
*
|
|
regrtest: Fix module.__path__
Victor Stinner
2016-03-15
2
-2/+5
*
|
|
Issue #26564: Fix test_capi
Victor Stinner
2016-03-15
1
-0/+2
*
|
|
Merge 3.5 (test_faulthandler)
Victor Stinner
2016-03-15
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
faulthandler: Test Py_FatalError() with GIL released
Victor Stinner
2016-03-15
1
-0/+8
*
|
|
Issue #26566: Rewrite test_signal.InterProcessSignalTests
Victor Stinner
2016-03-15
2
-162/+93
*
|
|
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...
Antoine Pitrou
2016-03-15
1
-9/+16
|
\
\
\
|
|
/
/
|
*
|
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...
Antoine Pitrou
2016-03-15
1
-9/+16
*
|
|
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
2
-0/+42
|
\
\
\
|
|
/
/
|
*
|
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
2
-0/+42
*
|
|
Check the GIL in PyObject_Malloc()
Victor Stinner
2016-03-14
1
-9/+21
*
|
|
Issue #26516: Fix test_capi on AIX
Victor Stinner
2016-03-14
1
-1/+1
*
|
|
Merge 3.5 (test_venv)
Victor Stinner
2016-03-14
1
-1/+10
|
\
\
\
|
|
/
/
|
*
|
Fix test_venv on FreeBSD buildbot
Victor Stinner
2016-03-14
1
-1/+10
*
|
|
Merge 3.5 (test_site)
Victor Stinner
2016-03-14
1
-2/+7
|
\
\
\
|
|
/
/
|
*
|
Skip test_site if USER_SITE cannot be created
Victor Stinner
2016-03-14
1
-2/+7
*
|
|
Issue #26516: Fix test_capi on 32-bit system
Victor Stinner
2016-03-14
1
-11/+9
*
|
|
Issue #26516: Fix test_capi on Windows
Victor Stinner
2016-03-14
1
-4/+8
*
|
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-0/+59
*
|
|
Issue #20556: Used specific assert methods in threading tests.
Serhiy Storchaka
2016-03-14
3
-23/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #20556: Used specific assert methods in threading tests.
Serhiy Storchaka
2016-03-14
3
-23/+22
*
|
|
Issue #747320: Use email.utils.formatdate() to avoid code duplication
Berker Peksag
2016-03-14
2
-6/+16
*
|
|
Issue #16181: cookiejar.http2time() now returns None if year is higher than d...
Berker Peksag
2016-03-14
2
-1/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #16181: cookiejar.http2time() now returns None if year is higher than d...
Berker Peksag
2016-03-14
2
-1/+8
*
|
|
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
1
-1/+1
*
|
|
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
2
-7/+33
|
\
\
\
|
|
/
/
|
*
|
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
2
-7/+25
*
|
|
Revert change 291d47954618
Victor Stinner
2016-03-12
1
-2/+2
*
|
|
Merge 3.5
Victor Stinner
2016-03-11
1
-10/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #20589: Fix test_pathlib
Victor Stinner
2016-03-11
1
-10/+10
*
|
|
Always test datetime.strftime("%4Y")
Victor Stinner
2016-03-11
1
-2/+2
*
|
|
Add Mock.assert_called()
Victor Stinner
2016-03-11
2
-0/+39
*
|
|
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
Berker Peksag
2016-03-11
2
-0/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
Berker Peksag
2016-03-11
2
-0/+15
*
|
|
Merge with 3.5
Terry Jan Reedy
2016-03-11
1
-4/+8
|
\
\
\
|
|
/
/
|
*
|
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
Terry Jan Reedy
2016-03-11
1
-4/+8
[next]