Lacking Rhoticity
Wednesday, 17 December 2008
Helper for monkey patching in tests
›
Following on from my post on TempDirTestCase , here is another Python test case helper which I introduced at work. Our codebase has quite a...
6 comments:
Wednesday, 26 November 2008
Shell features
›
Here are two features I would like to see in a Unix shell: Timing: The shell should record how long each command takes. It should be abl...
4 comments:
Saturday, 22 November 2008
TempDirTestCase, a Python unittest helper
›
I have seen a lot of unittest-based test cases written in Python that create temporary directories in setUp() and delete them in tearDown()....
Monday, 27 October 2008
Making relocatable packages with JHBuild
›
I have been revisiting an experiment I began back in March with building GNOME with JHBuild . I wanted to see if it would be practical to ...
2 comments:
Thursday, 18 September 2008
Attribute access in format strings in Python 3.0
›
Here is another problem with securing Python 3.0: PEP 3101 has extended format strings so that they contain an attribute access syntax. Th...
1 comment:
Sunday, 14 September 2008
CapPython, unbound methods and Python 3.0
›
CapPython needs to block access to method functions. Luckily, one case is already covered by Python's unbound methods, but they are goi...
9 comments:
Dealing with modules and builtins in CapPython
›
In my previous post, Introducing CapPython , I wrote that CapPython "does not yet block access to Python's builtin functions such a...
‹
›
Home
View web version