summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)Christian Heimes2017-08-151-0/+2
* [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)Terry Jan Reedy2017-08-151-0/+1
* [3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (...Łukasz Langa2017-08-141-0/+4
* [3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...Terry Jan Reedy2017-08-101-0/+3
* [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30...Serhiy Storchaka2017-08-091-0/+1
* ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030)Victor Stinner2017-08-091-0/+4
* [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)Terry Jan Reedy2017-08-071-0/+1
* [3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G...Antoine Pitrou2017-08-061-0/+1
* [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)Shane Harvey2017-08-052-0/+3
* [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G...Serhiy Storchaka2017-08-031-0/+2
* [3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (...Serhiy Storchaka2017-08-031-0/+2
* bpo-31061: fix crash in asyncio speedup module (GH-2984)INADA Naoki2017-08-021-0/+1
* [3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#...Terry Jan Reedy2017-08-011-0/+3
* [3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)csabella2017-07-312-0/+3
* [3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955)Terry Jan Reedy2017-07-301-0/+2
* [3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (...Terry Jan Reedy2017-07-301-0/+4
* [3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)Terry Jan Reedy2017-07-291-0/+1
* [3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944)Terry Jan Reedy2017-07-291-0/+1
* [3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914...Terry Jan Reedy2017-07-281-0/+5
* [3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925)Terry Jan Reedy2017-07-281-0/+3
* [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)Terry Jan Reedy2017-07-271-0/+1
* [3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-261-0/+2
* [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)Utkarsh Upadhyay2017-07-261-0/+1
* [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881)Victor Stinner2017-07-261-0/+3
* [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2831) (...Terry Jan Reedy2017-07-241-4/+3
* [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2818) ...Terry Jan Reedy2017-07-231-0/+6
* [3.6] bpo-30981: IDLE -- Add more configdialog font page tests. (GH-… (#2796)Terry Jan Reedy2017-07-221-0/+1
* [3.6] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...Berker Peksag2017-07-211-0/+2
* [3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797)Nicholas2017-07-211-0/+1
* [3.6] bpo-28523: IDLE: Use 'color' instead of 'colour'. (GH-2787) (#2791)Terry Jan Reedy2017-07-211-0/+1
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777)Victor Stinner2017-07-201-0/+5
* [3.6] bpo-30917: IDLE: Add config.IdleConf unittests (GH-2691) (#2753)terryjreedy2017-07-201-0/+3
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748)Xiang Zhang2017-07-181-0/+1
* Bump to v3.6.2+Ned Deily2017-07-171-0/+8
* [3.6] bpo-30876: Relative import from unloaded package now reimports the pack...Serhiy Storchaka2017-07-161-0/+3
* [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726)terryjreedy2017-07-161-0/+7
* [3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi...terryjreedy2017-07-141-0/+3
* bpo-30731: python.manifest fix (#2328) (#2699)Steve Dower2017-07-131-0/+1
* [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su...terryjreedy2017-07-121-0/+1
* [3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663)terryjreedy2017-07-111-0/+1
* [3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...Serhiy Storchaka2017-07-111-0/+3
* [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ...terryjreedy2017-07-101-0/+2
* bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2643)Victor Stinner2017-07-101-0/+3
* [3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617...terryjreedy2017-07-091-0/+2
* [3.6] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-081-0/+2
* Update for post-3.6.2rc2Ned Deily2017-07-081-3/+15
* [3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631)terryjreedy2017-07-081-0/+1
* [3.6] bpo-30779: News (GH-2627) (#2630)terryjreedy2017-07-081-0/+8
* bpo-30532: Fix whitespace folding in certain cases (#2591)Joel Hillacre2017-07-062-0/+2
* [3.6] bpo-30814: Fixed a race condition when import a submodule from a packag...Serhiy Storchaka2017-07-061-0/+2