summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)"revert-7960-backport-2cc9d21-3.7Terry Jan Reedy2018-06-274-34/+6
* Revert "Revert "bpo-33929: multiprocessing: fix handle leak on race condition...Terry Jan Reedy2018-06-270-0/+0
* Revert "bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)"Terry Jan Reedy2018-06-270-0/+0
* bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)Miss Islington (bot)2018-06-274-6/+34
* bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)Miss Islington (bot)2018-06-271-2/+2
* bpo-24567: Random subnormal.diff (GH-7954) (GH-7955)Miss Islington (bot)2018-06-273-1/+13
* bpo-33975: Avoid small type when running IDLE's htests. (GH-7944)Miss Islington (bot)2018-06-262-0/+4
* use rich markup for PEP reference (GH-7939)Miss Islington (bot)2018-06-261-1/+1
* Sync the importlib magic number in test_importlib for 3.7.0Ned Deily2018-06-261-1/+1
* bpo-29514: Make magic number test work for candidatesNed Deily2018-06-261-1/+1
* bpo-33956: update vendored expat to 2.2.5 (GH-7925)Miss Islington (bot)2018-06-269-1465/+1354
* bpo-33873: Backport regrtest from master to 3.7 (GH-7935)Victor Stinner2018-06-266-11/+66
* bpo-33957: Doc: Use better wording (GH-7912)Miss Islington (bot)2018-06-261-1/+1
* bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)Miss Islington (bot)2018-06-251-2/+2
* [3.7] bpo-33573: docs to suggest median() alternatives for non-numeric data (...Miss Islington (bot)2018-06-251-0/+4
* bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7903)Miss Islington (bot)2018-06-251-1/+1
* bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7...Miss Islington (bot)2018-06-252-19/+27
* bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)Miss Islington (bot)2018-06-241-0/+4
* Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890)Miss Islington (bot)2018-06-244-3/+7
* bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)Miss Islington (bot)2018-06-232-6/+10
* bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)Miss Islington (bot)2018-06-231-10/+0
* bpo-33887: Add TOC to Design and History FAQ(GH-7766)Miss Islington (bot)2018-06-231-0/+5
* bpo-33805: Improve error message of dataclasses.replace() (GH-7580)Miss Islington (bot)2018-06-233-0/+20
* bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)Miss Islington (bot)2018-06-233-4/+14
* bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)Miss Islington (bot)2018-06-221-5/+6
* bpo-33885: Replace "hook function" with "callable" (GH-7765)Miss Islington (bot)2018-06-221-2/+2
* bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)Miss Islington (bot)2018-06-224-0/+30
* bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7824)Miss Islington (bot)2018-06-223-0/+17
* bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)Miss Islington (bot)2018-06-213-11/+23
* Clarified the tempfile.tempdir documentation (GH-7829) (GH-7841)Miss Islington (bot)2018-06-211-1/+1
* bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)Miss Islington (bot)2018-06-207-9/+11
* bpo-33906: Rename idlelib.windows as window (GH-7833)Miss Islington (bot)2018-06-208-22/+24
* bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)Miss Islington (bot)2018-06-203-26/+41
* bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)Miss Islington (bot)2018-06-204-5/+6
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Miss Islington (bot)2018-06-202-9/+7
* bpo-33907: Rename an IDLE module and classes. (GH-7810)Miss Islington (bot)2018-06-194-11/+11
* bpo-33907: Rename an IDLE module and class. (GH-7807)Miss Islington (bot)2018-06-197-32/+35
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Miss Islington (bot)2018-06-1936-95/+356
* set terse to True when calling platform.platform in test.pythoninfo (GH-7797)Xiang Zhang2018-06-201-1/+1
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)Victor Stinner2018-06-192-3/+10
* bpo-33365: print the header values beside the keys (GH-6611)Miss Islington (bot)2018-06-193-1/+17
* bpo-33663: Convert content length to string before putting to header (GH-7754)Miss Islington (bot)2018-06-182-1/+2
* bpo-33855: More edits and new minimal tests for IDLE (GH-7761)Miss Islington (bot)2018-06-1830-338/+483
* bpo-33892: Doc: Use gender neutral words (GH-7770)Miss Islington (bot)2018-06-178-20/+20
* bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)Miss Islington (bot)2018-06-162-1/+2
* bpo-33861: Minor improvements of tests for os.path. (GH-7715)Miss Islington (bot)2018-06-162-47/+61
* bpo-33859: Fix spelling mistakes in docs. (GH-7691)Miss Islington (bot)2018-06-157-7/+7
* bpo-33571: Improve the glossary description for '...' prompt (GH-6971)Miss Islington (bot)2018-06-151-2/+3
* bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)Miss Islington (bot)2018-06-151-2/+2
* Improve the grammar in the glossary item for `list`Miss Islington (bot)2018-06-151-1/+1