summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)Christian Heimes2017-09-151-0/+2
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-0/+1
* bpo-31386: Custom wrap_bio and wrap_socket type (#3426)Christian Heimes2017-09-151-0/+2
* bpo-314777: IDLE - improve rstrip entry in doc (#3602)Terry Jan Reedy2017-09-151-0/+2
* bpo-31338 (#3374)Barry Warsaw2017-09-151-0/+3
* bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)Terry Jan Reedy2017-09-141-0/+1
* bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)Feanil Patel2017-09-142-0/+2
* bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)scoder2017-09-141-0/+2
* bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case en...Oren Milman2017-09-141-0/+2
* bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3...Łukasz Langa2017-09-141-0/+2
* bpo-28411: Isolate PyInterpreterState.modules (#3575)Eric Snow2017-09-141-0/+3
* bpo-31457: Allow for nested LoggerAdapter objects (#3551)Łukasz Langa2017-09-141-0/+1
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-141-4/+0
* bpo-28556: Minor updates to typing module (#3550)Ivan Levkivskyi2017-09-131-0/+2
* bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an ...Oren Milman2017-09-131-0/+2
* bpo-31234, socket.create_connection(): Fix ref cycle (#3546)Victor Stinner2017-09-131-0/+2
* bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)Victor Stinner2017-09-131-0/+2
* bpo-31421: Document how IDLE runs tkinter programs. (#3513)Terry Jan Reedy2017-09-121-0/+4
* bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...Oren Milman2017-09-111-0/+2
* bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)Terry Jan Reedy2017-09-111-0/+2
* bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...Oren Milman2017-09-111-0/+2
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-0/+20
* bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...Raymond Hettinger2017-09-101-0/+9
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-0/+1
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-0/+2
* bpo-31400: Improve SSL error handling on Windows (#3463)Steve Dower2017-09-081-0/+1
* bpo-31354: Let configure --with-lto work on all buildsoctaviansoldea2017-09-081-0/+1
* bpo-28182: Expose OpenSSL verification results (#3412)Christian Heimes2017-09-081-0/+3
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-081-0/+2
* bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)Christian Heimes2017-09-081-0/+1
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-0/+5
* bpo-27340: Use memoryview in SSLSocket.sendall() (#3384)Christian Heimes2017-09-071-0/+3
* bpo-28958: Improve SSLContext error reporting. (#3414)Christian Heimes2017-09-071-0/+2
* bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)Pablo Galindo2017-09-072-0/+3
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-071-0/+1
* bpo-31373: fix undefined floating-point demotions (#3396)Benjamin Peterson2017-09-071-0/+2
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-0/+5
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-071-0/+2
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)Łukasz Langa2017-09-071-0/+3
* bpo-14191 Add parse_intermixed_args. (#3319)R. David Murray2017-09-071-0/+3
* bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)Christian Heimes2017-09-061-0/+1
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-062-0/+3
* bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)Devin Jeanpierre2017-09-061-0/+1
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...Steve Dower2017-09-061-0/+1
* bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)Ammar Askar2017-09-061-0/+1
* bpo-29781: Fix SSLObject.version before handshake (#3364)Christian Heimes2017-09-061-0/+2
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-061-2/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-061-0/+2
* bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)jimmylai2017-09-061-0/+1
* bpo-31320: No traceback to sys.stderr in test_ssl (#3360)Christian Heimes2017-09-051-0/+1