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
*
asyncio: Add 'shield' to __all__.
Guido van Rossum
2013-11-29
1
-1/+1
*
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon
2013-11-29
3
-164/+36
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-0/+5
|
\
|
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-0/+5
*
|
ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME
Christian Heimes
2013-11-28
1
-0/+2
*
|
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-12/+8
*
|
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...
Guido van Rossum
2013-11-27
2
-78/+207
*
|
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
Victor Stinner
2013-11-27
1
-6/+6
*
|
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
Victor Stinner
2013-11-27
1
-7/+7
*
|
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....
Guido van Rossum
2013-11-27
2
-1/+17
*
|
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 (#19729)
Benjamin Peterson
2013-11-27
1
-0/+2
|
\
\
|
|
/
|
*
fix format spec recursive expansion (closes #19729)
Benjamin Peterson
2013-11-27
1
-0/+1
|
*
Merge heads
Zachary Ware
2013-11-26
2
-2/+31
|
|
\
*
|
\
Merge heads
Zachary Ware
2013-11-26
2
-2/+31
|
\
\
\
|
*
\
\
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
2
-2/+31
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
2
-2/+31
*
|
|
|
Issue #19588: Merge with 3.3
Zachary Ware
2013-11-26
1
-6/+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
1
-6/+6
|
|
/
*
|
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 #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
2
-22/+64
|
\
\
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
2
-22/+64
*
|
Issue #19638: Merge from 3.3
Mark Dickinson
2013-11-26
1
-0/+31
|
\
\
|
|
/
|
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
1
-0/+31
*
|
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
Serhiy Storchaka
2013-11-26
4
-8/+10
*
|
tracemalloc: Fix hash methods of Statistic and StatisticDiff
Victor Stinner
2013-11-26
1
-4/+3
*
|
Fix suspicious test case
Christian Heimes
2013-11-26
1
-2/+2
*
|
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner
2013-11-25
1
-4/+0
*
|
asyncio: Add StreamReaderProtocol to __all__.
Guido van Rossum
2013-11-25
1
-1/+1
*
|
Issue #19742: fix a test_pathlib failure when a file owner or group isn't in ...
Antoine Pitrou
2013-11-25
1
-2/+10
*
|
asyncio: Hopeful fix for issue 19765.
Guido van Rossum
2013-11-25
1
-0/+1
*
|
asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.
Guido van Rossum
2013-11-25
1
-1/+1
*
|
Issue #19753: New try to fix test_gdb on System Z buildbot
Victor Stinner
2013-11-25
1
-0/+2
*
|
Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.
Victor Stinner
2013-11-25
1
-4/+2
*
|
asyncio: Fix docstring of get_nowait().
Guido van Rossum
2013-11-25
1
-1/+1
*
|
asyncio: Add BoundedSemaphore to export list in locks.__all__.
Guido van Rossum
2013-11-25
1
-1/+1
*
|
#19620: merge with 3.3.
Ezio Melotti
2013-11-25
2
-3/+3
|
\
\
|
|
/
|
*
#19620: Fix typo in docstring (noticed by Christopher Welborn).
Ezio Melotti
2013-11-25
2
-3/+3
*
|
Issue #19758: silence PendingDeprecationWarnings in test_hmac
Christian Heimes
2013-11-24
1
-14/+33
*
|
Merged 3.4.0b1 release head back into trunk.
Larry Hastings
2013-11-24
12
-16/+54
|
\
\
|
*
|
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka
2013-11-24
5
-13/+33
|
*
|
Merge from 3.3.
Stefan Krah
2013-11-24
2
-0/+2
|
|
\
\
|
|
|
/
|
|
*
1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...
Stefan Krah
2013-11-24
2
-0/+2
|
*
|
Issue #19753: Try to fix test_gdb on SystemZ buildbot
Victor Stinner
2013-11-24
1
-0/+1
|
*
|
Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.
Richard Oudkerk
2013-11-24
1
-2/+9
|
*
|
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka
2013-11-24
3
-1/+9
|
|
\
\
|
|
|
/
|
|
*
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka
2013-11-24
3
-1/+9
|
|
*
Issue #19743: fix test_gdb on some optimized Python builds
Antoine Pitrou
2013-11-24
1
-4/+8
[next]