- 0884c40 [3.6] NEWS for 30777 (GH-2576) (#2579) by terryjreedy · 8 years ago
- 1278d29 [3.6] bpo-21624: IDLE -- minor htest fixes (GH-2575) (#2578) by terryjreedy · 8 years ago
- e5bb112 [3.6] bpo-30777: IDLE: configdialog - add docstrings and improve comments (GH-2440) (#2577) by terryjreedy · 8 years ago
- d02c841 [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570) by Segev Finer · 8 years ago
- 580cd5c bpo-30319: socket.close() now ignores ECONNRESET (#2565) (#2566) by Victor Stinner · 8 years ago
- 23e2c3d Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 8 years ago
- bebd2cf [3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2556) by Serhiy Storchaka · 8 years ago
- 4132adb bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) (#2539) by Victor Stinner · 8 years ago
- bfdc6fd [3.6] bpo-30597: Show expected input in custom 'print' error message. (GH-2531) by Nick Coghlan · 8 years ago
- 03af428 [3.6] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2532) by Kojo Idrissa · 8 years ago
- 3024c05 [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527) by Antoine Pitrou · 8 years ago
- 48290c1 [3.6] Fix trivial typo in json module docstring (GH-2274) (#2430) by Mariatta · 8 years ago
- a3ca94d [3.6] bpo-29512, bpo-30776: Backport regrtest enhancements from master to 3.6 (#2513) by Victor Stinner · 8 years ago
- 23caf8c bpo-30280: Cleanup threads in ayncio tests (#2501) (#2511) by Victor Stinner · 8 years ago
- 22d4e8f bpo-30813: Fix unittest when hunting refleaks (#2502) (#2505) by Victor Stinner · 8 years ago
- d0aac5d bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504) (#2507) by Victor Stinner · 8 years ago
- 6f3cb05 [3.6] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2497) by Antoine Pitrou · 8 years ago
- 6f31717 [3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (GH-2283) (#2496) by terryjreedy · 8 years ago
- 1d56ed5 _winconsoleio: Fix memory leak (#2485) by Victor Stinner · 8 years ago
- b78fbaa bpo-30602: Fix refleak in os.spawnv() (#2212) (#2486) by Victor Stinner · 8 years ago
- 38d6a40 [3.6] Clear potential ref cycle between Process and Process target (GH-2470) (#2471) by Antoine Pitrou · 8 years ago
- e022aad [3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468) by Antoine Pitrou · 8 years ago
- 0834905 [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2462) by Serhiy Storchaka · 8 years ago
- 413c0a9 [3.6] bpo-24813: IDLE tagline is Integrated Development and Learning Environment (GH-2451) (#2461) by terryjreedy · 8 years ago
- af68382 [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2306) (#2460) by terryjreedy · 8 years ago
- c4cc553 Clarification to the `break` statement (GH-2453) (#GH-2457) by regexaurus · 8 years ago
- 26daad4 bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456) by Victor Stinner · 8 years ago
- 0edffa3 [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443) by Serhiy Storchaka · 8 years ago
- 35d2ca2 [3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2441) by Victor Stinner · 8 years ago
- 39e501a [3.6] bpo-30674: IDLE: add docstrings to grep.py (GH-2213) (#2434) by terryjreedy · 8 years ago
- 93b88e9 [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2428) (#2433) by terryjreedy · 8 years ago
- 8bdc3bd [3.6] bpo-29910: IDLE no longer deletes a character after commenting out a region (GH-825) (#2429) by terryjreedy · 8 years ago
- 2d348f7 [3.6] bpo-30769: Fix reference leak introduced in 77703942c59 (GH-2416) (#2425) by Emily Morehouse · 8 years ago
- 8047f02 [3.6] bpo-24813: IDLE: Add build bitness to About Idle title (GH-2380) (#2426) by terryjreedy · 8 years ago
- 938e738 [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421) by terryjreedy · 8 years ago
- 9ad50d9 bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2410) by Victor Stinner · 8 years ago
- 55ab604 [3.6] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2418) by Antoine Pitrou · 8 years ago
- 64a0c26 [3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2397) by terryjreedy · 8 years ago
- 9c2dc0c [3.6] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2391) by Serhiy Storchaka · 8 years ago
- 57ee0c8 [3.6] Check the whitespace of pull requests on Travis (GH-2367) (GH-2386) by Brett Cannon · 8 years ago
- 504b950 [3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304) (#2324) by Dong-hee Na · 8 years ago
- 0e1f9e8 [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378) by Serhiy Storchaka · 8 years ago
- 20f1029 [3.6] Fix a typo in a comment in coroutines.py (GH-2267) (GH-2370) by Mariatta · 8 years ago
- bd570f4 [3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369) by terryjreedy · 8 years ago
- 9db3ae0 [3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) (#2364) by Brett Cannon · 8 years ago
- e713575 [3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360) by Serhiy Storchaka · 8 years ago
- 1b7474d [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335) (#2359) by terryjreedy · 8 years ago
- cea2174 bpo-30604: Skip CoExtra tests if ctypes is missing (#2356) (#2358) by Victor Stinner · 8 years ago
- d32a059 [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349) by Victor Stinner · 8 years ago
- c472fb6 bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357) by Victor Stinner · 8 years ago
- c1d5345 [3.6] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2351) by Serhiy Storchaka · 8 years ago
- bae5dda fix some reference to Unicode 8 that should be to Unicode 9 (#2346) by Benjamin Peterson · 8 years ago
- d79ac2c [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2342) by Mariatta · 8 years ago
- 8baf78b [3.6] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2337) by Mariatta · 8 years ago
- e9b34c1 Add "Misc/NEWS.d" directory tree for "blurb". GH-2329 by larryhastings · 8 years ago
- 396998e [3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323) by terryjreedy · 8 years ago
- 296dc49 [3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321) by terryjreedy · 8 years ago
- 4a66524 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313) by Victor Stinner · 8 years ago
- a1115e1 [3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2297) by Serhiy Storchaka · 8 years ago
- 82acabd bpo-30500: Fix the NEWS entry (#2296) by Victor Stinner · 8 years ago
- 536c1f1 bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289) by Victor Stinner · 8 years ago
- 0a4fe1d [3.6] bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) (GH-2253) by Mariatta · 8 years ago
- 06d6e3d bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2280) by Steve Dower · 8 years ago
- acdf159 bpo-29887: test_normalization handles PermissionError (#1196) (#2275) by Victor Stinner · 8 years ago
- 51f40a8 [3.6] bpo-29887: Test normalization now fails if download fails (GH-905) (#2271) by Mariatta · 8 years ago
- ccc06d3 Bump version for post 3.6.2rc1 by Ned Deily · 8 years ago
- 268e1fb Version bump to 3.6.2rc1 by Ned Deily · 8 years ago
- 8c5483e Update pydoc topics for v3.6.2rc1 by Ned Deily · 8 years ago
- 4f05ef4 Remove check for git binary in Mac installer build by Ned Deily · 8 years ago
- 4da5224 Add option to pass vcs info into Mac installer build by Ned Deily · 8 years ago
- 0a794a3 bpo-30038: add Misc/NEWS entry. by Ned Deily · 8 years ago
- b7c59f0 bpo-23894: add Misc/NEWS entry. (#2255) by Ned Deily · 8 years ago
- 304a96e bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) by Mariatta · 8 years ago
- e9f4d8d [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) by Mariatta · 8 years ago
- 2eca5b4 [3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (GH-2232) (#2242) by Serhiy Storchaka · 8 years ago
- a0ccc54 Synchronize libregrtest from master to 3.6 (#2244) by Victor Stinner · 8 years ago
- 085a57a Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246) by Victor Stinner · 8 years ago
- 0a4bcf1 [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240) by terryjreedy · 8 years ago
- 04431c9 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237) by Zachary Ware · 8 years ago
- 292b421 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235) by Mariatta · 8 years ago
- 9cead06 Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042) by Neil Schemenauer · 8 years ago
- 6a90a12 bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230) by Mariatta · 8 years ago
- 50dbf57 bpo-23890: Fix ref cycle in TestCase.assertRaises (#858) by Victor Stinner · 8 years ago
- e064d4d bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225) by Victor Stinner · 8 years ago
- fab05de [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221) by Serhiy Storchaka · 8 years ago
- e45ea37 bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662) by Dong-hee Na · 8 years ago
- cf58dfb [3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2217) by Serhiy Storchaka · 8 years ago
- f75f6ed [3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2215) by Serhiy Storchaka · 8 years ago
- 523a243 [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214) by Serhiy Storchaka · 8 years ago
- 86b9537 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200) by Victor Stinner · 8 years ago
- 8a39af9 bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192) by Victor Stinner · 8 years ago
- 6628006 [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199) by terryjreedy · 8 years ago
- 789f47e bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2195) by Mariatta · 8 years ago
- dd47b19 Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188) by csabella · 8 years ago
- 3280579 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187) by terryjreedy · 8 years ago
- c2a506e [3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175) by Victor Stinner · 8 years ago
- 22d909f [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) by terryjreedy · 8 years ago
- d92ee3e [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172) by terryjreedy · 8 years ago
- b0efd49 [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165) by terryjreedy · 8 years ago
- 6fd0345 [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2166) by Antoine Pitrou · 8 years ago