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
Commit message (
Expand
)
Author
Age
Files
Lines
*
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
7
-48/+164
*
Fix usage of PyMem_Malloc() in os.stat()
Victor Stinner
2016-03-16
1
-5/+5
*
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner
2016-03-16
4
-11/+43
*
Fix compilation error of traceback.c on Windows
Victor Stinner
2016-03-16
1
-3/+3
*
Issue #21042: Revert Linux find_library() to return just filename
Martin Panter
2016-03-17
4
-35/+21
*
Issue #26499: Merge HTTPResponse fix from 3.5
Martin Panter
2016-03-17
4
-9/+86
|
\
|
*
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
4
-9/+86
*
|
regrtest: Fix module.__path__
Victor Stinner
2016-03-15
3
-933/+945
*
|
Issue #26564: Fix test_capi
Victor Stinner
2016-03-15
1
-0/+2
*
|
Oops, revert unwanted change used to create an example
Victor Stinner
2016-03-15
1
-1/+0
*
|
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
8
-19/+126
*
|
Merge 3.5 (_tracemalloc)
Victor Stinner
2016-03-15
1
-17/+7
|
\
\
|
|
/
|
*
_tracemalloc: store lineno as unsigned int
Victor Stinner
2016-03-15
1
-17/+7
*
|
Enhance and rewrite traceback dump C functions
Victor Stinner
2016-03-15
2
-53/+74
*
|
Merge 3.5 (test_faulthandler)
Victor Stinner
2016-03-15
2
-2/+18
|
\
\
|
|
/
|
*
faulthandler: Test Py_FatalError() with GIL released
Victor Stinner
2016-03-15
2
-2/+18
|
*
Fix Py_FatalError() if called without the GIL
Victor Stinner
2016-03-14
1
-34/+50
*
|
_tracemalloc: filename cannot be NULL
Victor Stinner
2016-03-15
1
-2/+2
*
|
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
2
-9/+19
|
\
\
|
|
/
|
*
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...
Antoine Pitrou
2016-03-15
2
-9/+19
*
|
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
4
-0/+46
|
\
\
|
|
/
|
*
#25320: Handle sockets in directories unittest discovery is scanning.
Robert Collins
2016-03-15
4
-0/+46
*
|
Check the GIL in PyObject_Malloc()
Victor Stinner
2016-03-14
6
-34/+119
*
|
Add more checks on the GIL
Victor Stinner
2016-03-14
5
-5/+52
*
|
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
*
|
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
Victor Stinner
2016-03-14
1
-1/+1
*
|
posix_getcwd(): limit to INT_MAX on Windows
Victor Stinner
2016-03-14
1
-0/+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
*
|
Issue #26558: Remove useless check in tracemalloc
Victor Stinner
2016-03-14
1
-4/+0
*
|
Fix Py_FatalError() if called without the GIL
Victor Stinner
2016-03-14
1
-34/+50
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
13
-90/+383
*
|
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
3
-1/+11
|
\
\
|
|
/
|
*
Issue #16181: cookiejar.http2time() now returns None if year is higher than d...
Berker Peksag
2016-03-14
3
-1/+11
*
|
#24918: merge with 3.5.
Ezio Melotti
2016-03-13
2
-0/+6
|
\
\
|
|
/
|
*
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
Ezio Melotti
2016-03-13
2
-0/+6
*
|
merge
Raymond Hettinger
2016-03-13
1
-1/+1
|
\
\
|
|
/
|
*
Minor recipe edit: convert "while 1" to "while True".
Raymond Hettinger
2016-03-13
1
-1/+1
*
|
#25687: merge with 3.5.
Ezio Melotti
2016-03-13
2
-4/+7
|
\
\
|
|
/
|
*
#25687: clarify that errors in tearDown increase the total number of reported...
Ezio Melotti
2016-03-13
2
-4/+7
*
|
merge
Raymond Hettinger
2016-03-13
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26548: Minor fix to awkward wording in docs
Raymond Hettinger
2016-03-13
1
-2/+2
[next]