CIA.vc
labrat
Real-time open source activity stats
Stats » Authors » labrat
informationsyndicateUTC clock
22:19 on Feb 13, 2012
event counters
The last message was received 1.49 years ago at 11:06 on Aug 19, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
5 messages since the first one, 1.55 years ago, for an average of 3.76 months between messages
recent messages
dateReversed sort columnprojectcontentlink
11:06 on Aug 19, 2010Python
Commit by labrat on roundup :: #9640/Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_WHITESPACE: (link)
Here's my patch, or pull from my Mercurial repository
   http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/python/rev/6638df20c1a4
#
11:04 on Aug 19, 2010Python
Commit by labrat on roundup :: #9640/Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_WHITESPACE: (link)
[new] I had been struggling to find the failure-causing mismatch in a doctest with lots of output. REPORT_UDIFF gave lots of false mismatches bec ...
#
10:32 on Aug 03, 2010Python
Commit by labrat on roundup :: #5752/xml.dom.minidom does not escape CR, LF and TAB characters within attribute values: (link)
And while we're at it, we should also

    .replace('&', '&amp;').replace('"', "&quot;").replace('<', '&lt;')

 which would have to go at the be ...
#
16:47 on Aug 02, 2010Python
Commit by labrat on roundup :: #5752/xml.dom.minidom does not escape CR, LF and TAB characters within attribute values: (link)
As a workaround until the patch gets included, you can import this monkey patch module.
#
21:46 on Jul 29, 2010Python
Commit by labrat on roundup :: #6612/'import site' fails when called from an unlinked directory: (link)
I just fixed it myself ;). As I said before, not really a big deal, but it was an easy fix. I've attached a patch, or you can merge my hg branch ...
#
09:53 on Jul 31, 2009Python
Commit by labrat on roundup :: #6612/'import site' fails when called from an unlinked directory: (link)
[new] I don't imagine this comes up very often, but:

 $ mkdir /tmp/a; cd /tmp/a; rmdir /tmp/a; python -c 'import site';
 rmdir: removing directo ...
#