summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)Miss Islington (bot)2017-09-071-0/+3
* [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)Miss Islington (bot)2017-09-071-0/+1
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...Steve Dower2017-09-061-0/+1
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-063-2/+3
* [3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3...Gregory P. Smith2017-09-061-0/+1
* [3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)Christian Heimes2017-09-061-0/+2
* bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373)Miss Islington (bot)2017-09-061-0/+1
* [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)Miss Islington (bot)2017-09-061-0/+1
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)Victor Stinner2017-09-051-0/+3
* [3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)Christian Heimes2017-09-051-0/+1
* [3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)Christian Heimes2017-09-051-0/+4
* [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)Christian Heimes2017-09-051-0/+2
* Simplify NEWS entry to prevent suspicious warnings. (#3339)Ned Deily2017-09-051-8/+1
* Rename my manually mis-named NEWS.d file. #sorry (#3326)Gregory P. Smith2017-09-041-0/+0
* bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)Gregory P. Smith2017-09-041-0/+2
* [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)Christian Heimes2017-09-041-0/+1
* Blurbify 3.6. (#3287)larryhastings2017-09-0442-8934/+26440
* bpo-31095: fix potential crash during GC (GH-3195)INADA Naoki2017-09-041-0/+2
* [3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315...Gregory P. Smith2017-09-031-0/+3
* [3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)Gregory P. Smith2017-09-031-0/+3
* bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)Serhiy Storchaka2017-09-031-0/+1
* bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...Christopher Wilcox2017-09-011-0/+2
* [3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...Antoine Pitrou2017-09-011-0/+2
* bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)Victor Stinner2017-09-011-0/+2
* [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...Oren Milman2017-08-301-0/+3
* [3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-08-301-0/+1
* [3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...Terry Jan Reedy2017-08-301-0/+1
* [3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)Oren Milman2017-08-291-0/+2
* [3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)Terry Jan Reedy2017-08-271-0/+4
* [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...Terry Jan Reedy2017-08-271-0/+1
* [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)Terry Jan Reedy2017-08-261-1/+2
* [3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...Oren Milman2017-08-261-0/+2
* [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...Łukasz Langa2017-08-222-0/+7
* bpo-31161: only check for parens error for SyntaxError (#3083)Martijn Pieters2017-08-221-0/+3
* bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)Victor Stinner2017-08-211-0/+2
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)Cheryl Sabella2017-08-191-0/+2
* [3.6] bpo-31232: Backport custom print rshift message (GH-3155)Nick Coghlan2017-08-191-0/+2
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)Victor Stinner2017-08-181-0/+2
* [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3...Terry Jan Reedy2017-08-181-0/+1
* Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext...Victor Stinner2017-08-161-4/+0
* [3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)Terry Jan Reedy2017-08-151-0/+2
* [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