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
*
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
*
|
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern...
Steve Dower
2016-03-12
2
-4/+7
|
\
\
|
|
/
|
*
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern...
Steve Dower
2016-03-12
2
-4/+7
*
|
Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
Steve Dower
2016-03-12
2
-0/+8
|
\
\
|
|
/
|
*
Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
Steve Dower
2016-03-12
2
-0/+8
*
|
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
2
-1/+3
|
\
\
|
|
/
|
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
2
-1/+3
*
|
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
3
-7/+36
|
\
\
|
|
/
|
*
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
4
-7/+29
*
|
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
6
-0/+83
*
|
Issue #26542: Fix markup of code example in difflib documentation
Berker Peksag
2016-03-11
1
-5/+3
|
\
\
|
|
/
|
*
Issue #26542: Fix markup of code example in difflib documentation
Berker Peksag
2016-03-11
1
-5/+3
*
|
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
Berker Peksag
2016-03-11
3
-0/+18
|
\
\
|
|
/
|
*
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
Berker Peksag
2016-03-11
3
-0/+18
*
|
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
*
|
Merge 3.5 (malloc doc)
Victor Stinner
2016-03-09
1
-43/+77
|
\
\
|
|
/
|
*
Issue #26516: Enhance Python mem allocators doc
Victor Stinner
2016-03-09
1
-43/+77
*
|
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Serhiy Storchaka
2016-03-09
6
-138/+183
|
\
\
|
|
/
|
*
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Serhiy Storchaka
2016-03-09
6
-138/+183
*
|
Issue #21042: Return full path in ctypes.util.find_library() on Linux
Martin Panter
2016-03-10
5
-22/+37
[next]