Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2ba8ece5beb64126c719a837431cee3de890e451
/
Lib
/
test
2ba8ece
asyncio: allow None as wait timeout
by Victor Stinner
· 9 years ago
3ee147f
Issue #22854: Fix logic for skipping test
by Martin Panter
· 9 years ago
0950e6a
Issue #22854: Skip pipe seek tests on Windows
by Martin Panter
· 9 years ago
754aab2
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
by Martin Panter
· 9 years ago
8dc2ec1
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
fbb1c5e
Issue #26494: Fixed crash on iterating exhausting iterators.
by Serhiy Storchaka
· 9 years ago
53f8ba5
test_urllibnet: set timeout on test_fileno()
by Victor Stinner
· 9 years ago
8ba2083
Issue #26643: Add missing shutil resources to regrtest.py
by Victor Stinner
· 9 years ago
f6b1d66
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
by Martin Panter
· 9 years ago
5503d47
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
by Martin Panter
· 9 years ago
1dcf4f9
Issue#26616:Fixed a bug in datetime.astimezone() method.
by Alexander Belopolsky
· 9 years ago
8a20851
Issue #25654:
by Victor Stinner
· 9 years ago
540a81c
Issue #21925: Fix test_warnings for release mode
by Victor Stinner
· 9 years ago
2746168
warnings.formatwarning(): catch exceptions
by Victor Stinner
· 9 years ago
e0511e7
Fix test_warnings.test_improper_option()
by Victor Stinner
· 9 years ago
1129084
Issue #26621: Remove unnecessary test.
by Stefan Krah
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
97eee1c
Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
e2021f2
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
e3385b4
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
1cd4ff6
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
1c80b15
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
by Ned Deily
· 9 years ago
ce911c3
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
by Martin Panter
· 9 years ago
57003f8
faulthandler: Test Py_FatalError() with GIL released
by Victor Stinner
· 9 years ago
62b6a0d
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
by Antoine Pitrou
· 9 years ago
87d6e13
Fix test_venv on FreeBSD buildbot
by Victor Stinner
· 9 years ago
21d0e1b
Skip test_site if USER_SITE cannot be created
by Victor Stinner
· 9 years ago
8c0f0c5
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
20be53e
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
8a7240e
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
by Serhiy Storchaka
· 9 years ago
d756963
Issue #20589: Fix test_pathlib
by Victor Stinner
· 9 years ago
04d4229
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
by Berker Peksag
· 9 years ago
ada6db7
Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.
by Serhiy Storchaka
· 9 years ago
7ab61ae
Backed out changeset f9e22717722d
by Serhiy Storchaka
· 9 years ago
adca846
Backed out changeset 19a3e0e664af
by Serhiy Storchaka
· 9 years ago
cc2dbc5
Issue #15068: Got rid of excessive buffering in the fileinput module.
by Serhiy Storchaka
· 9 years ago
55e3218
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
388b90f
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
e525ee3
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
by Raymond Hettinger
· 9 years ago
d66dd5c
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
e88dd1c
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
by Berker Peksag
· 9 years ago
8cc859c
Issue #26167: Backported copy tests.
by Serhiy Storchaka
· 9 years ago
aabafe7
Issue #26015: Added new tests for pickling iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
d551625
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
by Serhiy Storchaka
· 9 years ago
be70002
Fixed typo in pickle tests.
by Serhiy Storchaka
· 9 years ago
cfc2a1f
merge 3.4 (closes #26478)
by Benjamin Peterson
· 9 years ago
f11b25b
properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478)
by Benjamin Peterson
· 9 years ago
c724bae
coroutines: Error when awaiting on coroutine that's being awaited
by Yury Selivanov
· 9 years ago
e076ffb
asyncio: Remove duplicate bind addresses in create_server.
by Yury Selivanov
· 9 years ago
f9e1f2b
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
by Yury Selivanov
· 9 years ago
1bd0307
asyncio: Prevent StopIteration from being thrown into a Future
by Yury Selivanov
· 9 years ago
dce63234
asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)
by Yury Selivanov
· 9 years ago
0c6a344
asyncio, selectors: Update to the upstream version
by Yury Selivanov
· 9 years ago
90faa09
asyncio: Update 3.4 asyncio/test_tasks to upstream version
by Yury Selivanov
· 9 years ago
3379867
Issue #26464: Fix unicode_fast_translate() again
by Victor Stinner
· 9 years ago
6c9aa8f
Fix str.translate()
by Victor Stinner
· 9 years ago
bb0dbd5
Issue #26457: Fixed the subnets() methods in IP network classes for the case
by Serhiy Storchaka
· 9 years ago
7869a22
Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost
by Martin Panter
· 9 years ago
3263f68
Issue #22836: Keep exception reports sensible despite errors
by Martin Panter
· 9 years ago
bc85e35
Issue #26390: Fix and test pbkdf2_hmac() parameter names
by Martin Panter
· 9 years ago
eae3336
Issue #26402: Fix XML-RPC client retrying after server disconnection
by Martin Panter
· 9 years ago
f828218
Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost.
by Serhiy Storchaka
· 9 years ago
102d813
Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5).
by Anish Shah
· 9 years ago
205e75b
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
by Serhiy Storchaka
· 9 years ago
1827eff
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
by Martin Panter
· 9 years ago
ee3074e
Issue #22088: Clarify base-64 alphabets and which characters are discarded
by Martin Panter
· 9 years ago
558823a
Issue #26186: Remove an invalid type check in importlib.util.LazyLoader.
by Brett Cannon
· 9 years ago
4f38cb4
Issue #26367: Have importlib.__init__() raise RuntimeError when
by Brett Cannon
· 9 years ago
4bf4274
Issue #26309: Rewrite test in main thread and avoid race condition
by Martin Panter
· 9 years ago
3fe64d0
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
by Berker Peksag
· 9 years ago
c12fef9
Issue #26309: Shut down socketserver request if verify_request() is false
by Martin Panter
· 9 years ago
77c9681
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
by Yury Selivanov
· 9 years ago
94a619d
Issue #26325: Added test.support.check_no_resource_warning() to check that
by Serhiy Storchaka
· 9 years ago
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 9 years ago
763f9f0
Issue #25983: Added tests for multi-argument type().
by Serhiy Storchaka
· 9 years ago
5f6a0b4
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
by Serhiy Storchaka
· 9 years ago
4439148
Issue #26045: Add UTF-8 suggestion to error in http.client
by Martin Panter
· 9 years ago
0c0d537
Issue #26198: Make datetime error tests more lenient.
by Serhiy Storchaka
· 9 years ago
c4b813d
Issue #26198: Fixed error messages for some argument parsing errors.
by Serhiy Storchaka
· 9 years ago
a037022
Issue #12923: Reset FancyURLopener's redirect counter even on exception
by Martin Panter
· 9 years ago
46f7785
Issue #25660: Fix a unittest and rlcompleter when readline isn't available
by Yury Selivanov
· 9 years ago
3874128
Issue #25945: Fixed bugs in functools.partial.
by Serhiy Storchaka
· 9 years ago
b00da57
Issue #26194: Inserting into a full deque to raise an IndexError
by Raymond Hettinger
· 9 years ago
0df5313
test_asyncio: fix test_timeout_time()
by Victor Stinner
· 9 years ago
275bd96
Issue #19587: Remove masked and redundant tests in test_bytes
by Martin Panter
· 9 years ago
3464ea2
Issue #26173: Separate bad cert file tests and client rejection test
by Martin Panter
· 9 years ago
4a208e4
Issue #23076: Path.glob() now raises a ValueError if it's called with an
by Berker Peksag
· 9 years ago
b594422
Issue #4806: Avoid masking original TypeError in call with * unpacking
by Martin Panter
· 9 years ago
407b62f
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
by Martin Panter
· 9 years ago
0a20bbf
Issue #26202: copy.deepcopy() now correctly copies range() objects with
by Serhiy Storchaka
· 9 years ago
b49a1ed
Merge heads
by Serhiy Storchaka
· 9 years ago
c8241fd
Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units
by Serhiy Storchaka
· 9 years ago
8f475ef
Backport fixes on test_eintr
by Victor Stinner
· 9 years ago
ad13edb
Issue #24705: Add a test case for ef84d21f5292
by Berker Peksag
· 9 years ago
3743432
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
by Raymond Hettinger
· 9 years ago
3cdd5fb
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
aebb6d3
Issue #26147: xmlrpc now works with strings not encodable with used
by Serhiy Storchaka
· 9 years ago
d205d01
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
by Serhiy Storchaka
· 9 years ago
47b91b0
Fix BytecodeTestCase.assertNotInBytecode()
by Victor Stinner
· 9 years ago
9ad1154
set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731)
by Benjamin Peterson
· 9 years ago
Next »