Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26167: Backported copy tests. | Serhiy Storchaka | 2016-03-06 | 1 | -6/+49 |
| | |||||
* | Issue #26015: Added new tests for pickling iterators of mutable sequences. | Serhiy Storchaka | 2016-03-06 | 6 | -50/+216 |
| | |||||
* | Issue #25718: Fixed pickling and copying the accumulate() iterator with ↵ | Serhiy Storchaka | 2016-03-06 | 3 | -0/+30 |
| | | | | total is None. | ||||
* | Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. | Serhiy Storchaka | 2016-03-06 | 2 | -3/+6 |
| | |||||
* | Fixed typo in pickle tests. | Serhiy Storchaka | 2016-03-04 | 1 | -2/+2 |
| | |||||
* | merge 3.4 (closes #26478) | Benjamin Peterson | 2016-03-04 | 3 | -5/+11 |
|\ | |||||
| * | properly use the ObjArgs variant of CallMethod in dictview binary operations ↵ | Benjamin Peterson | 2016-03-04 | 3 | -5/+11 |
| | | | | | | | | (closes #26478) | ||||
* | | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Liang-Bo Wang. | ||||
| * | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 |
| | | | | | | | | Patch by Liang-Bo Wang. | ||||
* | | coroutines: Error when awaiting on coroutine that's being awaited | Yury Selivanov | 2016-03-02 | 4 | -6/+40 |
| | | | | | | | | Issue #25888 | ||||
* | | asyncio: Remove duplicate bind addresses in create_server. | Yury Selivanov | 2016-03-02 | 2 | -12/+18 |
| | | | | | | | | Patch by Sebastien Bourdeauducq (issue #26338) | ||||
* | | inspect: Fix BoundArguments.apply_defaults to handle empty arguments | Yury Selivanov | 2016-03-02 | 2 | -2/+7 |
| | | | | | | | | Patch by Frederick Wagner (issue #26347) | ||||
* | | asyncio: Prevent StopIteration from being thrown into a Future | Yury Selivanov | 2016-03-02 | 2 | -0/+7 |
| | | | | | | | | Patch by Chris Angelico (issue #26221) | ||||
* | | asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) | Yury Selivanov | 2016-03-02 | 2 | -1/+26 |
| | | | | | | | | Patch by Vladimir Rutsky. | ||||
* | | asyncio, selectors: Update to the upstream version | Yury Selivanov | 2016-03-02 | 2 | -3/+13 |
| | | |||||
* | | Merge 3.4 | Yury Selivanov | 2016-03-02 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | asyncio: Update 3.4 asyncio/test_tasks to upstream version | Yury Selivanov | 2016-03-02 | 1 | -1/+2 |
| | | |||||
* | | Issue #26464: Fix unicode_fast_translate() again | Victor Stinner | 2016-03-01 | 2 | -13/+22 |
| | | | | | | | | Initialize i variable if the string is non-ASCII. | ||||
* | | Fix str.translate() | Victor Stinner | 2016-03-01 | 3 | -3/+12 |
| | | | | | | | | | | | | Issue #26464: Fix str.translate() when string is ASCII and first replacements removes character, but next replacement uses a non-ASCII character or a string longer than 1 character. Regression introduced in Python 3.5.0. | ||||
* | | Issue #26457: Fixed the subnets() methods in IP network classes for the case | Serhiy Storchaka | 2016-03-01 | 3 | -9/+43 |
| | | | | | | | | | | when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang. | ||||
* | | Whitespace | Terry Jan Reedy | 2016-03-01 | 1 | -3/+3 |
| | | |||||
* | | Document maintenance of idlelib/help.html in idlelib. | Terry Jan Reedy | 2016-03-01 | 1 | -1/+24 |
| | | |||||
* | | Rebase the 3.x version of idlelib/help.html on the 3.5 version of | Terry Jan Reedy | 2016-03-01 | 1 | -73/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc/build/html/library/idle.html, which is built from Doc/library/idle.rst. Help.html is an rstrip()ed copy of idle.html that can be pushed. The displayed content is unchanged because a) the version number is not displayed, being inherent in the version displaying the file and b) the tt tag was ignored by the custom parser in idlelib/help.py. The wrapped <span class="pre"> tags remain as they were. This will be merged in 3.6 (without conflict) because the 3.6 help.html is a copy of the 3.5 file (which was a copy of the 3.4 file). The two files will remain the same until either a) there is a content change that only applies to one of them or b) 3.5 maintenance ends and the 3.6 file is itself rebased. | ||||
* | | Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost | Martin Panter | 2016-02-28 | 3 | -2/+14 |
| | | |||||
* | | Update susp-ignore file (#25910). | Georg Brandl | 2016-02-28 | 1 | -1/+1 |
| | | |||||
* | | Fix typo. | Georg Brandl | 2016-02-28 | 1 | -1/+1 |
| | | |||||
* | | Issue #22836: Keep exception reports sensible despite errors | Martin Panter | 2016-02-28 | 5 | -9/+92 |
| | | |||||
* | | #26246: merge with 3.4. | Ezio Melotti | 2016-02-27 | 2 | -7/+12 |
|\ \ | |/ | |||||
| * | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 2 | -7/+12 |
| | | |||||
* | | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 69 | -256/+253 |
| | | | | | | | | to SilentGhost for the patch. | ||||
* | | Fix version. | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
| | | |||||
* | | Closes #26442: fix copy-paste. | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | |||||
* | | Closes #26444: typo fixes. | Georg Brandl | 2016-02-26 | 1 | -7/+7 |
| | | |||||
* | | Issue #24421: Compile _math.c separately to avoid race condition | Martin Panter | 2016-02-03 | 3 | -5/+17 |
| | | |||||
* | | Issue #26390: Fix and test pbkdf2_hmac() parameter names | Martin Panter | 2016-02-22 | 2 | -6/+10 |
| | | | | | | | | Based on patch by Daan Bakker. | ||||
* | | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 10 | -21/+22 |
| | | |||||
* | | Fix rstlint to also look for indented comments that should be directives. | Georg Brandl | 2016-02-25 | 1 | -2/+2 |
| | | |||||
* | | Issue #26402: Fix XML-RPC client retrying after server disconnection | Martin Panter | 2016-02-25 | 3 | -3/+44 |
| | | | | | | | | | | This is a regression introduced in 3.5 by revision eba80326ba53. Fix by Jelte Fennema, test case by me. | ||||
* | | Issue #25801: Fixed resource warnings in test_zipfile64. | Serhiy Storchaka | 2016-02-25 | 1 | -2/+6 |
| | | | | | | | | Patch by SilentGhost. | ||||
* | | Issue #25136: Add reference to 'xcode-select --install' to Mac README. | Ned Deily | 2016-02-24 | 1 | -1/+6 |
| | | |||||
* | | Change OS X installer builds targeted for 10.10 and above to build | Ned Deily | 2016-02-24 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | and link with a private copy of OpenSSL, like installers targeted for 10.5 already do, since Apple has deprecated use of the system OpenSSL and removed its header files from the Xcode 7 SDK. Note that this configuration is not currently used to build any python.org-supplied installers and that the private copy of OpenSSL requires its own root certificates. | ||||
* | | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. | Ned Deily | 2016-02-24 | 4 | -2/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #26302: Correctly identify comma as an invalid character for a cookie ↵ | Anish Shah | 2016-02-07 | 3 | -1/+10 |
| | | | | | | | | (correcting regression in Python 3.5). | ||||
* | | Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes | Serhiy Storchaka | 2016-02-24 | 1 | -1/+1 |
| | | | | | | | | for issues #25995 and #25911. | ||||
* | | Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. | Serhiy Storchaka | 2016-02-24 | 3 | -6/+13 |
| | | | | | | | | Patch by Swati Jaiswal. | ||||
* | | Issue #5824: Fix DatagramRequestHandler tests by binding the client socket | Martin Panter | 2016-02-24 | 2 | -29/+20 |
| | | |||||
* | | Issue #22088: Clarify base-64 alphabets and which characters are discarded | Martin Panter | 2016-02-23 | 3 | -79/+92 |
| | | | | | | | | | | | | | | | | | | | | * There are only two base-64 alphabets defined by the RFCs, not three * Due to the internal translation, plus (+) and slash (/) are never discarded * standard_ and urlsafe_b64decode() discard characters as well Also update the doc strings to clarify data types, based on revision 92760d2edc9e, correct the exception raised by b16decode(), and correct the parameter name for the base-85 functions. | ||||
* | | Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on | Ned Deily | 2016-02-23 | 2 | -4/+13 |
| | | | | | | | | current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis. | ||||
* | | Update example; str(float) changed so there is difference now. | Georg Brandl | 2016-02-22 | 1 | -5/+5 |
| | | |||||
* | | Issue #26268: Update Windows builds to use OpenSSL 1.0.2f | Zachary Ware | 2016-02-22 | 7 | -12/+14 |
| | |