Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
98b6bc3bf72532b784a1c1fa76eaa6026a663e44
/
Lib
/
test
98b6bc3
bpo-30822: Fix testing of datetime module. (#2530)
by Utkarsh Upadhyay
· 7 years ago
8a8d285
bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)
by Osvaldo Santana Neto
· 7 years ago
85f6430
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
by xdegaye
· 7 years ago
7352864
bpo-30818: test_ftplib calls asyncore.close_all() (#2514)
by Victor Stinner
· 7 years ago
45dba3a
test_urllib2_localnet: clear server variable (#2510)
by Victor Stinner
· 7 years ago
7eebeb8
bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504)
by Victor Stinner
· 7 years ago
b903067
bpo-30280: Cleanup threads in ayncio tests (#2501)
by Victor Stinner
· 7 years ago
21a0a6c
threading_cleanup() failure marks test as ENV_CHANGED (#2500)
by Victor Stinner
· 7 years ago
729780a
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
by Antoine Pitrou
· 7 years ago
18974c3
bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)
by Nick Coghlan
· 7 years ago
f7d090c
bpo-30796: Fix failures in signal delivery stress test (#2488)
by Antoine Pitrou
· 7 years ago
beeca6e
bpo-30776: regrtest: reduce memleak false positive (#2484)
by Victor Stinner
· 7 years ago
c08177a
bpo-30703: Improve signal delivery (#2415)
by Antoine Pitrou
· 7 years ago
a8f8d5b
bpo-29585: optimize site.py startup time (GH-136)
by INADA Naoki
· 7 years ago
79d37ae
Clear potential ref cycle between Process and Process target (#2470)
by Antoine Pitrou
· 7 years ago
a79f8fa
bpo-30775: Fix refleaks in test_multiprocessing (#2467)
by Antoine Pitrou
· 7 years ago
f7eae0a
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
by Serhiy Storchaka
· 7 years ago
84d9d14
bpo-29512: Add test.bisect, bisect failing tests (#2452)
by Victor Stinner
· 7 years ago
48b5c42
bpo-30776: reduce regrtest -R false positives (#2422)
by Victor Stinner
· 7 years ago
b350c22
bpo-30532: Fix whitespace folding in certain cases
by Joel Hillacre
· 7 years ago
63f54c6
bpo-30764: regrtest: add --fail-env-changed option (#2402)
by Victor Stinner
· 7 years ago
cdee3f1
bpo-30764: test_subprocess uses SuppressCrashReport (#2405)
by Victor Stinner
· 7 years ago
ace56d5
bpo-30523: regrtest --list-cases --match (#2401)
by Victor Stinner
· 7 years ago
af5392f
bpo-30746: Port more tests for os.spawnvpe() and os.execve() from 2.7. (#2394)
by Serhiy Storchaka
· 7 years ago
7770394
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
by Serhiy Storchaka
· 7 years ago
13e96cc
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
by Antoine Pitrou
· 7 years ago
d174d24
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
by Serhiy Storchaka
· 7 years ago
f87b85f
bpo-21071: struct.Struct.format type is now str (#845)
by Victor Stinner
· 7 years ago
a4b091e
bpo-30604: Skip CoExtra tests if ctypes is missing (#2356)
by Victor Stinner
· 7 years ago
32cb968
bpo-30727: Fix a race condition in test_threading. (#2334)
by Serhiy Storchaka
· 7 years ago
279a962
bpo-30736: upgrade to Unicode 10.0 (#2344)
by Benjamin Peterson
· 7 years ago
a3d91b4
bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)
by Gregory P. Smith
· 7 years ago
f3cffd2
bpo-30604: clean up co_extra support (#2144)
by Dino Viehland
· 7 years ago
dcc8ce4
bpo-30616: Functional API of enum allows to create empty enums. (#2304)
by Dong-hee Na
· 7 years ago
26cb465
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266)
by Serhiy Storchaka
· 7 years ago
3a7f035
bpo-30597: Show expected input in custom 'print' error message. (#2009)
by Sanyam Khurana
· 7 years ago
90e01e5
urllib: Simplify splithost by calling into urlparse. (#1849)
by postmasters
· 7 years ago
eb81795
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
by Nick Coghlan
· 7 years ago
b0c58d3
bpo-30523: Add --list-cases unittest (#2243)
by Louie Lu
· 7 years ago
11e97f2
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)
by ericvsmith
· 7 years ago
a49c935
bpo-30523: regrtest: Add --list-cases option (#2238)
by mlouielu
· 7 years ago
272d888
bpo-29783: Replace codecs.open() with io.open() (#599)
by Victor Stinner
· 7 years ago
214f7ee
bpo-30603: add tests to textwrap.dedent (GH-2206)
by Jonathan Eunice
· 7 years ago
96c7c06
bpo-20627: Fix error message when keyword arguments are used (#2115)
by Sylvain
· 7 years ago
7926516
bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)
by Nick Coghlan
· 7 years ago
f7e0784
bpo-30284: Fix regrtest for out of tree build (#1481)
by Victor Stinner
· 7 years ago
8c3f05e
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899)
by Milan Oberkirch
· 7 years ago
b18563d
bpo-30231: Remove skipped test_imaplib tests (#1419)
by Victor Stinner
· 7 years ago
3402f72
bpo-30649: Revert utime delta in test_os (#2176)
by Victor Stinner
· 7 years ago
8f6eeaf
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)
by Victor Stinner
· 7 years ago
c94caca
bpo-30649: test_os tolerates 50 ms delta for utime (#2156)
by Victor Stinner
· 7 years ago
601483d
bpo-30603: Add test case to textwrap.dedent (GH-2014)
by Jonathan Eunice
· 7 years ago
b9c3da5
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
by Sanyam Khurana
· 7 years ago
1eb6c00
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
by Antoine Pitrou
· 7 years ago
4563099
bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130)
by Nick Coghlan
· 7 years ago
023564b
bpo-30635: Fix refleak in test_c_locale_coercion (#2126)
by Victor Stinner
· 7 years ago
eb52ac8
bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155)
by Victor Stinner
· 7 years ago
dfd5f34
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
by Antoine Pitrou
· 7 years ago
b459f74
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595)
by mircea-cosbuc
· 7 years ago
3fd54d4
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
by Serhiy Storchaka
· 7 years ago
09663de
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111)
by Yury Selivanov
· 7 years ago
7ce1c6f
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
by Yury Selivanov
· 7 years ago
1efbf92
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
by Serhiy Storchaka
· 7 years ago
6ea4186
bpo-28180: Implementation for PEP 538 (#659)
by Nick Coghlan
· 7 years ago
29fda8d
bpo-28556: Updates to typing module (#2076)
by Ivan Levkivskyi
· 7 years ago
c5179f6
bpo-30599: Fix test_threaded_import reference leak (#2029)
by Victor Stinner
· 7 years ago
171b9a3
bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)
by Roy Williams
· 7 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 7 years ago
a608d2d
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)
by Nikolay Kim
· 7 years ago
a0e3d2d
Closing transport during handshake process leaks socket (#480)
by Nikolay Kim
· 7 years ago
fbfaa6f
bpo-30014: make poll-like selector's modify() method faster (#1030)
by Giampaolo Rodola
· 7 years ago
894a654
Fix waiter cancellation in asyncio.Lock (#1031)
by Mathieu Sornay
· 7 years ago
f9f1cca
Fix regression in error message introduced in bpo-29951. (#2028)
by Serhiy Storchaka
· 7 years ago
57161aa
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
by Jelle Zijlstra
· 7 years ago
3b5cf85
bpo-30524: Write unit tests for FASTCALL (#2022)
by Victor Stinner
· 7 years ago
59fdf0f
Add a test for bad IDNA in ssl server_hostname (#1997)
by Nathaniel J. Smith
· 7 years ago
ef8320c
bpo-30540: regrtest: add --matchfile option (#1909)
by Victor Stinner
· 7 years ago
2e9cd58
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888)
by Serhiy Storchaka
· 7 years ago
64505a1
bpo-30486: Allow setting cell value (#1840)
by Lisa Roach
· 7 years ago
0ecdc52
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
by Will Roberts
· 7 years ago
5edf827
bpo-30591: Added test for textwrap backtracking. (#1988)
by Jonathan Eunice
· 7 years ago
897bba7
bpo-30584: Fix test_os fails on non-English Windows (#1980)
by Denis Osipov
· 7 years ago
add98eb
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)
by Antoine Pietri
· 7 years ago
ff48739
bpo-30463: Add an empty __slots__ to abc.ABC.
by Aaron Hall, MBA
· 7 years ago
6a1d84e
bpo-30557: Fix test_faulthandler (#1969)
by Victor Stinner
· 7 years ago
5eb788b
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
by Serhiy Storchaka
· 7 years ago
6260d9f
bpo-30520: Implemented pickling for loggers. (#1956)
by Vinay Sajip
· 7 years ago
8b7a4cc
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
by Oz N Tiram
· 7 years ago
e6a23c8
bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924)
by Steve Dower
· 7 years ago
3c2817b
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922)
by Antoine Pitrou
· 7 years ago
7a99625
Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920)
by Segev Finer
· 7 years ago
aead53b
bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682)
by Johan Liu
· 7 years ago
0b4b57d
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676)
by Xiang Zhang
· 7 years ago
fc354f0
bpo-25324: copy tok_name before changing it (#1608)
by Albert-Jan Nijburg
· 7 years ago
85aba23
subprocess test_empty_env typo fix. (#1877)
by Gregory P. Smith
· 7 years ago
b351248
bpo-12383: Refactor subprocess test_empty_env (#1874)
by Gregory P. Smith
· 7 years ago
163468a
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
by Gregory P. Smith
· 7 years ago
346cbd3
bpo-16500: Allow registering at-fork handlers (#1715)
by Antoine Pitrou
· 7 years ago
bc50f03
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683)
by grzgrzgrz3
· 7 years ago
0cd7a3f
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
by Serhiy Storchaka
· 7 years ago
Next »