summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use rich markup for PEP reference (GH-7939)Behzad B. Mokhtari2018-06-271-1/+1
* bpo-29514: Make magic number test work for candidatesNed Deily2018-06-271-1/+1
* bpo-33956: update vendored expat to 2.2.5 (GH-7925)Benjamin Peterson2018-06-279-1465/+1354
* bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...Pablo Galindo2018-06-263-1/+15
* bpo-33957: Doc: Use better wording (GH-7912)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-261-1/+1
* bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)Mark Roseman2018-06-261-2/+2
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-2616-95/+91
* bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)Tal Einat2018-06-251-0/+4
* bpo-33952: Fix typo in str.upper() documentation (GH-7898)Andrés Delfino2018-06-251-1/+1
* bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)Andrés Delfino2018-06-252-19/+27
* bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)Dong-hee Na2018-06-254-3/+46
* bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)Tal Einat2018-06-241-0/+4
* Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890)Zachary Ware2018-06-244-3/+7
* bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)Zackery Spytz2018-06-242-6/+10
* [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886)Andrés Delfino2018-06-241-2/+2
* bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)Terry Jan Reedy2018-06-231-10/+0
* bpo-33887: Add TOC to Design and History FAQ(GH-7766)Andrés Delfino2018-06-231-0/+5
* bpo-33805: Improve error message of dataclasses.replace() (GH-7580)Dong-hee Na2018-06-233-0/+20
* Remove tp_print implementation (GH-7857)jdemeyer2018-06-231-6/+1
* bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)Victor Stinner2018-06-233-4/+14
* suppress compiler warnings in _cursesmodule.c (#7860)Xiang Zhang2018-06-231-4/+4
* bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)Andrés Delfino2018-06-221-5/+6
* Add test coverage reporting for C files (GH-7773)Ammar Askar2018-06-221-1/+6
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-2216-91/+95
* bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)Victor Stinner2018-06-224-0/+30
* bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)Terry Jan Reedy2018-06-223-11/+23
* bpo-33912: Fix test_warnings when run with -Werror (GH-7839)Christopher Frederickson2018-06-211-0/+1
* bpo-33716, test_concurrent_futures: increase timeout (GH-7828)Pablo Galindo2018-06-211-5/+5
* Clarified the tempfile.tempdir documentation (GH-7829)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-211-1/+1
* bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)Terry Jan Reedy2018-06-217-9/+11
* bpo-33906: Rename idlelib.windows as window (#7833)Terry Jan Reedy2018-06-218-22/+24
* bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)Terry Jan Reedy2018-06-203-26/+41
* Fix compiling error when missing gdbm version macros (GH-7823)Xiang Zhang2018-06-203-5/+7
* bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749)Nick Coghlan2018-06-201-0/+14
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Victor Stinner2018-06-202-9/+7
* bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-204-5/+6
* bpo-33907: Rename an IDLE module and classes. (GH-7810)Terry Jan Reedy2018-06-204-11/+11
* bpo-33908: Remove two superfluous assignments (GH-7116)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-202-2/+0
* bpo-33907: Rename an IDLE module and class. (GH-7807)Terry Jan Reedy2018-06-207-32/+35
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-1936-95/+356
* bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)Victor Stinner2018-06-193-8/+52
* bpo-30345: Add -g to LDFLAGS for LTO (GH-7709)Victor Stinner2018-06-193-0/+17
* bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)Victor Stinner2018-06-192-7/+9
* bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...Giampaolo Rodola2018-06-197-64/+153
* bpo-33365: print the header values beside the keys (GH-6611)Marco Strigl2018-06-193-1/+17
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)Victor Stinner2018-06-192-2/+6
* Use more specific asserts in dbm tests. (GH-7786)Serhiy Storchaka2018-06-192-3/+4
* Change tp_size to tp_basicsize in comment and realign the comments (GH-6775)Bup2018-06-191-38/+38
* bpo-33843: Remove deprecated stuff in cgi module (GH-7662)INADA Naoki2018-06-195-81/+7
* bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn...Pablo Galindo2018-06-191-3/+22