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 date | project | content | link |
|---|
| 11:06 on Aug 19, 2010 | Python | Commit by labrat on roundup :: #9640/Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_WHITESPACE: ( link) | # | | 11:04 on Aug 19, 2010 | Python | 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, 2010 | Python | 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('&', '&').replace('"', """).replace('<', '<')
which would have to go at the be ... | # | | 16:47 on Aug 02, 2010 | Python | 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, 2010 | Python | 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, 2009 | Python | 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 ... | # |
|