]>
granicus.if.org Git - python/log
Nick Coghlan [Fri, 22 Nov 2013 13:32:24 +0000 (23:32 +1000)]
Update bundled pip to 1.5rc1
Nick Coghlan [Fri, 22 Nov 2013 13:00:22 +0000 (23:00 +1000)]
Issue #19619: Update What's New for codec blacklist
Nick Coghlan [Fri, 22 Nov 2013 12:39:36 +0000 (22:39 +1000)]
Issue #19619: Blacklist non-text codecs in method API
str.encode, bytes.decode and bytearray.decode now use an
internal API to throw LookupError for known non-text encodings,
rather than attempting the encoding or decoding operation and
then throwing a TypeError for an unexpected output type.
The latter mechanism remains in place for third party non-text
encodings.
Ned Deily [Fri, 22 Nov 2013 07:01:59 +0000 (23:01 -0800)]
Issue #19553: PEP 453 - "make install" and "make altinstall" now install or
upgrade pip by default, using the bundled pip provided by the new ensurepip
module. A new configure option, --with-ensurepip[=upgrade|install|no], is
available to override the default ensurepip "--upgrade" option. The option
can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
Ned Deily [Fri, 22 Nov 2013 06:42:25 +0000 (22:42 -0800)]
Issue #19649: On OS X, the same set of file names are now installed
in bin directories for all configurations: non-framework vs framework,
and single arch vs universal builds. pythonx.y-32 is now always
installed for 64-bit/32-bit universal builds. The obsolete and
undocumented pythonw* symlinks are no longer installed anywhere.
Ned Deily [Fri, 22 Nov 2013 04:56:23 +0000 (20:56 -0800)]
Issue #14455: Fix maybe_open typo in Plist.fromFile().
Ezio Melotti [Fri, 22 Nov 2013 03:49:29 +0000 (05:49 +0200)]
#19688: add back and deprecate the internal HTMLParser.unescape() method.
Christian Heimes [Fri, 22 Nov 2013 02:43:48 +0000 (03:43 +0100)]
or VERIFY_CRL_CHECK_LEAF to verify_flags
Christian Heimes [Fri, 22 Nov 2013 02:36:28 +0000 (03:36 +0100)]
Issue #19664: fix another flake test_userdict test
Christian Heimes [Fri, 22 Nov 2013 01:22:51 +0000 (02:22 +0100)]
Issue #18147: Add missing documentation for SSLContext.get_ca_certs().
Also change the argument name to the same name as getpeercert()
Christian Heimes [Fri, 22 Nov 2013 00:51:30 +0000 (01:51 +0100)]
Issue #17134: Finalize interface to Windows' certificate store. Cert and
CRL enumeration are now two functions. enum_certificates() also returns
purpose flags as set of OIDs.
Christian Heimes [Fri, 22 Nov 2013 00:22:47 +0000 (01:22 +0100)]
Issue #19681: Apply a quick and minimal band-aid.
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree
on a permanent solution.
Christian Heimes [Fri, 22 Nov 2013 00:17:34 +0000 (01:17 +0100)]
merge
Christian Heimes [Fri, 22 Nov 2013 00:16:56 +0000 (01:16 +0100)]
Issue #19664: test_userdict's repr test no longer depends on the order
of dict elements.
Original patch by Serhiy Storchaka
Barry Warsaw [Thu, 21 Nov 2013 23:57:41 +0000 (18:57 -0500)]
trunk merge
Barry Warsaw [Thu, 21 Nov 2013 23:57:14 +0000 (18:57 -0500)]
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
DeprecationWarning pointing people at $EXT_SUFFIX.
Christian Heimes [Thu, 21 Nov 2013 23:46:18 +0000 (00:46 +0100)]
silence an overflow warning. slen is smaller than 1MB
Christian Heimes [Thu, 21 Nov 2013 23:39:38 +0000 (00:39 +0100)]
one CERT_REQUIRED is enough
Christian Heimes [Thu, 21 Nov 2013 23:34:18 +0000 (00:34 +0100)]
downcast len to int. The code has already checked that len < INT_MAX
Christian Heimes [Thu, 21 Nov 2013 22:57:49 +0000 (23:57 +0100)]
lst might be NULL here
CID
1130752 : Dereference after null check (FORWARD_NULL)
Christian Heimes [Thu, 21 Nov 2013 22:56:13 +0000 (23:56 +0100)]
Issue #8813: Add SSLContext.verify_flags to change the verification flags
of the context in order to enable certification revocation list (CRL)
checks or strict X509 rules.
Victor Stinner [Thu, 21 Nov 2013 21:33:21 +0000 (22:33 +0100)]
Close #18294: Fix the zlib module to make it 64-bit safe
Guido van Rossum [Thu, 21 Nov 2013 19:30:06 +0000 (11:30 -0800)]
Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye.
Guido van Rossum [Thu, 21 Nov 2013 19:07:45 +0000 (11:07 -0800)]
asyncio: Make Semaphore(0) work properly.
Serhiy Storchaka [Thu, 21 Nov 2013 17:23:50 +0000 (19:23 +0200)]
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
Serhiy Storchaka [Thu, 21 Nov 2013 17:23:19 +0000 (19:23 +0200)]
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
Christian Heimes [Thu, 21 Nov 2013 15:27:33 +0000 (16:27 +0100)]
merge
Christian Heimes [Thu, 21 Nov 2013 15:26:51 +0000 (16:26 +0100)]
Issue #19682: Fix compatibility issue with old version of OpenSSL that
was introduced by Issue #18379.
Ronald Oussoren [Thu, 21 Nov 2013 14:46:49 +0000 (15:46 +0100)]
Issue #14455: plistlib now supports binary plists and has an updated API.
This patch adds support for binary plists on OSX to plistlib (based
on a patch by 'dpounces').
The patch also cleans up the API for the plistlib module.
Victor Stinner [Thu, 21 Nov 2013 11:29:51 +0000 (12:29 +0100)]
Close #19568: Fix bytearray_setslice_linear(), fix handling of
PyByteArray_Resize() failure: leave the bytearray object in an consistent state.
If growth < 0, handling the memory allocation failure is tricky here because
the bytearray object has already been modified. If lo != 0, the operation is
completed, but a MemoryError is still raised and the memory block is not
shrinked. If lo == 0, the bytearray is restored in its previous state and a
MemoryError is raised.
Victor Stinner [Thu, 21 Nov 2013 11:16:35 +0000 (12:16 +0100)]
Close #19578: Fix list_ass_subscript(), handle list_resize() failure
Notify the caller of the failure (MemoryError exception).
Victor Stinner [Thu, 21 Nov 2013 09:25:09 +0000 (10:25 +0100)]
Issue #19183: Simplify test_gdb
repr() is no more platform dependent, SipHash has been fixed
Serhiy Storchaka [Thu, 21 Nov 2013 09:04:22 +0000 (11:04 +0200)]
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
Serhiy Storchaka [Thu, 21 Nov 2013 09:02:30 +0000 (11:02 +0200)]
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
Christian Heimes [Thu, 21 Nov 2013 02:40:15 +0000 (03:40 +0100)]
Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP
and CRL distribution points.
Christian Heimes [Thu, 21 Nov 2013 02:35:02 +0000 (03:35 +0100)]
Issue #18138: Implement cadata argument of SSLContext.load_verify_location()
to load CA certificates and CRL from memory. It supports PEM and DER
encoded strings.
Guido van Rossum [Wed, 20 Nov 2013 19:53:31 +0000 (11:53 -0800)]
Clarify where "Documenting Python" can be found.
Larry Hastings [Wed, 20 Nov 2013 17:13:52 +0000 (09:13 -0800)]
Issue #19474: Argument Clinic now always specifies a default value for
variables in option groups, to prevent "uninitialized value" warnings.
Christian Heimes [Wed, 20 Nov 2013 16:43:23 +0000 (17:43 +0100)]
Issue #16632: Enable DEP and ASLR on Windows.
Christian Heimes [Wed, 20 Nov 2013 16:40:31 +0000 (17:40 +0100)]
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
Christian Heimes [Wed, 20 Nov 2013 16:35:06 +0000 (17:35 +0100)]
Issue #18775: Add name and block_size attribute to HMAC object. They now
provide the same API elements as non-keyed cryptographic hash functions.
Christian Heimes [Wed, 20 Nov 2013 16:23:06 +0000 (17:23 +0100)]
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
module supports digestmod names, e.g. hmac.HMAC('sha1').
Serhiy Storchaka [Wed, 20 Nov 2013 15:44:28 +0000 (17:44 +0200)]
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka [Wed, 20 Nov 2013 15:43:49 +0000 (17:43 +0200)]
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Christian Heimes [Wed, 20 Nov 2013 12:47:13 +0000 (13:47 +0100)]
update siphash24 test values
Christian Heimes [Wed, 20 Nov 2013 11:49:05 +0000 (12:49 +0100)]
Issue #19183: too many tests depend on the sort order of repr().
The bitshift and xor op for 32bit builds has changed the order of hash values.
Victor Stinner [Wed, 20 Nov 2013 11:27:48 +0000 (12:27 +0100)]
Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent
Christian Heimes [Wed, 20 Nov 2013 11:00:35 +0000 (12:00 +0100)]
Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again.
Christian Heimes [Wed, 20 Nov 2013 10:46:18 +0000 (11:46 +0100)]
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
Christian Heimes [Wed, 20 Nov 2013 00:18:26 +0000 (01:18 +0100)]
configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler.
Now './configure --silent && make -s' doesn't print any message to stdout or stderr.
Christian Heimes [Wed, 20 Nov 2013 00:11:33 +0000 (01:11 +0100)]
configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.
Christian Heimes [Wed, 20 Nov 2013 00:11:18 +0000 (01:11 +0100)]
configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.
Christian Heimes [Tue, 19 Nov 2013 23:50:38 +0000 (00:50 +0100)]
Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly.
Christian Heimes [Tue, 19 Nov 2013 23:41:29 +0000 (00:41 +0100)]
Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly.
Victor Stinner [Tue, 19 Nov 2013 23:14:49 +0000 (00:14 +0100)]
_msi.c: Fix compiler warnings on Windows 64-bit
"hf" type is INT_PTR, it is used to store an int in _msi.c.
Victor Stinner [Tue, 19 Nov 2013 22:56:34 +0000 (23:56 +0100)]
Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit
Victor Stinner [Tue, 19 Nov 2013 22:46:06 +0000 (23:46 +0100)]
Issue #19637: fix test_undecodable_env() of test_subprocess on AIX
On AIX, the C locale encoding uses the ISO-8859-1 encoding, not ASCII.
Victor Stinner [Tue, 19 Nov 2013 22:03:25 +0000 (23:03 +0100)]
Issue #9566, #19617: New try to fix compilation on Windows
Some compilers (ex: Visual Studio) decode -
2147483648 as a unsigned integer
instead of an signed integer.
Victor Stinner [Tue, 19 Nov 2013 21:28:01 +0000 (22:28 +0100)]
Issue #9566, #19617: Fix compilation on Windows
INT32_MIN and INT32_MAX constants are unknown on Windows.
Victor Stinner [Tue, 19 Nov 2013 21:23:20 +0000 (22:23 +0100)]
Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix
compiler warnings on Windows 64-bit. Use Py_SAFE_DOWNCAST() where the final
downcast is needed.
The bytecode doesn't support integer parameters larger than 32-bit yet.
Guido van Rossum [Tue, 19 Nov 2013 19:43:38 +0000 (11:43 -0800)]
asyncio: Add streams.start_server(), by Gustavo Carneiro.
Ezio Melotti [Tue, 19 Nov 2013 18:28:45 +0000 (20:28 +0200)]
#2927: Added the unescape() function to the html module.
R David Murray [Tue, 19 Nov 2013 18:17:26 +0000 (13:17 -0500)]
Merge: #19449: Handle non-string keys when generating 'fieldnames' error.
R David Murray [Tue, 19 Nov 2013 18:16:20 +0000 (13:16 -0500)]
#19449: Handle non-string keys when generating 'fieldnames' error.
csv was handling non-string keys fine except for the error message
generated when a non-string key was not in 'fieldnames'.
Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).
Andrew Kuchling [Tue, 19 Nov 2013 16:06:44 +0000 (11:06 -0500)]
Merge from 3.3
Andrew Kuchling [Tue, 19 Nov 2013 16:05:20 +0000 (11:05 -0500)]
#
1098749 : re-word gettext docs to not encourage using pygettext so much.
Also, add a link to the Babel package.
Martin v. Löwis [Tue, 19 Nov 2013 16:02:36 +0000 (17:02 +0100)]
Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).
Serhiy Storchaka [Tue, 19 Nov 2013 13:56:05 +0000 (15:56 +0200)]
Remove dead code committed in issue #12892.
Nick Coghlan [Tue, 19 Nov 2013 12:33:10 +0000 (22:33 +1000)]
Also chain codec exceptions that allow weakrefs
The zlib and hex codecs throw custom exception types with
weakref support if the input type is valid, but the data
fails validation. Make sure the exception chaining in the
codec infrastructure can wrap those as well.
Victor Stinner [Tue, 19 Nov 2013 12:18:45 +0000 (13:18 +0100)]
oops, remove _PyObject_ReprWriter() definition (unwanted change)
Victor Stinner [Tue, 19 Nov 2013 12:07:38 +0000 (13:07 +0100)]
Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances
Victor Stinner [Tue, 19 Nov 2013 11:59:46 +0000 (12:59 +0100)]
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
Victor Stinner [Tue, 19 Nov 2013 11:54:53 +0000 (12:54 +0100)]
Add _PyUnicodeWriter_WriteASCIIString() function
Victor Stinner [Tue, 19 Nov 2013 11:09:00 +0000 (12:09 +0100)]
Issue #19513: Disable overallocation of the PyUnicodeWriter before the last write
Serhiy Storchaka [Tue, 19 Nov 2013 09:32:41 +0000 (11:32 +0200)]
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
The utf-16* and utf-32* encoders no longer allow surrogate code points
(U+D800-U+DFFF) to be encoded.
The utf-32* decoders no longer decode byte sequences that correspond to
surrogate code points.
The surrogatepass error handler now works with the utf-16* and utf-32* codecs.
Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
doko@ubuntu.com [Tue, 19 Nov 2013 08:12:50 +0000 (09:12 +0100)]
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com [Tue, 19 Nov 2013 08:12:28 +0000 (09:12 +0100)]
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com [Tue, 19 Nov 2013 07:55:06 +0000 (08:55 +0100)]
- Update config.{guess,sub} for new ports.
doko@ubuntu.com [Tue, 19 Nov 2013 07:54:38 +0000 (08:54 +0100)]
- Update config.{guess,sub} for new ports.
Zachary Ware [Tue, 19 Nov 2013 03:47:35 +0000 (21:47 -0600)]
Issue #19596: Null merge with 3.3
This will be merged into default when PEP451 is merged in. See
changeset
5d38989191bb in features/pep-451
Zachary Ware [Tue, 19 Nov 2013 03:44:38 +0000 (21:44 -0600)]
Issue #19596: Set untestable tests in test_importlib to None
to avoid reporting success on empty tests.
Victor Stinner [Mon, 18 Nov 2013 21:15:44 +0000 (22:15 +0100)]
Issue #19513: Simplify list_repr()
Gregory P. Smith [Mon, 18 Nov 2013 21:10:29 +0000 (21:10 +0000)]
null merge (already in 3.4)
Gregory P. Smith [Mon, 18 Nov 2013 21:10:04 +0000 (21:10 +0000)]
Cleanup this test's modification of os.environ in teardown (this already
exists in 3.4 but apparently wasn't done for 3.3).
Victor Stinner [Mon, 18 Nov 2013 20:11:57 +0000 (21:11 +0100)]
Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than
the PyAccu API
Victor Stinner [Mon, 18 Nov 2013 20:08:39 +0000 (21:08 +0100)]
Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows
On Windows, a factor of 50% gives best performances.
Charles-François Natali [Mon, 18 Nov 2013 17:59:43 +0000 (18:59 +0100)]
selectors: use a single return.
Victor Stinner [Mon, 18 Nov 2013 17:37:33 +0000 (18:37 +0100)]
Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the
reference counter of stgdict after result stole a reference to it
Victor Stinner [Mon, 18 Nov 2013 17:35:55 +0000 (18:35 +0100)]
Issue #19437: Fix error handling of CDataType_from_buffer()
KeepRef() decreases the reference counter of its 'keep' parameter on error
Larry Hastings [Mon, 18 Nov 2013 17:32:13 +0000 (09:32 -0800)]
Argument Clinic: rename "self" to "module" for module-level functions.
Serhiy Storchaka [Mon, 18 Nov 2013 11:06:43 +0000 (13:06 +0200)]
Issue #8402: Added the escape() function to the glob module.
Victor Stinner [Mon, 18 Nov 2013 10:05:22 +0000 (11:05 +0100)]
Relax timing on test_asyncio for busy (slow) Windows buildbots
http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1649/steps/test/logs/stdio
======================================================================
FAIL: test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\home\cpython\buildslave\x64\3.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_asyncio\test_windows_events.py", line 112, in test_wait_for_handle
self.assertTrue(0.18 < elapsed < 0.22, elapsed)
AssertionError: False is not true : 0.25
Christian Heimes [Mon, 18 Nov 2013 09:30:42 +0000 (10:30 +0100)]
GetVolumePathNameW: downcast bufsize to DWORD
Christian Heimes [Mon, 18 Nov 2013 09:04:07 +0000 (10:04 +0100)]
Safely downcast SOCKET_T to int in _ssl module
Christian Heimes [Mon, 18 Nov 2013 08:59:44 +0000 (09:59 +0100)]
Remove unused code path from PBKDF2 that is causing a warning on Win64
Gregory P. Smith [Sun, 17 Nov 2013 22:19:32 +0000 (22:19 +0000)]
Fix test.support.bind_port() to not cause an error when Python was compiled
on a system with SO_REUSEPORT defined in the headers but run on a system
with an OS kernel that does not support that reasonably new socket option.
Zachary Ware [Sun, 17 Nov 2013 22:08:23 +0000 (16:08 -0600)]
Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3
Victor Stinner [Mon, 18 Nov 2013 01:43:29 +0000 (02:43 +0100)]
Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject*
Guido van Rossum [Mon, 18 Nov 2013 01:00:21 +0000 (17:00 -0800)]
Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645.
Victor Stinner [Mon, 18 Nov 2013 01:07:29 +0000 (02:07 +0100)]
sqlite: Use Py_ssize_t to store a size instead of an int
Fix a compiler warning on Windows 64-bit