]> granicus.if.org Git - python/log
python
11 years agoAdded tag v3.4.0a1 for changeset 46535f65e7f3
Larry Hastings [Sat, 3 Aug 2013 20:00:18 +0000 (13:00 -0700)]
Added tag v3.4.0a1 for changeset 46535f65e7f3

11 years agoBumped version to 3.4.0a1. v3.4.0a1
Larry Hastings [Sat, 3 Aug 2013 19:58:12 +0000 (12:58 -0700)]
Bumped version to 3.4.0a1.

11 years agoUpdated pydoc topics for Python 3.4.0a1 release.
Larry Hastings [Sat, 3 Aug 2013 19:47:53 +0000 (12:47 -0700)]
Updated pydoc topics for Python 3.4.0a1 release.

11 years agoRemove debugging print.
Mark Dickinson [Sat, 3 Aug 2013 16:14:50 +0000 (17:14 +0100)]
Remove debugging print.

11 years ago- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
doko@ubuntu.com [Sat, 3 Aug 2013 14:18:55 +0000 (16:18 +0200)]
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).

11 years ago- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
doko@ubuntu.com [Sat, 3 Aug 2013 14:12:33 +0000 (16:12 +0200)]
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).

11 years agoMerge #18396 from 3.3
Nick Coghlan [Sat, 3 Aug 2013 13:03:27 +0000 (23:03 +1000)]
Merge #18396 from 3.3

11 years agoClose #18396: fix spurious test_signal failure on Windows
Nick Coghlan [Sat, 3 Aug 2013 12:56:30 +0000 (22:56 +1000)]
Close #18396: fix spurious test_signal failure on Windows

signal.getsignal returns None for some signals if faulthandler
is enabled (Patch by Jeremy Kloth)

11 years agoMinor consistency fixes for some longobject.c exception messages:
Mark Dickinson [Sat, 3 Aug 2013 11:08:22 +0000 (12:08 +0100)]
Minor consistency fixes for some longobject.c exception messages:
 - replace 'long int' / 'long' by 'int'
 - fix capitalization of "Python" in PyLong_AsUnsignedLong
 - "is too large" -> "too large", for consistency with other messages.

11 years agoFix minor documentation markup error.
Larry Hastings [Sat, 3 Aug 2013 09:49:53 +0000 (02:49 -0700)]
Fix minor documentation markup error.

11 years agoIssue #17046: merge from 3.3
Ned Deily [Sat, 3 Aug 2013 01:05:31 +0000 (18:05 -0700)]
Issue #17046: merge from 3.3

11 years agoIssue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
Ned Deily [Sat, 3 Aug 2013 01:02:21 +0000 (18:02 -0700)]
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.

11 years agoBackout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating...
Antoine Pitrou [Fri, 2 Aug 2013 18:39:46 +0000 (20:39 +0200)]
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.

11 years agoFix warning: ‘ptr2’ may be used uninitialized in this function
Christian Heimes [Fri, 2 Aug 2013 09:10:51 +0000 (11:10 +0200)]
Fix warning: ‘ptr2’ may be used uninitialized in this function

11 years agoIssue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
Charles-François Natali [Fri, 2 Aug 2013 08:22:07 +0000 (10:22 +0200)]
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
members are integers.

11 years agoIssue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
Charles-François Natali [Fri, 2 Aug 2013 08:21:20 +0000 (10:21 +0200)]
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
members are integers.

11 years agoIssue #18517: merge from 3.3
Ned Deily [Fri, 2 Aug 2013 06:53:24 +0000 (23:53 -0700)]
Issue #18517: merge from 3.3

11 years agoIssue #18517: Move definition of "xxlimited" extension to detect_modules().
Ned Deily [Fri, 2 Aug 2013 06:51:27 +0000 (23:51 -0700)]
Issue #18517: Move definition of "xxlimited" extension to detect_modules().

11 years agoCloses #18627: merge from 3.3
Ned Deily [Fri, 2 Aug 2013 05:13:30 +0000 (22:13 -0700)]
Closes #18627: merge from 3.3

11 years agoIssue #18627: Fix typo noticed by Vajrasky Kok.
Ned Deily [Fri, 2 Aug 2013 05:12:29 +0000 (22:12 -0700)]
Issue #18627: Fix typo noticed by Vajrasky Kok.

11 years agoIssue #17557: merge from 3.3
Ned Deily [Fri, 2 Aug 2013 04:37:17 +0000 (21:37 -0700)]
Issue #17557: merge from 3.3

11 years agoIssue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily [Fri, 2 Aug 2013 04:21:15 +0000 (21:21 -0700)]
Issue #17557: Fix os.getgroups() to work with the modified behavior of
getgroups(2) on OS X 10.8.  Original patch by Mateusz Lenik.

11 years agoIssue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings [Fri, 2 Aug 2013 02:34:46 +0000 (19:34 -0700)]
Issue #17899: Fix rare file descriptor leak in os.listdir().
(Done as separate patch from trunk as the code has diverged quite a bit.)

11 years agoIssue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings [Fri, 2 Aug 2013 01:18:56 +0000 (18:18 -0700)]
Issue #17899: Fix rare file descriptor leak in os.listdir().

11 years agoIssue #18519: Fix test_sqlite on old versions of libsqlite3
Victor Stinner [Thu, 1 Aug 2013 23:48:10 +0000 (01:48 +0200)]
Issue #18519: Fix test_sqlite on old versions of libsqlite3

With old SQLite versions, _sqlite3_result_error() sets a new Python exception,
so don't restore the previous exception.

11 years agoIssue #18609, #18408: _ctypes_add_traceback() now clears the current exception
Victor Stinner [Thu, 1 Aug 2013 22:47:47 +0000 (00:47 +0200)]
Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception
while adding the traceback, because it may call indirectly a Python function
and Python functions must not be called with an exception set.

In the case of the issue #18609, _ctypes_add_traceback() called the iso8859-1
decoder which is implemented in Python. Python has a ISO-8859-1 codec
implemented in C. It is not used because PyUnicode_Decode() only uses the C
codec for other names (aliases) of this codec ("latin-1", "latin1" and
"iso-8859-1").

11 years agoFix OS X installer build script to handle the pretty-printed _sysconfigdata.py
Ned Deily [Thu, 1 Aug 2013 22:39:47 +0000 (15:39 -0700)]
Fix OS X installer build script to handle the pretty-printed _sysconfigdata.py
when removing references to temporary build files.  This is not an elegant
solution but it does isolate changes to just build-installer.py.

11 years agoFix the RLIMIT_CORE resource lowering logic in test_subprocess.
Antoine Pitrou [Thu, 1 Aug 2013 22:08:51 +0000 (00:08 +0200)]
Fix the RLIMIT_CORE resource lowering logic in test_subprocess.
We must only lower the soft limit, since lowering the hard limit makes it impossible to raise it back at the end.
(this could prevent core dumps from being generated when the test suite crashes)

11 years agoIssue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou [Thu, 1 Aug 2013 20:07:06 +0000 (22:07 +0200)]
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Patch by Neil Schemenauer, minimally modified.

11 years agoIssue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou [Thu, 1 Aug 2013 19:14:43 +0000 (21:14 +0200)]
Issue #18589: fix hyperlinking of type slots (tp_*)

11 years agoIssue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou [Thu, 1 Aug 2013 19:12:45 +0000 (21:12 +0200)]
Issue #18589: fix hyperlinking of type slots (tp_*)

11 years agoIssue #18608: Avoid keeping a strong reference to the locale module inside the _io...
Antoine Pitrou [Thu, 1 Aug 2013 19:04:50 +0000 (21:04 +0200)]
Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module.

11 years agoIssue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and...
Antoine Pitrou [Thu, 1 Aug 2013 18:56:12 +0000 (20:56 +0200)]
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware.

11 years agotest_capi: make a specific test case for the subinterpreter test
Antoine Pitrou [Thu, 1 Aug 2013 18:43:26 +0000 (20:43 +0200)]
test_capi: make a specific test case for the subinterpreter test
(it was wrongly classified in the pending calls test case)

11 years agoRemove Lib/site.py hack to unregister patched builtins.
Antoine Pitrou [Thu, 1 Aug 2013 17:46:04 +0000 (19:46 +0200)]
Remove Lib/site.py hack to unregister patched builtins.
It creates a refleak in subinterpreters, as atexit callbacks aren't triggered at their end.

11 years agoAdd a test for module weakrefability
Antoine Pitrou [Thu, 1 Aug 2013 17:20:31 +0000 (19:20 +0200)]
Add a test for module weakrefability

11 years agoIssue #18569: The installer now adds .py to the PATHEXT variable
Martin v. Löwis [Thu, 1 Aug 2013 16:31:06 +0000 (18:31 +0200)]
Issue #18569: The installer now adds .py to the PATHEXT variable
when extensions are registered. Patch by Paul Moore.

11 years agoAdd UUID for 3.4.
Martin v. Löwis [Thu, 1 Aug 2013 15:34:42 +0000 (17:34 +0200)]
Add UUID for 3.4.

11 years ago- Issue #18257: Fix readlink usage in python-config. Install the python
doko@ubuntu.com [Thu, 1 Aug 2013 13:32:49 +0000 (15:32 +0200)]
- Issue #18257: Fix readlink usage in python-config.  Install the python
  version again on Darwin.

11 years agoissue9035: Prevent Windows-specific tests from running on non-Windows platforms
Tim Golden [Thu, 1 Aug 2013 12:58:58 +0000 (13:58 +0100)]
issue9035: Prevent Windows-specific tests from running on non-Windows platforms

11 years agoIssue #9035: os.path.ismount now recognises volumes mounted below
Tim Golden [Thu, 1 Aug 2013 11:44:00 +0000 (12:44 +0100)]
Issue #9035: os.path.ismount now recognises volumes mounted below
a drive root on Windows. Original patch by Atsuo Ishimoto.

11 years ago#17616: Improve context manager tests, fix bugs in close method and mode docs.
R David Murray [Thu, 1 Aug 2013 00:48:26 +0000 (20:48 -0400)]
#17616: Improve context manager tests, fix bugs in close method and mode docs.

'mode' docs fix: the file must always be opened in binary in Python3.

Bug in Wave_write.close: when the close method calls the check that the header
exists and it raises an error, the _file attribute never gets set to None, so
the next close tries to close the file again and we get an ignored traceback
in the __del__ method.  The fix is to set _file to None in a finally clause.
This represents a behavior change...in theory a program could be checking for
the error on close and then doing a recovery action on the still open file and
closing it again.  But this change will only go into 3.4, so I think that
behavior change is acceptable given that it would be pretty weird and unlikely
logic to begin with.

11 years agoInitialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes [Wed, 31 Jul 2013 22:12:06 +0000 (00:12 +0200)]
Initialize utime with 0. It fixes a couple of compiler warnung:
    warning: 'utime.mtime_ns' may be used uninitialized in this function [-Wmaybe-uninitialized]

11 years agoInitialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes [Wed, 31 Jul 2013 22:08:16 +0000 (00:08 +0200)]
Initialize utime with 0. It fixes a couple of compiler warnung:
    warning: 'utime.mtime_ns' may be used uninitialized in this function [-Wmaybe-uninitialized]

11 years agomerge
Christian Heimes [Wed, 31 Jul 2013 21:50:03 +0000 (23:50 +0200)]
merge

11 years agomerge
Christian Heimes [Wed, 31 Jul 2013 21:49:48 +0000 (23:49 +0200)]
merge

11 years agoSilence warning about set but unused variable inside compile_atom() in non-debug...
Christian Heimes [Wed, 31 Jul 2013 21:48:04 +0000 (23:48 +0200)]
Silence warning about set but unused variable inside compile_atom() in non-debug builds

11 years agoSilence warning about set but unused variable inside compile_atom() in non-debug...
Christian Heimes [Wed, 31 Jul 2013 21:47:56 +0000 (23:47 +0200)]
Silence warning about set but unused variable inside compile_atom() in non-debug builds

11 years agoFix whitespace
Antoine Pitrou [Wed, 31 Jul 2013 21:15:37 +0000 (23:15 +0200)]
Fix whitespace

11 years agoIssue #18214: Improve finalization of Python modules to avoid setting their globals...
Antoine Pitrou [Wed, 31 Jul 2013 21:14:08 +0000 (23:14 +0200)]
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.

11 years agoMerge
Antoine Pitrou [Wed, 31 Jul 2013 19:54:18 +0000 (21:54 +0200)]
Merge

11 years agoIssue #15699: The readline module now uses PEP 3121-style module initialization,...
Antoine Pitrou [Wed, 31 Jul 2013 19:52:53 +0000 (21:52 +0200)]
Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown.
Original patch by Robin Schreiber.

11 years ago#17616: wave.open now supports the 'with' statement.
R David Murray [Wed, 31 Jul 2013 17:46:08 +0000 (13:46 -0400)]
#17616: wave.open now supports the 'with' statement.

Feature and tests by ClClaudiu.Popa, I added the doc changes.

11 years agoyet another WITH_THREADS typo
Christian Heimes [Wed, 31 Jul 2013 11:32:40 +0000 (13:32 +0200)]
yet another WITH_THREADS typo

11 years agomerge
Christian Heimes [Wed, 31 Jul 2013 09:58:41 +0000 (11:58 +0200)]
merge

11 years agoFix _sha3 module to actually release the GIL around its update function.
Christian Heimes [Wed, 31 Jul 2013 09:58:18 +0000 (11:58 +0200)]
Fix _sha3 module to actually release the GIL around its update function.
gcov is great.

11 years agoMerge with 3.3
Terry Jan Reedy [Wed, 31 Jul 2013 02:31:30 +0000 (22:31 -0400)]
Merge with 3.3

11 years agoIssue #18573: More copy-paste fixes to assertWarns entry.
Terry Jan Reedy [Wed, 31 Jul 2013 02:31:06 +0000 (22:31 -0400)]
Issue #18573: More copy-paste fixes to assertWarns entry.

11 years agoTest Py_IncRef() and Py_DecRef() C functions
Christian Heimes [Wed, 31 Jul 2013 00:36:43 +0000 (02:36 +0200)]
Test Py_IncRef() and Py_DecRef() C functions

11 years agoFix use of uninitialized scalar variable, see 3f994367a979
Christian Heimes [Tue, 30 Jul 2013 23:33:50 +0000 (01:33 +0200)]
Fix use of uninitialized scalar variable, see 3f994367a979
CID 1058763

11 years agoIssue #18481: Add C coverage reporting with gcov and lcov. A new make target
Christian Heimes [Tue, 30 Jul 2013 22:55:18 +0000 (00:55 +0200)]
Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
"coverage-report" creates an instrumented Python build, runs unit tests
and creates a HTML. The report can be updated with "make coverage-lcov".

11 years agoIssue #15494: merge from 3.3
Ned Deily [Tue, 30 Jul 2013 21:32:52 +0000 (14:32 -0700)]
Issue #15494: merge from 3.3

11 years agoIssue #15494: Install new test/support directory.
Ned Deily [Tue, 30 Jul 2013 21:30:15 +0000 (14:30 -0700)]
Issue #15494: Install new test/support directory.

11 years agoMerge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
R David Murray [Tue, 30 Jul 2013 19:53:30 +0000 (15:53 -0400)]
Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).

11 years ago#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
R David Murray [Tue, 30 Jul 2013 19:51:57 +0000 (15:51 -0400)]
#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).

Patch by Sijin Joseph.

11 years agoMerge: #18601: fix error made when difflib example was converted to use 'with'.
R David Murray [Tue, 30 Jul 2013 19:37:43 +0000 (15:37 -0400)]
Merge: #18601: fix error made when difflib example was converted to use 'with'.

11 years ago#18601: fix error made when difflib example was converted to use 'with'.
R David Murray [Tue, 30 Jul 2013 19:37:11 +0000 (15:37 -0400)]
#18601: fix error made when difflib example was converted to use 'with'.

11 years agofixed examples to work with changed attribute names
Ethan Furman [Tue, 30 Jul 2013 19:24:25 +0000 (12:24 -0700)]
fixed examples to work with changed attribute names

11 years agoFix style
Antoine Pitrou [Tue, 30 Jul 2013 19:01:23 +0000 (21:01 +0200)]
Fix style

11 years agoMerge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
R David Murray [Tue, 30 Jul 2013 18:43:10 +0000 (14:43 -0400)]
Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.

11 years ago#18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
R David Murray [Tue, 30 Jul 2013 18:42:40 +0000 (14:42 -0400)]
#18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.

testcleanup directive is new as of 1.1, and we are currently running
1.0.7.  But using testsetup works just as well, and avoids the
unknown directive error when building the docs.

11 years agoMerge doc fix
Antoine Pitrou [Tue, 30 Jul 2013 18:09:36 +0000 (20:09 +0200)]
Merge doc fix

11 years agoSimplify example of PyErr_Fetch() use
Antoine Pitrou [Tue, 30 Jul 2013 18:09:03 +0000 (20:09 +0200)]
Simplify example of PyErr_Fetch() use

11 years agoIssue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou [Tue, 30 Jul 2013 17:59:21 +0000 (19:59 +0200)]
Issue #18112: PEP 442 implementation (safe object finalization).

11 years agoAdd simple test for repr(lock)
Christian Heimes [Tue, 30 Jul 2013 13:54:39 +0000 (15:54 +0200)]
Add simple test for repr(lock)

11 years agoAdd simple test for resource.getpagesize()
Christian Heimes [Tue, 30 Jul 2013 13:44:24 +0000 (15:44 +0200)]
Add simple test for resource.getpagesize()

11 years agoAdd simple test for resource.getpagesize()
Christian Heimes [Tue, 30 Jul 2013 13:44:13 +0000 (15:44 +0200)]
Add simple test for resource.getpagesize()

11 years agoIssue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes [Tue, 30 Jul 2013 13:35:54 +0000 (15:35 +0200)]
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
Add more tests for hashlib and hash object attributes

11 years agoAdd more tests for hashlib and hash object attributes
Christian Heimes [Tue, 30 Jul 2013 13:33:30 +0000 (15:33 +0200)]
Add more tests for hashlib and hash object attributes

11 years agoIssue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes [Tue, 30 Jul 2013 13:32:57 +0000 (15:32 +0200)]
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.

11 years agoIssue #18593: fix typo in comment
Eli Bendersky [Tue, 30 Jul 2013 13:13:01 +0000 (06:13 -0700)]
Issue #18593: fix typo in comment

11 years agoIssue #18593: fix typo in comment
Eli Bendersky [Tue, 30 Jul 2013 13:12:49 +0000 (06:12 -0700)]
Issue #18593: fix typo in comment

11 years agoMerge with 3.3
Terry Jan Reedy [Tue, 30 Jul 2013 05:37:28 +0000 (01:37 -0400)]
Merge with 3.3

11 years agoMake all idle test case names end with 'Test'.
Terry Jan Reedy [Tue, 30 Jul 2013 05:36:48 +0000 (01:36 -0400)]
Make all idle test case names end with 'Test'.

11 years agoMerge #18584: make doctest examples in email documentation pass.
R David Murray [Mon, 29 Jul 2013 19:56:26 +0000 (15:56 -0400)]
Merge #18584: make doctest examples in email documentation pass.

11 years ago#18584: make doctest examples in email documentation pass.
R David Murray [Mon, 29 Jul 2013 19:49:58 +0000 (15:49 -0400)]
#18584: make doctest examples in email documentation pass.

With the exception of the 'as_string' call in the policy docs.
That one is a separate issue.

Note that when building the docs sphinx is complaining about
.. testcleanup:: being an invalid directive.  I don't know
why this is, as I'm following the sphinx docs...but fortunately
the action is to omit the text in the body, so the generated
documentation is correct.

11 years agoMerge #15415 from 3.3 (again)
Nick Coghlan [Mon, 29 Jul 2013 07:52:21 +0000 (17:52 +1000)]
Merge #15415 from 3.3 (again)

11 years agoThird attempt to fix #15415 on Windows
Nick Coghlan [Mon, 29 Jul 2013 07:51:16 +0000 (17:51 +1000)]
Third attempt to fix #15415 on Windows

With help from jkloth on IRC, so it will hopefully work
this time :)

11 years agoMerge #15415 Windows buildbot change from 3.3
Nick Coghlan [Mon, 29 Jul 2013 05:19:29 +0000 (15:19 +1000)]
Merge #15415 Windows buildbot change from 3.3

11 years agoAttempt to fix #15415 on Windows
Nick Coghlan [Mon, 29 Jul 2013 05:18:09 +0000 (15:18 +1000)]
Attempt to fix #15415 on Windows

11 years agoMerge with 3.3
Terry Jan Reedy [Sun, 28 Jul 2013 20:40:07 +0000 (16:40 -0400)]
Merge with 3.3

11 years agoUpdate gui section of idle test README.
Terry Jan Reedy [Sun, 28 Jul 2013 20:39:44 +0000 (16:39 -0400)]
Update gui section of idle test README.

11 years agoMerge with 3.3
Terry Jan Reedy [Sun, 28 Jul 2013 20:25:52 +0000 (16:25 -0400)]
Merge with 3.3

11 years agoIssue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
Terry Jan Reedy [Sun, 28 Jul 2013 20:25:16 +0000 (16:25 -0400)]
Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).

11 years agoMerge #15415 from 3.3
Nick Coghlan [Sun, 28 Jul 2013 12:25:25 +0000 (22:25 +1000)]
Merge #15415 from 3.3

11 years agoClose #15415: Factor out temp dir helpers to test.support
Nick Coghlan [Sun, 28 Jul 2013 12:11:50 +0000 (22:11 +1000)]
Close #15415: Factor out temp dir helpers to test.support

Patch by Chris Jerdonek

11 years agoNull merge from 3.3
Nick Coghlan [Sun, 28 Jul 2013 11:40:20 +0000 (21:40 +1000)]
Null merge from 3.3

11 years agoIssue #15494: test.support is now a package rather than a module
Nick Coghlan [Sun, 28 Jul 2013 11:06:50 +0000 (21:06 +1000)]
Issue #15494: test.support is now a package rather than a module

Also including this change in 3.3 to help avoid spurious conflicts
between the two most active branches.

(Initial patch by Indra Talip)

11 years agoClose #15494: test.support is now a package rather than a module
Nick Coghlan [Sun, 28 Jul 2013 10:56:19 +0000 (20:56 +1000)]
Close #15494: test.support is now a package rather than a module

Initial patch by Indra Talip

11 years agoClose #13266: Add inspect.unwrap
Nick Coghlan [Sun, 28 Jul 2013 10:00:01 +0000 (20:00 +1000)]
Close #13266: Add inspect.unwrap

Initial patch by Daniel Urban and Aaron Iles