]> granicus.if.org Git - python/log
python
9 years agoasyncio doc: fix subprocess sections
Victor Stinner [Wed, 2 Sep 2015 13:39:01 +0000 (15:39 +0200)]
asyncio doc: fix subprocess sections

9 years agoIssue #24952: Clarify default argument of stack_size() in threading, _thread
Martin Panter [Mon, 31 Aug 2015 03:15:52 +0000 (03:15 +0000)]
Issue #24952: Clarify default argument of stack_size() in threading, _thread

Patch from Mattip.

9 years agofix spelling that was a bit confused (closes #24963)
Benjamin Peterson [Sun, 30 Aug 2015 21:42:38 +0000 (14:42 -0700)]
fix spelling that was a bit confused (closes #24963)

9 years agoIssue #24931: Resolve __dict__ conflict in namedtuple subclasses.
Raymond Hettinger [Sun, 30 Aug 2015 16:13:48 +0000 (09:13 -0700)]
Issue #24931:  Resolve __dict__ conflict in namedtuple subclasses.

9 years agoIssue #24962: Remove space from filename
Zachary Ware [Sun, 30 Aug 2015 03:25:04 +0000 (22:25 -0500)]
Issue #24962: Remove space from filename

9 years agoIssue #21112: Fix regression in unittest.expectedFailure on subclasses.
Robert Collins [Thu, 27 Aug 2015 22:34:51 +0000 (10:34 +1200)]
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.

Patch from Berker Peksag.

9 years agoIssue #24947: Fix grammar in asyncio doc
Zachary Ware [Thu, 27 Aug 2015 20:54:39 +0000 (15:54 -0500)]
Issue #24947: Fix grammar in asyncio doc

Patch by tagatac

9 years agoIssue #24790: correct typo noticed by Eric Smith
Terry Jan Reedy [Thu, 27 Aug 2015 17:02:11 +0000 (13:02 -0400)]
Issue #24790: correct typo noticed by Eric Smith

9 years agoIssue #24790: Restore unused function.
Terry Jan Reedy [Thu, 27 Aug 2015 03:37:14 +0000 (23:37 -0400)]
Issue #24790: Restore unused function.

9 years agoIssue #24782: In Idle extension config dialog, replace tabs with sorted list.
Terry Jan Reedy [Thu, 27 Aug 2015 03:13:22 +0000 (23:13 -0400)]
Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
Patch by Mark Roseman.

9 years agoIssue #24808: Update the documentation of some PyTypeObject fields
Martin Panter [Tue, 25 Aug 2015 05:06:39 +0000 (05:06 +0000)]
Issue #24808: Update the documentation of some PyTypeObject fields

Patch by Joseph Weston.

9 years agoUpdate pip to 7.1.2 and setuptools to 18.2
Donald Stufft [Mon, 24 Aug 2015 20:13:48 +0000 (16:13 -0400)]
Update pip to 7.1.2 and setuptools to 18.2

9 years ago#24926: Fix typo in example.
R David Murray [Mon, 24 Aug 2015 16:55:03 +0000 (12:55 -0400)]
#24926: Fix typo in example.

9 years agoIssue #22812: Fix unittest discovery examples.
Robert Collins [Mon, 24 Aug 2015 00:14:28 +0000 (12:14 +1200)]
Issue #22812: Fix unittest discovery examples.

Patch from Pam McA'Nulty.

9 years agoIssue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
Yury Selivanov [Tue, 18 Aug 2015 18:30:15 +0000 (14:30 -0400)]
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.

Patch by Ethan Furman.

9 years agoIssue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
Terry Jan Reedy [Tue, 18 Aug 2015 17:26:57 +0000 (13:26 -0400)]
Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).

9 years agocgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner [Tue, 18 Aug 2015 17:21:10 +0000 (10:21 -0700)]
cgi.FieldStorage.read_multi ignores Content-Length

Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
header in part headers. Patch written by Peter Landry and reviewed by Pierre
Quentel.

9 years ago'Py_Buffer' should be 'Py_buffer' (closes #24883)
Benjamin Peterson [Tue, 18 Aug 2015 06:38:34 +0000 (23:38 -0700)]
'Py_Buffer' should be 'Py_buffer' (closes #24883)

9 years agoIssue #24079: Improve description of the text and tail attributes for
Ned Deily [Tue, 18 Aug 2015 02:11:17 +0000 (22:11 -0400)]
Issue #24079: Improve description of the text and tail attributes for
ElementTree Element objects.  Initial patch by Martin Panter.

9 years agoEntries for idlelib/NEWS.txt
Terry Jan Reedy [Mon, 17 Aug 2015 03:23:16 +0000 (23:23 -0400)]
Entries for idlelib/NEWS.txt

9 years agoIdle NEWS entries.
Terry Jan Reedy [Mon, 17 Aug 2015 02:12:36 +0000 (22:12 -0400)]
Idle NEWS entries.

9 years agoIssue #23672: ACKS
Terry Jan Reedy [Mon, 17 Aug 2015 01:54:39 +0000 (21:54 -0400)]
Issue #23672: ACKS

9 years agoIssue #24774: Fix docstring in http.server.test.
Robert Collins [Mon, 17 Aug 2015 00:18:35 +0000 (12:18 +1200)]
Issue #24774: Fix docstring in http.server.test.

Patch from Chiu-Hsiang Hsu.

9 years agoIssue #24833: Add attribute reference needed for 3.x.
Terry Jan Reedy [Fri, 14 Aug 2015 20:59:42 +0000 (16:59 -0400)]
Issue #24833: Add attribute reference needed for 3.x.

9 years agoIssue #24867: Fix Task.get_stack() for 'async def' coroutines
Yury Selivanov [Fri, 14 Aug 2015 19:30:59 +0000 (15:30 -0400)]
Issue #24867: Fix Task.get_stack() for 'async def' coroutines

9 years agoIssue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins [Thu, 13 Aug 2015 23:11:35 +0000 (11:11 +1200)]
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

Patch from Łukasz Langa.

9 years agoIssue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou [Thu, 13 Aug 2015 18:37:08 +0000 (20:37 +0200)]
Issue #16554: fix description for MAKE_CLOSURE.  Initial patch by Daniel Urban.

9 years ago#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray [Thu, 13 Aug 2015 13:58:07 +0000 (09:58 -0400)]
#21167: Fix definition of NAN when ICC used without -fp-model strict.

Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.

9 years agoIssue #24763: Fix asyncio test on Windows (fix reverted change)
Yury Selivanov [Sun, 9 Aug 2015 22:21:25 +0000 (18:21 -0400)]
Issue #24763: Fix asyncio test on Windows (fix reverted change)

See also issue #24835

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:07:18 +0000 (13:07 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoregrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
Zachary Ware [Sun, 9 Aug 2015 03:03:27 +0000 (22:03 -0500)]
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore

9 years agoIssue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower [Sat, 8 Aug 2015 02:48:03 +0000 (19:48 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py

9 years agoIssue #4395: Better testing and documentation of binary operators.
Robert Collins [Thu, 6 Aug 2015 22:22:54 +0000 (10:22 +1200)]
Issue #4395: Better testing and documentation of binary operators.

Patch by Martin Panter.

9 years agoIssue #23812: Fix getter-cancellation with many pending getters code path
Yury Selivanov [Thu, 6 Aug 2015 18:03:38 +0000 (14:03 -0400)]
Issue #23812: Fix getter-cancellation with many pending getters code path

9 years agoIssue #23004: mock_open() now reads binary data correctly when the type of read_data...
Berker Peksag [Thu, 6 Aug 2015 10:15:51 +0000 (13:15 +0300)]
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.

Initial patch by Aaron Hill.

9 years agoIssue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins [Thu, 6 Aug 2015 09:08:44 +0000 (21:08 +1200)]
Issue #24531: Document that encoding lines cannot follow non-comment lines.

Patch from Terry Reedy

9 years agoIssue #21279: Flesh out str.translate docs
Zachary Ware [Thu, 6 Aug 2015 04:54:15 +0000 (23:54 -0500)]
Issue #21279: Flesh out str.translate docs

Initial patch by Kinga Farkas, Martin Panter, and John Posner.

9 years agoIssue #23672: Allow Idle to edit and run files with astral chars in name.
Terry Jan Reedy [Thu, 6 Aug 2015 04:54:07 +0000 (00:54 -0400)]
Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.

9 years agoasyncio: Make sure BaseException is re-raised in SSLProtocol
Yury Selivanov [Wed, 5 Aug 2015 18:06:23 +0000 (14:06 -0400)]
asyncio: Make sure BaseException is re-raised in SSLProtocol

9 years agoIssue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov [Wed, 5 Aug 2015 17:52:33 +0000 (13:52 -0400)]
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.

Patch by Gustavo J. A. M. Carneiro.

9 years agoIssue #24129: Clarify reference docs for name resolution.
Nick Coghlan [Wed, 5 Aug 2015 13:07:24 +0000 (23:07 +1000)]
Issue #24129: Clarify reference docs for name resolution.

This includes removing the assumption that readers will be familiar with the
name resolution scheme Python used prior to the introduction of lexical
scoping for function namespaces.

Patch by Ivan Levkivskyi.

9 years agoIssue #24791: Add tests for things that regressed with PEP 448
Zachary Ware [Wed, 5 Aug 2015 03:49:55 +0000 (22:49 -0500)]
Issue #24791: Add tests for things that regressed with PEP 448

9 years agoIssue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware [Wed, 5 Aug 2015 02:54:54 +0000 (21:54 -0500)]
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.

9 years agoIssue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins [Tue, 4 Aug 2015 20:20:53 +0000 (08:20 +1200)]
Issue #20769: Improve reload() docs. Patch by Dorian Pula.

9 years agoasyncio: Sync with upstream (compat module)
Yury Selivanov [Tue, 4 Aug 2015 19:56:33 +0000 (15:56 -0400)]
asyncio: Sync with upstream (compat module)

9 years agoasyncio: Sync with mainstream
Yury Selivanov [Tue, 4 Aug 2015 19:37:24 +0000 (15:37 -0400)]
asyncio: Sync with mainstream

9 years agoIssue #24021: docstring for urllib.urlcleanup.
Robert Collins [Tue, 4 Aug 2015 00:52:06 +0000 (12:52 +1200)]
Issue #24021: docstring for urllib.urlcleanup.

Patch from Daniel Andrade Groppe and Peter Lovett

9 years agoMerge
Terry Jan Reedy [Mon, 3 Aug 2015 22:41:16 +0000 (18:41 -0400)]
Merge

9 years agoIssue #24759: Revert 13a8782a775e.
Terry Jan Reedy [Mon, 3 Aug 2015 22:34:22 +0000 (18:34 -0400)]
Issue #24759: Revert 13a8782a775e.

9 years agoIssue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins [Mon, 3 Aug 2015 22:06:29 +0000 (10:06 +1200)]
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.

9 years agoIssue #22397: Skip failing tests on AIX
Robert Collins [Sun, 2 Aug 2015 22:36:04 +0000 (10:36 +1200)]
Issue #22397: Skip failing tests on AIX

Patch from David Edelsohn.

9 years agoRevert da29a94367b2
Yury Selivanov [Sun, 2 Aug 2015 20:49:31 +0000 (16:49 -0400)]
Revert da29a94367b2

9 years agoinclude fcntl.h on all *nix platforms (closes #24217)
Benjamin Peterson [Sun, 2 Aug 2015 19:15:30 +0000 (12:15 -0700)]
include fcntl.h on all *nix platforms (closes #24217)

Patch by Jeffrey Armstrong.

9 years agoasyncio: Fix code style
Yury Selivanov [Sun, 2 Aug 2015 14:24:34 +0000 (10:24 -0400)]
asyncio: Fix code style

9 years agoIssue #20557: Use specific asserts in io tests.
Serhiy Storchaka [Sun, 2 Aug 2015 12:17:49 +0000 (15:17 +0300)]
Issue #20557: Use specific asserts in io tests.

9 years agoIssue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee.
Zachary Ware [Sun, 2 Aug 2015 02:55:36 +0000 (21:55 -0500)]
Issue #23182: PEP8-ify the annotation grammar tests.  Patch by Ian Lee.

9 years agoIssue #23652: Make the select module compile against LSB headers.
Zachary Ware [Sun, 2 Aug 2015 02:34:05 +0000 (21:34 -0500)]
Issue #23652: Make the select module compile against LSB headers.
Patch by Matt Frank.

9 years agoIssue 24745: Add ACKS entry.
Terry Jan Reedy [Sat, 1 Aug 2015 23:12:37 +0000 (19:12 -0400)]
Issue 24745: Add ACKS entry.

9 years agoIssue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
Terry Jan Reedy [Sat, 1 Aug 2015 22:57:33 +0000 (18:57 -0400)]
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
editor font.  This should not affect current customized font selections.
Patch by Mark Roseman.

9 years agoIssue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Terry Jan Reedy [Sat, 1 Aug 2015 02:34:37 +0000 (22:34 -0400)]
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Do not print false prompts. Original patch by Adnan Umer.

9 years agoIssue #24763: Fix asyncio test on Windows
Victor Stinner [Fri, 31 Jul 2015 21:36:00 +0000 (23:36 +0200)]
Issue #24763: Fix asyncio test on Windows

9 years agoIssue #22932: Fix timezones in email.utils.formatdate.
Robert Collins [Fri, 31 Jul 2015 20:18:22 +0000 (08:18 +1200)]
Issue #22932: Fix timezones in email.utils.formatdate.

Patch from Dmitry Shachnev.

9 years agoFix ResourceWarning in asyncio.BaseSubprocessTransport
Victor Stinner [Fri, 31 Jul 2015 15:49:43 +0000 (17:49 +0200)]
Fix ResourceWarning in asyncio.BaseSubprocessTransport

Issue #24763: Fix resource warnings when asyncio.BaseSubprocessTransport
constructor fails, if subprocess.Popen raises an exception for example.

Patch written by Martin Richard, test written by me.

9 years agoIssue 24759: Gracefull exit Idle if ttk import fails.
Terry Jan Reedy [Fri, 31 Jul 2015 01:16:16 +0000 (21:16 -0400)]
Issue 24759: Gracefull exit Idle if ttk import fails.

9 years agoIssue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins [Thu, 30 Jul 2015 20:59:02 +0000 (08:59 +1200)]
Issue #23779: imaplib raises TypeError if authenticator tries to abort.

Patch from Craig Holmquist.

9 years agoIssue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Terry Jan Reedy [Thu, 30 Jul 2015 20:44:22 +0000 (16:44 -0400)]
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.

9 years agoIssue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode...
Berker Peksag [Thu, 30 Jul 2015 15:26:10 +0000 (18:26 +0300)]
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.

It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().

Patch by Nick Weinhold.

9 years agoMerge
Jason R. Coombs [Wed, 29 Jul 2015 18:25:58 +0000 (14:25 -0400)]
Merge

9 years agoIssue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins [Wed, 29 Jul 2015 18:14:32 +0000 (06:14 +1200)]
Issue #23589: Remove duplicate sentence from the FAQ.  Patch by Yongzhi Pan.

9 years agoIssue #24729: Correct reference to open function.
Jason R. Coombs [Wed, 29 Jul 2015 18:04:36 +0000 (14:04 -0400)]
Issue #24729: Correct reference to open function.

9 years agoIssue #23319: Add Matthieu Gautier to Misc/ACKS
Victor Stinner [Wed, 29 Jul 2015 12:40:38 +0000 (14:40 +0200)]
Issue #23319: Add Matthieu Gautier to Misc/ACKS

9 years agoIssue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner [Wed, 29 Jul 2015 12:33:52 +0000 (14:33 +0200)]
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.

9 years agoIssue #19450: Update OS X installer builds to use SQLite 3.8.11.
Ned Deily [Wed, 29 Jul 2015 06:22:23 +0000 (23:22 -0700)]
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.

9 years agoIssue #23254: Document how to close the TCPServer listening socket.
Robert Collins [Wed, 29 Jul 2015 00:52:40 +0000 (12:52 +1200)]
Issue #23254: Document how to close the TCPServer listening socket.

Patch from Martin Panter.

9 years agoIssue #24729: Update tutorial to match implementation.
Alessandro Cucci [Tue, 28 Jul 2015 19:00:10 +0000 (21:00 +0200)]
Issue #24729: Update tutorial to match implementation.

9 years agoIssue #19450: Update Windows builds to use SQLite 3.8.11.0
Steve Dower [Tue, 28 Jul 2015 18:05:18 +0000 (11:05 -0700)]
Issue #19450: Update Windows builds to use SQLite 3.8.11.0

9 years agoIssue #24735: Fix invalid memory access in combinations_with_replacement()
Raymond Hettinger [Tue, 28 Jul 2015 09:05:44 +0000 (02:05 -0700)]
Issue #24735: Fix invalid memory access in combinations_with_replacement()

9 years agoIssue #23441: rcompleter now prints a tab character instead of displaying
Berker Peksag [Mon, 27 Jul 2015 21:06:31 +0000 (00:06 +0300)]
Issue #23441: rcompleter now prints a tab character instead of displaying
possible completions for an empty word.

Initial patch by Martin Sekera.

9 years agoIssue #24728: Fix building without threads.
Berker Peksag [Mon, 27 Jul 2015 13:46:11 +0000 (16:46 +0300)]
Issue #24728: Fix building without threads.

Patch by Louis Dassy.

9 years agoIssue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins [Sun, 26 Jul 2015 22:42:01 +0000 (10:42 +1200)]
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.

9 years agoIssue #24683: Fixed crashes in _json functions called with arguments of
Serhiy Storchaka [Sun, 26 Jul 2015 06:01:22 +0000 (09:01 +0300)]
Issue #24683: Fixed crashes in _json functions called with arguments of
inappropriate type.

9 years agoIssue #21697: shutil.copytree() now correctly handles symbolic links that point to...
Berker Peksag [Sat, 25 Jul 2015 11:53:48 +0000 (14:53 +0300)]
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.

Patch by Eduardo Seabra and Thomas Kluyver.

9 years agoIssue #24713: Use importlib.reload() in import reference document.
Berker Peksag [Sat, 25 Jul 2015 10:02:37 +0000 (13:02 +0300)]
Issue #24713: Use importlib.reload() in import reference document.

imp.reload() was deprecated in Python 3.4 and changed to call
importlib.reload().

Patch by Petr Viktorin.

9 years agoasyncio: sync with github
Victor Stinner [Sat, 25 Jul 2015 00:40:40 +0000 (02:40 +0200)]
asyncio: sync with github

* Fix ResourceWarning warnings in test_streams
* Return True from StreamReader.eof_received() to fix
  http://bugs.python.org/issue24539 (but still needs a unittest).
  Add StreamReader.__repr__() for easy debugging.
* remove unused imports
* Issue #234: Drop JoinableQueue on Python 3.5+

9 years agoasyncio: Add asyncio.compat module
Victor Stinner [Sat, 25 Jul 2015 00:23:21 +0000 (02:23 +0200)]
asyncio: Add asyncio.compat module

Move compatibility helpers for the different Python versions to a new
asyncio.compat module.

9 years agoIssue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
Ned Deily [Fri, 24 Jul 2015 23:21:18 +0000 (16:21 -0700)]
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.

9 years agoIssue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka [Fri, 24 Jul 2015 06:02:53 +0000 (09:02 +0300)]
Issue #24620: Random.setstate() now validates the value of state last element.

9 years agoAdd versionchanged information for mock_open.
Robert Collins [Thu, 23 Jul 2015 16:09:59 +0000 (04:09 +1200)]
Add versionchanged information for mock_open.

9 years agoIssue #21750: Further fixup to be styled like other mock APIs.
Robert Collins [Thu, 23 Jul 2015 15:48:20 +0000 (03:48 +1200)]
Issue #21750: Further fixup to be styled like other mock APIs.

9 years agoRemove line numbers from unittest in susp-ignored.
Robert Collins [Wed, 22 Jul 2015 20:08:38 +0000 (08:08 +1200)]
Remove line numbers from unittest in susp-ignored.

9 years agoFix suspicious after the unittest docs change.
Robert Collins [Wed, 22 Jul 2015 19:07:07 +0000 (07:07 +1200)]
Fix suspicious after the unittest docs change.

9 years agoIssue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Robert Collins [Wed, 22 Jul 2015 18:37:26 +0000 (06:37 +1200)]
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.

9 years agoIssue #24603: Update the Windows build to use OpenSSL 1.0.2d
Zachary Ware [Wed, 22 Jul 2015 04:20:47 +0000 (23:20 -0500)]
Issue #24603: Update the Windows build to use OpenSSL 1.0.2d

9 years agorstlint: explicitly open files as UTF8
Zachary Ware [Wed, 22 Jul 2015 03:50:29 +0000 (22:50 -0500)]
rstlint: explicitly open files as UTF8

9 years agoIssue #24680: Remove random backslash. Patch by cdz.
Zachary Ware [Wed, 22 Jul 2015 03:33:16 +0000 (22:33 -0500)]
Issue #24680: Remove random backslash.  Patch by cdz.

9 years agoIssue #24678: Fixed raiseExceptions typo in logging tests.
Serhiy Storchaka [Tue, 21 Jul 2015 19:39:26 +0000 (22:39 +0300)]
Issue #24678: Fixed raiseExceptions typo in logging tests.
Patch by Jacek Kołodziej.

9 years agoIssue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice.
Terry Jan Reedy [Mon, 20 Jul 2015 21:44:59 +0000 (17:44 -0400)]
Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice.
Original patch by Saimadhav Heblikar.

9 years agoIssue #24675: Avoid DeprecationWarning in test_os
Victor Stinner [Mon, 20 Jul 2015 15:12:57 +0000 (17:12 +0200)]
Issue #24675: Avoid DeprecationWarning in test_os

Patch written by Martin Panter. I replace tearDown() with addCleanup().

9 years agoIssue #19663: Improve error message for defaultdict.
Raymond Hettinger [Mon, 20 Jul 2015 07:09:22 +0000 (03:09 -0400)]
Issue #19663: Improve error message for defaultdict.

9 years agoIssue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Serhiy Storchaka [Sat, 18 Jul 2015 20:19:05 +0000 (23:19 +0300)]
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.