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
*
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....
Guido van Rossum
2013-11-27
2
-1/+17
*
add SO_PRIORITY (closes #19802)
Benjamin Peterson
2013-11-27
2
-0/+5
*
Combine the FastCall functions in cpickle.
Alexandre Vassalotti
2013-11-27
1
-90/+42
*
Skip test_find_mac on Windows (issue #19804).
Serhiy Storchaka
2013-11-27
1
-0/+1
|
\
|
*
Skip test_find_mac on Windows (issue #19804).
Serhiy Storchaka
2013-11-27
1
-0/+1
*
|
merge 3.3 (#19805)
Benjamin Peterson
2013-11-27
1
-27/+3
|
\
\
|
|
/
|
*
recommend OrderedDict for this FAQ (closes #19805)
Benjamin Peterson
2013-11-27
1
-27/+3
*
|
merge 3.3 (#19729)
Benjamin Peterson
2013-11-27
2
-0/+4
|
\
\
|
|
/
|
*
fix format spec recursive expansion (closes #19729)
Benjamin Peterson
2013-11-27
3
-2/+7
*
|
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
4
-4/+56
|
\
\
|
|
/
|
*
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
4
-4/+54
*
|
Merge with 3.3
Zachary Ware
2013-11-26
0
-0/+0
|
\
\
|
|
/
|
*
Merge heads
Zachary Ware
2013-11-26
4
-2/+35
|
|
\
*
|
\
Merge heads
Zachary Ware
2013-11-26
4
-2/+35
|
\
\
\
|
*
\
\
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
4
-2/+35
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
4
-2/+35
*
|
|
|
Issue #19588: Merge with 3.3
Zachary Ware
2013-11-26
3
-6/+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
3
-6/+10
|
|
/
*
|
Use @bigmemtest more accurately.
Mark Dickinson
2013-11-26
1
-3/+3
|
\
\
|
|
/
|
*
Use @bigmemtest more accurately.
Mark Dickinson
2013-11-26
1
-3/+3
*
|
Issue #19793: Improved markup for True/False constants in pathlib documentation.
Serhiy Storchaka
2013-11-26
1
-28/+28
*
|
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
4
-41/+73
|
\
\
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
4
-41/+73
*
|
Issue #19638: Merge from 3.3
Mark Dickinson
2013-11-26
3
-12/+77
|
\
\
|
|
/
|
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
3
-12/+77
*
|
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-13/+13
|
\
\
|
|
/
|
*
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-13/+13
*
|
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
Serhiy Storchaka
2013-11-26
4
-8/+10
*
|
tracemalloc: fix get_traced_memory() docstring for result type
Victor Stinner
2013-11-26
1
-1/+1
*
|
tracemalloc: Fix hash methods of Statistic and StatisticDiff
Victor Stinner
2013-11-26
1
-4/+3
*
|
merge with 3.3
Georg Brandl
2013-11-26
1
-1/+0
|
\
\
|
|
/
|
*
Markup fix.
Georg Brandl
2013-11-26
1
-1/+0
*
|
Fix suspicious test case
Christian Heimes
2013-11-26
1
-2/+2
*
|
Issue #18874: Fix typo
Victor Stinner
2013-11-26
1
-1/+1
*
|
Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1
Victor Stinner
2013-11-26
1
-0/+1
*
|
Issue #18874: tracemalloc: Comment the trace_t structure
Victor Stinner
2013-11-26
1
-0/+4
*
|
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner
2013-11-25
2
-6/+1
*
|
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
Victor Stinner
2013-11-25
1
-9/+13
*
|
Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a ...
Victor Stinner
2013-11-25
1
-0/+2
*
|
asyncio: Add StreamReaderProtocol to __all__.
Guido van Rossum
2013-11-25
1
-1/+1
*
|
Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty()
Victor Stinner
2013-11-25
1
-1/+5
*
|
Reverting e39db21df580 eagerly due to buildbot failures.
Alexandre Vassalotti
2013-11-25
1
-33/+90
*
|
#13592, #17087: add whatsnew entry about regex/match object repr improvements.
Ezio Melotti
2013-11-25
1
-0/+7
*
|
Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle.
Alexandre Vassalotti
2013-11-25
1
-90/+33
*
|
#19778: fix a couple of re reprs in the documentation.
Ezio Melotti
2013-11-25
1
-4/+4
*
|
Issue #19739: Try to fix compiler warnings on 32-bit Windows.
Alexandre Vassalotti
2013-11-25
1
-22/+21
*
|
Issue #19742: fix a test_pathlib failure when a file owner or group isn't in ...
Antoine Pitrou
2013-11-25
1
-2/+10
*
|
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
|
\
\
|
|
/
|
*
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
*
|
asyncio: Hopeful fix for issue 19765.
Guido van Rossum
2013-11-25
1
-0/+1
[next]