summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748)Xiang Zhang2017-07-182-2/+2
* Also bump README.rstNed Deily2017-07-171-2/+2
* Bump to v3.6.2+Ned Deily2017-07-172-3/+11
* Merge tag 'v3.6.2' into 3.6Ned Deily2017-07-170-0/+0
|\
| * Version bump to 3.6.2finalv3.6.2Ned Deily2017-07-083-5/+13
* | [3.6] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...Serhiy Storchaka2017-07-162-1/+7
* | [3.6] bpo-30876: Relative import from unloaded package now reimports the pack...Serhiy Storchaka2017-07-168-379/+381
* | [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726)terryjreedy2017-07-162-0/+63
* | bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2722)Ned Deily2017-07-151-1/+1
* | Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2709)Ɓukasz Rogalski2017-07-142-2/+2
* | [3.6] Update idlelib/NEWS.txt. (GH-2703) (#2704)terryjreedy2017-07-141-0/+31
* | [3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi...terryjreedy2017-07-142-45/+440
* | [3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)...terryjreedy2017-07-143-29/+108
* | bpo-30731: python.manifest fix (#2328) (#2699)Steve Dower2017-07-132-5/+6
* | [3.6] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-131-0/+22
* | [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su...terryjreedy2017-07-124-30/+198
* | [3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2...terryjreedy2017-07-113-5/+9
* | [3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663)terryjreedy2017-07-112-4/+94
* | [3.6] bpo-30870: IDLE -- fix logic error in eae2537. (GH-2660) (#2661)terryjreedy2017-07-111-2/+5
* | [3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...Serhiy Storchaka2017-07-111-6/+12
* | [3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...Serhiy Storchaka2017-07-114-6/+35
* | bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651)Victor Stinner2017-07-103-1558/+1548
* | bpo-30892: Fix _elementtree module initialization (#2647) (#2649)Victor Stinner2017-07-101-0/+5
* | [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ...terryjreedy2017-07-102-22/+3
* | bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2643)Victor Stinner2017-07-102-8/+4
* | [3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617...terryjreedy2017-07-092-26/+28
* | [3.6] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-083-7/+55
* | Update for post-3.6.2rc2Ned Deily2017-07-082-5/+17
* | Merge tag 'v3.6.2rc2' into 3.6Ned Deily2017-07-080-0/+0
|\ \ | |/
| * Version bump to 3.6.2rc2v3.6.2rc2Ned Deily2017-07-073-6/+6
| * bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)Ned Deily2017-07-071-1/+1
| * [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...Serhiy Storchaka2017-07-071-2/+1
| * [3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-07-075-9/+72
| * bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)Victor Stinner2017-07-071-1/+2
| * [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)Segev Finer2017-07-071-1/+1
| * [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)Victor Stinner2017-07-071-2/+2
| * bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)Victor Stinner2017-07-079-158/+887
| * bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)Victor Stinner2017-07-074-13/+58
| * bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-07-0710-51/+102
* | [3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631)terryjreedy2017-07-084-7/+8
* | [3.6] bpo-30779: News (GH-2627) (#2630)terryjreedy2017-07-081-0/+8
* | [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in...terryjreedy2017-07-074-171/+277
* | bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)Ned Deily2017-07-071-1/+1
* | [3.6] bpo-30780: Fix error in idlelib.test_idle.test_configdialog (GH-2606) (...terryjreedy2017-07-071-1/+1
* | bpo-30532: Fix whitespace folding in certain cases (#2591)Joel Hillacre2017-07-064-3/+15
* | [3.6] Fix case in .gitignore (GH-2607) (GH-2608)Segev Finer2017-07-061-1/+1
* | [3.6] Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (GH-2595) (#2596)terryjreedy2017-07-061-2/+47
* | [3.6] bpo-30814: Fixed a race condition when import a submodule from a packag...Serhiy Storchaka2017-07-067-325/+340
* | [3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_call...Yury Selivanov2017-07-053-4/+34
* | [3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583)Masayuki Yamamoto2017-07-052-1/+3