summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)Christian Heimes2017-09-085-3/+79
* [3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyE...Zackery Spytz2017-09-081-2/+3
* [3.6] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) (...Miss Islington (bot)2017-09-083-26/+38
* [3.6] bpo-27340: Use memoryview in SSLSocket.sendall() (GH-3384) (#3434)Christian Heimes2017-09-073-5/+19
* [3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)Christian Heimes2017-09-072-2/+3
* [3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)Miss Islington (bot)2017-09-071-7/+9
* [3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...Miss Islington (bot)2017-09-073-8/+11
* [3.6] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...Miss Islington (bot)2017-09-071-1/+3
* [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ...Steve Dower2017-09-0714-32/+1189
* [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)Miss Islington (bot)2017-09-075-31/+52
* [3.6] bpo-30096: Use ABC in abc reference examples (GH-1220) (GH-3408)Miss Islington (bot)2017-09-071-24/+39
* [3.6] Update multissl test helper (GH-3349) (#3415)Christian Heimes2017-09-073-241/+437
* Add props file for nuget packages (#3410) (#3413)Steve Dower2017-09-075-6/+80
* Link to generated changelog, not website.Ned Deily2017-09-071-3/+2
* [3.6] bpo-22635: subprocess.getstatusoutput doc update. (GH-3398) (#3411)Miss Islington (bot)2017-09-071-7/+12
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)Miss Islington (bot)2017-09-073-5/+318
* [3.6] Update `make patchcheck` for blurb and NEWS.d (GH-3406)Miss Islington (bot)2017-09-071-5/+5
* [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)Miss Islington (bot)2017-09-072-0/+7
* [3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)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-0612-31/+122
* [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3...Miss Islington (bot)2017-09-063-2/+3
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-0614-21/+22
* [3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3...Gregory P. Smith2017-09-063-3/+54
* [3.6] Stop test_xmlrpc from writing to sys.stderr (GH-3359) (#3380)Miss Islington (bot)2017-09-061-0/+4
* [3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)Christian Heimes2017-09-063-0/+8
* [3.6] _pickle: Fix whichmodule() (GH-3358) (#3361)Christian Heimes2017-09-061-1/+1
* bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373)Miss Islington (bot)2017-09-062-6/+5
* bpo-31355: Travis CI: remove the macOS job (#3367)Victor Stinner2017-09-061-9/+0
* [3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (G...Mariatta2017-09-062-5/+2
* [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)Miss Islington (bot)2017-09-062-1/+5
* [3.6] Cache externals, depending on changes to PCbuild (GH-3308) (#3366)Zachary Ware2017-09-061-0/+2
* [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)Benjamin Peterson2017-09-062-2/+2
* bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363)Victor Stinner2017-09-061-0/+1
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)Victor Stinner2017-09-0520-57/+570
* bpo-30445: Allow appended output in RecursionError message (#3356)Victor Stinner2017-09-051-1/+2
* [3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)Christian Heimes2017-09-051-21/+12
* [3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)Christian Heimes2017-09-052-43/+48
* [3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)Christian Heimes2017-09-053-2/+13
* [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)Christian Heimes2017-09-056-5/+83
* [3.6] Travis: use ccache (GH-3307) (#3332)Christian Heimes2017-09-051-2/+4
* [3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)Christian Heimes2017-09-052-10/+12
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-053-3/+18
* Simplify NEWS entry to prevent suspicious warnings. (#3339)Ned Deily2017-09-051-8/+1
* Fix malformed handcrafted blurb filename. (#3327)larryhastings2017-09-050-0/+0
* Rename my manually mis-named NEWS.d file. #sorry (#3326)Gregory P. Smith2017-09-041-0/+0
* [3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)Gregory P. Smith2017-09-041-3/+5
* bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)Gregory P. Smith2017-09-043-6/+20
* [3.6] remote note about IRIX in aifc (#3304)Benjamin Peterson2017-09-041-6/+0
* [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)Christian Heimes2017-09-043-156/+1
* Blurbify 3.6. (#3287)larryhastings2017-09-0443-8935/+26440