Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1da37adc281286b8ef9ff3e882fe9de35c23507f
/
Lib
/
test
1da37ad
test.regrtest: flush stdout to display progress (#7120)
by Victor Stinner
· 7 years ago
19f6bd0
bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)
by Pablo Galindo
· 7 years ago
861d384
[2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817)
by Serhiy Storchaka
· 7 years ago
afe5f63
bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribute. (GH-6095)
by Bo Bayles
· 7 years ago
a55ac80
[2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708). (GH-6717)
by Serhiy Storchaka
· 7 years ago
d988c0b
[2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) (GH-6532)
by Serhiy Storchaka
· 7 years ago
afc768d
bpo-33295: Skip test using missing external site (GH-6504) (GH-6510)
by Miss Islington (bot)
· 7 years ago
325191b
[2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339)
by Cheryl Sabella
· 7 years ago
0694b6a
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992)
by scoder
· 7 years ago
baca85f
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111)
by xdegaye
· 7 years ago
3854f58
[2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6076)
by Miss Islington (bot)
· 7 years ago
55d5bfb
[2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)
by Jamie Davis
· 7 years ago
e052d40
[2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
by Benjamin Peterson
· 7 years ago
c20c97f
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
by bennorth
· 7 years ago
6e8f395
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
by Christian Heimes
· 7 years ago
8d4d173
bpo-31518: Change TLS protocol for Debian (#3661)
by Christian Heimes
· 7 years ago
61bd4d2
[2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)
by Anselm Kruis
· 7 years ago
b852d8c
[2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781)
by Miss Islington (bot)
· 7 years ago
e719793
[2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)
by Serhiy Storchaka
· 8 years ago
0a18422
allow the test suite to pass if the strop module doesn't exist (GH-5566)
by Benjamin Peterson
· 8 years ago
b7a2c17
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
by Serhiy Storchaka
· 8 years ago
b60f43a
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429)
by Victor Stinner
· 8 years ago
6996f28
bpo-32667: Fix tests when $PATH contains a file (#5324)
by Victor Stinner
· 8 years ago
b1a52b1
Use assertItemsEqual instead of assertEqual. (#5224)
by Gregory P. Smith
· 8 years ago
016f59a
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)
by Miss Islington (bot)
· 8 years ago
27f32e9
bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169)
by Anthony Sottile
· 8 years ago
0bcba37
bpo-32482: Improve syntax and grammar tests. (#5085)
by Serhiy Storchaka
· 8 years ago
dbf52e0
bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)
by Benjamin Peterson
· 8 years ago
b495377
[2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084)
by Serhiy Storchaka
· 8 years ago
2de47ca
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074)
by Miss Islington (bot)
· 8 years ago
c60eca0
[2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017)
by Serhiy Storchaka
· 8 years ago
2316c68
pythoninfo: sync with master (#4843)
by Victor Stinner
· 8 years ago
d663549
Fix improper use of re.escape() in tests. (GH-4814) (#4817)
by Miss Islington (bot)
· 8 years ago
3b9173d
bpo-30806: Fix netrc.__repr__() format (GH-2491)
by Steven Loria
· 8 years ago
65d1887
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676)
by Serhiy Storchaka
· 8 years ago
56e444f
[2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)
by Barry Warsaw
· 8 years ago
bc19cf5
bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636)
by Miss Islington (bot)
· 8 years ago
fc73c54
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623)
by Miss Islington (bot)
· 8 years ago
180372c
pythoninfo: add Py_DEBUG (#4198) (#4581)
by Victor Stinner
· 8 years ago
35d9983
bpo-31324: Optimize support._match_test() (#4523) (#4524)
by Victor Stinner
· 8 years ago
2d5890e
test_builtin: TestExecFile removes created file (#4525)
by Victor Stinner
· 8 years ago
448c673
bpo-29512: Fix Lib/test/bisect.py shebang (#4522)
by Victor Stinner
· 8 years ago
6401e56
[2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672)
by Serhiy Storchaka
· 8 years ago
15e1453
Fix a test for select.kevent. (#4349)
by Serhiy Storchaka
· 8 years ago
2ce1ef5
Fix DeprecationWarning in tests (#4345)
by Victor Stinner
· 8 years ago
3053769
[2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951)
by Oren Milman
· 8 years ago
6a9a331
bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260)
by Miss Islington (bot)
· 8 years ago
b694770
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222)
by Miss Islington (bot)
· 8 years ago
87c66e4
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
by Miss Islington (bot)
· 8 years ago
4b73a79
Fix test_socket.test_create_connection() (GH-4206) (#4209)
by Miss Islington (bot)
· 8 years ago
e0fc1af
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
by Serhiy Storchaka
· 8 years ago
1d48182
bpo-31629: Add support.SaveSignals (#4183) (#4188)
by Victor Stinner
· 8 years ago
107f3cc
[2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163)
by Serhiy Storchaka
· 8 years ago
04c0a40
[2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (GH-4111). (#4112)
by Serhiy Storchaka
· 8 years ago
5ef883b
[2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088)
by Serhiy Storchaka
· 8 years ago
f7d19b0
[2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077)
by Serhiy Storchaka
· 8 years ago
4dc05c3
Fix py3k warnings in 1/0 in tests. (#4072)
by Serhiy Storchaka
· 8 years ago
27b951c
[2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034)
by Riccardo Coccioli
· 8 years ago
ed267e3
[2.7] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4031)
by Serhiy Storchaka
· 8 years ago
7b4ba62
[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)
by Victor Stinner
· 8 years ago
9aa6024
[2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976)
by Serhiy Storchaka
· 8 years ago
f15058a
[2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950)
by Oren Milman
· 8 years ago
cc4b6f1
bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912)
by Victor Stinner
· 8 years ago
328b5d0
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876)
by Serhiy Storchaka
· 8 years ago
13da1a6
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845)
by Oren Milman
· 8 years ago
20cbc1d
bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853)
by Victor Stinner
· 8 years ago
1163fb9
[2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838)
by Serhiy Storchaka
· 8 years ago
40d736b
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823)
by Oren Milman
· 8 years ago
b4920d5
bpo-31593: test_socketserver waits child processes (#3786)
by Victor Stinner
· 8 years ago
d0b9dc3
[2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772)
by Serhiy Storchaka
· 8 years ago
d94a65a
bpo-25732: Make functools.total_ordering implementing __ne__. (#3748)
by Serhiy Storchaka
· 8 years ago
5f5da72
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745)
by Victor Stinner
· 8 years ago
cf7197a
[2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734)
by Igor Filatov
· 8 years ago
860839c
[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549)
by Miss Islington (bot)
· 8 years ago
42f7e0d
bpo-31234: fork_wait tests now join threads (#3139) (#3535)
by Victor Stinner
· 8 years ago
40996d3
bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)
by Victor Stinner
· 8 years ago
004547f
[2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493)
by Serhiy Storchaka
· 8 years ago
b9a860f
[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
by Christian Heimes
· 8 years ago
eeadf5f
bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
by Victor Stinner
· 8 years ago
57d963b
[2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)
by Christian Heimes
· 8 years ago
20958e6
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
by Oren Milman
· 8 years ago
bc80fd1
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213)
by Oren Milman
· 8 years ago
02e0367
bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184)
by Victor Stinner
· 8 years ago
1460ce5
bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183)
by Victor Stinner
· 8 years ago
cce1cb9
bpo-30871: Add test.pythoninfo (#3174) (#3175)
by Victor Stinner
· 8 years ago
0fbac70
regrtest: fix test to choose if header should be displayed (#3172)
by Victor Stinner
· 8 years ago
02d4292
bpo-30263: regrtest: add system load average (#3165)
by Victor Stinner
· 8 years ago
883520a
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)
by Victor Stinner
· 8 years ago
05b7d9c
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
by Christian Heimes
· 8 years ago
504939f
bpo-31067: test_subprocess calls reap_children() (#2931) (#3073)
by Victor Stinner
· 8 years ago
4dea065
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
by Victor Stinner
· 8 years ago
1247e2c
[2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)
by Victor Stinner
· 8 years ago
425680b
[2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042)
by Ammar Askar
· 8 years ago
88ffff5
[2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)
by Shane Harvey
· 8 years ago
3dd1ccb
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
by Serhiy Storchaka
· 8 years ago
c2f7fb6
[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)
by Victor Stinner
· 8 years ago
fd6736d
bpo-31028: Fix test_pydoc when run directly (#2864) (#2911)
by Victor Stinner
· 8 years ago
29094ce
bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900)
by Nir Soffer
· 8 years ago
0cba38d
bpo-30778: Skip test_bsddb3 on Windows XP (#2877)
by Victor Stinner
· 8 years ago
e5eae47
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894)
by Dong-hee Na
· 8 years ago
Next »