summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in pickle tests.Serhiy Storchaka2016-03-041-2/+2
|\
| * Fixed typo in pickle tests.Serhiy Storchaka2016-03-041-2/+2
| |
* | merge 3.5 (closes #26478)Benjamin Peterson2016-03-041-0/+4
|\ \ | |/
| * merge 3.4 (closes #26478)Benjamin Peterson2016-03-041-0/+4
| |\
| | * properly use the ObjArgs variant of CallMethod in dictview binary operations ↵Benjamin Peterson2016-03-041-0/+4
| | | | | | | | | | | | (closes #26478)
| | * asyncio: Update 3.4 asyncio/test_tasks to upstream versionYury Selivanov2016-03-021-1/+2
| | |
* | | Issue #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-0/+8
| | | | | | | | | | | | | | | | | | other write methods. Patch by Jakub Stasiak.
* | | Merge 3.5 (issue #25888)Yury Selivanov2016-03-021-0/+18
|\ \ \ | |/ /
| * | coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+18
| | | | | | | | | | | | Issue #25888
* | | Merge 3.5 (issue #26338)Yury Selivanov2016-03-022-12/+18
|\ \ \ | |/ /
| * | asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-022-12/+18
| | | | | | | | | | | | Patch by Sebastien Bourdeauducq (issue #26338)
* | | Merge 3.5 (issue #26347)Yury Selivanov2016-03-022-2/+7
|\ \ \ | |/ /
| * | inspect: Fix BoundArguments.apply_defaults to handle empty argumentsYury Selivanov2016-03-022-2/+7
| | | | | | | | | | | | Patch by Frederick Wagner (issue #26347)
* | | Merge 3.5 (issue #26221)Yury Selivanov2016-03-022-0/+7
|\ \ \ | |/ /
| * | asyncio: Prevent StopIteration from being thrown into a FutureYury Selivanov2016-03-022-0/+7
| | | | | | | | | | | | Patch by Chris Angelico (issue #26221)
* | | Merge 3.5 (issue #25647)Yury Selivanov2016-03-022-1/+26
|\ \ \ | |/ /
| * | asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)Yury Selivanov2016-03-022-1/+26
| | | | | | | | | | | | Patch by Vladimir Rutsky.
* | | Sync selectors.py with upstream asyncioYury Selivanov2016-03-021-5/+6
| | |
* | | Merge 3.5Yury Selivanov2016-03-021-1/+2
|\ \ \ | |/ /
| * | asyncio, selectors: Update to the upstream versionYury Selivanov2016-03-022-3/+13
| | |
* | | Merge 3.5Victor Stinner2016-03-011-4/+10
|\ \ \ | |/ /
| * | Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-4/+10
| | | | | | | | | | | | Initialize i variable if the string is non-ASCII.
* | | Merge 3.5Victor Stinner2016-03-011-0/+4
|\ \ \ | |/ /
| * | Fix str.translate()Victor Stinner2016-03-011-0/+4
| | | | | | | | | | | | | | | | | | 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 caseSerhiy Storchaka2016-03-012-9/+39
|\ \ \ | |/ / | | | | | | | | | when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang.
| * | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-012-9/+39
| | | | | | | | | | | | | | | when resulting prefix length is equal to maximal prefix length. Based on patch by Xiang Zhang.
* | | Merge with 3.5Terry Jan Reedy2016-03-011-3/+3
|\ \ \ | |/ /
| * | WhitespaceTerry Jan Reedy2016-03-011-3/+3
| | |
* | | Merge with 3.5Terry Jan Reedy2016-03-011-1/+24
|\ \ \ | |/ /
| * | Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
| | |
* | | Merge with 3.5Terry Jan Reedy2016-03-011-73/+73
|\ \ \ | |/ /
| * | Rebase the 3.x version of idlelib/help.html on the 3.5 version ofTerry Jan Reedy2016-03-011-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: Merge NamedTemporaryFile fix from 3.5Martin Panter2016-02-292-2/+11
|\ \ \ | |/ /
| * | Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-282-2/+11
| | |
* | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-281-2/+66
|\ \ \ | |/ /
| * | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+66
| | |
* | | Issue #26390: Merge pbkdf2_hmac() doc from 3.5Martin Panter2016-02-261-0/+3
|\ \ \ | |/ /
| * | Issue #26390: Fix and test pbkdf2_hmac() parameter namesMartin Panter2016-02-221-0/+3
| | | | | | | | | | | | Based on patch by Daan Bakker.
* | | merge with 3.5Georg Brandl2016-02-251-2/+2
|\ \ \ | |/ /
| * | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-2/+2
| | |
* | | Issue #26402: Merge XML-RPC client fix from 3.5Martin Panter2016-02-252-3/+40
|\ \ \ | |/ /
| * | Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-252-3/+40
| | | | | | | | | | | | | | | 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 Storchaka2016-02-251-2/+6
|\ \ \ | |/ / | | | | | | Patch by SilentGhost.
| * | Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-2/+6
| | | | | | | | | | | | Patch by SilentGhost.
* | | Fix out-of-date commentRaymond Hettinger2016-02-251-1/+1
| | |
* | | Issue #25136: merge from 3.5Ned Deily2016-02-242-2/+24
|\ \ \ | |/ /
| * | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-242-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: merge from 3.5Jason R. Coombs2016-02-242-1/+7
|\ \ \ | |/ /
| * | Issue #26302: Correctly identify comma as an invalid character for a cookie ↵Anish Shah2016-02-072-1/+7
| | | | | | | | | | | | (correcting regression in Python 3.5).
| * | Fixed a bug in os.walk() with bytes path on Windows caused by merging fixesSerhiy Storchaka2016-02-241-1/+1
| | | | | | | | | | | | for issues #25995 and #25911.