| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224) | Mariatta | 2017-08-27 | 1 | -2/+2 |
|
|
* | [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests... | Terry Jan Reedy | 2017-08-27 | 3 | -7/+16 |
|
|
* | [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214) | Terry Jan Reedy | 2017-08-26 | 3 | -86/+87 |
|
|
* | [3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201... | Oren Milman | 2017-08-26 | 3 | -0/+17 |
|
|
* | [3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t... | Oren Milman | 2017-08-26 | 4 | -2/+33 |
|
|
* | bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5... | Victor Stinner | 2017-08-22 | 2 | -5/+5 |
|
|
* | [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ... | Łukasz Langa | 2017-08-22 | 3 | -9/+18 |
|
|
* | bpo-31161: only check for parens error for SyntaxError (#3083) | Martijn Pieters | 2017-08-22 | 3 | -5/+41 |
|
|
* | bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186) | Victor Stinner | 2017-08-22 | 1 | -5/+14 |
|
|
* | bpo-31234: fork_wait tests now join threads (#3139) (#3187) | Victor Stinner | 2017-08-22 | 1 | -8/+17 |
|
|
* | [3.6] bpo-30871: Add test.pythoninfo (#3174) | Victor Stinner | 2017-08-21 | 5 | -3/+479 |
|
|
* | [3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173) | Victor Stinner | 2017-08-21 | 2 | -9/+59 |
|
|
* | bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168) | Victor Stinner | 2017-08-21 | 2 | -12/+26 |
|
|
* | [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162) | Cheryl Sabella | 2017-08-20 | 1 | -657/+0 |
|
|
* | [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159) | Cheryl Sabella | 2017-08-20 | 2 | -39/+37 |
|
|
* | [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154) | Cheryl Sabella | 2017-08-19 | 2 | -0/+645 |
|
|
* | [3.6] bpo-31232: Backport custom print rshift message (GH-3155) | Nick Coghlan | 2017-08-19 | 3 | -0/+50 |
|
|
* | bpo-31234: test_threading: fix ref cycle (#3150) (#3152) | Victor Stinner | 2017-08-19 | 1 | -0/+2 |
|
|
* | bpo-31235: Fix ResourceWarning in test_logging (#3147) (#3149) | Victor Stinner | 2017-08-18 | 1 | -0/+1 |
|
|
* | bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143) | Victor Stinner | 2017-08-18 | 13 | -104/+735 |
|
|
* | Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125) | Mariatta | 2017-08-18 | 1 | -1/+1 |
|
|
* | [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3... | Terry Jan Reedy | 2017-08-18 | 3 | -157/+671 |
|
|
* | [3.6] bpo-31221: patchcheck ignores external libraries (#3109) (#3116) | Victor Stinner | 2017-08-17 | 1 | -2/+21 |
|
|
* | Update the language selection in the docs language switch. (GH-3114) (#3115) | Julien Palard | 2017-08-17 | 1 | -1/+1 |
|
|
* | bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666) (... | Victor Stinner | 2017-08-17 | 1 | -18/+5 |
|
|
* | bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104) | Victor Stinner | 2017-08-16 | 1 | -1/+2 |
|
|
* | Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext... | Victor Stinner | 2017-08-16 | 2 | -8/+2 |
|
|
* | [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (GH-3098) (#3099) | Terry Jan Reedy | 2017-08-15 | 1 | -1/+29 |
|
|
* | [3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097) | Terry Jan Reedy | 2017-08-15 | 3 | -458/+471 |
|
|
* | [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093) | Christian Heimes | 2017-08-15 | 3 | -4/+8 |
|
|
* | [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092) | Terry Jan Reedy | 2017-08-15 | 3 | -188/+610 |
|
|
* | [3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (... | Łukasz Langa | 2017-08-14 | 2 | -2/+8 |
|
|
* | bpo-31067: test_subprocess calls reap_children() (#2931) (#3074) | Victor Stinner | 2017-08-11 | 1 | -0/+2 |
|
|
* | bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3070) | Victor Stinner | 2017-08-11 | 2 | -35/+43 |
|
|
* | bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068) | Victor Stinner | 2017-08-10 | 1 | -1/+3 |
|
|
* | bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) | Julien Palard | 2017-08-10 | 1 | -2/+3 |
|
|
* | [3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060) | Victor Stinner | 2017-08-10 | 3 | -1/+16 |
|
|
* | [3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#... | Terry Jan Reedy | 2017-08-10 | 3 | -23/+60 |
|
|
* | [3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread ... | Ammar Askar | 2017-08-09 | 1 | -0/+2 |
|
|
* | [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-30... | Serhiy Storchaka | 2017-08-09 | 3 | -1479/+1494 |
|
|
* | ttk: fix LabeledScale and OptionMenu destroy() method (#3025) (#3030) | Victor Stinner | 2017-08-09 | 2 | -4/+12 |
|
|
* | bpo-31045: Language switch (#2652) (#3023) | Julien Palard | 2017-08-08 | 4 | -71/+151 |
|
|
* | [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018) | Terry Jan Reedy | 2017-08-07 | 3 | -38/+50 |
|
|
* | [3.6] bpo-29910: IDLE - revert `break`s that disabled calltip close. (GH-2997... | Terry Jan Reedy | 2017-08-07 | 1 | -4/+4 |
|
|
* | [3.6] bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (G... | Antoine Pitrou | 2017-08-06 | 2 | -18/+21 |
|
|
* | bpo-31029: test_tokenize Add missing import unittest (#2998) | Rajath Agasthya | 2017-08-05 | 1 | -0/+1 |
|
|
* | [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003) | Shane Harvey | 2017-08-05 | 4 | -1/+18 |
|
|
* | Fix a shadow-compatible-local warning (#2181) | Yuan Chao Chou | 2017-08-04 | 2 | -168/+168 |
|
|
* | [3.6] Improve grammar in asyncio documentation (GH-2993) (GH-2994) | Mariatta | 2017-08-03 | 1 | -1/+1 |
|
|
* | [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (G... | Serhiy Storchaka | 2017-08-03 | 3 | -29/+52 |
|
|