summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-30881: IDLE: add docstrings to browser.py (#2638)csabella2017-07-111-0/+1
* bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)Serhiy Storchaka2017-07-111-0/+3
* bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626)csabella2017-07-101-0/+2
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642)Victor Stinner2017-07-101-0/+3
* bpo-30870: IDLE: Change sample font when select by key-up/down (#2617)Louie Lu2017-07-091-0/+2
* bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629)terryjreedy2017-07-081-0/+1
* bpo-30779: News (#2627)terryjreedy2017-07-081-0/+8
* bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-071-0/+2
* bpo-30814: Fixed a race condition when import a submodule from a package. (#2...Serhiy Storchaka2017-07-061-0/+2
* bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback()...Yury Selivanov2017-07-051-0/+1
* Revert "bpo-30822: Fix testing of datetime module." (#2588)Victor Stinner2017-07-051-1/+0
* bpo-30854: Fix compile error when --without-threads (#2581)Masayuki Yamamoto2017-07-051-0/+2
* NEWS for 30777 (#2576)terryjreedy2017-07-051-0/+2
* bpo-30319: socket.close() now ignores ECONNRESET (#2565)Victor Stinner2017-07-041-0/+1
* bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)Antoine Pitrou2017-07-041-0/+5
* bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto2017-07-031-0/+7
* bpo-30822: Fix testing of datetime module. (#2530)Utkarsh Upadhyay2017-07-021-0/+1
* bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)Osvaldo Santana Neto2017-07-012-0/+2
* bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)xdegaye2017-07-011-0/+2
* bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)Antoine Pitrou2017-06-301-0/+6
* bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#...csabella2017-06-291-0/+2
* bpo-30703: Improve signal delivery (#2415)Antoine Pitrou2017-06-281-0/+6
* bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)Segev Finer2017-06-281-0/+1
* bpo-30362 : Add list options to launcher. (#1578)Steve (Gadget) Barnes2017-06-282-0/+3
* bpo-29585: optimize site.py startup time (GH-136)INADA Naoki2017-06-281-0/+2
* bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)wohlganger2017-06-282-0/+6
* bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)Serhiy Storchaka2017-06-271-0/+4
* bpo-30674: IDLE: add docstrings to grep.py (#2213)csabella2017-06-271-0/+1
* bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)terryjreedy2017-06-271-0/+2
* bpo-29910: IDLE no longer deletes a character after commenting out a region (...Serhiy Storchaka2017-06-271-0/+3
* bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)Eric N. Vander Weele2017-06-271-0/+1
* bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307)csabella2017-06-261-0/+4
* bpo-30532: Fix whitespace folding in certain casesJoel Hillacre2017-06-262-0/+2
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)Antoine Pitrou2017-06-261-0/+2
* bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)csabella2017-06-261-0/+3
* bpo-30746: Prohibited the '=' character in environment variable names (#2382)Serhiy Storchaka2017-06-251-0/+3
* Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)Antoine Pitrou2017-06-241-0/+1
* bpo-30664: The description of a unittest subtest now preserves the (#2265)Serhiy Storchaka2017-06-231-0/+3
* bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)Alexandru Ardelean2017-06-232-0/+5
* bpo-30730: Prevent environment variables injection in subprocess on Windows. ...Serhiy Storchaka2017-06-231-0/+3
* bpo-21071: struct.Struct.format type is now str (#845)Victor Stinner2017-06-231-0/+3
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-0/+3
* Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)larryhastings2017-06-2211-0/+11
* bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)Gregory P. Smith2017-06-221-0/+4
* bpo-30604: clean up co_extra support (#2144)Dino Viehland2017-06-211-0/+3
* bpo-30616: Functional API of enum allows to create empty enums. (#2304)Dong-hee Na2017-06-211-0/+3
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)Victor Stinner2017-06-211-0/+9
* bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...Serhiy Storchaka2017-06-201-0/+3
* bpo-30500: Fix the NEWS entry (#2293)Victor Stinner2017-06-201-1/+1
* bpo-30597: Show expected input in custom 'print' error message. (#2009)Sanyam Khurana2017-06-201-0/+3