]>
granicus.if.org Git - python/log
Georg Brandl [Wed, 5 Nov 2014 21:17:29 +0000 (22:17 +0100)]
merge with 3.4
Antoine Pitrou [Wed, 5 Nov 2014 19:48:40 +0000 (20:48 +0100)]
Closes #22784: fix test_asyncio when the ssl module isn't available
Antoine Pitrou [Wed, 5 Nov 2014 19:48:16 +0000 (20:48 +0100)]
Closes #22784: fix test_asyncio when the ssl module isn't available
Georg Brandl [Wed, 5 Nov 2014 19:37:40 +0000 (20:37 +0100)]
test_httplib: use self-signed.pythontest.net for verification test with non-root-CA cert
Georg Brandl [Wed, 5 Nov 2014 19:20:45 +0000 (20:20 +0100)]
merge with 3.4
Georg Brandl [Wed, 5 Nov 2014 19:20:28 +0000 (20:20 +0100)]
Closes #22525: clarify documentation for ast.literal_eval().
Benjamin Peterson [Wed, 5 Nov 2014 18:10:16 +0000 (13:10 -0500)]
merge 3.4
Benjamin Peterson [Wed, 5 Nov 2014 18:10:08 +0000 (13:10 -0500)]
use pythontest.net for fragment redirection test
Benjamin Peterson [Wed, 5 Nov 2014 16:31:02 +0000 (11:31 -0500)]
merge 3.4
Benjamin Peterson [Wed, 5 Nov 2014 16:30:21 +0000 (11:30 -0500)]
remove requires_ssl decorator
Benjamin Peterson [Wed, 5 Nov 2014 16:30:00 +0000 (11:30 -0500)]
merge 3.3
Benjamin Peterson [Wed, 5 Nov 2014 16:29:39 +0000 (11:29 -0500)]
merge 3.2
Benjamin Peterson [Wed, 5 Nov 2014 16:27:14 +0000 (11:27 -0500)]
use pythontest.net for url fragment test
Victor Stinner [Wed, 5 Nov 2014 15:55:36 +0000 (16:55 +0100)]
Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode()
Victor Stinner [Wed, 5 Nov 2014 14:27:54 +0000 (15:27 +0100)]
(Merge 3.4) asyncio: Move loop attribute to _FlowControlMixin
Move the _loop attribute from the constructor of _SelectorTransport,
_ProactorBasePipeTransport and _UnixWritePipeTransport classes to the
constructor of the _FlowControlMixin class.
Add also an assertion to explicit that the parent class must ensure that the
loop is defined (not None)
Victor Stinner [Wed, 5 Nov 2014 14:27:41 +0000 (15:27 +0100)]
asyncio: Move loop attribute to _FlowControlMixin
Move the _loop attribute from the constructor of _SelectorTransport,
_ProactorBasePipeTransport and _UnixWritePipeTransport classes to the
constructor of the _FlowControlMixin class.
Add also an assertion to explicit that the parent class must ensure that the
loop is defined (not None)
Victor Stinner [Wed, 5 Nov 2014 14:13:51 +0000 (15:13 +0100)]
Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,
MAXPATHLEN is now preferred.
Victor Stinner [Wed, 5 Nov 2014 14:11:34 +0000 (15:11 +0100)]
Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
now preferred. Patch written by Jeffrey Armstrong.
Robert Collins [Tue, 4 Nov 2014 14:43:36 +0000 (03:43 +1300)]
Fix regression in issue 22457 fix.
When used in the real world it can under some situations trigger
" assert not _relpath.startswith('..'), "Path must be within the project"
AssertionError: Path must be within the project
"
Because _get_name_from_path was not expecting to be called with the top level
directory.
Robert Collins [Tue, 4 Nov 2014 14:09:01 +0000 (03:09 +1300)]
Close #22457: Honour load_tests in the start_dir of discovery.
We were not honouring load_tests in a package/__init__.py when that was the
start_dir parameter, though we do when it is a child package. The fix required
a little care since it introduces the possibility of infinite recursion.
Antoine Pitrou [Tue, 4 Nov 2014 13:53:01 +0000 (14:53 +0100)]
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou [Tue, 4 Nov 2014 13:52:10 +0000 (14:52 +0100)]
Issue #22773: fix failing test with old readline versions due to issue #19884.
Benjamin Peterson [Tue, 4 Nov 2014 02:06:07 +0000 (21:06 -0500)]
merge 3.4
Benjamin Peterson [Tue, 4 Nov 2014 02:05:01 +0000 (21:05 -0500)]
test that keyfile can be None
Benjamin Peterson [Mon, 3 Nov 2014 22:04:01 +0000 (17:04 -0500)]
context has been backported so fix versionchanged
Benjamin Peterson [Mon, 3 Nov 2014 20:12:52 +0000 (15:12 -0500)]
merge 3.4
Benjamin Peterson [Mon, 3 Nov 2014 20:12:06 +0000 (15:12 -0500)]
merge 3.3
Benjamin Peterson [Mon, 3 Nov 2014 20:11:53 +0000 (15:11 -0500)]
merge 3.2
Benjamin Peterson [Mon, 3 Nov 2014 20:10:47 +0000 (15:10 -0500)]
move idna test domain to pythontest.net
Benjamin Peterson [Mon, 3 Nov 2014 19:36:48 +0000 (14:36 -0500)]
merge 3.4 (#22417)
Benjamin Peterson [Mon, 3 Nov 2014 19:29:33 +0000 (14:29 -0500)]
PEP 476: enable HTTPS certificate verification by default (#22417)
Patch by Alex Gaynor with some modifications by me.
Serhiy Storchaka [Sun, 2 Nov 2014 20:19:56 +0000 (22:19 +0200)]
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
and above. Patch by Tim Graham.
Serhiy Storchaka [Sun, 2 Nov 2014 20:18:25 +0000 (22:18 +0200)]
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
and above. Patch by Tim Graham.
Benjamin Peterson [Sun, 2 Nov 2014 18:19:15 +0000 (13:19 -0500)]
merge 3.4
Benjamin Peterson [Sun, 2 Nov 2014 18:17:56 +0000 (13:17 -0500)]
wrap
Antoine Pitrou [Sun, 2 Nov 2014 17:42:41 +0000 (18:42 +0100)]
Merge heads
Antoine Pitrou [Sun, 2 Nov 2014 17:41:56 +0000 (18:41 +0100)]
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
Antoine Pitrou [Sun, 2 Nov 2014 17:40:09 +0000 (18:40 +0100)]
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
R David Murray [Sun, 2 Nov 2014 17:33:37 +0000 (12:33 -0500)]
Merge asyncio doc English phrasing fix.
R David Murray [Sun, 2 Nov 2014 17:32:26 +0000 (12:32 -0500)]
Reflow paragraph.
R David Murray [Sun, 2 Nov 2014 17:31:47 +0000 (12:31 -0500)]
Fix English phrasing.
Serhiy Storchaka [Sun, 2 Nov 2014 17:26:48 +0000 (19:26 +0200)]
Null merge
Serhiy Storchaka [Sun, 2 Nov 2014 17:26:28 +0000 (19:26 +0200)]
Merge heads
Serhiy Storchaka [Sun, 2 Nov 2014 17:26:23 +0000 (19:26 +0200)]
Merge heads
Serhiy Storchaka [Sun, 2 Nov 2014 17:22:02 +0000 (19:22 +0200)]
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
Serhiy Storchaka [Sun, 2 Nov 2014 17:18:52 +0000 (19:18 +0200)]
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
Ezio Melotti [Sun, 2 Nov 2014 17:14:54 +0000 (19:14 +0200)]
#22751: merge with 3.4.
Ezio Melotti [Sun, 2 Nov 2014 17:08:35 +0000 (19:08 +0200)]
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
Antoine Pitrou [Sun, 2 Nov 2014 16:23:14 +0000 (17:23 +0100)]
Fix test_urllib without the ssl module
Zachary Ware [Sun, 2 Nov 2014 03:48:24 +0000 (22:48 -0500)]
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware [Sun, 2 Nov 2014 03:39:21 +0000 (22:39 -0500)]
Issue #17896: Move Windows external lib sources from .. to externals.
Ned Deily [Sun, 2 Nov 2014 02:33:25 +0000 (19:33 -0700)]
Issue #22770: merge from 3.4
Ned Deily [Sun, 2 Nov 2014 02:29:22 +0000 (19:29 -0700)]
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
When running tests in subprocesses with the regrtest -j option, a bug
in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing
Tk to fully initialize as an OS X gui process before destroying the
Tcl instance and creating another. (Original patch by Serhiy Storchaka)
Zachary Ware [Sat, 1 Nov 2014 23:42:46 +0000 (18:42 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware [Sat, 1 Nov 2014 23:33:52 +0000 (18:33 -0500)]
Null merge with 3.4
Steve Dower [Sat, 1 Nov 2014 22:15:16 +0000 (15:15 -0700)]
#22734 marshal needs a lower stack depth for debug builds on Windows
Steve Dower [Sat, 1 Nov 2014 22:14:27 +0000 (15:14 -0700)]
#22732 ctypes tests don't set correct restype for intptr_t functions
Zachary Ware [Sat, 1 Nov 2014 22:11:08 +0000 (17:11 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Steve Dower [Sat, 1 Nov 2014 22:11:05 +0000 (15:11 -0700)]
#22731 test_capi test fails because of mismatched newlines
Vinay Sajip [Sat, 1 Nov 2014 20:00:56 +0000 (20:00 +0000)]
Closes #22776: Merged fix from 3.4.
Vinay Sajip [Sat, 1 Nov 2014 19:58:47 +0000 (19:58 +0000)]
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Ethan Furman [Sat, 1 Nov 2014 14:40:22 +0000 (07:40 -0700)]
standardize Enum docs by referring to 'special methods' instead of __dunder__ methods
Berker Peksag [Sat, 1 Nov 2014 09:05:36 +0000 (11:05 +0200)]
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag [Sat, 1 Nov 2014 09:04:06 +0000 (11:04 +0200)]
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag [Sat, 1 Nov 2014 08:45:57 +0000 (10:45 +0200)]
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Patch by Matt Chaput.
Ethan Furman [Fri, 31 Oct 2014 23:48:41 +0000 (16:48 -0700)]
issue22780: update NotImplemented description
Georg Brandl [Fri, 31 Oct 2014 12:13:09 +0000 (13:13 +0100)]
merge with 3.4
Georg Brandl [Fri, 31 Oct 2014 12:12:57 +0000 (13:12 +0100)]
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Serhiy Storchaka [Fri, 31 Oct 2014 10:40:11 +0000 (12:40 +0200)]
Null merge
Serhiy Storchaka [Fri, 31 Oct 2014 10:37:50 +0000 (12:37 +0200)]
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka [Fri, 31 Oct 2014 10:36:56 +0000 (12:36 +0200)]
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Added new opcode RANGE_IGNORE.
Georg Brandl [Fri, 31 Oct 2014 09:54:10 +0000 (10:54 +0100)]
merge with 3.4
Georg Brandl [Fri, 31 Oct 2014 09:54:06 +0000 (10:54 +0100)]
Closes #22771: "verbose" is unused; deprecate it.
Georg Brandl [Fri, 31 Oct 2014 09:39:29 +0000 (10:39 +0100)]
merge with 3.4
Georg Brandl [Fri, 31 Oct 2014 09:38:49 +0000 (10:38 +0100)]
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:48 +0000 (10:25 +0100)]
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:38 +0000 (10:25 +0100)]
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:21:07 +0000 (10:21 +0100)]
#22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:02:40 +0000 (10:02 +0100)]
#22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 08:46:41 +0000 (09:46 +0100)]
#22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 08:41:46 +0000 (09:41 +0100)]
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 08:29:48 +0000 (09:29 +0100)]
merge with 3.4
Georg Brandl [Fri, 31 Oct 2014 08:29:38 +0000 (09:29 +0100)]
minor grammar fixes (from docs@python.org)
Georg Brandl [Fri, 31 Oct 2014 07:03:20 +0000 (08:03 +0100)]
Doc: updadate suspicious ignore rules
Georg Brandl [Fri, 31 Oct 2014 06:59:59 +0000 (07:59 +0100)]
merge with 3.4
Georg Brandl [Fri, 31 Oct 2014 06:59:37 +0000 (07:59 +0100)]
unittest.mock docs: fix use of default role
Georg Brandl [Fri, 31 Oct 2014 06:59:37 +0000 (07:59 +0100)]
unittest.mock docs: fix use of default role
Serhiy Storchaka [Thu, 30 Oct 2014 23:37:03 +0000 (01:37 +0200)]
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka [Thu, 30 Oct 2014 23:34:45 +0000 (01:34 +0200)]
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka [Thu, 30 Oct 2014 22:58:49 +0000 (00:58 +0200)]
Null merge
Serhiy Storchaka [Thu, 30 Oct 2014 22:57:57 +0000 (00:57 +0200)]
Merge heads
Serhiy Storchaka [Thu, 30 Oct 2014 22:56:45 +0000 (00:56 +0200)]
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
Serhiy Storchaka [Thu, 30 Oct 2014 22:53:49 +0000 (00:53 +0200)]
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
Antoine Pitrou [Thu, 30 Oct 2014 22:15:25 +0000 (23:15 +0100)]
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
Antoine Pitrou [Thu, 30 Oct 2014 22:14:03 +0000 (23:14 +0100)]
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
Georg Brandl [Thu, 30 Oct 2014 21:56:04 +0000 (22:56 +0100)]
merge with 3.4
Georg Brandl [Thu, 30 Oct 2014 21:55:13 +0000 (22:55 +0100)]
Sphinx extension: move imports to the module top
Georg Brandl [Thu, 30 Oct 2014 21:52:06 +0000 (22:52 +0100)]
merge with 3.4
Georg Brandl [Thu, 30 Oct 2014 21:52:02 +0000 (22:52 +0100)]
pyporting howto: fix link target
Georg Brandl [Thu, 30 Oct 2014 21:50:48 +0000 (22:50 +0100)]
merge with 3.4