saffsd

1,039
Reputation
153 views

Registered User

Name saffsd
Member for 1 year
Seen Nov 15 at 22:01
Website
Location Melbourne, Australia
Age
Nov
16
awarded  Yearling
Nov
15
comment How do I include unicode strings in Python doctests?
Fair enough, this is probably the better general solution. However, in my case I am still constrained to Python 2.x due to dependencies on matplotlib and numpy.
Nov
15
comment How do I include unicode strings in Python doctests?
Thanks! This approach won't work with any package that auto-discovers tests on Python 2.x though.
Nov
15
comment How do I include unicode strings in Python doctests?
Thanks! Unfortunately this approach breaks 'make doctest' with sphinx. It ends up with a 'utf8' codec can't decode bytes in position ...: invalid data.
Nov
14
asked How do I include unicode strings in Python doctests?
Oct
7
awarded  Popular Question
Aug
26
comment How do I concisely implement multiple similar unit tests in the Python unittest framework?
I recognize that, but another counter-argument is that if you are running tests in a batch, say overnight, you want to know where all of the failures are, not just the first one.
Aug
26
comment How do I select multiple items from each group in a mysql query?
Thanks, that's useful. I'm not fully understanding the thought process though, would you be so kind as to elaborate on how it works?
Aug
20
asked How do I select multiple items from each group in a mysql query?
Aug
6
comment How do I set sys.excepthook to invoke pdb globally in python?
Exactly what I wanted, thank you.
Aug
6
asked How do I set sys.excepthook to invoke pdb globally in python?
Jul
27
answered How do I replace a token with the result of `pwd` in sed?
Jul
27
revised How do I replace a token with the result of `pwd` in sed?
Updated title, Clarified question
Jul
27
asked How do I replace a token with the result of `pwd` in sed?
Jun
17
comment how to replace the “disown” with “screen”?
I assume he wants to detach a process from the current shell, and attach it to a screen session. +1 because I'm interested too.
Jun
11
comment Can I automatically change my PYTHONPATH when activating/deactivating a virtualenv?
I'm trying this out now, and I'll probably accept it in a couple of days if there still aren't any other solutions that do not depend on additional packages.
Jun
9
revised Can I automatically change my PYTHONPATH when activating/deactivating a virtualenv?
Added note that solution is partly broken.
Jun
9
answered Can I automatically change my PYTHONPATH when activating/deactivating a virtualenv?
Jun
9
asked Can I automatically change my PYTHONPATH when activating/deactivating a virtualenv?
Jun
9
awarded  Tumbleweed
Jun
6
asked How to ensure xml.dom.minidom can parse its own output?
Jun
5
accepted How do I find out if a numpy array contains integers?