Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
56aae8f3043761853504193508d404280a3ec40b
/
Lib
/
test
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
dda5843
Issue #19771: Omit irrelevant message if package could not be initialized
by Martin Panter
· 9 years ago
ce70132
Issue #25809: Skip testing platform-dependent French thousands separator
by Martin Panter
· 9 years ago
6a10936
Issue #25809: Skip testing platform-dependent French thousands separator
by Martin Panter
· 9 years ago
a7d8127
Issue #25755: Move PropertyWritableDoc into the test case
by Berker Peksag
· 9 years ago
d3ded40
Merge 3.4
by Yury Selivanov
· 9 years ago
0ac3a0c
asyncio: Make Tasks check if Futures are attached to the same event loop
by Yury Selivanov
· 9 years ago
7888e67
Merge 3.4
by Yury Selivanov
· 9 years ago
dddc781
asyncio: Sync with github
by Yury Selivanov
· 9 years ago
5cf791b
Issue #25764: Skip fork failure test when run as root
by Martin Panter
· 9 years ago
b82032f
Issue #22341: Drop Python 2 workaround and document CRC initial value
by Martin Panter
· 9 years ago
7dda421
Issue #14285: Do not catch exceptions initializing any ancestor package
by Martin Panter
· 9 years ago
40e102c
Issue #25820: Remove unused assignment and redundant GDB CLI arguments
by Martin Panter
· 9 years ago
5e58600
Remove x permissions from Lib/test/test_script_helper.py
by doko@ubuntu.com
· 9 years ago
c4b8979
Issue #25764: Merge OS X test skipping from 3.4 into 3.5
by Martin Panter
· 9 years ago
f7fdbda
Issue #25764: Skip the test on OS X
by Martin Panter
· 9 years ago
2356069
Issue #25800: Merge with 3.4
by Zachary Ware
· 9 years ago
6d8a260
Issue #25800: Fix running test_capi directly
by Zachary Ware
· 9 years ago
ac28b79
Issue #25795: Fix several tests to run independently.
by Zachary Ware
· 9 years ago
939614c
Merge: #24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
6a77c2d
Issue #25764: Merge subprocess fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
f17c200
Add Awaitable, AsyncIterable, AsyncIterator to typing.py.
by Guido van Rossum
· 9 years ago
b1f64e7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
c7217d7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
657257e
Issue #14285: Do not catch __init__.py exceptions in runpy
by Martin Panter
· 9 years ago
6648bf5
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
7aa6908
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
09a08de
Fix test_doctest in verbose mode
by Victor Stinner
· 9 years ago
40a841b
Fixed issue #25177, problems with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
c0c00c3
Fix for issue #25177 with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
b63015b
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
cbbec1c
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
afdd513
Issue #25764: Preserve subprocess fork exception when preexec_fn used
by Martin Panter
· 9 years ago
3c49710
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
7279bef
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
15f070f
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
c472246
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
670d78a
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
d28bb62
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
2cefc1e
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
33e7ea5
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
Next »