[issue16537] setup.py throws a ValueError when self.extensions is empty

2012-11-22 Thread Jonathan Hosmer
Jonathan Hosmer added the comment: setup.py patch for 3.2.3 -- Added file: http://bugs.python.org/file28080/Python-3.2.3-setup.py.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16537

[issue16537] setup.py throws a ValueError when self.extensions is empty

2012-11-22 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for the patches. 3.1 and 2.6 only receive security fixes, and 3.0 is not maintained anymore, so I removed them from the versions. Usually it's enough to upload a single patch, especially if the fix is the same on all branches. The patch should also

[issue15474] Differentiate decorator and decorator factory in docs

2012-11-22 Thread Nick Coghlan
Nick Coghlan added the comment: No, using decorators needs to be in the tutorial, but writing your own is a metaprogramming task that's beyond the tutorial's scope. A HOWTO guide would be appropriate, though. -- ___ Python tracker

[issue16527] (very) long list of elif causes segfault

2012-11-22 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16527 ___ ___

[issue2454] sha and md5 fixer

2012-11-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: I'm not sure how much this is needed considering hashlib has been around, since 2.5. I hope people aren't having to port from before then. -- ___ Python tracker rep...@bugs.python.org

[issue16531] Allow IPNetwork to take a tuple

2012-11-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Sounds reasonable, especially as it also allows networks and interfaces with prefixes other than /32 or /128 to be easily constructed based on integer address values. Should we also allow integers as the second argument, with the same prefix length

[issue16534] test_float failure on IA64 (HPUX)

2012-11-22 Thread Mark Dickinson
Mark Dickinson added the comment: What's sys.float_repr_style on that machine? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16534 ___ ___

[issue16534] test_float failure on IA64 (HPUX)

2012-11-22 Thread Mark Dickinson
Mark Dickinson added the comment: From the buildbot configure output: checking whether C doubles are little-endian IEEE 754 binary64... no checking whether C doubles are big-endian IEEE 754 binary64... yes checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no checking whether

<    1   2