summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-013-9/+43
|\ \ \ | |/ / | | | | | | | | | 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-013-9/+43
| | | | | | | | | | | | | | | 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-293-2/+14
|\ \ \ | |/ /
| * | Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-283-2/+14
| | |
* | | merge with 3.5Georg Brandl2016-02-281-1/+1
|\ \ \ | |/ /
| * | Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+1
| | |
* | | merge with 3.5Georg Brandl2016-02-281-1/+1
|\ \ \ | |/ /
| * | Fix typo.Georg Brandl2016-02-281-1/+1
| | |
* | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-285-9/+92
|\ \ \ | |/ /
| * | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-285-9/+92
| | |
* | | #26246: merge with 3.5.Ezio Melotti2016-02-272-7/+12
|\ \ \ | |/ /
| * | #26246: merge with 3.4.Ezio Melotti2016-02-272-7/+12
| |\ \ | | |/
| | * #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-272-7/+12
| | |
* | | compile.c: inline compiler_use_new_block()Victor Stinner2016-02-271-26/+9
| | | | | | | | | | | | | | | | | | * Inline compiler_use_new_block() function into its only callee, compiler_enter_scope() * Remove unused NEW_BLOCK() macro
* | | merge with 3.5Georg Brandl2016-02-2669-262/+252
|\ \ \ | |/ /
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-2669-256/+253
| | | | | | | | | | | | to SilentGhost for the patch.
* | | merge with 3.5Georg Brandl2016-02-261-3/+3
|\ \ \ | |/ /
| * | Fix version.Georg Brandl2016-02-261-3/+3
| | |
* | | merge with 3.5Georg Brandl2016-02-261-1/+1
|\ \ \ | |/ /
| * | Closes #26442: fix copy-paste.Georg Brandl2016-02-261-1/+1
| | |
* | | merge with 3.5Georg Brandl2016-02-261-7/+7
|\ \ \ | |/ /
| * | Closes #26444: typo fixes.Georg Brandl2016-02-261-7/+7
| | |
* | | remove unused c_encoding struct memberBenjamin Peterson2016-02-261-17/+4
| | |
* | | rewrite parsestr() so it's comprehensible; remove dead codeBenjamin Peterson2016-02-261-24/+12
| | |
* | | c_encoding can never be NULL, which allows some code simplificationBenjamin Peterson2016-02-261-47/+43
| | |
* | | Dummy merge with 3.5Martin Panter2016-02-260-0/+0
|\ \ \ | |/ /
| * | Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-033-5/+17
| | |
* | | Issue #26390: Merge pbkdf2_hmac() doc from 3.5Martin Panter2016-02-262-6/+10
|\ \ \ | |/ /
| * | Issue #26390: Fix and test pbkdf2_hmac() parameter namesMartin Panter2016-02-222-6/+10
| | | | | | | | | | | | Based on patch by Daan Bakker.
* | | merge with 3.5Georg Brandl2016-02-2510-21/+22
|\ \ \ | |/ /
| * | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-2510-21/+22
| | |
* | | merge with 3.5Georg Brandl2016-02-251-2/+2
|\ \ \ | |/ /
| * | Fix rstlint to also look for indented comments that should be directives.Georg Brandl2016-02-251-2/+2
| | |
* | | Issue #26402: Merge XML-RPC client fix from 3.5Martin Panter2016-02-253-3/+44
|\ \ \ | |/ /
| * | Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-253-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 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-241-1/+6
|\ \ \ | |/ /
| * | Issue #25136: Add reference to 'xcode-select --install' to Mac README.Ned Deily2016-02-241-1/+6
| | |
* | | Change OS X installer builds targeted for 10.10 and above to buildNed Deily2016-02-241-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.
| * | Change OS X installer builds targeted for 10.10 and above to buildNed Deily2016-02-241-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: merge from 3.5Ned Deily2016-02-244-2/+41
|\ \ \ | |/ /
| * | Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-244-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.