Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1f0e1f3cbbb5205b3c6787da268051f84b338739
/
Lib
/
test
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
8f19e8e
Issue #25859: Reimplement NNTP test_starttls() using local server
by Martin Panter
· 9 years ago
1b25eff
Issue #25366: Skip test_with_pip when threading module is not available
by Berker Peksag
· 9 years ago
5c1d9d2
Added exceptins for testing non-reversible import mapping for Issue #26013.
by Serhiy Storchaka
· 9 years ago
084f7e4
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
by Serhiy Storchaka
· 9 years ago
7a5fe6d
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
by Martin Panter
· 9 years ago
a3a5833
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
c7b05a4
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
56aae8f
Issue #17633: Improve support for namespace packages with zipimport.
by Brett Cannon
· 9 years ago
a8b43b5
Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
3f2240c
Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
by Martin Panter
· 9 years ago
fab75d9
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
by Martin Panter
· 9 years ago
035583b
Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT
by Martin Panter
· 9 years ago
40b97ec
Issue #25940: Update new SSL tests for self-signed.pythontest.net
by Martin Panter
· 9 years ago
17cbee4
Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5
by Martin Panter
· 9 years ago
b55f8b7
Issue #25940: Update new SSL tests for self-signed.pythontest.net
by Martin Panter
· 9 years ago
514bb07
Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4
by Martin Panter
· 9 years ago
73f5507
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
by Martin Panter
· 9 years ago
3d81d93
Issue #25940: Use self-signed.pythontest.net in SSL tests
by Martin Panter
· 9 years ago
09880c8
Comment out some tests that won't pass now that we've reverted the
by Barry Warsaw
· 9 years ago
b4b8a0e
Merge 3.4 (Issue #26050)
by Yury Selivanov
· 9 years ago
d9d0e86
Issue #26050: Add asyncio.StreamReader.readuntil() method.
by Yury Selivanov
· 9 years ago
b86abb7
merge 3.4
by Andrew Svetlov
· 9 years ago
c07b16b
Sync with asyncio repo
by Andrew Svetlov
· 9 years ago
03abf6d
Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
9c39b67
Hopeful fix for test_rglob_common on Windows without symlinks.
by Guido van Rossum
· 9 years ago
c3a8272
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
bc9fdda
Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012.
by Guido van Rossum
· 9 years ago
1a4afec
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
e428231
Issue #22570: Add 'path' attribute to pathlib.Path objects.
by Guido van Rossum
· 9 years ago
520f297
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
69bfb15
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
by Guido van Rossum
· 9 years ago
d54377d
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
6c2d33a
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
by Guido van Rossum
· 9 years ago
830207e
#22709: Use stdin as-is if it does not have a buffer attribute.
by R David Murray
· 9 years ago
9ecf00e
Remove a duplicate test_addresses key:value as identified by Vincent
by Gregory P. Smith
· 9 years ago
beb652c
Make catched exception more specific and correct a comment.
by Serhiy Storchaka
· 9 years ago
3cc8f4b
make recording and reporting errors and nonlocal and global directives more robust (closes #25973)
by Benjamin Peterson
· 9 years ago
e4d65e3
Issue #25447: Copying the lru_cache() wrapper object now always works,
by Serhiy Storchaka
· 9 years ago
f81be8a
Issue #22995: Instances of extension types with a state that aren't
by Serhiy Storchaka
· 9 years ago
a17ca19
Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
by Serhiy Storchaka
· 9 years ago
0bddc9e
Issue #25860: os.fwalk() no longer skips remaining directories when error occurs.
by Serhiy Storchaka
· 9 years ago
0ce7a3a
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
by Serhiy Storchaka
· 9 years ago
66c08d9
Issue #25902: Fixed various refcount issues in ElementTree iteration.
by Serhiy Storchaka
· 9 years ago
5aac3ed
Issue #25766: Special method __bytes__() now works in str subclasses.
by Serhiy Storchaka
· 9 years ago
5185597
Fixed sizeof tests for dict and type (they were passed by accident).
by Serhiy Storchaka
· 9 years ago
aaf69ac
Don't create non-needed file.
by Serhiy Storchaka
· 9 years ago
9c297e4
Use correct PyGC_Head size in tests for issue #25421.
by Serhiy Storchaka
· 9 years ago
5c4064e
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 9 years ago
6f9b010
Fix a couple of typos in code comments
by Martin Panter
· 9 years ago
c4e27e2
Merge 3.4
by Yury Selivanov
· 9 years ago
ea4ce1c
asyncio/tests: Fix a ResourceWarning due to unclosed loop
by Yury Selivanov
· 9 years ago
152c408
Merge 3.4
by Yury Selivanov
· 9 years ago
3cd863c
asyncio/tests: Fix ResourceWarnings related to unclosed transports
by Yury Selivanov
· 9 years ago
bcf8afd
Merge 3.4
by Yury Selivanov
· 9 years ago
5f68ca6
asyncio/tests: Fix some ResourceWarnings
by Yury Selivanov
· 9 years ago
e277a3d
Merge 3.4
by Yury Selivanov
· 9 years ago
aa78adc
asyncio/tests: Fix deprecation warning
by Yury Selivanov
· 9 years ago
a3f82ba
Merge 3.4
by Yury Selivanov
· 9 years ago
ec45226
Normalize whitespace
by Yury Selivanov
· 9 years ago
631546c
Merge 3.4
by Yury Selivanov
· 9 years ago
d5c2a62
asyncio: Skip getaddrinfo if host is already resolved.
by Yury Selivanov
· 9 years ago
a7f9933
Issue #23788: Merge redundant test_bad_address() into test_urllibnet
by Martin Panter
· 9 years ago
6edadfc
* Re-fix issue #19284: Don't generate the no-op -R command line
by Gregory P. Smith
· 9 years ago
220ba72
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
by Gregory P. Smith
· 9 years ago
4cb6d37
assert_python_ok docstring typo fix.
by Gregory P. Smith
· 9 years ago
1a316e8
Sync asyncio with upstream git repo (conditional import in test_pep492.py).
by Guido van Rossum
· 9 years ago
Next »