summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-31067: test_subprocess calls reap_children() (#2931) (#3074)Victor Stinner2017-08-111-0/+2
* bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070)Victor Stinner2017-08-112-35/+43
* bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068)Victor Stinner2017-08-101-1/+3
* bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)Julien Palard2017-08-101-2/+3
* [3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060)Victor Stinner2017-08-103-1/+16
* [3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...Terry Jan Reedy2017-08-103-23/+60
* [3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread ...Ammar Askar2017-08-091-0/+2
* [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30...Serhiy Storchaka2017-08-093-1479/+1494
* ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030)Victor Stinner2017-08-092-4/+12
* bpo-31045: Language switch (#2652) (#3023)Julien Palard2017-08-084-71/+151
* [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)Terry Jan Reedy2017-08-073-38/+50
* [3.6] bpo-29910: IDLE - revert `break`s that disabled calltip close. (GH-2997...Terry Jan Reedy2017-08-071-4/+4
* [3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G...Antoine Pitrou2017-08-062-18/+21
* bpo-31029: test_tokenize Add missing import unittest (#2998)Rajath Agasthya2017-08-051-0/+1
* [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)Shane Harvey2017-08-054-1/+18
* Fix a shadow-compatible-local warning (#2181)Yuan Chao Chou2017-08-042-168/+168
* [3.6] Improve grammar in asyncio documentation (GH-2993) (GH-2994)Mariatta2017-08-031-1/+1
* [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G...Serhiy Storchaka2017-08-033-29/+52
* [3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (...Serhiy Storchaka2017-08-034-7/+20
* bpo-31061: fix crash in asyncio speedup module (GH-2984)INADA Naoki2017-08-024-0/+32
* [3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#...Terry Jan Reedy2017-08-012-15/+30
* Remove .mention-bot (GH-2923) (GH-2970)Mariatta2017-08-011-3/+0
* bpo-25910: Update LICENSE (GH-2873) (GH-2967)Mariatta2017-08-011-6/+5
* [3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)csabella2017-07-314-1/+30
* [3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955)Terry Jan Reedy2017-07-303-284/+269
* [3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (...Terry Jan Reedy2017-07-303-239/+271
* [3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (#2949)Terry Jan Reedy2017-07-301-2/+40
* [3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)Terry Jan Reedy2017-07-292-19/+15
* [3.6] bpo-31027: Fix test_listcomps failure when run directly (GH-2939) (#2945)Terry Jan Reedy2017-07-291-1/+1
* [3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944)Terry Jan Reedy2017-07-293-35/+43
* Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2940)Mariatta2017-07-291-1/+1
* [3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (GH-2936) (...Terry Jan Reedy2017-07-282-16/+23
* [3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914...Terry Jan Reedy2017-07-282-62/+47
* [3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925)Terry Jan Reedy2017-07-282-768/+775
* bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2917)Victor Stinner2017-07-271-0/+4
* bpo-31028: Fix test_pydoc when run directly (#2864) (#2910)Victor Stinner2017-07-271-1/+1
* [3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851)....Serhiy Storchaka2017-07-271-0/+2
* [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)Terry Jan Reedy2017-07-274-198/+380
* [3.6] bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialo...Terry Jan Reedy2017-07-272-2/+147
* bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2898)Nir Soffer2017-07-262-2/+6
* Fix build batch files (#2750) (#2897)Steve Dower2017-07-266-21/+49
* [3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-263-1/+9
* [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)Utkarsh Upadhyay2017-07-264-9/+15
* Add the link to asyncio source code in the docs (GH-2373) (GH-2884)Mariatta2017-07-268-3/+23
* [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881)Victor Stinner2017-07-262-1/+4
* bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880)Victor Stinner2017-07-262-1/+9
* [3.6] bpo-26762, bpo-31019: Backport multiprocessing fixes from master to 3.6...Victor Stinner2017-07-262-24/+111
* bpo-31034: Reliable signal handler for test_asyncio (#2867) (#2876)Victor Stinner2017-07-262-31/+45
* bpo-26506: hex() documentation: mention %x % int (GH-2525) (GH-2870)Mariatta2017-07-251-10/+52
* [3.6] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-2848) (#...Segev Finer2017-07-251-1/+4