summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-30860: Move windows.h include out of internal/*.h. (#3458)Eric Snow2017-09-124-20/+19
* bpo-30860: Fix a refleak. (#3506)Eric Snow2017-09-127-43/+47
* bpo-30860: Always provide serialno. (#3507)Eric Snow2017-09-121-1/+1
* bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...Oren Milman2017-09-113-3/+33
* bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503)Terry Jan Reedy2017-09-111-0/+46
* bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)Terry Jan Reedy2017-09-112-11/+19
* bpo-30860: Add Include/internal/ in "make tags" (#3498)Victor Stinner2017-09-111-2/+2
* test_ssl: Implement timeout in ssl_io_loop() (#3500)Victor Stinner2017-09-111-0/+3
* Remove a null statement that was necessary for --without-threads (#3478)Zackery Spytz2017-09-111-1/+0
* bpo-31373: remove overly strict float range checks (#3486)Benjamin Peterson2017-09-114-6/+14
* bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...Oren Milman2017-09-113-1/+20
* bpo-30781: IDLE: Fix help button on configdialog (#3238)Cheryl Sabella2017-09-111-3/+3
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-1021-272/+451
* Simplify run_tests.py (#3482)Antoine Pitrou2017-09-101-5/+1
* bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...Raymond Hettinger2017-09-105-113/+136
* bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477)Stefan Krah2017-09-101-5/+14
* Improve IncrementalEncoder documentation (GH-2746)Zhiming Wang2017-09-101-9/+9
* bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)Stefan Krah2017-09-092-113/+16
* Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)Sergey Fedoseev2017-09-091-1/+1
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-0911-115/+74
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-096-35/+48
* bpo-26669: Fix nan arg value error in pytime.c (#3085)Han Lee2017-09-082-0/+43
* bpo-31400: Improve SSL error handling on Windows (#3463)Steve Dower2017-09-082-10/+49
* bpo-28182: restore backwards compatibility (#3464)Christian Heimes2017-09-081-0/+5
* delete dead locale initialization code for windows (#3461)Benjamin Peterson2017-09-081-5/+1
* bpo-31354: Let configure --with-lto work on all buildsoctaviansoldea2017-09-084-8/+10
* bpo-28182: Expose OpenSSL verification results (#3412)Christian Heimes2017-09-085-19/+134
* Fixes reference leak (#3457)Steve Dower2017-09-081-1/+9
* replace custom table with pyctype (#3456)Benjamin Peterson2017-09-081-12/+1
* bpo-31393: Fix the use of PyUnicode_READY(). (#3451)Serhiy Storchaka2017-09-085-14/+30
* Show example of itemgetter() applied to a dictionary (#3431)Raymond Hettinger2017-09-081-0/+3
* update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 ...Benjamin Peterson2017-09-081-2/+1
* 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