Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d69755d1a3b778e9e367c96769f348d1eb0c630c
d69755d
Minor code clean-up.
by Raymond Hettinger
· 10 years ago
29655df
Issue #24064: Docuement that oroperty docstrings are now writeable.
by Raymond Hettinger
· 10 years ago
42b50d1
Fixes default per-user install precompiling the standard library.
by Steve Dower
· 10 years ago
0cd2bf4
Issue 24200: Fix broken unittest.
by Yury Selivanov
· 10 years ago
f229bc5
inspect: Remove "0x..." IDs from Signature objects' __repr__
by Yury Selivanov
· 10 years ago
51b5832
Closes #24013: Improve os.scandir() and DirEntry documentation
by Victor Stinner
· 10 years ago
56f6526
os module doc: remove availability when useless
by Victor Stinner
· 10 years ago
3f6538f
Issue 22547: Implement informative __repr__ for inspect.BoundArguments
by Yury Selivanov
· 10 years ago
6b4046f
Merge
by Yury Selivanov
· 10 years ago
4cfd4ea
inspect: Test that BoundArguments.__eq__ repects the order of params
by Yury Selivanov
· 10 years ago
692b340
inspect: Micro-optimize __eq__ for Signature, Parameter and BoundArguments
by Yury Selivanov
· 10 years ago
8aad7f2
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
2733618
idlelib: remove unused names and imports (one is a duplicate import).
by Terry Jan Reedy
· 10 years ago
dee32bd
Issue 24191: Document BoundArguments.signature
by Yury Selivanov
· 10 years ago
8279619
Issue 24191: Document BoundArguments.signature
by Yury Selivanov
· 10 years ago
e0104ae
Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.
by Yury Selivanov
· 10 years ago
7d0d6ee
Merge: Make sentence correct English.
by R David Murray
· 10 years ago
2249d9f
Make sentence correct English.
by R David Murray
· 10 years ago
c8241cf
Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid crashing.
by Steve Dower
· 10 years ago
08e5300
collections.abc.tests: Remove some unnecessary code.
by Yury Selivanov
· 10 years ago
aded55c
collections.abc: Test that if an object is a Coroutine it is also an Awaitable
by Yury Selivanov
· 10 years ago
71f574f
Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available.
by Steve Dower
· 10 years ago
812bc1b
Merge: #23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
0a560a1
#23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
b01a1fd
merge
by Raymond Hettinger
· 10 years ago
3afdb28
Fix mangled wording
by Raymond Hettinger
· 10 years ago
6abe032
inspect: Add __slots__ to BoundArguments.
by Yury Selivanov
· 10 years ago
9113dc7
Issue 24017: More tests for 'async for' and 'async with'.
by Yury Selivanov
· 10 years ago
c41632a
asyncio/tests: Drop unused import.
by Yury Selivanov
· 10 years ago
6c792bd
asyncio: Add a test for asyncio.iscoroutine().
by Yury Selivanov
· 10 years ago
af928b6
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine.
by Yury Selivanov
· 10 years ago
c58cca5
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
by Yury Selivanov
· 10 years ago
53ffdbd
Merge 3.4.
by Yury Selivanov
· 10 years ago
d08c363
Sync asyncio code from default branch.
by Yury Selivanov
· 10 years ago
33c6b56
Issue 24179: Support 'async for' for asyncio.StreamReader.
by Yury Selivanov
· 10 years ago
d4be691
Issue #24064: Help property() support GC
by Raymond Hettinger
· 10 years ago
29f88c2
Issue 24178: support 'async with' for asyncio locks.
by Yury Selivanov
· 10 years ago
77772c0
Issue #20172: Update clinicizations to current clinic.
by Zachary Ware
· 10 years ago
14ef1a1
remove extra space
by Benjamin Peterson
· 10 years ago
5562c903
remove % from title, since it makes latex barf
by Benjamin Peterson
· 10 years ago
dce0405
Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
by Serhiy Storchaka
· 10 years ago
50c72d2
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
by Berker Peksag
· 10 years ago
3a81f9b
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
by Berker Peksag
· 10 years ago
46cf02d
merge
by Raymond Hettinger
· 10 years ago
a378025
Issue #19934: Document *None* as an acceptable input to Counter.most_common([n])
by Raymond Hettinger
· 10 years ago
0907a45
Issue #23695: Explain the zip() example for clustering a data series into n-length groups.
by Raymond Hettinger
· 10 years ago
2f3742b
Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated.
by Berker Peksag
· 10 years ago
de7cafa
Issue #24064: Add __doc__ to the example in collections.rst.
by Berker Peksag
· 10 years ago
5af9e13
Minor stylistic and consistency cleanup.
by Raymond Hettinger
· 10 years ago
1bd8d75
Issue #23290: Optimize set_merge() for cases where the target is empty.
by Raymond Hettinger
· 10 years ago
eac503a
Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.)
by Raymond Hettinger
· 10 years ago
f2244ea
Issue #20172: Convert the _winapi module to Argument Clinic.
by Zachary Ware
· 10 years ago
4552089
Issue #20172: Convert the msvcrt module to Argument Clinic.
by Zachary Ware
· 10 years ago
fd2d482
Issue #20172: Convert the winreg module to Argument Clinic.
by Zachary Ware
· 10 years ago
73f8cfb
Issue #20172: Convert the winsound module to Argument Clinic.
by Zachary Ware
· 10 years ago
37ac590
Clean up test_coroutines a bit.
by Zachary Ware
· 10 years ago
baaadbf
Issue 24017: fix for "async with" refcounting
by Nick Coghlan
· 10 years ago
84d3e76
Issue #23911: Fix ctypes test on Windows.
by Zachary Ware
· 10 years ago
d9b25bb
Issue #23731: Fix tracemalloc test on Windows.
by Zachary Ware
· 10 years ago
ad3e27a
Issue #23193: Skip numeric_owner tests on platforms where they don't make sense
by Zachary Ware
· 10 years ago
849564f
Extend test coverage to include heapifying large heaps
by Raymond Hettinger
· 10 years ago
6364880
More timings suggest that 2500 is closer to the break-even point.
by Raymond Hettinger
· 10 years ago
ffcd849
Reduce the overhead in functools.total_ordering by localizing NotImplemented.
by Raymond Hettinger
· 10 years ago
276e9c8
merge 3.4
by Benjamin Peterson
· 10 years ago
19a3f17
use imperative
by Benjamin Peterson
· 10 years ago
f0b5015
Converted os._getfullpathname() and os._isdir() to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
cd4a5cc
Added forgotten new files for issues #22681 and #22682.
by Serhiy Storchaka
· 10 years ago
e960d18
versionadded
by Benjamin Peterson
· 10 years ago
48e47aa
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
by Serhiy Storchaka
· 10 years ago
f0eeedf
Issue #22681: Added support for the koi8_t encoding.
by Serhiy Storchaka
· 10 years ago
ad8a1c3
Issue #22682: Added support for the kz1048 encoding.
by Serhiy Storchaka
· 10 years ago
0d4df75
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
by Serhiy Storchaka
· 10 years ago
fdba838
Issue #24017: Unset asyncio event loop after test.
by Yury Selivanov
· 10 years ago
08a7a4e
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
by Yury Selivanov
· 10 years ago
e8944cb
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
by Yury Selivanov
· 10 years ago
baa2e56
use our normal bracing style
by Benjamin Peterson
· 10 years ago
1dde177
Issue #24017: Plug ref leak.
by Yury Selivanov
· 10 years ago
688cd4e
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
c2dd680
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
daf0d05
Issue #23796: Null merge.
by Berker Peksag
· 10 years ago
ea6d559
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
d10d6ae
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
1aa5e1d
Fixed compilation on Windows for issue #20173.
by Serhiy Storchaka
· 10 years ago
bedbf96
Issue #23870: The pprint module now supports all standard collections
by Serhiy Storchaka
· 10 years ago
0c59ff6
Issue #20173: Converted the _codecs module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
5096088
doc: Briefly mention C API changes in whatsnew.
by Yury Selivanov
· 10 years ago
b5d6a9d
Mention PEP 492 in whatsnew.
by Yury Selivanov
· 10 years ago
73287d7
Issue 24017: Update NEWS file.
by Yury Selivanov
· 10 years ago
df52e67
Fix warnings for gen_get_iter()
by Yury Selivanov
· 10 years ago
f487a00
Fix warnings for PyEval_GetCoroutineWrapper
by Yury Selivanov
· 10 years ago
b9db9e1
Defend against a mutation during comparison
by Raymond Hettinger
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
4e6bf4b
merge
by Raymond Hettinger
· 10 years ago
dc6a9c0
asyncio: Merge 3.4 -- Support PEP 492. Issue #24017.
by Yury Selivanov
· 10 years ago
1af2bf7
asyncio: Support PEP 492. Issue #24017.
by Yury Selivanov
· 10 years ago
99bf9a2
Minor code cleanups.
by Raymond Hettinger
· 10 years ago
21ee10b
Merge 3.4 (asyncio docs)
by Yury Selivanov
· 10 years ago
d7e19bb
docs/asyncio: Document new ensure_future() and deprecated async()
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
f7a6c59
Null merge.
by Yury Selivanov
· 10 years ago
Next »