[issue16360] argparse: comma in metavar causes assertion failure when formatting long usage message

2012-10-29 Thread Ben Gamari
New submission from Ben Gamari: argparse suffers from a failing assertion when formatting a long usage message with an option whose metavar contains a comma. This can be seen in the attached testcase, which fails with, Traceback (most recent call last): File "/home/ben/hi.py", l

[issue10782] Not possible to cross-compile due to poor detection of %lld support in printf

2012-10-29 Thread Ben Gamari
Changes by Ben Gamari : -- status: open -> languishing ___ Python tracker <http://bugs.python.org/issue10782> ___ ___ Python-bugs-list mailing list Unsubscri

[issue13055] Distutils tries to handle null versions but fails

2011-10-10 Thread Ben Gamari
Ben Gamari added the comment: Sorry, no log is available. -- ___ Python tracker <http://bugs.python.org/issue13055> ___ ___ Python-bugs-list mailing list Unsub

[issue13055] Distutils tries to handle null versions but fails

2011-10-09 Thread Ben Gamari
Ben Gamari added the comment: The bug was encountered while trying to install a package. As it turns out, a dependency was incorrectly installed, resulting in a null version being passed around which quickly caused a crash in setup.py. While this is definitely not a normal circumstance, the

[issue13055] Distutils tries to handle null versions but fails

2011-09-28 Thread Ben Gamari
Changes by Ben Gamari : -- assignee: -> tarek components: +Distutils nosy: +eric.araujo, tarek type: -> crash versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/i

[issue13055] Distutils tries to handle null versions but fails

2011-09-28 Thread Ben Gamari
Changes by Ben Gamari : Added file: http://bugs.python.org/file23253/distutils-workaround.patch ___ Python tracker <http://bugs.python.org/issue13055> ___ ___ Python-bug

[issue13055] Distutils tries to handle null versions but fails

2011-09-28 Thread Ben Gamari
New submission from Ben Gamari : The distutils.LooseVersion constructor currently only calls parse if vstring has a value. Unfortunately, this means that a user passing in vstring="" or vstring=None gets a version object with self.vstring and self.version unset. This wreaks havoc

[issue3244] multipart/form-data encoding

2011-02-15 Thread Ben Gamari
Ben Gamari added the comment: Has there been any progress here? -- nosy: +bgamari ___ Python tracker <http://bugs.python.org/issue3244> ___ ___ Python-bugs-list m

[issue10782] Not possible to cross-compile due to poor detection of %lld support in printf

2011-01-01 Thread Ben Gamari
Ben Gamari added the comment: Well, I'm not convinced that overriding config.cache is the best solution, but I am not really sure what else can be done. So far I've just been carrying a patch which changes configure.in, but this is clearly an

[issue10782] Not possible to cross-compile due to poor detection of %lld support in printf

2010-12-27 Thread Ben Gamari
New submission from Ben Gamari : Configure.in assumes that %lld is not supported by printf if cross-compiling. This causes build errors in pyport.h, In file included from Include/Python.h:58:0, from Parser/parser.c:8: Include/pyport.h:243:13: error: #error "This platf

[issue10345] fcntl.ioctl always fails claiming an invalid fd

2010-11-06 Thread Ben Gamari
Ben Gamari added the comment: The problem seems to have been that I tried passing mutate_flag. Things seem to work fine when the last parameter is omitted. -- ___ Python tracker <http://bugs.python.org/issue10

[issue10345] fcntl.ioctl always fails claiming an invalid fd

2010-11-06 Thread Ben Gamari
Changes by Ben Gamari : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue10345> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10345] fcntl.ioctl always fails claiming an invalid fd

2010-11-06 Thread Ben Gamari
New submission from Ben Gamari : Even the simple example included below fails in the following manner, $ sudo python3.1 hi.py 3 Traceback (most recent call last): File "hi.py", line 13, in ioctl(a, EVIOCGID, buf, True) TypeError: ioctl requires a file or file descriptor, an i

[issue4487] Add utf8 alias for email charsets

2009-05-05 Thread Ben Gamari
Ben Gamari added the comment: Has this patch been merged yet? -- nosy: +bgamari ___ Python tracker <http://bugs.python.org/issue4487> ___ ___ Python-bugs-list m

[issue1368247] unicode in email.MIMEText and email/Charset.py

2009-05-05 Thread Ben Gamari
Ben Gamari added the comment: What is the status of this? -- nosy: +bgamari ___ Python tracker <http://bugs.python.org/issue1368247> ___ ___ Python-bugs-list m

[issue1685453] email package should work better with unicode

2009-05-01 Thread Ben Gamari
Changes by Ben Gamari : -- nosy: +bgamari ___ Python tracker <http://bugs.python.org/issue1685453> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1555842] email package and Unicode strings handling

2009-05-01 Thread Ben Gamari
Changes by Ben Gamari : -- nosy: +bgamari ___ Python tracker <http://bugs.python.org/issue1555842> ___ ___ Python-bugs-list mailing list Unsubscribe: