summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [2.7] bpo-34542: Update test certs and keys (GH-8997) (GH-9397)Christian Heimes2018-09-2013-511/+700
* [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH...Vladimir Matveev2018-09-191-0/+18
* [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-...Serhiy Storchaka2018-09-182-0/+36
* [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156)xdegaye2018-09-152-1/+1034
* [2.7] closes bpo-8450: a better error message when http status line isn't rec...Shoham Peller2018-09-141-1/+1
* [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)Benjamin Peterson2018-09-131-0/+2
* [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen2018-09-112-4/+43
* [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-0/+15
* bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952)Miss Islington (bot)2018-09-051-1/+30
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-042-3/+49
* bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...Miss Islington (bot)2018-08-311-0/+9
* 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