Antoine Pitrou
|
c27ace688c
|
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
|
2012-07-13 20:59:19 +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 |
|
Eli Bendersky
|
8a80502d2c
|
Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me.
|
2012-07-13 09:52:39 +03:00 |
|
Antoine Pitrou
|
5df0204091
|
For diagnosis, try to list the directory first
|
2012-07-12 19:50:03 +02:00 |
|
Antoine Pitrou
|
f189e80f23
|
Small improvements to test_unc_path
|
2012-07-12 19:48:49 +02:00 |
|
Antoine Pitrou
|
021548cf4c
|
Try to fix or diagnose buildbot failures
|
2012-07-12 19:21:43 +02:00 |
|
Antoine Pitrou
|
673eb6a0bb
|
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:21:31 +02:00 |
|
Antoine Pitrou
|
59b9a7bc61
|
Backport test for nested namespace packages.
|
2012-07-09 21:23:58 +02:00 |
|
Antoine Pitrou
|
b2dd880e0a
|
Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages.
|
2012-07-09 21:23:58 +02:00 |
|
Brett Cannon
|
19a2f5961c
|
Issue #15056: imp.cache_from_source() and source_from_cache() raise
NotimplementedError when sys.implementation.cache_tag is None.
Thanks to Pranav Ravichandran for taking an initial stab at the patch.
|
2012-07-09 13:58:07 -04:00 |
|
Senthil Kumaran
|
612a815820
|
revert the changes done for issue14826 - quoting witin Request is not desirable.
|
2012-07-08 18:00:47 -07:00 |
|
Senthil Kumaran
|
168456df11
|
revert the changes done for issue14826 - quoting witin Request is not desirable.
|
2012-07-08 17:47:25 -07:00 |
|
Benjamin Peterson
|
9ed37433c4
|
test AST base type garbage collection
|
2012-07-08 11:13:36 -07:00 |
|
Nick Coghlan
|
07c4e33c07
|
Issue 14814: The new systematic tests aren't just about error reporting any more - change names accordingly. Added and tweaked some example to ensure they were covering the intended code paths
|
2012-07-08 23:06:45 +10:00 |
|
Antoine Pitrou
|
88bf5ca63b
|
Merge
|
2012-07-08 14:00:06 +02:00 |
|
Antoine Pitrou
|
5d62a61b58
|
Fix test_inspect messing up with linecache.cache.
|
2012-07-08 13:48:46 +02:00 |
|
Nick Coghlan
|
27396a1807
|
Issue 14814: Remove dead function (noticed by Serhiy Storchaka)
|
2012-07-08 21:38:12 +10:00 |
|
Antoine Pitrou
|
6803855ecf
|
Fix test failure under Windows
|
2012-07-08 13:16:15 +02:00 |
|
Florent Xicluna
|
3f4ce635ee
|
Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.
|
2012-07-08 12:08:45 +02:00 |
|
Antoine Pitrou
|
bc07a5c913
|
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
|
2012-07-08 12:01:27 +02:00 |
|
Ross Lagerwall
|
8d459f0cb8
|
#15284: Skip {send,recv}msg tests with disabled IPv6
Patch by Brian Brazil.
|
2012-07-08 09:53:57 +02:00 |
|
Nick Coghlan
|
297b143c6d
|
Issue 14814: Further error case testing coverage and cleanups
|
2012-07-08 17:11:04 +10:00 |
|
Senthil Kumaran
|
540715a369
|
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
Patch contributed by Stephen Thorne.
|
2012-07-07 17:15:52 -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 |
|
Senthil Kumaran
|
a5e0eaf2e1
|
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
|
2012-07-07 14:29:58 -07:00 |
|
Łukasz Langa
|
31196dd7d0
|
Merge remote
|
2012-07-07 18:58:44 +02:00 |
|
Łukasz Langa
|
cba243215e
|
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
earlier without preceding space.
|
2012-07-07 18:54:08 +02:00 |
|
Ross Lagerwall
|
5aa4354297
|
Merge with remote.
|
2012-07-07 18:42:57 +02:00 |
|
Ross Lagerwall
|
121d59ffa9
|
#15277: Fix a resource leak in support.py when IPv6 is disabled.
The leak occurred by setting:
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
before running test_support.
Patch by Brian Brazil.
|
2012-07-07 18:40:32 +02:00 |
|
Florent Xicluna
|
1917ea964e
|
Add tests to marshall double with xmlrpc.client.
|
2012-07-07 17:03:25 +02:00 |
|
Florent Xicluna
|
109d57358e
|
Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair.
|
2012-07-07 17:03:22 +02:00 |
|
Florent Xicluna
|
af1adbeedd
|
Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
|
2012-07-07 17:02:22 +02:00 |
|
Nick Coghlan
|
3008ec070f
|
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined
|
2012-07-08 00:45:33 +10:00 |
|
Nick Coghlan
|
9a9c28ce7a
|
Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
|
2012-07-07 23:05:59 +10:00 |
|
Jesus Cea
|
d46f7d209b
|
Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA
|
2012-07-07 14:56:04 +02:00 |
|
Nick Coghlan
|
b582ecc562
|
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs)
|
2012-07-07 22:15:22 +10:00 |
|
Florent Xicluna
|
fed2c51eea
|
Merge branch
|
2012-07-07 12:26:56 +02:00 |
|
Florent Xicluna
|
11f0b41e9d
|
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration.
|
2012-07-07 12:13:35 +02:00 |
|
Nick Coghlan
|
36f8dcde06
|
Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected
|
2012-07-07 19:23:53 +10:00 |
|
Antoine Pitrou
|
7d7f40c613
|
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
|
2012-07-06 18:52:58 +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 |
|
Nick Coghlan
|
5cf896fea8
|
Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests.
|
2012-07-07 01:43:31 +10:00 |
|
Nick Coghlan
|
3c2570caf2
|
Issue 14814: Better handling of cases where octet/hextet parsing fails, including ensuring that tracebacks are still clean even when calling class constructors directly
|
2012-07-07 01:13:55 +10:00 |
|
Richard Oudkerk
|
2240ac1eae
|
Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
|
2012-07-06 12:05:32 +01:00 |
|
Senthil Kumaran
|
f28fbabc7f
|
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
|
2012-07-04 19:33:45 -07:00 |
|
Senthil Kumaran
|
f01a337950
|
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
|
2012-07-04 19:28:16 -07:00 |
|
Vinay Sajip
|
ed1f7c834f
|
Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based.
|
2012-07-03 21:36:36 +01:00 |
|
Vinay Sajip
|
3874e547b4
|
Issue #15241: Added test for venv prefixes.
|
2012-07-03 16:56:40 +01:00 |
|
Antoine Pitrou
|
f87289bb58
|
Issue #15229: An OSError subclass whose __init__ doesn't call back
OSError.__init__ could produce incomplete instances, leading to crashes
when calling str() on them.
|
2012-06-30 23:37:47 +02:00 |
|