Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2ec530cd5537dfda5ca0af6ac696e45013ed31d2
/
Lib
/
test
2ec530c
[2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)
by Christian Heimes
· 7 years ago
1f34aec
[2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)
by Christian Heimes
· 7 years ago
d1c5e27
[2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8691)
by Serhiy Storchaka
· 7 years ago
7e4ff97
[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)
by Zackery Spytz
· 7 years ago
2bea771
bpo-34229: Check start and stop of slice object to be long when they are not int in PySlice_GetIndices (GH-8480)
by Xtreak
· 7 years ago
fc153d1
[2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314)
by Serhiy Storchaka
· 7 years ago
ef19fd2
[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)
by Serhiy Storchaka
· 7 years ago
6f036bb
[2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225)
by Tal Einat
· 7 years ago
789f95a
[2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) (GH-8202)
by Serhiy Storchaka
· 7 years ago
b1e6e56
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8196)
by Serhiy Storchaka
· 7 years ago
7829bba
[2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (#8133)
by Ammar Askar
· 7 years ago
9720f60
[2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336). (GH-8107)
by Serhiy Storchaka
· 7 years ago
53fafaf
bpo-33735: Fix test_multiprocessing random failure (GH-8059) (GH-8061)
by Victor Stinner
· 7 years ago
9b84cc8
[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021)
by Serhiy Storchaka
· 7 years ago
0464de0
[2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013)
by Zackery Spytz
· 7 years ago
f79386f
bpo-29514: Make magic number test work for candidates (GH-7946)
by Ned Deily
· 7 years ago
5430c14
[2.7] bpo-33873: Backport regrtest from master (GH-7936)
by Victor Stinner
· 7 years ago
f291888
bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818)
by Victor Stinner
· 7 years ago
b2dd5f1
bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7803)
by Miss Islington (bot)
· 7 years ago
e36f94f
bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726)
by Victor Stinner
· 7 years ago
1889c4c
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704)
by Xiang Zhang
· 7 years ago
b4f8bc5
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562)
by Victor Stinner
· 7 years ago
4e6bd24
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
by Miss Islington (bot)
· 7 years ago
2399915
[2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445)
by Serhiy Storchaka
· 7 years ago
02b4d67
bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459)
by Victor Stinner
· 7 years ago
67b7158
bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) (GH-7456)
by Victor Stinner
· 7 years ago
3014d6e
[2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432)
by Serhiy Storchaka
· 7 years ago
bc3df70
bpo-18174: Fix fd_count() on FreeBSD (GH-7420)
by Victor Stinner
· 7 years ago
64856ad
bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409)
by Victor Stinner
· 7 years ago
2705819
bpo-18174: Fix file descriptor leaks in tests (GH-7408)
by Victor Stinner
· 7 years ago
1463518
[2.7] bpo-31234: Join threads explicitly in tests (#7406)
by Victor Stinner
· 7 years ago
fadcd44
test_tools: catch stderr (GH-7404)
by Victor Stinner
· 7 years ago
a30d587
[2.7] bpo-33718: Update regrtest from master (GH-7402)
by Victor Stinner
· 7 years ago
93ba6da
[2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374)
by Serhiy Storchaka
· 7 years ago
b02ceb5
[2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373)
by Serhiy Storchaka
· 7 years ago
9b5c948
[2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354)
by Serhiy Storchaka
· 7 years ago
1d4be0a
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323)
by Victor Stinner
· 7 years ago
3604b23
bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314)
by Victor Stinner
· 7 years ago
0f64262
bpo-33692: Update pythoninfo from master (GH-7304)
by Victor Stinner
· 7 years ago
8b98d2a
Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518)
by T. Wouters
· 7 years ago
82c456f
bpo-33532: Fix multiprocessing test_ignore() (GH-7265)
by Victor Stinner
· 7 years ago
d5e7556
bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119)
by Serhiy Storchaka
· 7 years ago
9994eff
bpo-33692: pythoninfo detect libedit on Python 2.7 (#7246)
by Victor Stinner
· 7 years ago
823c295
bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229)
by Victor Stinner
· 7 years ago
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
Next »