summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather ...Benjamin Peterson2018-08-291-6/+10
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat2018-08-263-4/+28
* [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes2018-08-161-0/+5
* [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)Christian Heimes2018-08-1415-373/+602
* [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-062-140/+147
* [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8...Zackery Spytz2018-08-061-6/+0
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-031-2/+2
* [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644)Terry Jan Reedy2018-08-021-0/+1
* bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD6...Victor Stinner2018-08-022-0/+34
* [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat2018-08-027-1/+16
* bpo-34229: Check start and stop of slice object to be long when they are not ...Xtreak2018-07-261-1/+15
* bpo-34189: Remove a file backported by accident. (GH-8419)Serhiy Storchaka2018-07-231-1227/+0
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Miss Islington (bot)2018-07-231-0/+1
* [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8...Serhiy Storchaka2018-07-223-3/+1263
* bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (...Zackery Spytz2018-07-211-0/+16
* [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka2018-07-171-0/+10
* [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)Serhiy Storchaka2018-07-111-1/+130
* [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225)Tal Einat2018-07-101-2/+1
* [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-...Serhiy Storchaka2018-07-094-7/+11
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-092-36/+43
* [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126)Pablo Galindo2018-07-071-4/+3
* [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar2018-07-062-12/+44
* [2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH...Serhiy Storchaka2018-07-051-2/+16
* bpo-33735: Fix test_multiprocessing random failure (GH-8059) (GH-8061)Victor Stinner2018-07-031-3/+3
* [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH...Serhiy Storchaka2018-06-302-1/+41
* [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...Zackery Spytz2018-06-292-0/+12
* bpo-29514: Make magic number test work for candidates (GH-7946)Ned Deily2018-06-261-1/+1
* [2.7] bpo-33873: Backport regrtest from master (GH-7936)Victor Stinner2018-06-262-18/+69
* bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818)Victor Stinner2018-06-201-3/+8
* bpo-33717: set terse to True when calling platform.platform in test.pythoninf...Miss Islington (bot)2018-06-201-1/+1
* [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758)Terry Jan Reedy2018-06-161-1/+1
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726)Victor Stinner2018-06-151-2/+20
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...Xiang Zhang2018-06-151-0/+13
* bpo-28222: Don't fail if pygments is not available (GH-7564)Zachary Ware2018-06-091-2/+14
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562)Victor Stinner2018-06-092-7/+47
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-082-10/+38
* [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445)Serhiy Storchaka2018-06-081-87/+81
* bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459)Victor Stinner2018-06-061-0/+6
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) (GH-7456)Victor Stinner2018-06-062-8/+21
* [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-738...Serhiy Storchaka2018-06-051-0/+7
* bpo-18174: Fix fd_count() on FreeBSD (GH-7420)Victor Stinner2018-06-051-2/+3
* bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409)Victor Stinner2018-06-053-20/+117
* bpo-18174: Fix file descriptor leaks in tests (GH-7408)Victor Stinner2018-06-052-0/+2
* [2.7] bpo-31234: Join threads explicitly in tests (#7406)Victor Stinner2018-06-046-73/+122
* test_tools: catch stderr (GH-7404)Victor Stinner2018-06-041-2/+5
* [2.7] bpo-33718: Update regrtest from master (GH-7402)Victor Stinner2018-06-042-87/+144
* [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374)Serhiy Storchaka2018-06-031-7/+3
* [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373)Serhiy Storchaka2018-06-031-0/+3
* [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354)Serhiy Storchaka2018-06-031-82/+33
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323)Victor Stinner2018-06-011-23/+25