summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-24813: IDLE tagline is Integrated Development and Learning Environ...terryjreedy2017-06-281-1/+1
* [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2...terryjreedy2017-06-285-72/+97
* Clarification to the `break` statement (GH-2453) (#GH-2457)regexaurus2017-06-281-1/+1
* bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)Victor Stinner2017-06-281-1/+2
* [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...Serhiy Storchaka2017-06-2712-20/+50
* [3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2441)Victor Stinner2017-06-275-49/+140
* [3.6] bpo-30674: IDLE: add docstrings to grep.py (GH-2213) (#2434)terryjreedy2017-06-272-12/+55
* [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2...terryjreedy2017-06-273-7/+15
* [3.6] bpo-29910: IDLE no longer deletes a character after commenting out a re...terryjreedy2017-06-2711-16/+48
* [3.6] bpo-30769: Fix reference leak introduced in 77703942c59 (GH-2416) (#2425)Emily Morehouse2017-06-272-0/+5
* [3.6] bpo-24813: IDLE: Add build bitness to About Idle title (GH-2380) (#2426)terryjreedy2017-06-272-6/+24
* [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)terryjreedy2017-06-273-828/+841
* bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2410)Victor Stinner2017-06-261-26/+25
* [3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-262-45/+52
* [3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2...terryjreedy2017-06-263-26/+118
* [3.6] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-254-4/+122
* [3.6] Check the whitespace of pull requests on Travis (GH-2367) (GH-2386)Brett Cannon2017-06-252-2/+37
* [3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304)...Dong-hee Na2017-06-243-1/+24
* [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...Serhiy Storchaka2017-06-241-2/+1
* [3.6] Fix a typo in a comment in coroutines.py (GH-2267) (GH-2370)Mariatta2017-06-241-1/+1
* [3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)terryjreedy2017-06-244-9/+33
* [3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...Brett Cannon2017-06-233-2/+8
* [3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-235-9/+72
* [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335) (#2359)terryjreedy2017-06-232-4/+19
* bpo-30604: Skip CoExtra tests if ctypes is missing (#2356) (#2358)Victor Stinner2017-06-231-3/+6
* [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)Victor Stinner2017-06-231-2/+2
* bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357)Victor Stinner2017-06-231-1/+1
* [3.6] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2351)Serhiy Storchaka2017-06-231-5/+14
* fix some reference to Unicode 8 that should be to Unicode 9 (#2346)Benjamin Peterson2017-06-232-3/+3
* [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...Mariatta2017-06-231-3/+3
* [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337)Mariatta2017-06-231-1/+1
* Add "Misc/NEWS.d" directory tree for "blurb". GH-2329larryhastings2017-06-2311-0/+11
* [3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323)terryjreedy2017-06-221-1/+1
* [3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321)terryjreedy2017-06-221-1/+1
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)Victor Stinner2017-06-219-158/+887
* [3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext modu...Serhiy Storchaka2017-06-204-107/+229
* bpo-30500: Fix the NEWS entry (#2296)Victor Stinner2017-06-201-1/+1
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)Victor Stinner2017-06-204-13/+46
* [3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) ...Mariatta2017-06-201-4/+4
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-1910-51/+102
* bpo-29887: test_normalization handles PermissionError (#1196) (#2275)Victor Stinner2017-06-191-0/+3
* [3.6] bpo-29887: Test normalization now fails if download fails (GH-905) (#2271)Mariatta2017-06-191-4/+9
* Bump version for post 3.6.2rc1Ned Deily2017-06-182-2/+14
* Version bump to 3.6.2rc1v3.6.2rc1Ned Deily2017-06-173-7/+7
* Update pydoc topics for v3.6.2rc1Ned Deily2017-06-171-110/+122
* Remove check for git binary in Mac installer buildNed Deily2017-06-171-5/+4
* Add option to pass vcs info into Mac installer buildNed Deily2017-06-171-2/+19
* bpo-30038: add Misc/NEWS entry.Ned Deily2017-06-171-0/+3
* bpo-23894: add Misc/NEWS entry. (#2255)Ned Deily2017-06-171-0/+2
* bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241)Mariatta2017-06-162-9/+47