]>
granicus.if.org Git - python/log
Ned Deily [Tue, 14 Jun 2016 00:27:57 +0000 (20:27 -0400)]
Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
Ned Deily [Tue, 14 Jun 2016 00:22:53 +0000 (20:22 -0400)]
Issue #27310: remove vestigial import in IDLE.app
Martin Panter [Mon, 13 Jun 2016 23:51:02 +0000 (23:51 +0000)]
Issue #27136: Merge test_asyncio fix from 3.5
Berker Peksag [Mon, 13 Jun 2016 21:49:05 +0000 (00:49 +0300)]
Issue #27306: Merge from 3.5
Berker Peksag [Mon, 13 Jun 2016 21:48:35 +0000 (00:48 +0300)]
Issue #27306: Fix typo in tarfile documentation
Patch by Gareth Rees.
Berker Peksag [Mon, 13 Jun 2016 21:43:14 +0000 (00:43 +0300)]
Merge from 3.5
Berker Peksag [Mon, 13 Jun 2016 21:42:50 +0000 (00:42 +0300)]
Replace more boilerplate code with modern unittest features in sqlite3 tests
Larry Hastings [Mon, 13 Jun 2016 20:12:52 +0000 (13:12 -0700)]
Merge the 3.4.5rc1 tag all the way into default (3.6).
Larry Hastings [Mon, 13 Jun 2016 20:01:51 +0000 (13:01 -0700)]
Forward-merge from 3.5 to default.
Larry Hastings [Mon, 13 Jun 2016 19:55:11 +0000 (12:55 -0700)]
Forward-merge from 3.4 to 3.5.
doko@ubuntu.com [Mon, 13 Jun 2016 14:33:04 +0000 (16:33 +0200)]
- Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
exposed on the API which are not implemented on GNU/Hurd. They would not
work at runtime anyway.
Serhiy Storchaka [Mon, 13 Jun 2016 06:24:11 +0000 (09:24 +0300)]
Issue #27025: Generated names for Tkinter widgets are now more meanful
and recognizirable.
Terry Jan Reedy [Mon, 13 Jun 2016 04:42:42 +0000 (00:42 -0400)]
Whitespace
Terry Jan Reedy [Mon, 13 Jun 2016 04:41:53 +0000 (00:41 -0400)]
Issue #27163: Add idlelib/IDLE entry to What's New in 3.6.
Martin Panter [Mon, 13 Jun 2016 03:28:35 +0000 (03:28 +0000)]
Issue #27186: Skip scandir(bytes) test with os.name == "nt"
Larry Hastings [Mon, 13 Jun 2016 03:26:28 +0000 (20:26 -0700)]
Merge 3.5.2rc1 with current 3.5 branch.
Larry Hastings [Mon, 13 Jun 2016 03:22:18 +0000 (20:22 -0700)]
Post-release fixups for Python 3.5.2rc1.
Martin Panter [Mon, 13 Jun 2016 03:17:47 +0000 (03:17 +0000)]
Issue #27136: Change test to use ::1 for better OS X Tiger compatibility
Brett Cannon [Sun, 12 Jun 2016 20:23:15 +0000 (13:23 -0700)]
Ignore the VS Code config directory
Brett Cannon [Sun, 12 Jun 2016 20:21:22 +0000 (13:21 -0700)]
Issue #27186: add Include/osmodule.h to the proper build rules
Terry Jan Reedy [Sun, 12 Jun 2016 19:49:20 +0000 (15:49 -0400)]
Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.
Berker Peksag [Sun, 12 Jun 2016 19:35:10 +0000 (22:35 +0300)]
Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 19:34:49 +0000 (22:34 +0300)]
Modernize sqlite3 tests
Update current tests that use old pattern with assertRaises
to make them more maintainable.
Brett Cannon [Sun, 12 Jun 2016 18:11:20 +0000 (11:11 -0700)]
Issue #27186: skip bytes path test for os.scandir() on Windows
Berker Peksag [Sun, 12 Jun 2016 16:18:17 +0000 (19:18 +0300)]
Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 16:17:49 +0000 (19:17 +0300)]
Fix typo in _sqlite/module.h
Serhiy Storchaka [Sun, 12 Jun 2016 14:36:24 +0000 (17:36 +0300)]
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Patch by Demur Rumed.
Serhiy Storchaka [Sun, 12 Jun 2016 14:02:10 +0000 (17:02 +0300)]
Comment fixes extracted from patch by Demur Rumed.
Berker Peksag [Sun, 12 Jun 2016 13:35:31 +0000 (16:35 +0300)]
Issue #15657: Null merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 13:34:38 +0000 (16:34 +0300)]
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag [Sun, 12 Jun 2016 13:28:16 +0000 (16:28 +0300)]
Issue #27289: Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 13:27:48 +0000 (16:27 +0300)]
Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib
Serhiy Storchaka [Sun, 12 Jun 2016 12:53:09 +0000 (15:53 +0300)]
Issue #25455: Clean up reference loops created in tests for recursive
functools.partial objects.
Serhiy Storchaka [Sun, 12 Jun 2016 12:45:14 +0000 (15:45 +0300)]
Issue #25455: Clean up reference loops created in tests for recursive
functools.partial objects.
Berker Peksag [Sun, 12 Jun 2016 11:10:24 +0000 (14:10 +0300)]
Issue #27190: Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 11:09:51 +0000 (14:09 +0300)]
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Patch by Dave Sawyer.
Berker Peksag [Sun, 12 Jun 2016 10:42:12 +0000 (13:42 +0300)]
Issue #27188: Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 10:41:47 +0000 (13:41 +0300)]
Issue #27188: Fix various sqlite3 documentation errors
* Connection.execute* methods don't create intermediate cursor objects
* Fix description of seq_of_parameters parameter
* Clarify that Warning is sqlite3.Warning
* sql_script parameter of Cursor.executescript() doesn't accept bytes
* Add missing tests
* Fix various markup errors
Initial patch by Dave Sawyer.
Berker Peksag [Sun, 12 Jun 2016 09:26:08 +0000 (12:26 +0300)]
Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 09:25:43 +0000 (12:25 +0300)]
Use exc role for ValueError in multiprocessing.rst
Berker Peksag [Sun, 12 Jun 2016 09:19:39 +0000 (12:19 +0300)]
Issue #27221: Merge from 3.5
Berker Peksag [Sun, 12 Jun 2016 09:19:13 +0000 (12:19 +0300)]
Issue #27221: Delete an outdated paragraph about pickle support of Process
Initial patch by Jelle Zijlstra.
Serhiy Storchaka [Sun, 12 Jun 2016 08:51:26 +0000 (11:51 +0300)]
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka [Sun, 12 Jun 2016 08:44:06 +0000 (11:44 +0300)]
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka [Sun, 12 Jun 2016 06:49:23 +0000 (09:49 +0300)]
Null merge
Serhiy Storchaka [Sun, 12 Jun 2016 06:48:19 +0000 (09:48 +0300)]
Merge heads
Serhiy Storchaka [Sun, 12 Jun 2016 06:47:57 +0000 (09:47 +0300)]
Merge heads
Serhiy Storchaka [Sun, 12 Jun 2016 06:47:20 +0000 (09:47 +0300)]
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka [Sun, 12 Jun 2016 06:43:55 +0000 (09:43 +0300)]
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka [Sun, 12 Jun 2016 06:35:13 +0000 (09:35 +0300)]
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
function with generalized unpacking (PEP 448) and conflicting keyword names
could cause undefined behavior.
Serhiy Storchaka [Sun, 12 Jun 2016 06:22:01 +0000 (09:22 +0300)]
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
function with generalized unpacking (PEP 448) and conflicting keyword names
could cause undefined behavior.
Martin Panter [Sun, 12 Jun 2016 06:17:29 +0000 (06:17 +0000)]
Add grammatical article to “an ASCII letter”
Martin Panter [Sun, 12 Jun 2016 06:16:51 +0000 (06:16 +0000)]
Merge typo fixes from 3.5
Martin Panter [Sun, 12 Jun 2016 06:14:03 +0000 (06:14 +0000)]
Fix typos and English grammar in documentation and code comment
Martin Panter [Sun, 12 Jun 2016 06:08:29 +0000 (06:08 +0000)]
Issue #27030: Merge RE fix from 3.5
Martin Panter [Sun, 12 Jun 2016 06:07:35 +0000 (06:07 +0000)]
Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030
Larry Hastings [Sun, 12 Jun 2016 05:25:43 +0000 (22:25 -0700)]
Added tag v3.4.5rc1 for changeset
3631bb4a2490
Larry Hastings [Sun, 12 Jun 2016 05:24:03 +0000 (22:24 -0700)]
Release bump for 3.4.5rc1.
Larry Hastings [Sun, 12 Jun 2016 05:22:07 +0000 (22:22 -0700)]
Regenerate pydoc topics for 3.4.5rc1.
Martin Panter [Sun, 12 Jun 2016 04:31:25 +0000 (04:31 +0000)]
Issue #16484: Merge pydoc Windows fixes from 3.5
Martin Panter [Sun, 12 Jun 2016 04:24:06 +0000 (04:24 +0000)]
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Larry Hastings [Sun, 12 Jun 2016 03:55:23 +0000 (20:55 -0700)]
Added tag v3.5.2rc1 for changeset
68feec6488b2
Larry Hastings [Sun, 12 Jun 2016 03:55:08 +0000 (20:55 -0700)]
Updated header for README for 3.5.2rc1.
Larry Hastings [Sun, 12 Jun 2016 03:51:22 +0000 (20:51 -0700)]
Release bump for 3.5.2rc1.
Larry Hastings [Sun, 12 Jun 2016 03:40:26 +0000 (20:40 -0700)]
Regenerated pydoc topics for 3.5.2rc1.
Martin Panter [Sun, 12 Jun 2016 01:56:50 +0000 (01:56 +0000)]
Drop unused import
Martin Panter [Sun, 12 Jun 2016 01:56:24 +0000 (01:56 +0000)]
Issue #24136: Adjust f-strings doc for interable unpacking
Martin Panter [Sun, 12 Jun 2016 01:55:03 +0000 (01:55 +0000)]
Issue #24136: Merge unpacking doc from 3.5
Martin Panter [Sun, 12 Jun 2016 01:46:50 +0000 (01:46 +0000)]
Issue #24136: Document generalized unpacking, PEP 448
Based on patches by Konstantin Molchanov and Neil Girdhar.
Łukasz Langa [Sun, 12 Jun 2016 01:07:28 +0000 (18:07 -0700)]
merge heads
Łukasz Langa [Sun, 12 Jun 2016 01:05:42 +0000 (18:05 -0700)]
Merge 3.5, issue #14209
Łukasz Langa [Sun, 12 Jun 2016 01:02:46 +0000 (18:02 -0700)]
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Patch by James Pickering.
Gregory P. Smith [Sun, 12 Jun 2016 01:02:13 +0000 (18:02 -0700)]
Clarify that md5 is in the algorithms_guaranteed list despite what
some upstream vendors may do to their odd "FIPS compliant" builds.
issue15468.
Gregory P. Smith [Sun, 12 Jun 2016 00:56:40 +0000 (17:56 -0700)]
merge heads
Gregory P. Smith [Sun, 12 Jun 2016 00:56:12 +0000 (17:56 -0700)]
issue15468 - use sha256 instead of md5 or sha1 in the examples.
document that md5 may be missing in the rare case someone is using a
"FIPS compliant" build. I've only ever heard of Redhat creating one
of those - CPython itself offers no such build mode out of the box.
Łukasz Langa [Sat, 11 Jun 2016 23:56:18 +0000 (16:56 -0700)]
Merge 3.5, issue #27194
Łukasz Langa [Sat, 11 Jun 2016 23:42:36 +0000 (16:42 -0700)]
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
Patch by Jason Fried.
Serhiy Storchaka [Sat, 11 Jun 2016 21:39:41 +0000 (00:39 +0300)]
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka [Sat, 11 Jun 2016 21:19:44 +0000 (00:19 +0300)]
Issue #27294: Improved repr for Tkinter event objects.
Benjamin Peterson [Sat, 11 Jun 2016 20:33:58 +0000 (13:33 -0700)]
merge 3.5 (#26556)
Benjamin Peterson [Sat, 11 Jun 2016 20:33:17 +0000 (13:33 -0700)]
merge 3.4 (#26556)
Benjamin Peterson [Sat, 11 Jun 2016 20:28:56 +0000 (13:28 -0700)]
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson [Sat, 11 Jun 2016 20:19:34 +0000 (13:19 -0700)]
merge 3.5
Benjamin Peterson [Sat, 11 Jun 2016 20:18:56 +0000 (13:18 -0700)]
merge 3.4
Benjamin Peterson [Sat, 11 Jun 2016 20:16:42 +0000 (13:16 -0700)]
raise an error when STARTTLS fails
Berker Peksag [Sat, 11 Jun 2016 19:41:03 +0000 (22:41 +0300)]
Merge from 3.5
Berker Peksag [Sat, 11 Jun 2016 19:40:41 +0000 (22:40 +0300)]
Fix typo and silence a Sphinx warning in Doc/glossary.rst
Berker Peksag [Sat, 11 Jun 2016 19:38:57 +0000 (22:38 +0300)]
Merge from 3.5
Berker Peksag [Sat, 11 Jun 2016 19:38:33 +0000 (22:38 +0300)]
Silence 'make suspicious' warnings
Berker Peksag [Sat, 11 Jun 2016 19:30:05 +0000 (22:30 +0300)]
Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__
Patch by Gareth Rees.
Berker Peksag [Sat, 11 Jun 2016 19:12:36 +0000 (22:12 +0300)]
Issue #21386: Merge from 3.5
Berker Peksag [Sat, 11 Jun 2016 19:11:47 +0000 (22:11 +0300)]
Issue #21386: Implement missing IPv4Address.is_global property
It was documented since
07a5610bae9d .
Initial patch by Roger Luethi.
Terry Jan Reedy [Sat, 11 Jun 2016 19:06:08 +0000 (15:06 -0400)]
Merge Issue #22558.
Terry Jan Reedy [Sat, 11 Jun 2016 19:02:54 +0000 (15:02 -0400)]
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
Serhiy Storchaka [Sat, 11 Jun 2016 16:32:44 +0000 (19:32 +0300)]
Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open().
Serhiy Storchaka [Sat, 11 Jun 2016 16:24:24 +0000 (19:24 +0300)]
Issue #27030: The re.LOCALE flag now can be used only with bytes patterns.
(Just updated NEWS.)
Serhiy Storchaka [Sat, 11 Jun 2016 16:15:00 +0000 (19:15 +0300)]
Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
regular expressions now are errors.
Yury Selivanov [Sat, 11 Jun 2016 16:01:19 +0000 (12:01 -0400)]
Merge 3.5 (issue #22970)
Yury Selivanov [Sat, 11 Jun 2016 16:00:07 +0000 (12:00 -0400)]
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
Patch by David Coles.
Yury Selivanov [Sat, 11 Jun 2016 15:20:50 +0000 (11:20 -0400)]
Merge 3.5 (issue #27223)