summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-24567: Random subnormal.diff (GH-7954) (GH-7956)Miss Islington (bot)2018-06-272-1/+11
* bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)Miss Islington (bot)2018-06-271-2/+2
* bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)Miss Islington (bot)2018-06-271-0/+1
* bpo-29514: Make magic number test work for candidates (GH-7945)Ned Deily2018-06-271-1/+1
* bpo-33873: Backport regrtest from master to 3.7 (GH-7935) (GH-7937)Victor Stinner2018-06-265-11/+62
* bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)Miss Islington (bot)2018-06-261-2/+2
* bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)Miss Islington (bot)2018-06-241-0/+4
* bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)Miss Islington (bot)2018-06-231-10/+0
* bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)Miss Islington (bot)2018-06-222-11/+22
* bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)Miss Islington (bot)2018-06-216-9/+9
* bpo-33906: Rename idlelib.windows as window (GH-7833)Miss Islington (bot)2018-06-217-22/+22
* bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)Miss Islington (bot)2018-06-202-26/+38
* bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)Miss Islington (bot)2018-06-203-5/+5
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Miss Islington (bot)2018-06-201-9/+6
* bpo-33907: Rename an IDLE module and classes. (GH-7810)Miss Islington (bot)2018-06-203-8/+8
* [3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809)Terry Jan Reedy2018-06-206-30/+30
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Miss Islington (bot)2018-06-2036-95/+356
* bpo-33717: set terse to True when calling platform.platform in test.pythoninf...Miss Islington (bot)2018-06-191-1/+1
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)Miss Islington (bot)2018-06-191-3/+8
* bpo-33365: print the header values beside the keys (GH-6611)Miss Islington (bot)2018-06-192-1/+16
* bpo-33663: Convert content length to string before putting to header (GH-7754)Miss Islington (bot)2018-06-181-1/+1
* bpo-33855: More edits and new minimal tests for IDLE (GH-7761)Miss Islington (bot)2018-06-1830-338/+483
* bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)Miss Islington (bot)2018-06-161-1/+1
* [3.6] bpo-33855: Minimally test all IDLE modules. (GH-7689) (GH-7734)Terry Jan Reedy2018-06-1633-105/+414
* bpo-33861: Minor improvements of tests for os.path. (GH-7715)Miss Islington (bot)2018-06-162-47/+61
* Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...Victor Stinner2018-06-151-9/+2
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7...Victor Stinner2018-06-151-2/+9
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Miss Islington (bot)2018-06-151-0/+13
* [3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)Victor Stinner2018-06-135-22/+34
* bpo-27397: Make email module properly handle invalid-length base64 strings (G...Miss Islington (bot)2018-06-125-18/+65
* 3.6.6rc1v3.6.6rc1Ned Deily2018-06-121-457/+446
* bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646)Miss Islington (bot)2018-06-111-4/+5
* bpo-33656: Add enum name for argument of Windows call. (GH-7642)Miss Islington (bot)2018-06-111-1/+4
* bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)Miss Islington (bot)2018-06-113-3/+20
* pypi.python.org -> pypi.org (GH-7613) (GH-7615)Miss Islington (bot)2018-06-111-1/+1
* bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...Miss Islington (bot)2018-06-111-2/+2
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)Miss Islington (bot)2018-06-102-12/+22
* bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (GH-7603)Miss Islington (bot)2018-06-101-19/+20
* bpo-33610: Update IDLE Code Context doc entry (GH-7597)Miss Islington (bot)2018-06-101-202/+206
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Miss Islington (bot)2018-06-092-7/+44
* bpo-30805: Avoid race condition with debug logging (GH-7545)Miss Islington (bot)2018-06-081-2/+4
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-082-10/+38
* Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)Miss Islington (bot)2018-06-081-0/+27
* bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...Miss Islington (bot)2018-06-082-0/+49
* bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...Yury Selivanov2018-06-081-0/+56
* [3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7...Victor Stinner2018-06-072-2/+6
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)Miss Islington (bot)2018-06-062-8/+21
* bpo-33751: Fix test_file. (GH-7378)Miss Islington (bot)2018-06-051-84/+78
* [3.6] bpo-33753: Refactor creating temporary files in test_fileinput. (GH-737...Serhiy Storchaka2018-06-051-126/+88
* bpo-33752: Fix a file leak in test_dbm. (GH-7376)Miss Islington (bot)2018-06-051-4/+2