Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6924ed55c9807d69757e03bbe1caeec1104efacb
/
Lib
/
test
6924ed5
bpo-30357 each test in test_thread waits until all spawned threads finish (#1583)
by grzgrzgrz3
· 8 years ago
9d1983b
bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591)
by Victor Stinner
· 8 years ago
eb66897
[2.7] bpo-30366: Backport tests for test.support. (#1582)
by Serhiy Storchaka
· 8 years ago
f2e894c
bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)
by Victor Stinner
· 8 years ago
a5bb624
[2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541)
by Victor Stinner
· 8 years ago
3837d97
bpo-15526: test_startfile changes the cwd (#1537)
by Victor Stinner
· 8 years ago
453a685
bpo-30283: Backport regrtest features from master to 2.7 (#1516)
by Victor Stinner
· 8 years ago
d2aff60
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
by Victor Stinner
· 8 years ago
c8a77d3
Fix SyntaxWarning on importing test_inspect (#1512)
by Victor Stinner
· 8 years ago
4e7457b
bpo-29990: Fix range checking in GB18030 decoder (#1509)
by Xiang Zhang
· 8 years ago
228da42
bpo-30258: Fix handling of child error in regrtest (#1477)
by Victor Stinner
· 8 years ago
03b2788
bpo-30265: support.unlink() don't catch any OSError (#1456)
by Victor Stinner
· 8 years ago
d81f9e2
bpo-30264: ExpatParser now closes the source (#1476)
by Victor Stinner
· 8 years ago
fd6094c
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472)
by Victor Stinner
· 8 years ago
e81e355
bpo-30108: Fix test_site setUpModule() (#1460)
by Victor Stinner
· 8 years ago
7806438
bpo-30108: Restore sys.path in test_site (#1197) (#1459)
by Victor Stinner
· 8 years ago
9fb061b
Fix test_ftplib warning if IPv6 is not available (#1457)
by Victor Stinner
· 8 years ago
74f0db8
[2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)
by Serhiy Storchaka
· 8 years ago
c991eb2
bpo-30258: regrtest handles child process crash (#1431)
by Victor Stinner
· 8 years ago
0d49379
regrtest: always show before/after of modified env (#1407) (#1409)
by Victor Stinner
· 8 years ago
d1c862f
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1408)
by Victor Stinner
· 8 years ago
8105dd7
bpo-30223: Add global in regrtest main_in_temp_cwd (#1399)
by Victor Stinner
· 8 years ago
8e158b2
[2.7] bpo-30223: Fix test_xpickle for Python 2.4. (#1395)
by Serhiy Storchaka
· 8 years ago
43566ae
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
by Serhiy Storchaka
· 8 years ago
a694e09
bpo-30207: Rename test.test_support to test.support. (#1353)
by Serhiy Storchaka
· 8 years ago
941ea53
[2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347)
by Serhiy Storchaka
· 8 years ago
2a1bf06
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189)
by Serhiy Storchaka
· 8 years ago
64aa4df
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183)
by Serhiy Storchaka
· 8 years ago
5fbdfc3
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152)
by Xiang Zhang
· 8 years ago
65c5b09
bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065)
by Serhiy Storchaka
· 8 years ago
23d6eb6
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973)
by Victor Stinner
· 8 years ago
9c2c42c
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
by Serhiy Storchaka
· 8 years ago
68903b6
bpo-15083: Convert ElementTree doctests to unittests. (#906)
by Serhiy Storchaka
· 8 years ago
d694a06
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)
by T. Wouters
· 8 years ago
5084ff7
bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)
by Antoine Pitrou
· 8 years ago
c9ba186
bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374)
by Xiang Zhang
· 8 years ago
b4f0e98
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366)
by Xiang Zhang
· 8 years ago
02eb4b0
bpo-29110: Fix file object leak in aifc.open (GH-356)
by INADA Naoki
· 8 years ago
c0b336e
bpo-29602: fix signed zero handling in complex constructor (#204)
by Mark Dickinson
· 8 years ago
8420cd2
Backport test_gdb fixes for s390x buildbots
by Victor Stinner
· 9 years ago
ea82972
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
by Mark Dickinson
· 9 years ago
3b23004
Issue #29354: Fixed inspect.getargs() for parameters which are cell variables.
by Serhiy Storchaka
· 9 years ago
f0739cb
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
98b1c82
Issue #29142: Fix suffixes in no_proxy handling in urllib.
by Xiang Zhang
· 9 years ago
9220111
test_curses - substitute self.skip() with self.skipTest()
by Xavier de Gaye
· 9 years ago
4d42af1
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
f77fe6b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
e96095b
Fixed running MiscTests in test_xml_etree_c.
by Serhiy Storchaka
· 9 years ago
1451874
Backed out changeset 78bf34b6a713
by Serhiy Storchaka
· 9 years ago
f939b3c
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
500794d
Issue #28815: Skip TIPC tests if /proc/modules is not readable
by Martin Panter
· 9 years ago
85add47
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
805f283
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 9 years ago
88e4206
Fix spelling in code comments
by Martin Panter
· 9 years ago
30ad6e2
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
by Serhiy Storchaka
· 9 years ago
6560e22
Issue #28925: cPickle now correctly propagates errors when unpickle instances
by Serhiy Storchaka
· 9 years ago
7117d35
Issue #5322: Restored tests for __new__.
by Serhiy Storchaka
· 9 years ago
0644d26
merge 2.7.13 release branch
by Benjamin Peterson
· 9 years ago
4403d50
revert a37cc3d926ec (#5322)
by Benjamin Peterson
· 9 years ago
1426a99
simplify cleanup of test_replace_parent_in_sys_modules (closes #28862)
by Benjamin Peterson
· 9 years ago
32b3734
Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied
by Ned Deily
· 9 years ago
7653c38
Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.
by Serhiy Storchaka
· 9 years ago
1122236
increase test_smtplib timeouts
by Benjamin Peterson
· 9 years ago
daf82f7
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 9 years ago
9bd44d6
Issue #28847: dubmdbm no longer writes the index file in when it is not
by Serhiy Storchaka
· 9 years ago
c30f27d
Issue #11145: Fixed miscellaneous issues with C-style formatting of types
by Serhiy Storchaka
· 9 years ago
398bc76
Issue #28666: Fix stat import
by Martin Panter
· 9 years ago
d54d327
Issue #28666: Fix removing readonly directories on Windows.
by Serhiy Storchaka
· 9 years ago
f0d0306
Issue #28666: Now test.test_support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
b7c057a
Issue #28666: Now test.support.rmtree is able to remove unwritable or
by Serhiy Storchaka
· 9 years ago
d3e6c9e
Issue #28563: Make plural form selection more lenient and accepting
by Serhiy Storchaka
· 9 years ago
536d93d
Issue #28016: Skip /dev/tty seekable() test on AIX
by Martin Panter
· 9 years ago
1e4b73f
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
ac33bd7
Issue #23839: Various caches now are cleared before running every test file.
by Serhiy Storchaka
· 9 years ago
a876027
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
by Serhiy Storchaka
· 9 years ago
d01b516
pip 9.0 works fine without the ssl module
by Donald Stufft
· 9 years ago
5396257
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
by Serhiy Storchaka
· 9 years ago
f8cc287
Issue #28515: Fixed py3k warnings.
by Serhiy Storchaka
· 9 years ago
abcd5d5
Issue #28115: ZIP creation test requires zlib.
by Serhiy Storchaka
· 9 years ago
ef5c24a
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
by Serhiy Storchaka
· 9 years ago
e2a3c77
Issue #28115: Added tests for CLI of the zipfile module.
by Serhiy Storchaka
· 9 years ago
58bd36b
Issue #28435: Avoid no_proxy environment variable interfering with tests
by Martin Panter
· 9 years ago
05b8443
Issue #21720: Improve exception message when the type of fromlist is unicode
by Berker Peksag
· 9 years ago
829d4fb
Issue #28394: Typo fixes in code comments and changelog
by Martin Panter
· 9 years ago
58ab4b5
Issue #26293: Fixed writing ZIP files that starts not from the start of the
by Serhiy Storchaka
· 9 years ago
46550ff
skip test on windows
by Benjamin Peterson
· 9 years ago
d7cfae9
fix bug in 48797808a302
by Benjamin Peterson
· 9 years ago
38297d7
skip test if resizing is not supported
by Benjamin Peterson
· 9 years ago
1df2cbe
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
by Benjamin Peterson
· 9 years ago
ab8b75a
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 9 years ago
317d350
Moved Unicode C API related tests to separate test class.
by Serhiy Storchaka
· 9 years ago
b8a1a27
Issue #27358: Backported tests.
by Serhiy Storchaka
· 9 years ago
78b634d
Issue #28257: Backported a test.
by Serhiy Storchaka
· 9 years ago
67edf73
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 9 years ago
8cab419
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
by Alexander Belopolsky
· 9 years ago
0259c66
Issue #28221: Remove unused assignment from test_asyncore_server()
by Martin Panter
· 9 years ago
e56fb8f
Add Lib/test/ssltests.py for faster testing of OpenSSL
by Christian Heimes
· 9 years ago
75b2c5f
Issue #24363: Continue parsing HTTP header in spite of invalid lines
by Martin Panter
· 9 years ago
12c8855
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 9 years ago
8f7d36b
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 9 years ago
Next »