Petri Lehtinen
|
3d12c4317c
|
#11062: Fix adding a message from file to Babyl mailbox
|
2012-08-15 14:26:27 +03:00 |
|
R David Murray
|
2b209cd78d
|
#15269: document dircmp.left and right, and add tests for them.
Patch by Chris Jerdonek.
|
2012-08-14 21:40:13 -04:00 |
|
Andrew Svetlov
|
f3765071eb
|
Add test to explicit check the absence regression in subprocess (issue #15592).
Patch by Chris Jerdonek.
|
2012-08-14 18:35:17 +03:00 |
|
Richard Oudkerk
|
e88a2445bc
|
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
on Windows without the "if __name__ == '__main__'" idiom.
|
2012-08-14 11:41:32 +01:00 |
|
Brian Curtin
|
6f5c5cb75b
|
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
|
2012-08-13 17:05:57 -05:00 |
|
Georg Brandl
|
7b250a5cff
|
Revert 961a15aff2a6, this is already checked in another way.
|
2012-08-11 11:02:14 +02:00 |
|
Georg Brandl
|
22bfa37ed0
|
Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test.
|
2012-08-11 10:59:23 +02:00 |
|
Meador Inge
|
03b4d5072a
|
Issue #15424: Add a __sizeof__ implementation for array objects.
Patch by Ludwig Hähne.
|
2012-08-10 22:35:45 -05:00 |
|
Ned Deily
|
c622f4254b
|
Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case
failure on OS X built with 10.4 ABI.
|
2012-08-08 20:57:24 -07:00 |
|
Antoine Pitrou
|
e768c39890
|
Fix CGI tests to take into account the platform's line ending (issue #13119)
|
2012-08-05 14:52:45 +02:00 |
|
Antoine Pitrou
|
ec2d26930c
|
Fix universal newlines test to avoid the newline translation done by sys.stdout.
|
2012-08-05 00:23:40 +02:00 |
|
Antoine Pitrou
|
894375a2fd
|
Fix test_sys under Windows (issue #13119)
|
2012-08-05 00:15:06 +02:00 |
|
Victor Stinner
|
90ef747e04
|
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
|
2012-08-04 01:37:32 +02:00 |
|
Jesus Cea
|
676e73b3fb
|
#15512: Remove remnants of debugging code
|
2012-08-03 15:49:14 +02:00 |
|
Jesus Cea
|
16e2fca47e
|
Closes #15469: Correct __sizeof__ support for deque
|
2012-08-03 14:49:42 +02:00 |
|
Jesus Cea
|
e9c5318967
|
Closes #15512: Correct __sizeof__ support for parser
|
2012-08-03 14:28:37 +02:00 |
|
Martin v. Löwis
|
4c1730db7c
|
Issue #8847: Disable COMDAT folding in Windows PGO builds.
Analysis by Victor Stinner. Patch by Stefan Krah.
|
2012-08-01 10:32:11 +02:00 |
|
Antoine Pitrou
|
8f328d0c1d
|
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.
|
2012-07-30 00:01:06 +02:00 |
|
Antoine Pitrou
|
10f0c50a0b
|
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
Patch by Serhiy Storchaka.
|
2012-07-29 19:02:46 +02:00 |
|
Martin v. Löwis
|
33f799725c
|
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Patch by Serhiy Storchaka.
|
2012-07-29 16:33:05 +02:00 |
|
Meador Inge
|
90bc2dbcce
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
|
2012-07-28 22:16:39 -05:00 |
|
Richard Oudkerk
|
4887b1c0e7
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Original patch by J Derek Wilson.
|
2012-07-27 14:06:11 +01:00 |
|
Antoine Pitrou
|
09f2e6f902
|
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode.
Patch by Chris Jerdonek.
|
2012-07-26 00:45:19 +02:00 |
|
Jesus Cea
|
189fdf187b
|
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
|
2012-07-23 18:15:33 +02:00 |
|
Meador Inge
|
b14d8c9bcf
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Initial patch by Serhiy Storchaka.
|
2012-07-23 10:01:29 -05:00 |
|
Gregory P. Smith
|
76c28f7ce2
|
Consistently raise a TypeError when a non str is passed to hashlib.new
regardless of which of the two implementations of new is used.
|
2012-07-21 21:19:53 -07:00 |
|
R David Murray
|
00528e8fec
|
#13922: argparse no longer incorrectly strips '--' after the first one.
Patch by Jeff Knupp.
|
2012-07-21 22:48:35 -04:00 |
|
R David Murray
|
b94082a71b
|
#12353: argparse now correctly handles null argument values.
Patch by Torsten Landschoff.
|
2012-07-21 22:20:11 -04:00 |
|
Florent Xicluna
|
6e571d699f
|
Fix test_pprint random dict ordering.
|
2012-07-21 12:44:20 +02:00 |
|
Florent Xicluna
|
d6da90f93d
|
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
|
2012-07-21 11:17:38 +02:00 |
|
Antoine Pitrou
|
b4bbee25b1
|
Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling.
Patch by Serhiy Storchaka.
|
2012-07-21 00:45:14 +02:00 |
|
Hynek Schlawack
|
0b350c6b3e
|
Use posixpath.join() explicitely in posixpath.join() test
Used os.path.join before which has different semantics on Windows.
|
2012-07-17 14:28:44 +02:00 |
|
Hynek Schlawack
|
c5a4566922
|
#15377: Make posixpath.join() more strict when checking for str/bytes mix
Based on a patch by Nick Coghlan.
|
2012-07-17 13:05:43 +02:00 |
|
Nick Coghlan
|
eb3e62f1c8
|
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
|
2012-07-17 20:42:39 +10:00 |
|
Hynek Schlawack
|
7cdc2bdd0d
|
Fix context manager use in posixpath.join() tests
The asserts were useless (and buggy).
|
2012-07-17 10:48:19 +02:00 |
|
Gregory P. Smith
|
954d46b2cc
|
one more test fix for systems without select.poll. tested by deleting
select.poll before running. works both ways (finally). this should fix
the windows build.
|
2012-07-16 15:48:30 -07:00 |
|
Gregory P. Smith
|
ac14aa5187
|
Fix unchecked select.poll reference in setUp and tearDown for
platforms that don't have it.
|
2012-07-16 13:38:45 -07:00 |
|
Gregory P. Smith
|
5bcd005a0b
|
Fix the with_poll tests for platforms without poll. missing import.
|
2012-07-16 13:34:50 -07:00 |
|
Gregory P. Smith
|
dad5711677
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.
|
2012-07-15 23:42:26 -07:00 |
|
Hynek Schlawack
|
4774946c3b
|
#15180: Clarify posixpath.join() error message when mixing str & bytes
|
2012-07-15 16:21:30 +02:00 |
|
Nick Coghlan
|
761bb11374
|
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
|
2012-07-14 23:59:22 +10:00 |
|
Antoine Pitrou
|
2bb3021837
|
Try other approach to fix issue #15334.
|
2012-07-13 22:46:41 +02:00 |
|
Antoine Pitrou
|
f0b1baf362
|
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Patch by Jeremy Kloth.
|
2012-07-13 21:08:41 +02:00 |
|
Antoine Pitrou
|
68f4247b65
|
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
|
2012-07-13 20:54:42 +02:00 |
|
Antoine Pitrou
|
282083d5f4
|
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build.
Patch by Chris Jerdonek.
|
2012-07-11 19:19:14 +02:00 |
|
Antoine Pitrou
|
59b9a7bc61
|
Backport test for nested namespace packages.
|
2012-07-09 21:23:58 +02:00 |
|
Senthil Kumaran
|
168456df11
|
revert the changes done for issue14826 - quoting witin Request is not desirable.
|
2012-07-08 17:47:25 -07:00 |
|
Senthil Kumaran
|
b7451cecad
|
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
Patch contributed by Stephen Thorne.
|
2012-07-07 17:11:44 -07:00 |
|
Florent Xicluna
|
11f0b41e9d
|
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration.
|
2012-07-07 12:13:35 +02:00 |
|
Antoine Pitrou
|
9235b254dc
|
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
|
2012-07-06 18:48:24 +02:00 |
|