Serhiy Storchaka
cac1d236a2
Added new tests for detecting Python source code encoding.
2016-03-20 22:29:40 +02:00
Serhiy Storchaka
67818a1d70
Issue #18048 : Merge test_pep263.py and test_coding.py into test_source_encoding.py.
2016-03-20 21:20:07 +02:00
Serhiy Storchaka
6765015f6c
Issue #18048 : Rename test_coding.py to test_source_encoding.py.
2013-06-13 09:50:42 +03:00
Nick Coghlan
dbcd457624
Issue #23857 : Implement PEP 493
...
Adds a Python-2-only ssl module API and environment variable to
configure the default handling of SSL/TLS certificates for
HTTPS connections.
2016-03-20 22:39:15 +10:00
Ezio Melotti
3a4bdb6322
#26250 : document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
2016-03-18 20:10:36 +02:00
Steve Dower
9cb2074fe4
Issue #26313 : ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji.
2016-03-17 15:02:19 -07:00
Steve Dower
2bf60cb020
Issue #19450 : Update Windows builds to use SQLite 3.8.11.0.
2016-03-17 14:41:36 -07:00
Donald Stufft
115d858644
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
2016-03-17 11:05:35 -04:00
Martin Panter
a45120db96
Issue #17603 : Check for st_blocks field without requiring fileblocks.o
2016-03-18 02:36:41 +00:00
Victor Stinner
ec8d6c2d93
Skip test_site if USER_SITE cannot be created
...
Issue #17758 : Skip test_site if site.USER_SITE directory doesn't exist and
cannot be created.
2016-03-14 17:49:46 +01:00
Serhiy Storchaka
d351827b0b
Issue #20556 : Used specific assert methods in threading tests.
2016-03-14 10:28:59 +02:00
Ezio Melotti
aac1dd0429
#24918 : fix CSS for code blocks when a side box is present. Patch by Manvi B.
2016-03-13 11:42:05 +02:00
Ezio Melotti
6066257c38
#25687 : clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park.
2016-03-13 09:40:09 +02:00
Steve Dower
deb1a90f2c
Issue #26513 : Fixes platform module detection of Windows Server
2016-03-12 08:07:04 -08:00
Serhiy Storchaka
5c2cb824f4
Issue #23718 : Fixed parsing time in week 0 before Jan 1. Original patch by
...
Tamás Bence Gedai.
2016-03-12 10:51:16 +02:00
Terry Jan Reedy
ca76100205
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
...
multipliers, not final sizes. Explain y default for .zoom and .subsample.
Initial patch by Serhiy Storchaka.
2016-03-11 15:30:27 -05:00
Ezio Melotti
3d3a8f6c7b
#26247 : document Chrome/Chromium addition to webbrowser. Patch by Manvi B.
2016-03-11 21:32:12 +02:00
Victor Stinner
8285a70672
Issue #16851 : Add Anna Koroliuk to Misc/ACKS
2016-03-11 11:28:41 +01:00
Victor Stinner
498834b7b9
Fix inspect.ismethod() doc
...
Closes #16851 : Fix inspect.ismethod() doc, return also True if object is an
unbound method.
Patch written by Anna Koroliuk.
2016-03-11 11:27:46 +01:00
Serhiy Storchaka
0fd213c5d7
Issue #26177 : Fixed the keys() method for Canvas and Scrollbar widgets.
2016-03-09 10:51:41 +02:00
Serhiy Storchaka
2c311f937e
Issue #15068 : Avoid creating a reference loop in fileinput.
2016-03-08 23:34:28 +02:00
Steve Dower
b6d633ce33
Backed out changeset: e7065fc4a6c2
2016-03-08 13:09:32 -08:00
Steve Dower
2f7570f094
Force clean externals on buildbots.
2016-03-08 12:51:59 -08:00
Steve Dower
b3fbbf4b35
Issue #26465 : Update Windows builds to use OpenSSL 1.0.2g.
2016-03-08 10:26:39 -08:00
Serhiy Storchaka
69b7f812fa
Issue #15068 : Got rid of excessive buffering in the fileinput module.
...
The bufsize parameter is no longer used.
2016-03-08 18:35:45 +02:00
Serhiy Storchaka
2d80fb3905
Issue #26486 : Removed pickle test that doesn't work in 2.7 on 64-bit platform.
2016-03-08 11:04:22 +02:00
Martin Panter
20c8cd9974
Issue #26456 : Force all child threads to terminate in TestForkInThread
2016-03-08 07:07:28 +00:00
Ned Deily
b5805b567f
Issue #26465 : Update OS X installer build to use OpenSSL 1.0.2g.
2016-03-08 01:07:44 -05:00
Benjamin Peterson
4ddb44a1d0
properly use PyObject_CallMethod in dictview binary operations ( closes #26478 )
2016-03-03 22:05:36 -08:00
Ned Deily
69d7f6a6a7
Issue #26505 : Fix typos in getaddrinfo license text.
...
Patch by Alex Willmer.
2016-03-07 14:51:19 -05:00
Raymond Hettinger
2ec5fd546f
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
2016-03-06 18:06:29 -08:00
Berker Peksag
87640b30ce
Issue #2202 : Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
...
Raise ValueError if algorithm is not MD5 or SHA.
Initial patch by Mathieu Dupuy.
2016-03-06 16:27:23 +02:00
Serhiy Storchaka
9e00088cc5
Issue #26167 : Backported copy tests.
2016-03-06 15:03:16 +02:00
Serhiy Storchaka
a61bfdbecd
Issue #26475 : Fixed debugging output for regular expressions with the (?x) flag.
2016-03-06 09:15:47 +02:00
Serhiy Storchaka
7c033e60df
Issue #26486 : Backported some pickle tests from 3.x.
2016-03-06 09:05:47 +02:00
Berker Peksag
e41dc4f7bc
Issue #26485 : Fix Sphinx warning in Doc/license.rst
...
Patch by Julien.
2016-03-05 13:55:04 +02:00
Gregory P. Smith
deffc0be4b
issue26484 - fix the broken table in the doc about len().
2016-03-04 16:32:36 -08:00
Serhiy Storchaka
79f657c6e7
Issue #26476 : Fixed compilation error when use PyErr_BadInternalCall() in C++.
...
Patch by Jeroen Demeyer.
2016-03-03 18:16:27 +02:00
Berker Peksag
bb569362f4
Issue #26246 : Set initial value of the hidden attr when creating copy button.
...
Patch by Liang-Bo Wang.
2016-03-02 19:44:24 +02:00
Martin Panter
b6b1ab4fa8
Issue #26385 : Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost
2016-02-29 00:31:38 +00:00
Georg Brandl
97b6e0bd1b
Fix typo.
2016-02-28 21:09:36 +01:00
Raymond Hettinger
5a3e8e5bc0
Issue 13573: Document that csv.writer uses str() for floats instead of repr().
2016-02-27 23:34:54 -08:00
Martin Panter
ef85a1ac15
Issue #22836 : Keep exception reports sensible despite errors
2016-02-28 00:18:43 +00:00
Ezio Melotti
f9ce84b195
#26246 : update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
2016-02-27 08:39:36 +02:00
Martin Panter
83e9b57632
Issue #24421 : Compile _math.c separately to avoid race condition
2016-02-03 05:19:44 +00:00
Georg Brandl
a575839f25
Fix rstlint to also look for indented comments that should be directives.
2016-02-25 20:14:10 +01:00
Serhiy Storchaka
ee7fe38d40
Issue #25801 : Fixed resource warnings in test_zipfile64.
...
Patch by SilentGhost.
2016-02-25 12:55:19 +02:00
Ned Deily
7a7ad351b3
Issue #25136 : Add reference to 'xcode-select --install' to Mac README.
2016-02-25 01:33:51 +11:00
Ned Deily
942f3de9cb
Change OS X installer builds targeted for 10.10 and above to build
...
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.
2016-02-25 01:01:02 +11:00
Ned Deily
83abccbbc0
Issue #25136 : Support Apple Xcode 7's new textual SDK stub libraries.
...
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.
2016-02-25 00:55:24 +11:00