]> granicus.if.org Git - python/log
python
9 years agoFixes handling of long values of PYTHONPATH on Windows.
Steve Dower [Sun, 24 May 2015 00:34:50 +0000 (17:34 -0700)]
Fixes handling of long values of PYTHONPATH on Windows.

9 years agoFix bad indent in whatsnew/3.5.rst.
Guido van Rossum [Sat, 23 May 2015 22:27:51 +0000 (15:27 -0700)]
Fix bad indent in whatsnew/3.5.rst.

9 years agoAdd pointer to IDLE what's new file.
Terry Jan Reedy [Sat, 23 May 2015 22:19:42 +0000 (18:19 -0400)]
Add pointer to IDLE what's new file.

9 years agoMerge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:15:41 +0000 (18:15 -0400)]
Merge with 3.4

9 years agowhitespace
Terry Jan Reedy [Sat, 23 May 2015 22:15:18 +0000 (18:15 -0400)]
whitespace

9 years agoMerge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:13:31 +0000 (18:13 -0400)]
Merge with 3.4

9 years agoAdd pointer to IDLE what's new file.
Terry Jan Reedy [Sat, 23 May 2015 22:13:14 +0000 (18:13 -0400)]
Add pointer to IDLE what's new file.

9 years agoMerge backout of 57776eee74f2.
Larry Hastings [Sat, 23 May 2015 21:57:12 +0000 (14:57 -0700)]
Merge backout of 57776eee74f2.

9 years agoBacked out changeset 57776eee74f2
Larry Hastings [Sat, 23 May 2015 21:56:23 +0000 (14:56 -0700)]
Backed out changeset 57776eee74f2

9 years agoIssue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
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)

9 years agoFix Sphinx warnings.
Berker Peksag [Sat, 23 May 2015 21:26:05 +0000 (00:26 +0300)]
Fix Sphinx warnings.

9 years agoUpdate idlelib/NEWS.txt
Terry Jan Reedy [Sat, 23 May 2015 21:24:22 +0000 (17:24 -0400)]
Update idlelib/NEWS.txt

9 years agoUpdate idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 23 May 2015 21:23:30 +0000 (17:23 -0400)]
Update idlelib/NEWS.txt.

9 years agomerge
Terry Jan Reedy [Sat, 23 May 2015 21:18:40 +0000 (17:18 -0400)]
merge

9 years agoAdd Idle NEWS item.
Terry Jan Reedy [Sat, 23 May 2015 21:14:09 +0000 (17:14 -0400)]
Add Idle NEWS item.

9 years agoIssue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.
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.

9 years agoAdd NEWS item for Idle.
Terry Jan Reedy [Sat, 23 May 2015 21:12:48 +0000 (17:12 -0400)]
Add NEWS item for Idle.

9 years agoMerge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 20:16:46 +0000 (16:16 -0400)]
Merge with 3.4

9 years agoMake expression legal python by adding '1'.
Terry Jan Reedy [Sat, 23 May 2015 20:16:28 +0000 (16:16 -0400)]
Make expression legal python by adding '1'.

9 years agoIssue #14373: Added C implementation of functools.lru_cache(). Based on
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.

9 years agoIssue #23970: Fixes bdist_wininst not working on non-Windows platform.
Steve Dower [Sat, 23 May 2015 19:15:57 +0000 (12:15 -0700)]
Issue #23970: Fixes bdist_wininst not working on non-Windows platform.

9 years agoIssue #24204: Elaborate of the str.strip() documentation.
Raymond Hettinger [Sat, 23 May 2015 16:11:55 +0000 (09:11 -0700)]
Issue #24204:  Elaborate of the str.strip() documentation.

9 years agoIssue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Steve Dower [Sat, 23 May 2015 16:02:50 +0000 (09:02 -0700)]
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.

9 years agoIssue #24268: Fixes generation of init import name on Windows.
Steve Dower [Sat, 23 May 2015 15:59:25 +0000 (08:59 -0700)]
Issue #24268: Fixes generation of init import name on Windows.

9 years agoFixes cast warning in bufferedio.c
Steve Dower [Sat, 23 May 2015 15:59:25 +0000 (08:59 -0700)]
Fixes cast warning in bufferedio.c

9 years agoIssue #24269: Minor doc fixups.
Raymond Hettinger [Sat, 23 May 2015 15:57:58 +0000 (08:57 -0700)]
Issue #24269: Minor doc fixups.

9 years agomerge 3.4 (#22931)
Benjamin Peterson [Sat, 23 May 2015 15:41:30 +0000 (10:41 -0500)]
merge 3.4 (#22931)

9 years agomerge 3.3 (#22931)
Benjamin Peterson [Sat, 23 May 2015 15:40:47 +0000 (10:40 -0500)]
merge 3.3 (#22931)

9 years agomerge 3.2 (#22931)
Benjamin Peterson [Sat, 23 May 2015 15:38:48 +0000 (10:38 -0500)]
merge 3.2 (#22931)

9 years agoallow square brackets in cookie values (closes #22931)
Benjamin Peterson [Sat, 23 May 2015 15:36:48 +0000 (10:36 -0500)]
allow square brackets in cookie values (closes #22931)

9 years agoIssue #24268: Address some PEP 489 refleaks
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

9 years agoPEP 489: Multi-phase extension module initialization
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.

9 years agoIssue #23086: Add start and stop arguments to the Sequence.index() mixin method.
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.

9 years agoMerge 3.4 into default, upgrading pip to 7.0.1
Donald Stufft [Sat, 23 May 2015 00:30:57 +0000 (20:30 -0400)]
Merge 3.4 into default, upgrading pip to 7.0.1

9 years agoUpgrade pip to 7.0.1
Donald Stufft [Sat, 23 May 2015 00:30:16 +0000 (20:30 -0400)]
Upgrade pip to 7.0.1

9 years agoIssue #21448: Improve performance of the email feedparser
Raymond Hettinger [Sat, 23 May 2015 00:23:28 +0000 (17:23 -0700)]
Issue #21448: Improve performance of      the email feedparser

9 years agoIssue 22189: Add missing methods to UserString
Raymond Hettinger [Fri, 22 May 2015 23:56:32 +0000 (16:56 -0700)]
Issue 22189:  Add missing methods to UserString

9 years agomerge
Raymond Hettinger [Fri, 22 May 2015 23:38:16 +0000 (16:38 -0700)]
merge

9 years agoIssue #24219: Remove duplicate literal in docs.
Raymond Hettinger [Fri, 22 May 2015 23:37:49 +0000 (16:37 -0700)]
Issue #24219: Remove duplicate literal in docs.

9 years agoRemoves lingering references to RAR now that make_zip.py actually makes a ZIP
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

9 years agoIssue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
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).

9 years agoIssue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for gener...
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

9 years agoIssue 24244: Prevents termination when an invalid format string is encountered on...
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.

9 years agoIssue 20438: Add a note about deprecating old inspect APIs to whatsnew.
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.

9 years agoIssue 20438: Adjust stacklevel of inspect.getargspec() warning.
Yury Selivanov [Fri, 22 May 2015 20:09:44 +0000 (16:09 -0400)]
Issue 20438: Adjust stacklevel of inspect.getargspec() warning.

9 years agoPreliminary typing.py, anticipating provisional acceptance of PEP 484.
Guido van Rossum [Fri, 22 May 2015 17:14:11 +0000 (10:14 -0700)]
Preliminary typing.py, anticipating provisional acceptance of PEP 484.

There area bunch of TODOs here, but the biggest (not mentioned in the
file) is that I'm going to take out __instancecheck__ and
__subclasscheck__.  However my personal schedule is such that I
probably won't have time for these before Larry tags beta 1.  But I
will try -- this commit is mostly to make sure that typing.py doesn't
completely miss the train.

PS. I'm tracking issues at https://github.com/ambv/typehinting/issues.

9 years agoFix extraneous BOM in whatsnew.
Zachary Ware [Fri, 22 May 2015 16:42:20 +0000 (11:42 -0500)]
Fix extraneous BOM in whatsnew.

That's what I get for using Notepad to make a quick edit...

9 years agoIssue #20035: Reimplement tkinter._fix module as a C function.
Zachary Ware [Fri, 22 May 2015 16:36:53 +0000 (11:36 -0500)]
Issue #20035: Reimplement tkinter._fix module as a C function.

The new private C function makes no permanent changes to the environment
and is #ifdef'd out on non-Windows platforms.

9 years agoIssue 20438: Deprecate inspect.getargspec() and friends.
Yury Selivanov [Fri, 22 May 2015 15:38:38 +0000 (11:38 -0400)]
Issue 20438: Deprecate inspect.getargspec() and friends.

9 years agodocs: Mention PEP 479 in whatsnew.
Yury Selivanov [Fri, 22 May 2015 15:30:45 +0000 (11:30 -0400)]
docs: Mention PEP 479 in whatsnew.

Issue 22906.

9 years agoIssue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov [Fri, 22 May 2015 15:16:47 +0000 (11:16 -0400)]
Issue 24237: Raise PendingDeprecationWarning per PEP 479

Raise PendingDeprecationWarning when generator raises StopIteration
and no __future__ import is used.  Fix offenders in the stdlib
and tests.

See also issue 22906.
Thanks to Nick Coghlan and Berker Peksag for reviews.

9 years agoIssue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka [Fri, 22 May 2015 08:13:20 +0000 (11:13 +0300)]
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.

9 years agoIssue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka [Fri, 22 May 2015 08:02:49 +0000 (11:02 +0300)]
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.

9 years agoIssue #24221: Small optimizations for heapq.
Raymond Hettinger [Fri, 22 May 2015 07:41:57 +0000 (00:41 -0700)]
Issue #24221:  Small optimizations for heapq.

Replaces the PyList_GET_ITEM and PyList_SET_ITEM macros with normal array
accesses.  Replace the siftup unpredicatable branch with arithmetic.
Replace the rc == -1 tests with rc < 0.  Gives nicer looking assembly
with both Clang and GCC-4.9.  Also gives a small performance both for both.

9 years agomerge: Upgrade pip to 7.0 and setuptools to 16.0
Donald Stufft [Fri, 22 May 2015 04:39:57 +0000 (00:39 -0400)]
merge: Upgrade pip to 7.0 and setuptools to 16.0

9 years agoUpgrade pip to 7.0 and setuptools to 16.0
Donald Stufft [Fri, 22 May 2015 04:39:22 +0000 (00:39 -0400)]
Upgrade pip to 7.0 and setuptools to 16.0

9 years agoIssue 24180: Fixes by Berker Peksag.
Yury Selivanov [Thu, 21 May 2015 21:02:31 +0000 (17:02 -0400)]
Issue 24180: Fixes by Berker Peksag.

9 years agoSet stacklevel to 2 to get more accurate warning messages from deprecated functions.
Berker Peksag [Thu, 21 May 2015 20:40:54 +0000 (23:40 +0300)]
Set stacklevel to 2 to get more accurate warning messages from deprecated functions.

9 years agoFix a misplaced NEWS entry.
Yury Selivanov [Thu, 21 May 2015 19:48:59 +0000 (15:48 -0400)]
Fix a misplaced NEWS entry.

9 years agoIssue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Yury Selivanov [Thu, 21 May 2015 19:45:08 +0000 (15:45 -0400)]
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__

Patch by Mike Bayer.

9 years agoIssue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Yury Selivanov [Thu, 21 May 2015 19:41:57 +0000 (15:41 -0400)]
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__

9 years agoFixed issue number for issue #22939.
Serhiy Storchaka [Thu, 21 May 2015 17:54:48 +0000 (20:54 +0300)]
Fixed issue number for issue #22939.

9 years agoFixed issue number for issue #22939.
Serhiy Storchaka [Thu, 21 May 2015 17:54:36 +0000 (20:54 +0300)]
Fixed issue number for issue #22939.

9 years agoIssue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka [Thu, 21 May 2015 17:51:53 +0000 (20:51 +0300)]
Issue #23985: Fixed integer overflow in iterator object.  Patch by
Clement Rouault.

9 years agoIssue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka [Thu, 21 May 2015 17:50:25 +0000 (20:50 +0300)]
Issue #23985: Fixed integer overflow in iterator object.  Patch by
Clement Rouault.

9 years agoIssue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
Serhiy Storchaka [Thu, 21 May 2015 17:15:40 +0000 (20:15 +0300)]
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
assertWarnsRegex() assertments now check the type of the first argument
to prevent possible user error.  Based on patch by Daniel Wagner-Hall.

9 years agoIssue 24017: Use abc.Coroutine in inspect.iscoroutine() function
Yury Selivanov [Thu, 21 May 2015 16:03:21 +0000 (12:03 -0400)]
Issue 24017: Use abc.Coroutine in inspect.iscoroutine() function

9 years agoIssue 24180: Documentation for PEP 492 changes.
Yury Selivanov [Thu, 21 May 2015 15:50:30 +0000 (11:50 -0400)]
Issue 24180: Documentation for PEP 492 changes.

9 years agoIssue #22955: Fixed reference leak in attrgetter.repr().
Serhiy Storchaka [Thu, 21 May 2015 11:19:20 +0000 (14:19 +0300)]
Issue #22955: Fixed reference leak in attrgetter.repr().

9 years agoimprove wording
Benjamin Peterson [Thu, 21 May 2015 03:09:43 +0000 (22:09 -0500)]
improve wording

9 years agoIssue 24248: Deprecate inspect.Signature.from_function and .from_builtin
Yury Selivanov [Thu, 21 May 2015 03:07:02 +0000 (23:07 -0400)]
Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin

9 years agoIssue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht.
Antoine Pitrou [Wed, 20 May 2015 19:50:59 +0000 (21:50 +0200)]
Issue #9858: Add missing method stubs to _io.RawIOBase.  Patch by Laura Rupprecht.

9 years agoIssue #22955: Fixed test_operator. It left Python implementation in
Serhiy Storchaka [Wed, 20 May 2015 19:02:43 +0000 (22:02 +0300)]
Issue #22955: Fixed test_operator. It left Python implementation in
sys.modules and broke test_ipaddress.

9 years agoinspect.Signature: Factor out Signature.from_function to a private helper
Yury Selivanov [Wed, 20 May 2015 18:38:50 +0000 (14:38 -0400)]
inspect.Signature: Factor out Signature.from_function to a private helper

9 years agoIssue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
Yury Selivanov [Wed, 20 May 2015 18:30:08 +0000 (14:30 -0400)]
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.

9 years agoIssue 24215: Added tests for more builtin types in test_pprint.
Serhiy Storchaka [Wed, 20 May 2015 16:38:05 +0000 (19:38 +0300)]
Issue 24215: Added tests for more builtin types in test_pprint.
Made test_pprint and test_trace discoverable.

9 years agoIssue 24215: Added tests for more builtin types in test_pprint.
Serhiy Storchaka [Wed, 20 May 2015 16:37:10 +0000 (19:37 +0300)]
Issue 24215: Added tests for more builtin types in test_pprint.
Made test_pprint and test_trace discoverable.

9 years agoUpdates PCBuild.sln to open with VS 2015 by default.
Steve Dower [Wed, 20 May 2015 16:30:42 +0000 (09:30 -0700)]
Updates PCBuild.sln to open with VS 2015 by default.

9 years agoIssue #24134: Use assertRaises() in context manager form in test_slice to
Serhiy Storchaka [Wed, 20 May 2015 15:38:39 +0000 (18:38 +0300)]
Issue #24134: Use assertRaises() in context manager form in test_slice to
avoid passing the test accidently because slice.__hash__ is None.

9 years agoIssue #24134: Use assertRaises() in context manager form in test_slice to
Serhiy Storchaka [Wed, 20 May 2015 15:37:37 +0000 (18:37 +0300)]
Issue #24134: Use assertRaises() in context manager form in test_slice to
avoid passing the test accidently because slice.__hash__ is None.

9 years agoIssue #22955: attrgetter, itemgetter and methodcaller objects in the operator
Serhiy Storchaka [Wed, 20 May 2015 15:29:18 +0000 (18:29 +0300)]
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
module now support pickling.  Added readable and evaluable repr for these
objects.  Based on patch by Josh Rosenberg.

9 years agoIssue #24245: Eliminated senseless expect clauses that have no any effect in
Serhiy Storchaka [Wed, 20 May 2015 13:15:20 +0000 (16:15 +0300)]
Issue #24245: Eliminated senseless expect clauses that have no any effect in
IDLE.  Patch by Martin Panter.

9 years agoIssue #24245: Eliminated senseless expect clauses that have no any effect in
Serhiy Storchaka [Wed, 20 May 2015 13:15:02 +0000 (16:15 +0300)]
Issue #24245: Eliminated senseless expect clauses that have no any effect in
IDLE.  Patch by Martin Panter.

9 years agoIssue #24245: Eliminated senseless expect clauses that have no any effect.
Serhiy Storchaka [Wed, 20 May 2015 13:10:04 +0000 (16:10 +0300)]
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Patch by Martin Panter.

9 years agoIssue #16261: Converted some bare except statements to except statements
Serhiy Storchaka [Wed, 20 May 2015 07:33:40 +0000 (10:33 +0300)]
Issue #16261: Converted some bare except statements to except statements
with specified exception type.  Original patch by Ramchandra Apte.

9 years agoIssue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka [Tue, 19 May 2015 21:14:00 +0000 (00:14 +0300)]
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
when a directory with the chosen name already exists on Windows as well as
on Unix.  tempfile.mkstemp() now fails early if parent directory is not
valid (not exists or is a file) on Windows.

9 years agoIssue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka [Tue, 19 May 2015 21:11:48 +0000 (00:11 +0300)]
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
when a directory with the chosen name already exists on Windows as well as
on Unix.  tempfile.mkstemp() now fails early if parent directory is not
valid (not exists or is a file) on Windows.

9 years agoFix some compilation warnings when using gcc (-Wmaybe-uninitialized).
Antoine Pitrou [Tue, 19 May 2015 19:06:04 +0000 (21:06 +0200)]
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).

9 years agoFix some compilation warnings when using gcc (-Wmaybe-uninitialized).
Antoine Pitrou [Tue, 19 May 2015 19:04:33 +0000 (21:04 +0200)]
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).

9 years agoIssue #23985: Fix a possible buffer overrun when deleting a slice from the front...
Antoine Pitrou [Tue, 19 May 2015 18:55:42 +0000 (20:55 +0200)]
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.

Patch by Martin Panter.

9 years agoIssue #23985: Fix a possible buffer overrun when deleting a slice from the front...
Antoine Pitrou [Tue, 19 May 2015 18:52:27 +0000 (20:52 +0200)]
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.

Patch by Martin Panter.

9 years agoNull merge.
R David Murray [Tue, 19 May 2015 12:25:28 +0000 (08:25 -0400)]
Null merge.

9 years ago#24215: also back out changeset that broke test_trace in 3.4.
R David Murray [Tue, 19 May 2015 12:24:59 +0000 (08:24 -0400)]
#24215: also back out changeset that broke test_trace in 3.4.

I missed that this change was applied to both branches.

9 years agoBack out changeset 955dffec3d94 since it broke the buildbots.
R David Murray [Tue, 19 May 2015 12:16:04 +0000 (08:16 -0400)]
Back out changeset 955dffec3d94 since it broke the buildbots.

and the situation has not been addressed in several days.

9 years ago#19662: fix typo
R David Murray [Tue, 19 May 2015 11:18:39 +0000 (07:18 -0400)]
#19662: fix typo

9 years agoIssue #23780: Improved error message in os.path.join() with single argument.
Serhiy Storchaka [Tue, 19 May 2015 08:00:07 +0000 (11:00 +0300)]
Issue #23780: Improved error message in os.path.join() with single argument.
Idea by R. David Murray.

9 years agoIssue #6598: Increased time precision and random number range in
Serhiy Storchaka [Tue, 19 May 2015 07:10:15 +0000 (10:10 +0300)]
Issue #6598: Increased time precision and random number range in
email.utils.make_msgid() to strengthen the uniqueness of the message ID.

9 years agoIssue #6598: Increased time precision and random number range in
Serhiy Storchaka [Tue, 19 May 2015 07:09:42 +0000 (10:09 +0300)]
Issue #6598: Increased time precision and random number range in
email.utils.make_msgid() to strengthen the uniqueness of the message ID.

9 years agoIssue 24205: Improve inspect.Signature.bind() error messages.
Yury Selivanov [Tue, 19 May 2015 04:27:49 +0000 (00:27 -0400)]
Issue 24205: Improve inspect.Signature.bind() error messages.

9 years agoIssue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag [Mon, 18 May 2015 22:38:05 +0000 (01:38 +0300)]
Issue #24232: Fix typos. Patch by Ville Skyttä.