[issue7645] test_distutils fails on Windows XP

2010-07-15 Thread Austin English
Austin English added the comment: Still present in 3.1.2. -- Added file: http://bugs.python.org/file18022/distutils.txt ___ Python tracker <http://bugs.python.org/issue7

[issue7991] test_ntpath fails on Windows XP

2010-07-15 Thread Austin English
Austin English added the comment: Runs fine in 3.1.2 on that machine. -- ___ Python tracker <http://bugs.python.org/issue7991> ___ ___ Python-bugs-list mailin

[issue7991] test_ntpath fails on Windows XP

2010-07-15 Thread Austin English
Austin English added the comment: Runs fine in 3.1.2 on that machine. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue7991> ___ _

[issue7650] test_uuid is invalid

2010-04-08 Thread Austin English
Austin English added the comment: >From Juan Lang, who originally pointed out the bug: My only comment is that the message is now misleading: -individual_group_bit = (node >> 40L) & 1 -universal_local_bit = (node >> 40L) & 2 message = "%012x

[issue7646] test_telnetlib fails in Windows XP

2010-02-22 Thread Austin English
Austin English added the comment: Okay, thanks for the information. -- ___ Python tracker <http://bugs.python.org/issue7646> ___ ___ Python-bugs-list mailin

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-10 Thread Austin English
Austin English added the comment: Woohoo, thanks! -- ___ Python tracker <http://bugs.python.org/issue7648> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7650] test_uuid is invalid

2010-01-07 Thread Austin English
Austin English added the comment: More info from the wine bug: Whoops, I didn't notice that Python uses UuidCreateSequential. From MSDN: For security reasons, UuidCreate was modified so that it no longer uses a machine's MAC address to generate UUIDs. UuidCreateSequential was int

[issue7650] test_uuid is invalid

2010-01-06 Thread Austin English
New submission from Austin English : >From http://bugs.winehq.org/show_bug.cgi?id=21276 "I believe this is a bug in the python test code, not in Wine. Wine's UuidCreate function follows RFC 4122, section 4.4. That is, it generates a Uuid from a pseudorandom number generator, n

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-06 Thread Austin English
New submission from Austin English : Passes fine if run from C:, but when run from any other drive, fails: test_trivial (__main__.TrivialTests) ... ERROR == ERROR: test_trivial (__main__.TrivialTests

[issue7646] test_telnetlib fails in Windows XP

2010-01-06 Thread Austin English
Changes by Austin English : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue7646> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7646] test_telnetlib fails in Windows XP

2010-01-06 Thread Austin English
New submission from Austin English : socket.error: [Errno 10053] An established connection was aborted by the software in your host machine Full output is attached. -- components: Windows files: telnetlib.txt messages: 97319 nosy: austin987 severity: normal status: open title

[issue7645] test_distutils fails on Windows XP

2010-01-06 Thread Austin English
New submission from Austin English : IOError: [Errno 2] No such file or directory: 'C:\\Python31\\lib\\distutils\\tests\\Setup.sample' Full output is attached. -- components: Windows files: distutils.txt messages: 97318 nosy: austin987 severity: normal status: