]> granicus.if.org Git - python/log
python
9 years agoIssue #25764: OS X now failing on the second setrlimit() call
Martin Panter [Sat, 5 Dec 2015 05:42:18 +0000 (05:42 +0000)]
Issue #25764: OS X now failing on the second setrlimit() call

9 years agoCloses #25795: Merge with 3.5
Zachary Ware [Sat, 5 Dec 2015 05:33:59 +0000 (23:33 -0600)]
Closes #25795: Merge with 3.5

9 years agoIssue #25795: Fix several tests to run independently.
Zachary Ware [Sat, 5 Dec 2015 05:32:23 +0000 (23:32 -0600)]
Issue #25795: Fix several tests to run independently.

These were broken in 3aec776fc796 when they were converted
away from using support.run_unittest().  Oops :)

Initial patch by Felippe da Motta Raposo.

9 years agoIssue #25764: Attempt to debug and skip OS X setrlimit() failure
Martin Panter [Sat, 5 Dec 2015 04:16:45 +0000 (04:16 +0000)]
Issue #25764: Attempt to debug and skip OS X setrlimit() failure

9 years agoMerge: #24903: Remove misleading error message to fix regression.
R David Murray [Sat, 5 Dec 2015 04:05:20 +0000 (23:05 -0500)]
Merge: #24903: Remove misleading error message to fix regression.

9 years agoMerge: #24903: Remove misleading error message to fix regression.
R David Murray [Sat, 5 Dec 2015 04:04:37 +0000 (23:04 -0500)]
Merge: #24903: Remove misleading error message to fix regression.

9 years ago#24903: Remove misleading error message to fix regression.
R David Murray [Sat, 5 Dec 2015 03:54:38 +0000 (22:54 -0500)]
#24903: Remove misleading error message to fix regression.

Before the argparse conversion, compileall would (sometimes) accept multiple
paths when -d was specified.  Afterward, it does not.  The corresponding check
in the original code claimed to prevent multiple *directories* from being
specified...but it didn't really work even to do that.  So this patch fixes
the regression by invoking the consenting adults rule: if you specify a
combination of arguments to compileall that produces files with inconsistent
destdirs (which you could do before), it is on you.

Patch by Jake Garver.

9 years agoIssue #25764: Merge subprocess fix from 3.5
Martin Panter [Sat, 5 Dec 2015 02:27:58 +0000 (02:27 +0000)]
Issue #25764: Merge subprocess fix from 3.5

9 years agoIssue #25764: Merge subprocess fix from 3.4 into 3.5
Martin Panter [Sat, 5 Dec 2015 02:03:42 +0000 (02:03 +0000)]
Issue #25764: Merge subprocess fix from 3.4 into 3.5

9 years agoMerge for issue #23936
Brett Cannon [Fri, 4 Dec 2015 23:46:43 +0000 (15:46 -0800)]
Merge for issue #23936

9 years agoIssue #23936: Clarify what finders are.
Brett Cannon [Fri, 4 Dec 2015 23:46:21 +0000 (15:46 -0800)]
Issue #23936: Clarify what finders are.

Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the
patch.

9 years agoIssue #25771: Tweak ValueError message when package isn't specified
Brett Cannon [Fri, 4 Dec 2015 23:19:42 +0000 (15:19 -0800)]
Issue #25771: Tweak ValueError message when package isn't specified
for importlib.util.resolve_name() but is needed.

Thanks to Martin Panter for the bug report.

9 years agoMerge for issue #25500
Brett Cannon [Fri, 4 Dec 2015 22:52:07 +0000 (14:52 -0800)]
Merge for issue #25500

9 years agoIssue #25500: Fix the language reference to not claim that import
Brett Cannon [Fri, 4 Dec 2015 22:51:26 +0000 (14:51 -0800)]
Issue #25500: Fix the language reference to not claim that import
statements search for __import__ in the global scope.

Thanks to Sergei Lebedev for finding the documentation bug.

9 years agoAdd Awaitable, AsyncIterable, AsyncIterator to typing.py. (Merge 3.5->3.6)
Guido van Rossum [Fri, 4 Dec 2015 01:32:05 +0000 (17:32 -0800)]
Add Awaitable, AsyncIterable, AsyncIterator to typing.py. (Merge 3.5->3.6)

9 years agoAdd Awaitable, AsyncIterable, AsyncIterator to typing.py.
Guido van Rossum [Fri, 4 Dec 2015 01:31:24 +0000 (17:31 -0800)]
Add Awaitable, AsyncIterable, AsyncIterator to typing.py.

9 years agoIssue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka [Thu, 3 Dec 2015 20:27:31 +0000 (22:27 +0200)]
Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().

9 years agoIssue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka [Thu, 3 Dec 2015 20:26:36 +0000 (22:26 +0200)]
Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().

9 years agoIssue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka [Thu, 3 Dec 2015 20:21:07 +0000 (22:21 +0200)]
Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().

9 years agoIssue #14285: Merge runpy exception fix from 3.5
Martin Panter [Thu, 3 Dec 2015 01:36:03 +0000 (01:36 +0000)]
Issue #14285: Merge runpy exception fix from 3.5

9 years agoIssue #14285: Do not catch __init__.py exceptions in runpy
Martin Panter [Thu, 3 Dec 2015 01:23:10 +0000 (01:23 +0000)]
Issue #14285: Do not catch __init__.py exceptions in runpy

Initialize package before calling find_spec() for __main__, so that we do not
incorrectly handle exceptions from __init__.py. When runpy is used from the
Python CLI, use an internal exception rather than ImportError, to avoid
catching unexpected exceptions.

Also remove exception message rewriting in _run_module_as_main(), because it
seems to be redundant with the _get_main_module_details() function.

9 years agoIssue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka [Wed, 2 Dec 2015 23:05:52 +0000 (01:05 +0200)]
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.

9 years agoIssue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka [Wed, 2 Dec 2015 23:04:37 +0000 (01:04 +0200)]
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.

9 years agoIssue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka [Wed, 2 Dec 2015 23:02:03 +0000 (01:02 +0200)]
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.

9 years agoNull merge
Serhiy Storchaka [Wed, 2 Dec 2015 22:58:13 +0000 (00:58 +0200)]
Null merge

9 years agoNull merge
Serhiy Storchaka [Wed, 2 Dec 2015 22:57:41 +0000 (00:57 +0200)]
Null merge

9 years agoMerge from 3.5 (including all NEWS entries)
Steve Dower [Wed, 2 Dec 2015 17:19:07 +0000 (09:19 -0800)]
Merge from 3.5 (including all NEWS entries)

9 years agoIssue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic...
Steve Dower [Wed, 2 Dec 2015 16:28:51 +0000 (08:28 -0800)]
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.

9 years ago(Merge 3.5) Fix test_doctest in verbose mode
Victor Stinner [Wed, 2 Dec 2015 13:37:35 +0000 (14:37 +0100)]
(Merge 3.5) Fix test_doctest in verbose mode

9 years agoFix test_doctest in verbose mode
Victor Stinner [Wed, 2 Dec 2015 13:37:17 +0000 (14:37 +0100)]
Fix test_doctest in verbose mode

9 years agoNull merge 3.5, patch was already applied to default (isuse #25177)
Victor Stinner [Wed, 2 Dec 2015 13:36:15 +0000 (14:36 +0100)]
Null merge 3.5, patch was already applied to default (isuse #25177)

9 years agoMerge heads.
Steven D'Aprano [Tue, 1 Dec 2015 14:10:09 +0000 (01:10 +1100)]
Merge heads.

9 years agoIssue #25177: Fixed problem with the mean of very small and very large numbers.
Steven D'Aprano [Tue, 1 Dec 2015 08:59:53 +0000 (19:59 +1100)]
Issue #25177: Fixed problem with the mean of very small and very large numbers.

9 years agoFixed issue #25177, problems with the mean of very small and very large numbers.
Steven D'Aprano [Tue, 1 Dec 2015 06:04:32 +0000 (17:04 +1100)]
Fixed issue #25177, problems with the mean of very small and very large numbers.

9 years agoCloses #25767: Merge with 3.5
Zachary Ware [Tue, 1 Dec 2015 04:57:22 +0000 (22:57 -0600)]
Closes #25767: Merge with 3.5

9 years agoIssue #25767: Merge with 3.4
Zachary Ware [Tue, 1 Dec 2015 04:57:01 +0000 (22:57 -0600)]
Issue #25767: Merge with 3.4

9 years agoIssue #25767: Link to English Wikipedia instead of French.
Zachary Ware [Tue, 1 Dec 2015 04:56:17 +0000 (22:56 -0600)]
Issue #25767: Link to English Wikipedia instead of French.

9 years agoFix for issue #25177 with the mean of very small and very large numbers.
Steven D'Aprano [Tue, 1 Dec 2015 02:48:48 +0000 (13:48 +1100)]
Fix for issue #25177 with the mean of very small and very large numbers.

9 years agoRemoved debugging output of exception raised by __reduce__ method.
Serhiy Storchaka [Mon, 30 Nov 2015 22:40:50 +0000 (00:40 +0200)]
Removed debugging output of exception raised by __reduce__ method.

9 years agoRemoved debugging output of exception raised by __reduce__ method.
Serhiy Storchaka [Mon, 30 Nov 2015 22:39:45 +0000 (00:39 +0200)]
Removed debugging output of exception raised by __reduce__ method.

9 years agoRemoved debugging output of exception raised by __reduce__ method.
Serhiy Storchaka [Mon, 30 Nov 2015 22:39:25 +0000 (00:39 +0200)]
Removed debugging output of exception raised by __reduce__ method.

9 years agoFixed reference leak when read truncated pickle.
Serhiy Storchaka [Mon, 30 Nov 2015 22:20:49 +0000 (00:20 +0200)]
Fixed reference leak when read truncated pickle.

9 years agoFixed reference leak when read truncated pickle.
Serhiy Storchaka [Mon, 30 Nov 2015 22:20:36 +0000 (00:20 +0200)]
Fixed reference leak when read truncated pickle.

9 years agoFixed reference leak when read truncated pickle.
Serhiy Storchaka [Mon, 30 Nov 2015 22:18:23 +0000 (00:18 +0200)]
Fixed reference leak when read truncated pickle.

9 years agoIssue #25718: Fixed copying object with state with boolean value is false.
Serhiy Storchaka [Mon, 30 Nov 2015 15:37:13 +0000 (17:37 +0200)]
Issue #25718: Fixed copying object with state with boolean value is false.

9 years agoIssue #25718: Fixed copying object with state with boolean value is false.
Serhiy Storchaka [Mon, 30 Nov 2015 15:35:40 +0000 (17:35 +0200)]
Issue #25718: Fixed copying object with state with boolean value is false.

9 years agoIssue #25718: Fixed copying object with state with boolean value is false.
Serhiy Storchaka [Mon, 30 Nov 2015 15:20:02 +0000 (17:20 +0200)]
Issue #25718: Fixed copying object with state with boolean value is false.

9 years agoIssue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter [Mon, 30 Nov 2015 03:18:29 +0000 (03:18 +0000)]
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure

9 years agoIssue #25764: Preserve subprocess fork exception when preexec_fn used
Martin Panter [Mon, 30 Nov 2015 02:21:41 +0000 (02:21 +0000)]
Issue #25764: Preserve subprocess fork exception when preexec_fn used

Also fix handling of failure to release the import lock.

9 years agoIssue #25761: Added more test cases for testing unpickling broken data.
Serhiy Storchaka [Sun, 29 Nov 2015 11:14:00 +0000 (13:14 +0200)]
Issue #25761: Added more test cases for testing unpickling broken data.
Output raised exception at verbose level 2 (-vv).

9 years agoIssue #25761: Added more test cases for testing unpickling broken data.
Serhiy Storchaka [Sun, 29 Nov 2015 11:13:24 +0000 (13:13 +0200)]
Issue #25761: Added more test cases for testing unpickling broken data.
Output raised exception at verbose level 2 (-vv).

9 years agoIssue #25761: Added more test cases for testing unpickling broken data.
Serhiy Storchaka [Sun, 29 Nov 2015 11:12:10 +0000 (13:12 +0200)]
Issue #25761: Added more test cases for testing unpickling broken data.
Output raised exception at verbose level 2 (-vv).

9 years agoIssue #25754: Allow test_rlcompleter to be run multiple times
Martin Panter [Sat, 28 Nov 2015 22:38:24 +0000 (22:38 +0000)]
Issue #25754: Allow test_rlcompleter to be run multiple times

9 years ago#25485: Add context manager support to Telnet class.
R David Murray [Sat, 28 Nov 2015 17:24:52 +0000 (12:24 -0500)]
#25485: Add context manager support to Telnet class.

Patch by Stéphane Wirtel.

9 years agoIssue #10131: Fixed deep copying of minidom documents. Based on patch
Serhiy Storchaka [Thu, 26 Nov 2015 21:52:34 +0000 (23:52 +0200)]
Issue #10131: Fixed deep copying of minidom documents.  Based on patch
by Marian Ganisin.

9 years agoIssue #10131: Fixed deep copying of minidom documents. Based on patch
Serhiy Storchaka [Thu, 26 Nov 2015 21:50:54 +0000 (23:50 +0200)]
Issue #10131: Fixed deep copying of minidom documents.  Based on patch
by Marian Ganisin.

9 years agoIssue #10131: Fixed deep copying of minidom documents. Based on patch
Serhiy Storchaka [Thu, 26 Nov 2015 21:49:42 +0000 (23:49 +0200)]
Issue #10131: Fixed deep copying of minidom documents.  Based on patch
by Marian Ganisin.

9 years agoIssue #22989, #21228: Merge urlopen() doc from 3.5
Martin Panter [Thu, 26 Nov 2015 11:04:06 +0000 (11:04 +0000)]
Issue #22989, #21228: Merge urlopen() doc from 3.5

9 years agoIssue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5
Martin Panter [Thu, 26 Nov 2015 11:03:50 +0000 (11:03 +0000)]
Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5

9 years agoIssues #22989, #21228: Document HTTP response object for urlopen()
Martin Panter [Thu, 26 Nov 2015 11:01:58 +0000 (11:01 +0000)]
Issues #22989, #21228: Document HTTP response object for urlopen()

Previous documentation was not clear if the geturl(), info() and getcode()
were valid for HTTP responses. The “msg” attribute is different to the usual
HTTPResponse.msg attribute. Based on patch by Evens Fortuné.

9 years agoMerge from 3.5; no changes
Martin Panter [Thu, 26 Nov 2015 10:44:07 +0000 (10:44 +0000)]
Merge from 3.5; no changes

9 years agoIssue #25622: Use repr(bytes) to avoid BytesWarning
Martin Panter [Thu, 26 Nov 2015 02:36:26 +0000 (02:36 +0000)]
Issue #25622: Use repr(bytes) to avoid BytesWarning

9 years agoIssue #25622: Merge ctypes test from 3.4 into 3.5
Martin Panter [Thu, 26 Nov 2015 10:26:33 +0000 (10:26 +0000)]
Issue #25622: Merge ctypes test from 3.4 into 3.5

9 years agoIssue #25622: Rename to PythonValuesTestCase and enable for non-Windows
Martin Panter [Thu, 26 Nov 2015 02:36:26 +0000 (02:36 +0000)]
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows

9 years agoIssue #25622: Rename to PythonValuesTestCase and enable for non-Windows
Martin Panter [Thu, 26 Nov 2015 02:36:26 +0000 (02:36 +0000)]
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows

9 years agoNull merge
Serhiy Storchaka [Wed, 25 Nov 2015 18:16:36 +0000 (20:16 +0200)]
Null merge

9 years agoNull merge
Serhiy Storchaka [Wed, 25 Nov 2015 18:16:22 +0000 (20:16 +0200)]
Null merge

9 years agoIssue #19687: Fixed possible integer overflows in ElementTree.
Serhiy Storchaka [Wed, 25 Nov 2015 18:12:37 +0000 (20:12 +0200)]
Issue #19687: Fixed possible integer overflows in ElementTree.
Based on patch by Christian Heimes.

9 years agoIssue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka [Wed, 25 Nov 2015 16:35:15 +0000 (18:35 +0200)]
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
__getattr__.  Original patch by Antoine Pitrou.

9 years agoIssue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka [Wed, 25 Nov 2015 16:34:19 +0000 (18:34 +0200)]
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
__getattr__.  Original patch by Antoine Pitrou.

9 years agoIssue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka [Wed, 25 Nov 2015 16:33:29 +0000 (18:33 +0200)]
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
__getattr__.  Original patch by Antoine Pitrou.

9 years agoIssue #25616: Tests for OrderedDict are extracted from test_collections
Serhiy Storchaka [Wed, 25 Nov 2015 15:18:57 +0000 (17:18 +0200)]
Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.

9 years agoIssue #25616: Tests for OrderedDict are extracted from test_collections
Serhiy Storchaka [Wed, 25 Nov 2015 15:12:02 +0000 (17:12 +0200)]
Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.

9 years agoIssue #25616: Tests for OrderedDict are extracted from test_collections
Serhiy Storchaka [Wed, 25 Nov 2015 15:09:01 +0000 (17:09 +0200)]
Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.

9 years agoIssue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka [Wed, 25 Nov 2015 14:13:29 +0000 (16:13 +0200)]
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.

9 years agoIssue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka [Wed, 25 Nov 2015 14:12:30 +0000 (16:12 +0200)]
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.

9 years agoIssue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka [Wed, 25 Nov 2015 14:11:29 +0000 (16:11 +0200)]
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.

9 years agoIssue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka [Wed, 25 Nov 2015 13:53:19 +0000 (15:53 +0200)]
Issue #24731: Fixed crash on converting objects with special methods
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.

9 years agoIssue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka [Wed, 25 Nov 2015 13:52:04 +0000 (15:52 +0200)]
Issue #24731: Fixed crash on converting objects with special methods
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.

9 years agoIssue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka [Wed, 25 Nov 2015 13:47:01 +0000 (15:47 +0200)]
Issue #24731: Fixed crash on converting objects with special methods
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.

9 years agoIssue #7990: dir() on ElementTree.Element now lists properties: "tag",
Serhiy Storchaka [Wed, 25 Nov 2015 13:28:13 +0000 (15:28 +0200)]
Issue #7990: dir() on ElementTree.Element now lists properties: "tag",
"text", "tail" and "attrib".  Original patch by Santoso Wijaya.

9 years agoIssue #25725: Fixed a reference leak in pickle.loads() when unpickling
Serhiy Storchaka [Wed, 25 Nov 2015 13:07:36 +0000 (15:07 +0200)]
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
invalid data including tuple instructions.

9 years agoIssue #25725: Fixed a reference leak in pickle.loads() when unpickling
Serhiy Storchaka [Wed, 25 Nov 2015 13:06:49 +0000 (15:06 +0200)]
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
invalid data including tuple instructions.

9 years agoIssue #25725: Fixed a reference leak in pickle.loads() when unpickling
Serhiy Storchaka [Wed, 25 Nov 2015 13:01:53 +0000 (15:01 +0200)]
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
invalid data including tuple instructions.

9 years agoCloses #25508: Merged documentation fix from 3.5.
Vinay Sajip [Tue, 24 Nov 2015 23:24:17 +0000 (23:24 +0000)]
Closes #25508: Merged documentation fix from 3.5.

9 years agoIssue #25508: Merged documentation fix from 3.4.
Vinay Sajip [Tue, 24 Nov 2015 23:22:48 +0000 (23:22 +0000)]
Issue #25508: Merged documentation fix from 3.4.

9 years agoIssue #25508: Clarify documentation on LogRecord args attribute.
Vinay Sajip [Tue, 24 Nov 2015 23:21:15 +0000 (23:21 +0000)]
Issue #25508: Clarify documentation on LogRecord args attribute.

9 years agoIssue #25576: Apply fix to new urlopen() doc string
Martin Panter [Tue, 24 Nov 2015 23:00:37 +0000 (23:00 +0000)]
Issue #25576: Apply fix to new urlopen() doc string

9 years agoIssue #25576: Merge www-form-urlencoded doc from 3.5
Martin Panter [Tue, 24 Nov 2015 22:59:28 +0000 (22:59 +0000)]
Issue #25576: Merge www-form-urlencoded doc from 3.5

9 years agoIssue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5
Martin Panter [Tue, 24 Nov 2015 22:57:46 +0000 (22:57 +0000)]
Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5

9 years agoIssue #25576: Remove application/x-www-form-urlencoded charset advice
Martin Panter [Tue, 24 Nov 2015 22:33:18 +0000 (22:33 +0000)]
Issue #25576: Remove application/x-www-form-urlencoded charset advice

No charset parameter is standardized for this Content-Type value. Also
clarify that urlencode() outputs ASCII.

9 years agoIssue #25695: Defer creation of TESTDIRN until the test case is run
Martin Panter [Tue, 24 Nov 2015 22:12:05 +0000 (22:12 +0000)]
Issue #25695: Defer creation of TESTDIRN until the test case is run

9 years agomerge
Raymond Hettinger [Tue, 24 Nov 2015 06:19:12 +0000 (22:19 -0800)]
merge

9 years agoIssue #25700: Clarify that namedtuple property docstrings became writeable in 3.5
Raymond Hettinger [Tue, 24 Nov 2015 06:18:55 +0000 (22:18 -0800)]
Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5

9 years agomerge
Raymond Hettinger [Tue, 24 Nov 2015 05:04:53 +0000 (21:04 -0800)]
merge

9 years agoFix non-ascii character
Raymond Hettinger [Tue, 24 Nov 2015 05:03:09 +0000 (21:03 -0800)]
Fix non-ascii character

9 years agomerge
Raymond Hettinger [Tue, 24 Nov 2015 04:43:56 +0000 (20:43 -0800)]
merge

9 years agoAdd a missing docstring
Raymond Hettinger [Tue, 24 Nov 2015 04:43:28 +0000 (20:43 -0800)]
Add a missing docstring

9 years agoIssue #25663: Update rlcompleter test for new 3.6 behaviour
Martin Panter [Tue, 24 Nov 2015 00:20:00 +0000 (00:20 +0000)]
Issue #25663: Update rlcompleter test for new 3.6 behaviour

9 years agoIssue #25663: Merge rlcompleter fix from 3.5
Martin Panter [Tue, 24 Nov 2015 00:19:10 +0000 (00:19 +0000)]
Issue #25663: Merge rlcompleter fix from 3.5