Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23857: Implement PEP 493 | Nick Coghlan | 2016-03-20 | 1 | -0/+4 |
| | | | | | | Adds a Python-2-only ssl module API and environment variable to configure the default handling of SSL/TLS certificates for HTTPS connections. | ||||
* | #26250: document the sqlite3.Cursor.connection attribute. Initial patches ↵ | Ezio Melotti | 2016-03-18 | 1 | -0/+1 |
| | | | | by Aviv Palivoda and Varpu Rantala. | ||||
* | Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store ↵ | Steve Dower | 2016-03-17 | 1 | -0/+3 |
| | | | | is empty. Patch by Baji. | ||||
* | Issue #19450: Update Windows builds to use SQLite 3.8.11.0. | Steve Dower | 2016-03-17 | 1 | -0/+2 |
| | |||||
* | Issue #17603: Check for st_blocks field without requiring fileblocks.o | Martin Panter | 2016-03-18 | 1 | -0/+3 |
| | |||||
* | #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. | Ezio Melotti | 2016-03-13 | 1 | -0/+1 |
| | |||||
* | #25687: clarify that errors in tearDown increase the total number of ↵ | Ezio Melotti | 2016-03-13 | 1 | -0/+1 |
| | | | | reported errors. Initial patch by HyeSoo Park. | ||||
* | Issue #26513: Fixes platform module detection of Windows Server | Steve Dower | 2016-03-12 | 1 | -0/+2 |
| | |||||
* | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 2 | -0/+4 |
| | | | | Tamás Bence Gedai. | ||||
* | Issue #16851: Add Anna Koroliuk to Misc/ACKS | Victor Stinner | 2016-03-11 | 1 | -0/+1 |
| | |||||
* | Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. | Serhiy Storchaka | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 1 | -0/+2 |
| | |||||
* | Issue #15068: Got rid of excessive buffering in the fileinput module. | Serhiy Storchaka | 2016-03-08 | 1 | -0/+3 |
| | | | | The bufsize parameter is no longer used. | ||||
* | Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. | Ned Deily | 2016-03-08 | 1 | -2/+2 |
| | |||||
* | properly use PyObject_CallMethod in dictview binary operations (closes #26478) | Benjamin Peterson | 2016-03-04 | 1 | -0/+3 |
| | |||||
* | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 1 | -0/+1 |
| | | | | Patch by Alex Willmer. | ||||
* | Issue #2202: Fix UnboundLocalError in ↵ | Berker Peksag | 2016-03-06 | 1 | -0/+3 |
| | | | | | | | | AbstractDigestAuthHandler.get_algorithm_impls Raise ValueError if algorithm is not MD5 or SHA. Initial patch by Mathieu Dupuy. | ||||
* | Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. | Serhiy Storchaka | 2016-03-06 | 1 | -0/+3 |
| | |||||
* | Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. | Serhiy Storchaka | 2016-03-03 | 1 | -0/+6 |
| | | | | Patch by Jeroen Demeyer. | ||||
* | Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost | Martin Panter | 2016-02-29 | 1 | -0/+3 |
| | |||||
* | Issue #22836: Keep exception reports sensible despite errors | Martin Panter | 2016-02-28 | 1 | -0/+5 |
| | |||||
* | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -0/+1 |
| | |||||
* | Issue #24421: Compile _math.c separately to avoid race condition | Martin Panter | 2016-02-03 | 1 | -0/+4 |
| | |||||
* | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. | Ned Deily | 2016-02-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | As of Xcode 7, SDKs for Apple platforms now include textual-format stub libraries whose file names have a .tbd extension rather than the standard OS X .dylib extension. The Apple compiler tool chain handles these stub libraries transparently and the installed system shared libraries are still .dylibs. However, the new stub libraries cause problems for third-party programs that support building with Apple SDKs and make build-time decisions based on the presence or paths of system-supplied shared libraries in the SDK. In particular, building Python itself with an SDK fails to find system-supplied libraries during setup.py's build of standard library extension modules. The solution is to have find_library_file() in Distutils search for .tbd files, along with the existing types (.a, .so, and .dylib). Patch by Tim Smith. | ||||
* | Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on | Ned Deily | 2016-02-23 | 1 | -1/+4 |
| | | | | current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis. | ||||
* | Issue #26417: Prevent spurious errors and incorrect defaults when | Ned Deily | 2016-02-23 | 1 | -0/+7 |
| | | | | | installing IDLE 2.7 on OS X: default configuration settings are no longer installed from OS X specific copies. | ||||
* | Issue #26268: Update Windows builds to use OpenSSL 1.0.2f | Zachary Ware | 2016-02-22 | 1 | -0/+2 |
| | |||||
* | Issue #26309: Shut down SocketServer request if verify_request() is false | Martin Panter | 2016-02-18 | 1 | -0/+4 |
| | | | | Based on patch by Aviv Palivoda. | ||||
* | open the cert store readonly | Benjamin Peterson | 2016-02-18 | 1 | -0/+2 |
| | | | | Patch from Chi Hsuan Yen. | ||||
* | Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X | Ned Deily | 2016-02-15 | 1 | -0/+3 |
| | | | | versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis. | ||||
* | Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. | Ned Deily | 2016-02-15 | 1 | -2/+2 |
| | |||||
* | Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with | Charles-François Natali | 2016-02-12 | 1 | -0/+3 |
| | | | | Linux PID namespaces enabled. | ||||
* | Issue #25698: Importing module if the stack is too deep no longer replaces | Serhiy Storchaka | 2016-02-10 | 1 | -0/+3 |
| | | | | imported module with the empty one. | ||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 2 | -9/+9 |
| | | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear. | ||||
* | Issues #26310, #26311: Fix typos in the documentation | Martin Panter | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Issue #22847: Improve method cache efficiency. | Antoine Pitrou | 2014-11-14 | 1 | -0/+2 |
| | |||||
* | Issue #12923: Reset FancyURLopener's redirect counter even on exception | Martin Panter | 2016-02-04 | 2 | -0/+4 |
| | | | | Based on patches by Brian Brazil and Daniel Rocco. | ||||
* | Issue #25945: Fixed bugs in functools.partial. | Serhiy Storchaka | 2016-02-02 | 1 | -0/+5 |
| | | | | | | | Fixed a crash when unpickle the functools.partial object with wrong state. Fixed a leak in failed functools.partial constructor. "args" and "keywords" attributes of functools.partial have now always types tuple and dict correspondingly. | ||||
* | Issue #26244: Clarify default zlib compression level in documentation | Martin Panter | 2016-02-03 | 1 | -0/+1 |
| | | | | Based on patch by Aviv Palivoda. | ||||
* | Issue #19023: Document ctypes array and pointer classes | Martin Panter | 2016-01-29 | 1 | -0/+1 |
| | | | | Also add some more tests. Based on patch by Sye van der Veen. | ||||
* | Issue #19883: Fixed possible integer overflows in zipimport. | Serhiy Storchaka | 2016-01-28 | 1 | -0/+2 |
| | |||||
* | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 1 | -0/+6 |
| | | | | | | | | | Issue #25843: When compiling code, don't merge constants if they are equal but have a different types. For example, "f1, f2 = lambda: 1, lambda: 1.0" is now correctly compiled to two different functions: f1() returns 1 (int) and f2() returns 1.0 (int), even if 1 and 1.0 are equal. Add a new _PyCode_ConstantKey() private function. | ||||
* | Issue #26106: doc: Move text of licenses to parsed literal block | Victor Stinner | 2016-01-21 | 1 | -0/+1 |
| | | | | | | | This change helps to ignore text of PSF, BEOPEN.com and CNRI licenses when translating the documentation. Patch written by Julien Palard who is translating Python 3.5 doc to french. Text of other licenses already used preformatted format. | ||||
* | prevent buffer overflow in get_data (closes #26171) | Benjamin Peterson | 2016-01-21 | 1 | -0/+3 |
| | |||||
* | Issue #26147: xmlrpclib now works with unicode not encodable with used | Serhiy Storchaka | 2016-01-20 | 1 | -0/+3 |
| | | | | non-UTF-8 encoding. | ||||
* | Issue #16620: Fixed AttributeError in msilib.Directory.glob(). | Serhiy Storchaka | 2016-01-19 | 1 | -0/+2 |
| | |||||
* | Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. | Serhiy Storchaka | 2016-01-18 | 1 | -0/+2 |
| | |||||
* | Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__(). | Serhiy Storchaka | 2016-01-18 | 1 | -0/+2 |
| | |||||
* | Issue #25824: Fixes sys.winver to not include any architecture suffix. | Steve Dower | 2016-01-16 | 1 | -0/+2 |
| | |||||
* | Issue #25940: Use self-signed.pythontest.net in SSL tests | Martin Panter | 2016-01-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | This is instead of svn.python.org, whose certificate recently expired, and whose new certificate uses a different root certificate. The certificate used at the pythontest server was modifed to set the "basic constraints" CA flag. This flag seems to be required for test_get_ca_certs_ capath() to work. Added the new self-signed certificate to capath with the following commands: cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/} c_rehash -v Lib/test/capath/ c_rehash -v -old Lib/test/capath/ # Note the generated file names cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0} mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0} When attempting to connect to port 444 on the new server, the resulting error code is EHOSTUNREACH on Linux, and ETIMEDOUT on Windows. |