summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-0872-1316/+2750
* Updates PCBuild/readme.txt (#3418)Steve Dower2017-09-081-76/+54
* bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)Christian Heimes2017-09-085-3/+79
* optimize all_name_chars (#3442)Benjamin Peterson2017-09-081-14/+14
* bpo-31036: Allow sphinx and blurb to be found automatically (#3440)Ned Deily2017-09-083-26/+38
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-0811-17/+126
* bpo-22635: Update the getstatusoutput docstring. (#3435)Gregory P. Smith2017-09-071-7/+9
* bpo-27340: Use memoryview in SSLSocket.sendall() (#3384)Christian Heimes2017-09-073-5/+19
* bpo-28958: Improve SSLContext error reporting. (#3414)Christian Heimes2017-09-072-2/+3
* bpo-31270: Modification of Pr 3200 (#3427)Raymond Hettinger2017-09-071-19/+18
* Update copyright PSF to 2001-2017 (#3421)Christian Heimes2017-09-072-2/+3
* bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)Pablo Galindo2017-09-073-8/+11
* bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3...Elena Oat2017-09-071-1/+3
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-0716-110/+1272
* bpo-31373: fix undefined floating-point demotions (#3396)Benjamin Peterson2017-09-075-31/+52
* remove current_filename optimization from marshal (#3423) (closes bpo-31384)Benjamin Peterson2017-09-071-19/+0
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07135-4386/+2481
* Add props file for nuget packages (#3410)Steve Dower2017-09-075-3/+76
* Update multissl test helper (#3349)Christian Heimes2017-09-073-241/+437
* Avoid UB in test selection macro. (#3407)Devin Jeanpierre2017-09-071-5/+3
* bpo-22635: subprocess.getstatusoutput doc update. (#3398)Gregory P. Smith2017-09-071-7/+12
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-0750-20539/+47
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)Ɓukasz Langa2017-09-073-5/+318
* Create PULL_REQUEST_TEMPLATE.md (GH-3404)Mariatta2017-09-071-0/+10
* bpo-14191 Add parse_intermixed_args. (#3319)R. David Murray2017-09-075-3/+235
* bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)Christian Heimes2017-09-062-0/+7
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-0613-66/+12
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-069-2/+257
* Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391)Steve Dower2017-09-063-2/+3
* bpo-30912: Don't check the content of ffi.h (GH-2687)Shlomi Fish2017-09-061-10/+3
* bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)Devin Jeanpierre2017-09-067-0/+252
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...Steve Dower2017-09-0610-13/+86
* Revert "pytime: include winsock2, so we can have a complete timeval type (#33...Antoine Pitrou2017-09-061-1/+0
* bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)Ammar Askar2017-09-063-3/+54
* bpo-29781: Fix SSLObject.version before handshake (#3364)Christian Heimes2017-09-063-0/+8
* Stop test_xmlrpc from writing to sys.stderr (#3359)Christian Heimes2017-09-061-0/+4
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-0640-2730/+1331
* pytime: include winsock2, so we can have a complete timeval type (#3377)Benjamin Peterson2017-09-061-0/+1
* correct initialization code (#3376)Benjamin Peterson2017-09-062-3/+2
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-0640-1331/+2731
* bpo-31355: Travis CI: remove the macOS job (#3367)Victor Stinner2017-09-061-9/+0
* bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)jimmylai2017-09-062-6/+5
* bpo-31320: No traceback to sys.stderr in test_ssl (#3360)Christian Heimes2017-09-052-1/+5
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-052-2/+2
* bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)Jonathan Eunice2017-09-052-5/+2
* _pickle: Fix whichmodule() (#3358)Victor Stinner2017-09-051-1/+1
* Link to blurb on PyPI in the NEWS.d READMEs. (#3323)Gregory P. Smith2017-09-0511-11/+33
* Conceptually, roots is a set. Also searching it as a set is a tiny bit faste...Raymond Hettinger2017-09-051-1/+1
* bpo-31343: Include sys/sysmacros.h (#3318)Christian Heimes2017-09-056-18/+84
* bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)Christian Heimes2017-09-053-2/+13