| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093) | Christian Heimes | 2017-08-15 | 1 | -0/+2 |
|
|
* | [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092) | Terry Jan Reedy | 2017-08-15 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (... | Łukasz Langa | 2017-08-14 | 1 | -0/+4 |
|
|
* | [3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#... | Terry Jan Reedy | 2017-08-10 | 1 | -0/+3 |
|
|
* | [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30... | Serhiy Storchaka | 2017-08-09 | 1 | -0/+1 |
|
|
* | ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030) | Victor Stinner | 2017-08-09 | 1 | -0/+4 |
|
|
* | [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018) | Terry Jan Reedy | 2017-08-07 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G... | Antoine Pitrou | 2017-08-06 | 1 | -0/+1 |
|
|
* | [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003) | Shane Harvey | 2017-08-05 | 2 | -0/+3 |
|
|
* | [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G... | Serhiy Storchaka | 2017-08-03 | 1 | -0/+2 |
|
|
* | [3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (... | Serhiy Storchaka | 2017-08-03 | 1 | -0/+2 |
|
|
* | bpo-31061: fix crash in asyncio speedup module (GH-2984) | INADA Naoki | 2017-08-02 | 1 | -0/+1 |
|
|
* | [3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#... | Terry Jan Reedy | 2017-08-01 | 1 | -0/+3 |
|
|
* | [3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959) | csabella | 2017-07-31 | 2 | -0/+3 |
|
|
* | [3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955) | Terry Jan Reedy | 2017-07-30 | 1 | -0/+2 |
|
|
* | [3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (... | Terry Jan Reedy | 2017-07-30 | 1 | -0/+4 |
|
|
* | [3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946) | Terry Jan Reedy | 2017-07-29 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944) | Terry Jan Reedy | 2017-07-29 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914... | Terry Jan Reedy | 2017-07-28 | 1 | -0/+5 |
|
|
* | [3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925) | Terry Jan Reedy | 2017-07-28 | 1 | -0/+3 |
|
|
* | [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906) | Terry Jan Reedy | 2017-07-27 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com... | Dong-hee Na | 2017-07-26 | 1 | -0/+2 |
|
|
* | [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816) | Utkarsh Upadhyay | 2017-07-26 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) | Victor Stinner | 2017-07-26 | 1 | -0/+3 |
|
|
* | [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2831) (... | Terry Jan Reedy | 2017-07-24 | 1 | -4/+3 |
|
|
* | [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2818) ... | Terry Jan Reedy | 2017-07-23 | 1 | -0/+6 |
|
|
* | [3.6] bpo-30981: IDLE -- Add more configdialog font page tests. (GH-… (#2796) | Terry Jan Reedy | 2017-07-22 | 1 | -0/+1 |
|
|
* | [3.6] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ... | Berker Peksag | 2017-07-21 | 1 | -0/+2 |
|
|
* | [3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797) | Nicholas | 2017-07-21 | 1 | -0/+1 |
|
|
* | [3.6] bpo-28523: IDLE: Use 'color' instead of 'colour'. (GH-2787) (#2791) | Terry Jan Reedy | 2017-07-21 | 1 | -0/+1 |
|
|
* | bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) | Victor Stinner | 2017-07-20 | 1 | -0/+5 |
|
|
* | [3.6] bpo-30917: IDLE: Add config.IdleConf unittests (GH-2691) (#2753) | terryjreedy | 2017-07-20 | 1 | -0/+3 |
|
|
* | bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748) | Xiang Zhang | 2017-07-18 | 1 | -0/+1 |
|
|
* | Bump to v3.6.2+ | Ned Deily | 2017-07-17 | 1 | -0/+8 |
|
|
* | [3.6] bpo-30876: Relative import from unloaded package now reimports the pack... | Serhiy Storchaka | 2017-07-16 | 1 | -0/+3 |
|
|
* | [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726) | terryjreedy | 2017-07-16 | 1 | -0/+7 |
|
|
* | [3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi... | terryjreedy | 2017-07-14 | 1 | -0/+3 |
|
|
* | bpo-30731: python.manifest fix (#2328) (#2699) | Steve Dower | 2017-07-13 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su... | terryjreedy | 2017-07-12 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663) | terryjreedy | 2017-07-11 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-... | Serhiy Storchaka | 2017-07-11 | 1 | -0/+3 |
|
|
* | [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ... | terryjreedy | 2017-07-10 | 1 | -0/+2 |
|
|
* | bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2643) | Victor Stinner | 2017-07-10 | 1 | -0/+3 |
|
|
* | [3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617... | terryjreedy | 2017-07-09 | 1 | -0/+2 |
|
|
* | [3.6] bpo-29854: Fix segfault in call_readline() (GH-728) | Nir Soffer | 2017-07-08 | 1 | -0/+2 |
|
|
* | Update for post-3.6.2rc2 | Ned Deily | 2017-07-08 | 1 | -3/+15 |
|
|
* | [3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631) | terryjreedy | 2017-07-08 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30779: News (GH-2627) (#2630) | terryjreedy | 2017-07-08 | 1 | -0/+8 |
|
|
* | bpo-30532: Fix whitespace folding in certain cases (#2591) | Joel Hillacre | 2017-07-06 | 2 | -0/+2 |
|
|
* | [3.6] bpo-30814: Fixed a race condition when import a submodule from a packag... | Serhiy Storchaka | 2017-07-06 | 1 | -0/+2 |
|
|