]>
granicus.if.org Git - python/log
Ned Deily [Thu, 28 May 2015 05:00:46 +0000 (22:00 -0700)]
More version bumping to 3.6.
With the creation of the 3.5 branch earlier in the process,
it is necessary to do some of the version bumps now rather than at
final release time (for example, the equivalent of the 3.4->3.5 bumps
in
f2bf12fa22c1 ). (Some of those changes have already been made, for
example in
30f5e7ec6afe .)
Benjamin Peterson [Thu, 28 May 2015 04:29:00 +0000 (23:29 -0500)]
update configure version to 3.6
Yury Selivanov [Thu, 28 May 2015 02:09:10 +0000 (22:09 -0400)]
Add whatsnew for 3.6
Yury Selivanov [Thu, 28 May 2015 01:59:27 +0000 (21:59 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov [Thu, 28 May 2015 01:59:03 +0000 (21:59 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov [Thu, 28 May 2015 01:56:53 +0000 (21:56 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Benjamin Peterson [Wed, 27 May 2015 23:32:53 +0000 (18:32 -0500)]
merge 3.5
Benjamin Peterson [Wed, 27 May 2015 23:32:41 +0000 (18:32 -0500)]
merge 3.4
Benjamin Peterson [Wed, 27 May 2015 23:32:25 +0000 (18:32 -0500)]
update for 3.6 emerging
Ned Deily [Wed, 27 May 2015 22:38:16 +0000 (15:38 -0700)]
Issue 24304: Fix broken license link in FAQ.
Ned Deily [Wed, 27 May 2015 22:37:32 +0000 (15:37 -0700)]
Issue 24304: Fix broken license link in FAQ.
Ned Deily [Wed, 27 May 2015 22:37:00 +0000 (15:37 -0700)]
Issue 24304: Fix broken license link in FAQ.
Serhiy Storchaka [Wed, 27 May 2015 18:31:50 +0000 (21:31 +0300)]
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka [Wed, 27 May 2015 18:31:33 +0000 (21:31 +0300)]
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Raymond Hettinger [Wed, 27 May 2015 17:37:20 +0000 (10:37 -0700)]
Issue #23359: Specialize set_lookkey intoa lookup function and an insert function.
Yury Selivanov [Wed, 27 May 2015 15:08:46 +0000 (11:08 -0400)]
Issue 24297: Update symbol.py. See also issue 24017.
Yury Selivanov [Wed, 27 May 2015 15:08:19 +0000 (11:08 -0400)]
Issue 24297: Update symbol.py. See also issue 24017.
Lars Gustäbel [Wed, 27 May 2015 11:05:30 +0000 (13:05 +0200)]
Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker.
Lars Gustäbel [Wed, 27 May 2015 10:53:44 +0000 (12:53 +0200)]
tarfile.open() with mode 'x' created files without an end of archive marker.
Steve Dower [Wed, 27 May 2015 03:46:29 +0000 (20:46 -0700)]
Issue #24293: Fixes installer colors to use system settings throughout.
Steve Dower [Wed, 27 May 2015 03:46:11 +0000 (20:46 -0700)]
Issue #24293: Fixes installer colors to use system settings throughout.
Benjamin Peterson [Wed, 27 May 2015 02:40:35 +0000 (21:40 -0500)]
Merge 3.5
Benjamin Peterson [Wed, 27 May 2015 02:40:28 +0000 (21:40 -0500)]
rephrase
Raymond Hettinger [Tue, 26 May 2015 17:35:15 +0000 (10:35 -0700)]
Issue #23509: Speed up Counter operators
(Based on patch by Serhiy Storchaka.)
Nick Coghlan [Tue, 26 May 2015 11:57:16 +0000 (21:57 +1000)]
Merge fix for issue #24285 from 3.5
Nick Coghlan [Tue, 26 May 2015 11:48:17 +0000 (21:48 +1000)]
Issue #24285: fix importing extensions from packages
Raymond Hettinger [Tue, 26 May 2015 08:47:58 +0000 (01:47 -0700)]
Issue #24286: Forward port dict view abstract base class tests.
Serhiy Storchaka [Tue, 26 May 2015 07:26:53 +0000 (10:26 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.
Serhiy Storchaka [Tue, 26 May 2015 07:25:48 +0000 (10:25 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.
Serhiy Storchaka [Tue, 26 May 2015 07:20:32 +0000 (10:20 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.
Benjamin Peterson [Tue, 26 May 2015 02:25:27 +0000 (21:25 -0500)]
Merge 3.5
Benjamin Peterson [Tue, 26 May 2015 02:25:09 +0000 (21:25 -0500)]
merge 3.4
Benjamin Peterson [Tue, 26 May 2015 02:24:48 +0000 (21:24 -0500)]
merge 3.3
Benjamin Peterson [Tue, 26 May 2015 02:24:26 +0000 (21:24 -0500)]
merge 3.2
Benjamin Peterson [Tue, 26 May 2015 02:24:00 +0000 (21:24 -0500)]
keep distutils version in sync with python version automatically
Larry Hastings [Mon, 25 May 2015 23:49:01 +0000 (16:49 -0700)]
Version bump for trunk to 3.6.0a0. Welcome to the future!
Victor Stinner [Mon, 25 May 2015 22:49:14 +0000 (00:49 +0200)]
(Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file
on error to fix a resource warning.
Victor Stinner [Mon, 25 May 2015 22:46:44 +0000 (00:46 +0200)]
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
on error to fix a resource warning.
Victor Stinner [Mon, 25 May 2015 22:43:58 +0000 (00:43 +0200)]
Issue #23840: tokenize.open() now closes the temporary binary file on error to
fix a resource warning.
Larry Hastings [Mon, 25 May 2015 20:05:48 +0000 (13:05 -0700)]
Added a section for news items for 3.6.
Serhiy Storchaka [Mon, 25 May 2015 09:32:20 +0000 (12:32 +0300)]
Remove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:29:53 +0000 (12:29 +0300)]
Remove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:27:39 +0000 (12:27 +0300)]
Remove UTF-8 BOMs.
Larry Hastings [Sun, 24 May 2015 23:42:42 +0000 (16:42 -0700)]
Create 3.5 branch.
Larry Hastings [Sun, 24 May 2015 23:41:42 +0000 (16:41 -0700)]
Merge.
Larry Hastings [Sun, 24 May 2015 23:40:45 +0000 (16:40 -0700)]
Post-release fixes for 3.5.0b1.
Serhiy Storchaka [Sun, 24 May 2015 18:53:49 +0000 (21:53 +0300)]
Backed out changeset:
b0a0b9b59012
Serhiy Storchaka [Sun, 24 May 2015 18:38:06 +0000 (21:38 +0300)]
Issue #24276: Fixed optimization of property descriptor getter.
Steve Dower [Sun, 24 May 2015 01:08:55 +0000 (18:08 -0700)]
Exclude _testmultiphase.pyd from embeddable ZIP file.
Steve Dower [Sun, 24 May 2015 00:52:20 +0000 (17:52 -0700)]
Prevents attempt to sign ZIP file when building embeddable version.
Steve Dower [Sun, 24 May 2015 00:51:54 +0000 (17:51 -0700)]
Issue #24268: Adds PCBuild project to build _testmultiphase module.
Larry Hastings [Sun, 24 May 2015 00:43:19 +0000 (17:43 -0700)]
Added tag v3.5.0b1 for changeset
071fefbb5e3d
Larry Hastings [Sun, 24 May 2015 00:43:05 +0000 (17:43 -0700)]
Version bump for 3.5.0b1.
Larry Hastings [Sun, 24 May 2015 00:41:13 +0000 (17:41 -0700)]
Update SOURCE_URI to reflect that we're branching 3.5 now.
Larry Hastings [Sun, 24 May 2015 00:39:42 +0000 (17:39 -0700)]
Updated topics (and susp-ignored) for Python 3.5.0b1.
Steve Dower [Sun, 24 May 2015 00:34:50 +0000 (17:34 -0700)]
Fixes handling of long values of PYTHONPATH on Windows.
Guido van Rossum [Sat, 23 May 2015 22:27:51 +0000 (15:27 -0700)]
Fix bad indent in whatsnew/3.5.rst.
Terry Jan Reedy [Sat, 23 May 2015 22:19:42 +0000 (18:19 -0400)]
Add pointer to IDLE what's new file.
Terry Jan Reedy [Sat, 23 May 2015 22:15:41 +0000 (18:15 -0400)]
Merge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:15:18 +0000 (18:15 -0400)]
whitespace
Terry Jan Reedy [Sat, 23 May 2015 22:13:31 +0000 (18:13 -0400)]
Merge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:13:14 +0000 (18:13 -0400)]
Add pointer to IDLE what's new file.
Larry Hastings [Sat, 23 May 2015 21:57:12 +0000 (14:57 -0700)]
Merge backout of
57776eee74f2 .
Larry Hastings [Sat, 23 May 2015 21:56:23 +0000 (14:56 -0700)]
Backed out changeset
57776eee74f2
Steve Dower [Sat, 23 May 2015 21:44:37 +0000 (14:44 -0700)]
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
Berker Peksag [Sat, 23 May 2015 21:26:05 +0000 (00:26 +0300)]
Fix Sphinx warnings.
Terry Jan Reedy [Sat, 23 May 2015 21:24:22 +0000 (17:24 -0400)]
Update idlelib/NEWS.txt
Terry Jan Reedy [Sat, 23 May 2015 21:23:30 +0000 (17:23 -0400)]
Update idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 23 May 2015 21:18:40 +0000 (17:18 -0400)]
merge
Terry Jan Reedy [Sat, 23 May 2015 21:14:09 +0000 (17:14 -0400)]
Add Idle NEWS item.
Steve Dower [Sat, 23 May 2015 21:13:41 +0000 (14:13 -0700)]
Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.
Terry Jan Reedy [Sat, 23 May 2015 21:12:48 +0000 (17:12 -0400)]
Add NEWS item for Idle.
Terry Jan Reedy [Sat, 23 May 2015 20:16:46 +0000 (16:16 -0400)]
Merge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 20:16:28 +0000 (16:16 -0400)]
Make expression legal python by adding '1'.
Serhiy Storchaka [Sat, 23 May 2015 19:42:49 +0000 (22:42 +0300)]
Issue #14373: Added C implementation of functools.lru_cache(). Based on
patches by Matt Joiner and Alexey Kachayev.
Steve Dower [Sat, 23 May 2015 19:15:57 +0000 (12:15 -0700)]
Issue #23970: Fixes bdist_wininst not working on non-Windows platform.
Raymond Hettinger [Sat, 23 May 2015 16:11:55 +0000 (09:11 -0700)]
Issue #24204: Elaborate of the str.strip() documentation.
Steve Dower [Sat, 23 May 2015 16:02:50 +0000 (09:02 -0700)]
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Steve Dower [Sat, 23 May 2015 15:59:25 +0000 (08:59 -0700)]
Issue #24268: Fixes generation of init import name on Windows.
Steve Dower [Sat, 23 May 2015 15:59:25 +0000 (08:59 -0700)]
Fixes cast warning in bufferedio.c
Raymond Hettinger [Sat, 23 May 2015 15:57:58 +0000 (08:57 -0700)]
Issue #24269: Minor doc fixups.
Benjamin Peterson [Sat, 23 May 2015 15:41:30 +0000 (10:41 -0500)]
merge 3.4 (#22931)
Benjamin Peterson [Sat, 23 May 2015 15:40:47 +0000 (10:40 -0500)]
merge 3.3 (#22931)
Benjamin Peterson [Sat, 23 May 2015 15:38:48 +0000 (10:38 -0500)]
merge 3.2 (#22931)
Benjamin Peterson [Sat, 23 May 2015 15:36:48 +0000 (10:36 -0500)]
allow square brackets in cookie values (closes #22931)
Nick Coghlan [Sat, 23 May 2015 15:03:46 +0000 (01:03 +1000)]
Issue #24268: Address some PEP 489 refleaks
- missing DECREF in PyModule_FromDefAndSpec2
- missing DECREF in PyType_FromSpecAndBases2
- missing DECREF in _testmultiphase module
Patch by Petr Viktorin
Nick Coghlan [Sat, 23 May 2015 12:24:10 +0000 (22:24 +1000)]
PEP 489: Multi-phase extension module initialization
Known limitations of the current implementation:
- documentation changes are incomplete
- there's a reference leak I haven't tracked down yet
The leak is most visible by running:
./python -m test -R3:3 test_importlib
However, you can also see it by running:
./python -X showrefcount
Importing the array or _testmultiphase modules, and
then deleting them from both sys.modules and the local
namespace shows significant increases in the total
number of active references each cycle. By contrast,
with _testcapi (which continues to use single-phase
initialisation) the global refcounts stabilise after
a couple of cycles.
Raymond Hettinger [Sat, 23 May 2015 02:29:22 +0000 (19:29 -0700)]
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
Donald Stufft [Sat, 23 May 2015 00:30:57 +0000 (20:30 -0400)]
Merge 3.4 into default, upgrading pip to 7.0.1
Donald Stufft [Sat, 23 May 2015 00:30:16 +0000 (20:30 -0400)]
Upgrade pip to 7.0.1
Raymond Hettinger [Sat, 23 May 2015 00:23:28 +0000 (17:23 -0700)]
Issue #21448: Improve performance of the email feedparser
Raymond Hettinger [Fri, 22 May 2015 23:56:32 +0000 (16:56 -0700)]
Issue 22189: Add missing methods to UserString
Raymond Hettinger [Fri, 22 May 2015 23:38:16 +0000 (16:38 -0700)]
merge
Raymond Hettinger [Fri, 22 May 2015 23:37:49 +0000 (16:37 -0700)]
Issue #24219: Remove duplicate literal in docs.
Steve Dower [Fri, 22 May 2015 23:22:27 +0000 (16:22 -0700)]
Removes lingering references to RAR now that make_zip.py actually makes a ZIP
Gregory P. Smith [Fri, 22 May 2015 23:18:14 +0000 (16:18 -0700)]
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
parameters and returns bytes in such situations (matching the os module APIs).
Steve Dower [Fri, 22 May 2015 22:10:10 +0000 (15:10 -0700)]
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
Also cleans up and secures getpathp.c
Steve Dower [Fri, 22 May 2015 22:08:34 +0000 (15:08 -0700)]
Issue 24244: Prevents termination when an invalid format string is encountered on Windows.
Yury Selivanov [Fri, 22 May 2015 20:28:05 +0000 (16:28 -0400)]
Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.
Also, deprecate formatargspec, formatargvalues, and getargvalues
functions. Since we are deprecating 'getfullargspec' function in
3.5 (documentation only, no DeprecationWarning), it makes sense
to also deprecate functions designed to be directly used with it.
In 3.6 we will remove 'getargsspec' function (was deprecated since
Python 3.0), and start raising DeprecationWarnings in other
'getarg*' family of functions. We can remove them in 3.7 or later.
Also, it is worth noting, that Signature API does not provide 100%
of functionality that deprecated APIs have. It is important to do
a soft deprecation of outdated APIs in 3.5 to gather users feedback,
and improve Signature object.
Yury Selivanov [Fri, 22 May 2015 20:09:44 +0000 (16:09 -0400)]
Issue 20438: Adjust stacklevel of inspect.getargspec() warning.