summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-091-0/+1
* bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)Serhiy Storchaka2017-08-091-0/+1
* ttk: fix LabeledScale and OptionMenu destroy() method (#3025)Victor Stinner2017-08-081-0/+4
* bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016)Terry Jan Reedy2017-08-071-0/+1
* bpo-31107: Fix copyreg mangled slot names calculation. (#2989)Shane Harvey2017-08-041-0/+2
* bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)Serhiy Storchaka2017-08-031-0/+2
* bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)Serhiy Storchaka2017-08-031-0/+2
* bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...Preston Landers2017-08-021-0/+1
* bpo-31061: fix crash in asyncio speedup module (GH-2966)Alexander Mohr2017-08-021-0/+1
* Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)Ɓukasz Langa2017-08-011-0/+3
* bpo-31083: IDLE: Describe the Page classes in configdialog (#2965)csabella2017-08-011-0/+3
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky2017-07-311-0/+1
* bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)csabella2017-07-311-0/+2
* bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952)csabella2017-07-301-0/+2
* bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)csabella2017-07-301-0/+4
* bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...Vinay Sajip2017-07-301-0/+2
* bpo-30803: clarify truth value testing documentation (#2508)Peter Thomassen2017-07-291-0/+1
* bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)Terry Jan Reedy2017-07-291-0/+1
* bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)csabella2017-07-281-0/+5
* bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)Terry Jan Reedy2017-07-271-0/+3
* bpo-31003: IDLE - Add more tests for General tab (#2859)Terry Jan Reedy2017-07-271-0/+1
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-251-0/+1
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)Terry Jan Reedy2017-07-241-4/+3
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)Terry Jan Reedy2017-07-231-0/+6
* bpo-30919: shared memory allocation performance regression in multiprocessing...Antoine Pitrou2017-07-231-0/+4
* bpo-26732: fix too many fds in processes started with the "forkserver" method...Antoine Pitrou2017-07-221-0/+4
* bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)Gareth Rees2017-07-211-0/+1
* bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)Terry Jan Reedy2017-07-211-0/+1
* bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787)Terry Jan Reedy2017-07-211-0/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775)Victor Stinner2017-07-201-0/+5
* bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functi...Aaron Gallagher2017-07-201-0/+2
* bpo-30917: IDLE: Add config.IdleConf unittests (#2691)Louie Lu2017-07-181-0/+3
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)Xiang Zhang2017-07-181-0/+1
* bpo-30794: added kill() method to multiprocessing.Process (#2528)Vitor Pereira2017-07-181-0/+2
* bpo-30946: Remove obsolete fallback code in readline module (#2738)Antoine Pitrou2017-07-181-0/+2
* bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417)Antoine Pitrou2017-07-171-0/+1
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-0/+1
* bpo-30934: Document coverage details for idlelib tests (#2711)terryjreedy2017-07-161-0/+7
* bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (...csabella2017-07-141-0/+3
* bpo-30731: python.manifest fix (#2328)Segev Finer2017-07-131-0/+1
* bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclass...Louie Lu2017-07-121-0/+1
* bpo-30876: Relative import from unloaded package now reimports the package (#...Serhiy Storchaka2017-07-121-0/+3
* bpo-30881: IDLE: add docstrings to browser.py (#2638)csabella2017-07-111-0/+1
* 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-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback()...Yury Selivanov2017-07-051-0/+1