Serhiy Storchaka
|
abac0a7744
|
Added base64 module tests for non-binary files.
|
2013-04-28 15:56:11 +03:00 |
Serhiy Storchaka
|
017523c4f4
|
Issue #17842. Added base64 module tests with bytearray arguments.
Original patch by Kushal Das.
|
2013-04-28 15:53:08 +03:00 |
Antoine Pitrou
|
e1a1674e1e
|
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
|
2013-04-24 23:31:38 +02:00 |
Łukasz Langa
|
20ea96f29a
|
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
|
2013-04-24 01:29:26 +02:00 |
Ronald Oussoren
|
326edfde56
|
Ensure that plistlib doesn't corrupt deeply nested datastructures
Without this changeset plistlib would write empty tags for plistlib.Data
objects in deeply nested datastructures.
Fixes #17353
|
2013-04-23 13:47:22 +02:00 |
R David Murray
|
4140fb5211
|
#17065: Use process-unique key for winreg test.
Patch by Jeremy Kloth.
|
2013-04-21 10:08:02 -04:00 |
Ezio Melotti
|
65f7a9e3c0
|
Remove duplicated tests.
|
2013-04-21 03:55:17 +03:00 |
Alexandre Vassalotti
|
1f7492c28a
|
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
to correctly process the opcode when it is used on non-list objects.
|
2013-04-20 13:19:46 -07:00 |
R David Murray
|
3583761bcd
|
#17413: make sure settrace funcs get passed exception instances for 'value'.
Patch by Ingrid Cheung and Brendan McLoughlin.
|
2013-04-19 12:56:57 -04:00 |
Ezio Melotti
|
ab5ba7918e
|
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-19 05:58:44 +03:00 |
Ezio Melotti
|
3e4a98bd1c
|
#17789: test_random now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-19 05:45:27 +03:00 |
Ezio Melotti
|
aaa5d1c582
|
#17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-19 05:38:18 +03:00 |
Richard Oudkerk
|
409c31390f
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
|
2013-04-17 20:58:00 +01:00 |
Giampaolo Rodola'
|
b38897fc91
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
|
2013-04-17 13:08:59 +02:00 |
Ezio Melotti
|
d13c008bf4
|
#17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-17 04:34:05 +03:00 |
Barry Warsaw
|
20c08c8041
|
Remove unused import.
|
2013-04-16 11:18:53 -04:00 |
Barry Warsaw
|
618738b921
|
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
variable if empty path argument is specified. Patch by Serhiy Storchaka.
|
2013-04-16 11:05:03 -04:00 |
Antoine Pitrou
|
3034efdd29
|
Issue #17710: Fix pickle raising a SystemError on bogus input.
|
2013-04-15 21:51:09 +02:00 |
Nick Coghlan
|
f1465f0535
|
Close #17731: Clean up properly in test_import
|
2013-04-15 22:56:51 +10:00 |
R David Murray
|
26dfaac9ac
|
#17341: Include name in re error message about invalid group name.
Patch by Jason Michalski.
|
2013-04-14 13:00:54 -04:00 |
Victor Stinner
|
839e5eafcb
|
Issue #17702: use assertRaises() for the unit test
|
2013-04-14 16:43:03 +02:00 |
Victor Stinner
|
6d10139d70
|
Close #17702: os.environ now raises KeyError with the original environment
variable name (str on UNIX), instead of using the encoded name (bytes on UNIX).
|
2013-04-14 16:35:04 +02:00 |
Nick Coghlan
|
c4e0d982f3
|
Close issue #16163: handle submodules in pkgutil.iter_importers
|
2013-04-14 22:30:42 +10:00 |
Georg Brandl
|
1d472b74cb
|
Closes #14462: allow any valid Python identifier in sre group names, as documented.
|
2013-04-14 11:40:00 +02:00 |
Alexandre Vassalotti
|
6eea818423
|
Fix pickling test in test_memoryio.
The test was closing the orginal object instead the copy. This didn't result
in visible failures because the loop range was incorrect as well.
|
2013-04-14 00:56:39 -07:00 |
Mark Dickinson
|
c9734484ca
|
Issue #17715: Add missing NULL Check to PyNumber_Long.
|
2013-04-13 17:44:44 +01:00 |
Andrew Svetlov
|
b4fd468f12
|
Revert changes for #13355 by request from Raymond Hettinger
|
2013-04-13 18:00:04 +03:00 |
Mark Dickinson
|
64aafeb4de
|
Issue #16447: Fix potential segfault when setting __name__ on a class.
|
2013-04-13 15:26:58 +01:00 |
Andrew Svetlov
|
eff6444751
|
Fix whitespaces
|
2013-04-12 23:30:41 +03:00 |
Andrew Svetlov
|
a2dfc35a13
|
Issue #13355: Raise ValueError on random.triangular call with invalid params.
Initial patch by Yuriy Senko.
|
2013-04-12 23:21:01 +03:00 |
Andrew Svetlov
|
7b2c8bb833
|
Issue #16658: add missing return to HTTPConnection.send().
Patch by Jeff Knupp
|
2013-04-12 22:49:19 +03:00 |
Ezio Melotti
|
c2ecac4787
|
#17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-12 14:13:47 +03:00 |
Ezio Melotti
|
3836d70ed5
|
#17690: test_time now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-11 20:29:42 +03:00 |
Senthil Kumaran
|
f49581c2a1
|
normalize whitespace
|
2013-04-10 20:55:58 -07:00 |
Senthil Kumaran
|
277e9090b0
|
#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
contribution by Thomas Fenzl & Maksim Kozyarchuk
|
2013-04-10 20:51:19 -07:00 |
Ezio Melotti
|
cd514cf175
|
#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
|
2013-04-10 19:30:11 +03:00 |
Senthil Kumaran
|
d281c73536
|
#17648 - convert test_urllib2.py doctests to unittests
|
2013-04-09 06:00:16 -07:00 |
Serhiy Storchaka
|
7e69f0085e
|
Close #17666: Fix reading gzip files with an extra field.
|
2013-04-08 22:35:02 +03:00 |
Serhiy Storchaka
|
278d03bd66
|
Revert a premature patch for issue #14010 (changeset aaaf36026511).
|
2013-04-06 22:52:34 +03:00 |
Serhiy Storchaka
|
e8f706eda7
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
(builting and in itertools module, i.e. map(), itertools.chain(), etc).
|
2013-04-06 21:14:43 +03:00 |
Ezio Melotti
|
0f38908684
|
#17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa.
|
2013-04-04 02:09:20 +03:00 |
Victor Stinner
|
ed3a303548
|
Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file
Add an unit test to ensure that text files are rejectect (with TypeError)
|
2013-04-02 22:13:27 +02:00 |
Charles-Francois Natali
|
7a03e2d377
|
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
|
2013-03-31 20:36:57 +02:00 |
Gregory P. Smith
|
e5aefa452b
|
Skip a test of an old API on ARM Linux that isn't supported by the OS.
|
2013-03-31 10:10:50 -07:00 |
R David Murray
|
19aeb439c6
|
Issue #17435: Don't use mutable default values in Timer.
Patch by Denver Coneybeare with some test modifications by me.
|
2013-03-30 17:19:38 -04:00 |
Ezio Melotti
|
1b145927d7
|
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
|
2013-03-30 05:17:24 +02:00 |
Ezio Melotti
|
9098472299
|
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
|
2013-03-30 01:28:40 +02:00 |
Vinay Sajip
|
28421c6f62
|
Issue #17540: Added style to Formatter configuration by dict.
|
2013-03-29 17:56:54 +00:00 |
Ezio Melotti
|
93f756b274
|
Merge test_queue clean up from 3.2.
|
2013-03-23 23:36:23 +02:00 |
Ezio Melotti
|
656c80809c
|
Clean up references to threads in test_queue.
|
2013-03-23 23:35:06 +02:00 |