Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b322326f48b03acfcd1bafe7b37a7061e7207058
/
Lib
d48fb48
Merge 3.5 (Issue #24400)
by Yury Selivanov
· 9 years ago
fdbeb2b
Issue #24400: Resurrect inspect.isawaitable()
by Yury Selivanov
· 9 years ago
4bbc3cc
Merge 3.5
by Yury Selivanov
· 9 years ago
ccc897f
Add a rudimentary test for StopAsyncIteration in test_exceptions.
by Yury Selivanov
· 9 years ago
bb215e2
Merge 3.5 (Issue #19235)
by Yury Selivanov
· 9 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 9 years ago
1c5e5a8
Merge 3.5 (Issue #24450)
by Yury Selivanov
· 9 years ago
27be130
Merge 3.4 (Issue #24450)
by Yury Selivanov
· 9 years ago
09e6058
Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper
by Yury Selivanov
· 9 years ago
b166d58
Merge 3.5 (Issue #24450)
by Yury Selivanov
· 9 years ago
53e6230
Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine
by Yury Selivanov
· 9 years ago
d6d0b5b
Merge 3.5 (Issue #24450)
by Yury Selivanov
· 9 years ago
e13f8f3
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
by Yury Selivanov
· 9 years ago
ac2ed9d
merge 3.5
by Benjamin Peterson
· 9 years ago
b32b998
merge 3.4
by Benjamin Peterson
· 9 years ago
d3a2a95
use correct __new__ method (closes #24552)
by Benjamin Peterson
· 9 years ago
09dd773
merge 3.5 (#24552)
by Benjamin Peterson
· 9 years ago
42e913a
merge 3.4 (#24552)
by Benjamin Peterson
· 9 years ago
80f78a3
fix use after free (closes #24552)
by Benjamin Peterson
· 9 years ago
60eaba0
Merge with 3.5: Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 9 years ago
49c521f
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 9 years ago
b7a688b
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 9 years ago
9dbd479
Merge 3.5
by Yury Selivanov
· 9 years ago
f270152
Issue #24400: Add one more unittest for CoroutineType.__await__
by Yury Selivanov
· 9 years ago
89ca395
merge in setuptools/pip update
by Donald Stufft
· 9 years ago
d6e5156
merge in setuptools/pip update
by Donald Stufft
· 9 years ago
fe6399e
Update setuptools to 18.0.1 and pip to 7.1.0
by Donald Stufft
· 9 years ago
d18f985
Merge 3.5
by Yury Selivanov
· 9 years ago
59a3b67
Issue #24541: Drop test_inspect.test_eightteen unittest; update docs
by Yury Selivanov
· 9 years ago
50d5516
Merge 3.5
by Yury Selivanov
· 9 years ago
22f68d5
Issue #24541: Update comment in test_inspect.test_eightteen
by Yury Selivanov
· 9 years ago
17314ab
Merge 3.5 (Issue #24400)
by Yury Selivanov
· 9 years ago
8a8f453
Issue #24400: Fix failing unittest
by Yury Selivanov
· 9 years ago
93a3252
Merge 3.5 (Issue #24400)
by Yury Selivanov
· 9 years ago
a74b5e5
Issue #24400: Remove inspect.isawaitable().
by Yury Selivanov
· 9 years ago
b2c42c2
Merge 3.5
by Yury Selivanov
· 9 years ago
86cd7d6
test_coroutines: remove whitespace
by Yury Selivanov
· 9 years ago
3bd2b98
Merge 3.5 (Issue #24528)
by Yury Selivanov
· 9 years ago
9dec035
Issue #24528: Improve error message for awaits in comprehensions
by Yury Selivanov
· 9 years ago
c28e985
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 9 years ago
4a01cab
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 9 years ago
05744ac
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 9 years ago
81da944
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 9 years ago
bc9e75e
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 9 years ago
7b6e3b9
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 9 years ago
cbc50d9
Issue #20387: Merge with 3.5
by Jason R. Coombs
· 9 years ago
a95a476
Issue #20387: Merge test and patch from 3.4.4
by Jason R. Coombs
· 9 years ago
50373e6
Issue #20387: Merge
by Jason R. Coombs
· 9 years ago
1e8d91a
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 9 years ago
b9b9e7b
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 9 years ago
449e2be
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 9 years ago
80c29ac
Issue #20387: Merge patch and test
by Jason R. Coombs
· 9 years ago
9aad9f2
Issue #24336: The contextmanager decorator now works with functions with
by Serhiy Storchaka
· 9 years ago
eab7704
Issue #24336: The contextmanager decorator now works with functions with
by Serhiy Storchaka
· 9 years ago
101ff35
Issue #24336: The contextmanager decorator now works with functions with
by Serhiy Storchaka
· 9 years ago
b5048d3
merge 3.5
by Benjamin Peterson
· 9 years ago
4801383
upgrade to Unicode 8.0.0
by Benjamin Peterson
· 9 years ago
ae44292
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 9 years ago
a7c7817
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 9 years ago
89584c9
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 9 years ago
2cb6b7a
Merge 3.5 (issue #24325 & #24400)
by Yury Selivanov
· 9 years ago
f847f1f
Issue #24400, #24325: More tests for types._GeneratorWrapper
by Yury Selivanov
· 9 years ago
ff9284bcb
Merge 3.5 (Issue #24325, #24400)
by Yury Selivanov
· 9 years ago
00e3372
Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation.
by Yury Selivanov
· 9 years ago
0ebde5b
Merge 3.5
by Yury Selivanov
· 9 years ago
fcba972
Issue #24495, #24400: Test asyncio.Task.repr in debug mode
by Yury Selivanov
· 9 years ago
57ed418
Fix asyncio unittests in debug mode (Merge 3.5)
by Yury Selivanov
· 9 years ago
5ac7162
Fix asyncio unittests in debug mode
by Yury Selivanov
· 9 years ago
339d5e7
Fix asyncio unittests in debug mode
by Yury Selivanov
· 9 years ago
db42257
Issue #24400: Fix CoroWrapper for 'async def' coroutines
by Yury Selivanov
· 9 years ago
8f1c993
Issue #24400: Fix CoroWrapper for 'async def' coroutines
by Yury Selivanov
· 9 years ago
29a602a
Issue #24400: Fix CoroWrapper for 'async def' coroutines
by Yury Selivanov
· 9 years ago
dfbd27f
asyncio: Merge changes from issue #24400.
by Yury Selivanov
· 9 years ago
049030b
Closes #24244: Removes invalid test from test_time
by Steve Dower
· 9 years ago
7aec764
Closes #24244: Removes invalid test from test_time
by Steve Dower
· 9 years ago
d6362db
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 9 years ago
a72f0cd
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 9 years ago
6bc217d
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 9 years ago
6edc2f7
Issue #24400: Merge 3.5
by Yury Selivanov
· 9 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 9 years ago
e411b66
Issue #20387: Restore retention of indentation during untokenize.
by Dingyuan Wang
· 9 years ago
b6d1cdd
Issue #20387: Correct test to properly capture expectation.
by Jason R. Coombs
· 9 years ago
1a2d134
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
ac803cd
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
753a1df
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
66dc464
Issue #24426: Fast searching optimization in regular expressions now works
by Serhiy Storchaka
· 9 years ago
5713b3c
Issue #20387: Add test capturing failure to roundtrip indented code in tokenize module.
by Jason R. Coombs
· 9 years ago
7cf3638
Remove unused import and remove doctest-only import into doctests.
by Jason R. Coombs
· 9 years ago
c1c272e
Issue #8232: Renamed WinFireFox to WinFirefox
by Steve Dower
· 9 years ago
f3291a8
Issue #8232: Renamed WinFireFox to WinFirefox
by Steve Dower
· 9 years ago
138adb8
(Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
e12e7aa
Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
cf05970
Remove unused import on test_os
by Victor Stinner
· 9 years ago
47aacc8
Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
ac6045b
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
fabdc82
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
c0ed707
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
c5d2d40
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
23e6109
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
07c0025
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
Next »