]> granicus.if.org Git - python/log
python
10 years agoIssues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka [Fri, 7 Nov 2014 19:45:17 +0000 (21:45 +0200)]
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.

10 years agoIssues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka [Fri, 7 Nov 2014 19:43:57 +0000 (21:43 +0200)]
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.

10 years agoIssue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag [Fri, 7 Nov 2014 17:51:37 +0000 (19:51 +0200)]
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().

Patch by Mark Grandi.

10 years agoIssue #22808: Link to the correct time method in BaseEventLoop.call_at().
Berker Peksag [Fri, 7 Nov 2014 17:51:07 +0000 (19:51 +0200)]
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().

Patch by Mark Grandi.

10 years agoIssue #22242: Try to make some import-related loader details clearer.
Brett Cannon [Fri, 7 Nov 2014 16:29:33 +0000 (11:29 -0500)]
Issue #22242: Try to make some import-related loader details clearer.

Thanks to Jon Poler for pointing this out.

10 years agoIssue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Serhiy Storchaka [Fri, 7 Nov 2014 12:06:19 +0000 (14:06 +0200)]
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.

10 years agoIssue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Serhiy Storchaka [Fri, 7 Nov 2014 12:04:37 +0000 (14:04 +0200)]
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.

10 years agoIssue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka [Fri, 7 Nov 2014 10:23:30 +0000 (12:23 +0200)]
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.

10 years agoIssue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka [Fri, 7 Nov 2014 10:19:40 +0000 (12:19 +0200)]
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.

10 years agoIssue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Serhiy Storchaka [Fri, 7 Nov 2014 10:03:09 +0000 (12:03 +0200)]
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.

10 years agoIssue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Serhiy Storchaka [Fri, 7 Nov 2014 10:02:31 +0000 (12:02 +0200)]
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.

10 years agomerge with 3.4
Georg Brandl [Thu, 6 Nov 2014 14:33:35 +0000 (15:33 +0100)]
merge with 3.4

10 years agoTry to transfer the Unicode test data files gzipped.
Georg Brandl [Thu, 6 Nov 2014 14:33:30 +0000 (15:33 +0100)]
Try to transfer the Unicode test data files gzipped.

10 years agomerge with 3.4
Georg Brandl [Thu, 6 Nov 2014 13:38:23 +0000 (14:38 +0100)]
merge with 3.4

10 years ago#22650: test suite: load Unicode test data files from www.pythontest.net
Georg Brandl [Thu, 6 Nov 2014 13:37:49 +0000 (14:37 +0100)]
#22650: test suite: load Unicode test data files from www.pythontest.net

10 years agomerge 3.4
Benjamin Peterson [Thu, 6 Nov 2014 05:53:18 +0000 (00:53 -0500)]
merge 3.4

10 years agofix test where sizeof(long) != sizeof(int)
Benjamin Peterson [Thu, 6 Nov 2014 05:52:58 +0000 (00:52 -0500)]
fix test where sizeof(long) != sizeof(int)

10 years agomerge
Raymond Hettinger [Thu, 6 Nov 2014 05:28:19 +0000 (21:28 -0800)]
merge

10 years agoIssue 22803: Add missing versionadded directive.
Raymond Hettinger [Thu, 6 Nov 2014 05:27:56 +0000 (21:27 -0800)]
Issue 22803:  Add missing versionadded directive.

10 years agoIssue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large struct...
Steve Dower [Thu, 6 Nov 2014 03:30:30 +0000 (19:30 -0800)]
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip

10 years agomerge with 3.4
Georg Brandl [Wed, 5 Nov 2014 21:17:29 +0000 (22:17 +0100)]
merge with 3.4

10 years agoCloses #22784: fix test_asyncio when the ssl module isn't available
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

10 years agoCloses #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

10 years agotest_httplib: use self-signed.pythontest.net for verification test with non-root...
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

10 years agomerge with 3.4
Georg Brandl [Wed, 5 Nov 2014 19:20:45 +0000 (20:20 +0100)]
merge with 3.4

10 years agoCloses #22525: clarify documentation for ast.literal_eval().
Georg Brandl [Wed, 5 Nov 2014 19:20:28 +0000 (20:20 +0100)]
Closes #22525: clarify documentation for ast.literal_eval().

10 years agomerge 3.4
Benjamin Peterson [Wed, 5 Nov 2014 18:10:16 +0000 (13:10 -0500)]
merge 3.4

10 years agouse pythontest.net for fragment redirection test
Benjamin Peterson [Wed, 5 Nov 2014 18:10:08 +0000 (13:10 -0500)]
use pythontest.net for fragment redirection test

10 years agomerge 3.4
Benjamin Peterson [Wed, 5 Nov 2014 16:31:02 +0000 (11:31 -0500)]
merge 3.4

10 years agoremove requires_ssl decorator
Benjamin Peterson [Wed, 5 Nov 2014 16:30:21 +0000 (11:30 -0500)]
remove requires_ssl decorator

10 years agomerge 3.3
Benjamin Peterson [Wed, 5 Nov 2014 16:30:00 +0000 (11:30 -0500)]
merge 3.3

10 years agomerge 3.2
Benjamin Peterson [Wed, 5 Nov 2014 16:29:39 +0000 (11:29 -0500)]
merge 3.2

10 years agouse pythontest.net for url fragment test
Benjamin Peterson [Wed, 5 Nov 2014 16:27:14 +0000 (11:27 -0500)]
use pythontest.net for url fragment test

10 years agoIssue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode()
Victor Stinner [Wed, 5 Nov 2014 15:55:36 +0000 (16:55 +0100)]
Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode()

10 years ago(Merge 3.4) asyncio: Move loop attribute to _FlowControlMixin
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)

10 years agoasyncio: Move loop attribute to _FlowControlMixin
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)

10 years agoIssue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,
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.

10 years agoIssue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
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.

10 years agoIssue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large struct...
Steve Dower [Wed, 5 Nov 2014 05:21:22 +0000 (21:21 -0800)]
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip

10 years agoFix regression in issue 22457 fix.
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.

10 years agoClose #22457: Honour load_tests in the start_dir of discovery.
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.

10 years agoIssue #22773: fix failing test with old readline versions due to issue #19884.
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.

10 years agoIssue #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.

10 years agomerge 3.4
Benjamin Peterson [Tue, 4 Nov 2014 02:06:07 +0000 (21:06 -0500)]
merge 3.4

10 years agotest that keyfile can be None
Benjamin Peterson [Tue, 4 Nov 2014 02:05:01 +0000 (21:05 -0500)]
test that keyfile can be None

10 years agocontext has been backported so fix versionchanged
Benjamin Peterson [Mon, 3 Nov 2014 22:04:01 +0000 (17:04 -0500)]
context has been backported so fix versionchanged

10 years agomerge 3.4
Benjamin Peterson [Mon, 3 Nov 2014 20:12:52 +0000 (15:12 -0500)]
merge 3.4

10 years agomerge 3.3
Benjamin Peterson [Mon, 3 Nov 2014 20:12:06 +0000 (15:12 -0500)]
merge 3.3

10 years agomerge 3.2
Benjamin Peterson [Mon, 3 Nov 2014 20:11:53 +0000 (15:11 -0500)]
merge 3.2

10 years agomove idna test domain to pythontest.net
Benjamin Peterson [Mon, 3 Nov 2014 20:10:47 +0000 (15:10 -0500)]
move idna test domain to pythontest.net

10 years agomerge 3.4 (#22417)
Benjamin Peterson [Mon, 3 Nov 2014 19:36:48 +0000 (14:36 -0500)]
merge 3.4 (#22417)

10 years agoPEP 476: enable HTTPS certificate verification by default (#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.

10 years agoIssue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
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.

10 years agoIssue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
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.

10 years agomerge 3.4
Benjamin Peterson [Sun, 2 Nov 2014 18:19:15 +0000 (13:19 -0500)]
merge 3.4

10 years agowrap
Benjamin Peterson [Sun, 2 Nov 2014 18:17:56 +0000 (13:17 -0500)]
wrap

10 years agoMerge heads
Antoine Pitrou [Sun, 2 Nov 2014 17:42:41 +0000 (18:42 +0100)]
Merge heads

10 years agoIssue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on...
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.

10 years agoIssue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on...
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.

10 years agoMerge asyncio doc English phrasing fix.
R David Murray [Sun, 2 Nov 2014 17:33:37 +0000 (12:33 -0500)]
Merge asyncio doc English phrasing fix.

10 years agoReflow paragraph.
R David Murray [Sun, 2 Nov 2014 17:32:26 +0000 (12:32 -0500)]
Reflow paragraph.

10 years agoFix English phrasing.
R David Murray [Sun, 2 Nov 2014 17:31:47 +0000 (12:31 -0500)]
Fix English phrasing.

10 years agoNull merge
Serhiy Storchaka [Sun, 2 Nov 2014 17:26:48 +0000 (19:26 +0200)]
Null merge

10 years agoMerge heads
Serhiy Storchaka [Sun, 2 Nov 2014 17:26:28 +0000 (19:26 +0200)]
Merge heads

10 years agoMerge heads
Serhiy Storchaka [Sun, 2 Nov 2014 17:26:23 +0000 (19:26 +0200)]
Merge heads

10 years agoIssue #22388: Unified the style of "Contributed by" sentences in What's New.
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.

10 years agoIssue #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.

10 years ago#22751: merge with 3.4.
Ezio Melotti [Sun, 2 Nov 2014 17:14:54 +0000 (19:14 +0200)]
#22751: merge with 3.4.

10 years ago#22751: fix test___all__ warning about modified environment in the tests. Patch...
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.

10 years agoFix test_urllib without the ssl module
Antoine Pitrou [Sun, 2 Nov 2014 16:23:14 +0000 (17:23 +0100)]
Fix test_urllib without the ssl module

10 years agoIssue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware [Sun, 2 Nov 2014 03:48:24 +0000 (22:48 -0500)]
Issue #17896: Move Windows external lib sources from .. to externals.

10 years agoIssue #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.

10 years agoIssue #22770: merge from 3.4
Ned Deily [Sun, 2 Nov 2014 02:33:25 +0000 (19:33 -0700)]
Issue #22770: merge from 3.4

10 years agoIssue #22770: Prevent some Tk segfaults on OS X when running gui tests.
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)

10 years agoIssue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware [Sat, 1 Nov 2014 23:42:46 +0000 (18:42 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.

10 years agoNull merge with 3.4
Zachary Ware [Sat, 1 Nov 2014 23:33:52 +0000 (18:33 -0500)]
Null merge with 3.4

10 years ago#22734 marshal needs a lower stack depth for debug builds on Windows
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

10 years ago#22732 ctypes tests don't set correct restype for intptr_t functions
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

10 years agoIssue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware [Sat, 1 Nov 2014 22:11:08 +0000 (17:11 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.

10 years ago#22731 test_capi test fails because of mismatched newlines
Steve Dower [Sat, 1 Nov 2014 22:11:05 +0000 (15:11 -0700)]
#22731 test_capi test fails because of mismatched newlines

10 years agoCloses #22776: Merged fix from 3.4.
Vinay Sajip [Sat, 1 Nov 2014 20:00:56 +0000 (20:00 +0000)]
Closes #22776: Merged fix from 3.4.

10 years agoBrought excluded code into the scope of a try block in SysLogHandler.emit().
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().

10 years agostandardize Enum docs by referring to 'special methods' instead of __dunder__ methods
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

10 years agoIssue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
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__.

10 years agoIssue #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__.

10 years agoIssue #6623: Remove deprecated Netrc class in the ftplib module.
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.

10 years agoissue22780: update NotImplemented description
Ethan Furman [Fri, 31 Oct 2014 23:48:41 +0000 (16:48 -0700)]
issue22780: update NotImplemented description

10 years agomerge with 3.4
Georg Brandl [Fri, 31 Oct 2014 12:13:09 +0000 (13:13 +0100)]
merge with 3.4

10 years agoCloses #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl [Fri, 31 Oct 2014 12:12:57 +0000 (13:12 +0100)]
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.

10 years agoNull merge
Serhiy Storchaka [Fri, 31 Oct 2014 10:40:11 +0000 (12:40 +0200)]
Null merge

10 years agoIssue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Serhiy Storchaka [Fri, 31 Oct 2014 10:37:50 +0000 (12:37 +0200)]
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.

10 years agoIssue #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.

10 years agomerge with 3.4
Georg Brandl [Fri, 31 Oct 2014 09:54:10 +0000 (10:54 +0100)]
merge with 3.4

10 years agoCloses #22771: "verbose" is unused; deprecate it.
Georg Brandl [Fri, 31 Oct 2014 09:54:06 +0000 (10:54 +0100)]
Closes #22771: "verbose" is unused; deprecate it.

10 years agomerge with 3.4
Georg Brandl [Fri, 31 Oct 2014 09:39:29 +0000 (10:39 +0100)]
merge with 3.4

10 years ago#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:38:49 +0000 (10:38 +0100)]
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)

10 years ago#22613: minor other fixes in library 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)

10 years ago#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:38 +0000 (10:25 +0100)]
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)

10 years ago#22613: fix heading levels in tracemalloc docs (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)

10 years ago#22613: elaborate on arguments of shutil archival functions (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)