Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4a173bc4edfbc731f227a84a26eb24b6aef91dd6
/
Lib
/
test
4a173bc
Fixes for KFreeBSD and the Hurd:
by doko@ubuntu.com
· 11 years ago
fa873f6
remove superfluous and useless line
by Benjamin Peterson
· 11 years ago
c844b00
use the called property of the run_pip mock rather than an assertion method that doesn't exist
by Benjamin Peterson
· 11 years ago
c043061
Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015
by Antoine Pitrou
· 11 years ago
45278a8
#1704474: mark refleak test as specific to CPython
by Andrew Kuchling
· 11 years ago
d943fde
Run test_urllib2_localnet tests using unittest.main().
by Senthil Kumaran
· 11 years ago
9574355
- Issue #21223: Pass test_site/test_startup_imports when some of the extensions
by doko@ubuntu.com
· 11 years ago
09cc169
asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly
by Yury Selivanov
· 11 years ago
809f90f
Reverted 16efa8d27e4c after discussion with Eric.
by Vinay Sajip
· 11 years ago
1e53f8d
Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
by Vinay Sajip
· 11 years ago
a0d1073
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
by Eric V. Smith
· 11 years ago
f15f748
asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1
by Yury Selivanov
· 11 years ago
cfdd016
Invoke test_urllibnet tests using unittest.main function
by Senthil Kumaran
· 11 years ago
afb151a
#17498: Defer SMTPServerDisconnected errors until the next command.
by R David Murray
· 11 years ago
6b3e87d
merge heads
by Senthil Kumaran
· 11 years ago
7ce9074
Issue #13598: Add auto-numbering of replacement fields to string.Formatter.
by Eric V. Smith
· 11 years ago
d8e24f1
Convert urllib.request parse_proxy doctests to unittests.
by Senthil Kumaran
· 11 years ago
9da047b
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().
by Senthil Kumaran
· 11 years ago
2ea9712
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
by Eric V. Smith
· 11 years ago
f6e50b4
fix sending tuples to custom generator objects with yield from (closes #21209)
by Benjamin Peterson
· 11 years ago
584f5cb
merge 3.3
by Benjamin Peterson
· 11 years ago
156285c
merge 3.2
by Benjamin Peterson
· 11 years ago
99b5afa
in scan_once, prevent the reading of arbitrary memory when passed a negative index
by Benjamin Peterson
· 11 years ago
d5aa487
#21169: fix getpass to use replace error handler on UnicodeEncodeError.
by R David Murray
· 11 years ago
0fceaf4
inspect.signautre: Fix functools.partial support. Issue #21117
by Yury Selivanov
· 11 years ago
1fd03a4
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
by Victor Stinner
· 11 years ago
511e222
make temporary read-only files writable, so rmtree can remove them (#21128)
by Benjamin Peterson
· 11 years ago
e331121
make sure to test UnicodeEncodeError, too
by Benjamin Peterson
· 11 years ago
9b09ba1
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)
by Benjamin Peterson
· 11 years ago
24dfb05
make test name consistent with the rest of the file
by Benjamin Peterson
· 11 years ago
31b26f6
Issue #18652: Add an itertools recipe for first_true()
by Raymond Hettinger
· 11 years ago
9dc203f
merge 3.3 (#21082)
by Benjamin Peterson
· 11 years ago
4717e21
merge 3.2 (#21082)
by Benjamin Peterson
· 11 years ago
ee5f1c1
remove directory mode check from makedirs (closes #21082)
by Benjamin Peterson
· 11 years ago
809ee90
use https docs url
by Benjamin Peterson
· 11 years ago
887cd7d
merge 3.3 (#21115)
by Benjamin Peterson
· 11 years ago
b25e3f9
merge 3.2
by Benjamin Peterson
· 11 years ago
b4be376
use https docs url (#21115)
by Benjamin Peterson
· 11 years ago
d2403a2
Issue #20668: Remove tests.txt of test_asyncio
by Victor Stinner
· 11 years ago
f269cc6
Issue #21097: Move test_namespace_pkgs into test_importlib.
by Eric Snow
· 11 years ago
e7d532f
Issue #6676: Ensure a meaningful exception is raised when attempting
by Ned Deily
· 11 years ago
2542b66
inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.
by Yury Selivanov
· 11 years ago
b1d060b
inspect: Fix getcallargs() to raise correct TypeError
by Yury Selivanov
· 11 years ago
00abf38
asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
by Yury Selivanov
· 11 years ago
223082f
Issue #21069: Temporarily use www.google.com while investigating
by Ned Deily
· 11 years ago
944d597
Issue #20939: remove stray character from comment
by Ned Deily
· 11 years ago
5a507f0
Issue #20939: Use www.example.com instead of www.python.org to avoid test
by Ned Deily
· 11 years ago
e74153a
Issue #20939: Backout test_urllib2.test_issue16464 disables:
by Ned Deily
· 11 years ago
87d13ea
Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.
by Victor Stinner
· 11 years ago
b60ac7a
Issue #21038: Use monotonic clock to compute timeout, not the system clock
by Victor Stinner
· 11 years ago
6f20b7c
Issue #21038: Cleanup test_epoll.py
by Victor Stinner
· 11 years ago
1f99f9d
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
by Victor Stinner
· 11 years ago
93569c2
asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current
by Victor Stinner
· 11 years ago
6a2ba94
Issue #21013: Enhance ssl.create_default_context() for server side contexts
by Donald Stufft
· 11 years ago
80a5be1
Issue #20980: Stop wrapping exception when using ThreadPool.
by Richard Oudkerk
· 11 years ago
0bebbc3
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1".
by Antoine Pitrou
· 11 years ago
9a90243
Skip test_urllib2.test_issue16464() is the ssl module is missing
by Victor Stinner
· 11 years ago
2a60534
move SharedKeyTests to test_descr
by Benjamin Peterson
· 11 years ago
df81379
correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys
by Benjamin Peterson
· 11 years ago
7e7fb03
Issue #20939: merge from 3.3
by Ned Deily
· 11 years ago
b454742
Issue #20939: Fix test_geturl failure in test_urllibnet due to
by Ned Deily
· 11 years ago
d3b3bba
Merge: #20933: At least one place maps 'test' to 'localhost'...fix test.
by R David Murray
· 11 years ago
fdbe918
#20933: At least one place maps 'test' to 'localhost'...fix test.
by R David Murray
· 11 years ago
d0fc83d
merge 3.2 (#20896)
by Benjamin Peterson
· 11 years ago
cf25c5c
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
by Benjamin Peterson
· 11 years ago
bb185ab
use support.rmtree instead of shutil (closes #19614)
by Benjamin Peterson
· 11 years ago
8546e22
merge 3.3 (#20896)
by Benjamin Peterson
· 11 years ago
e8f3819
merge 3.3 (#19614)
by Benjamin Peterson
· 11 years ago
f31213c
Backed out changeset c13398566409
by Benjamin Peterson
· 11 years ago
5a2c040
Issue #20896: Workaround the bug temporarely to fix buildbots
by Victor Stinner
· 11 years ago
8ce8ff9
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
by Victor Stinner
· 11 years ago
bcfcfc5
use assertEqual instead of the deprecated assertEquals (closes #20877)
by Benjamin Peterson
· 11 years ago
6120739
Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
by Ned Deily
· 11 years ago
e512729
Issue #20875: Merge from 3.3
by Ned Deily
· 11 years ago
b8bf995
#20871: improve email policy test coverage.
by R David Murray
· 11 years ago
5dda124
#11558: Better message if attach called on non-multipart.
by R David Murray
· 11 years ago
ccdf352
Issue #20283: RE pattern methods now accept the string keyword parameters
by Serhiy Storchaka
· 11 years ago
25dded0
Make the various iterators' "setstate" sliently and consistently clip the
by Kristján Valur Jónsson
· 11 years ago
4ca688e
Fix pickling of rangeiter. rangeiter_setstate would not allow setting it
by Kristján Valur Jónsson
· 11 years ago
682ea5f
Correct comments and improve failure reports in test_fileinput (closes #20501).
by Serhiy Storchaka
· 11 years ago
a537eb4
Issue #20283: RE pattern methods now accept the string keyword parameters
by Serhiy Storchaka
· 11 years ago
e6a5379
asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is
by Victor Stinner
· 11 years ago
eeeebcd
asyncio: Synchronize with Tulip
by Victor Stinner
· 11 years ago
c5cc501
Make the various iterators' "setstate" sliently and consistently clip the
by Kristján Valur Jónsson
· 11 years ago
25ea45d
Merge with 3.3
by Kristján Valur Jónsson
· 11 years ago
dc855b7
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec
by Nick Coghlan
· 11 years ago
cd9028c
Correct comments and improve failure reports in test_fileinput (closes #20501).
by Serhiy Storchaka
· 11 years ago
056e265
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
by Yury Selivanov
· 11 years ago
9fb137c
merge with 3.3
by Georg Brandl
· 11 years ago
2fc8f77
Issue #20404: reject non-text encodings early in TextIOWrapper.
by Georg Brandl
· 11 years ago
2658bad
merge 3.3.5rc1 release commits with 3.3 branch
by Georg Brandl
· 11 years ago
24a945c
merge 3.3 (#20249)
by Benjamin Peterson
· 11 years ago
659a6f5
fix test_posix.test_initgroups to work without supplemental groups (closes #20249)
by Benjamin Peterson
· 11 years ago
b77bf32
fix test on debug builds (closes #20731)
by Benjamin Peterson
· 11 years ago
298bb96
Issue #20778: Fix modulefinder to work with bytecode-only modules.
by Brett Cannon
· 11 years ago
815b41b
Issue #20731: Properly position in source code files even if they
by Martin v. Löwis
· 11 years ago
9db1ab8
Issue #20567: Delete class attribute gui widgets in idle tests.
by Terry Jan Reedy
· 11 years ago
1260418
merge 3.3
by Benjamin Peterson
· 11 years ago
0f38478
merge for issue #20778
by Brett Cannon
· 11 years ago
80875fe
Reindent
by Martin v. Löwis
· 11 years ago
Next »