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
...
*
|
Merge: #23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
3
-31/+44
|
\
\
|
|
/
|
*
#23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
3
-31/+44
*
|
merge
Raymond Hettinger
2015-05-13
1
-2/+2
|
\
\
|
|
/
|
*
Fix mangled wording
Raymond Hettinger
2015-05-13
1
-2/+2
*
|
inspect: Add __slots__ to BoundArguments.
Yury Selivanov
2015-05-13
1
-0/+9
*
|
Issue 24017: More tests for 'async for' and 'async with'.
Yury Selivanov
2015-05-13
1
-0/+35
*
|
asyncio/tests: Drop unused import.
Yury Selivanov
2015-05-13
1
-1/+0
*
|
asyncio: Add a test for asyncio.iscoroutine().
Yury Selivanov
2015-05-13
1
-0/+29
*
|
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine.
Yury Selivanov
2015-05-13
1
-0/+8
|
\
\
|
|
/
|
*
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
Yury Selivanov
2015-05-13
1
-0/+8
*
|
Merge 3.4.
Yury Selivanov
2015-05-13
0
-0/+0
|
\
\
|
|
/
|
*
Sync asyncio code from default branch.
Yury Selivanov
2015-05-13
2
-55/+67
*
|
Issue 24179: Support 'async for' for asyncio.StreamReader.
Yury Selivanov
2015-05-13
3
-0/+36
*
|
Issue #24064: Help property() support GC
Raymond Hettinger
2015-05-13
1
-1/+9
*
|
Issue 24178: support 'async with' for asyncio locks.
Yury Selivanov
2015-05-13
3
-55/+124
*
|
Issue #20172: Update clinicizations to current clinic.
Zachary Ware
2015-05-13
8
-238/+243
*
|
remove extra space
Benjamin Peterson
2015-05-13
1
-2/+2
*
|
remove % from title, since it makes latex barf
Benjamin Peterson
2015-05-13
1
-2/+2
*
|
Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
Serhiy Storchaka
2015-05-13
2
-70/+70
*
|
Issue #22064: Improve the misleading message from 2to3 when skipping optional...
Berker Peksag
2015-05-13
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22064: Improve the misleading message from 2to3 when skipping optional...
Berker Peksag
2015-05-13
1
-1/+1
*
|
merge
Raymond Hettinger
2015-05-13
1
-3/+3
|
\
\
|
|
/
|
*
Issue #19934: Document *None* as an acceptable input to Counter.most_common(...
Raymond Hettinger
2015-05-13
1
-3/+3
*
|
Issue #23695: Explain the zip() example for clustering a data series into n...
Raymond Hettinger
2015-05-13
1
-1/+3
*
|
Issue #1322: platform.dist() and platform.linux_distribution() functions are ...
Berker Peksag
2015-05-13
5
-8/+47
*
|
Issue #24064: Add __doc__ to the example in collections.rst.
Berker Peksag
2015-05-13
1
-3/+3
*
|
Minor stylistic and consistency cleanup.
Raymond Hettinger
2015-05-13
1
-19/+19
*
|
Issue #23290: Optimize set_merge() for cases where the target is empty.
Raymond Hettinger
2015-05-13
2
-10/+43
*
|
Issue #24064: Property() docstrings are now writeable.
Raymond Hettinger
2015-05-13
7
-2/+63
*
|
Issue #20172: Convert the _winapi module to Argument Clinic.
Zachary Ware
2015-05-13
2
-396/+1292
*
|
Issue #20172: Convert the msvcrt module to Argument Clinic.
Zachary Ware
2015-05-13
2
-279/+932
*
|
Issue #20172: Convert the winreg module to Argument Clinic.
Zachary Ware
2015-05-13
2
-669/+1800
*
|
Issue #20172: Convert the winsound module to Argument Clinic.
Zachary Ware
2015-05-13
2
-56/+176
*
|
Clean up test_coroutines a bit.
Zachary Ware
2015-05-13
1
-12/+3
*
|
Issue 24017: fix for "async with" refcounting
Nick Coghlan
2015-05-13
2
-1/+119
*
|
Issue #23911: Fix ctypes test on Windows.
Zachary Ware
2015-05-13
1
-2/+2
*
|
Issue #23731: Fix tracemalloc test on Windows.
Zachary Ware
2015-05-13
1
-2/+3
*
|
Issue #23193: Skip numeric_owner tests on platforms where they don't make sense
Zachary Ware
2015-05-13
1
-0/+2
*
|
Extend test coverage to include heapifying large heaps
Raymond Hettinger
2015-05-13
1
-1/+1
*
|
More timings suggest that 2500 is closer to the break-even point.
Raymond Hettinger
2015-05-13
1
-1/+1
*
|
Reduce the overhead in functools.total_ordering by localizing NotImplemented.
Raymond Hettinger
2015-05-13
1
-12/+12
*
|
merge 3.4
Benjamin Peterson
2015-05-12
1
-2/+2
|
\
\
|
|
/
|
*
use imperative
Benjamin Peterson
2015-05-12
1
-2/+2
*
|
Converted os._getfullpathname() and os._isdir() to Argument Clinic.
Serhiy Storchaka
2015-05-12
2
-60/+112
*
|
Added forgotten new files for issues #22681 and #22682.
Serhiy Storchaka
2015-05-12
2
-0/+615
*
|
versionadded
Benjamin Peterson
2015-05-12
1
-0/+2
*
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...
Serhiy Storchaka
2015-05-12
9
-13/+342
*
|
Issue #22681: Added support for the koi8_t encoding.
Serhiy Storchaka
2015-05-12
7
-4/+16
*
|
Issue #22682: Added support for the kz1048 encoding.
Serhiy Storchaka
2015-05-12
8
-3/+19
*
|
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
Serhiy Storchaka
2015-05-12
4
-61/+133
[prev]
[next]