CIA.vc
Benjamin Peterson
Real-time open source activity stats
Stats » Authors » Benjamin Peterson
syndicateUTC clock
03:36 on May 28, 2012
event counters
The last message was received 1.76 weeks ago at 19:52 on May 15, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
12 messages so far this month, 29 messages last month
5733 messages since the first one, 4.27 years ago, for an average of 6.52 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
19:52 on May 15Python
Commit by benjamin.peterson on roundup :: #14133/improved PEP 409 implementation: (link)
2012/5/15 Georg Brandl <report at bugs dot python dot org>: > > Georg Brandl <georg at python dot org> added the comment: > > I hope you're not disappointed when th ...
#
09:30 on May 15Python
Commit by benjamin.peterson on roundup :: #14133/improved PEP 409 implementation: (link)
[closed] Thanks for the review/dictating, Nick!
#
00:10 on May 13Python
Commit by benjamin.peterson on roundup :: #13734/Add a generic directory walker method to avoid symlink attacks: (link)
2012/5/12 Charles-François Natali <report at bugs dot python dot org>: > > Charles-François Natali <neologix at free dot fr> added the comment: > >> It would be n ...
#
21:54 on May 11Python
Commit by benjamin.peterson on roundup :: #12029/Catching virtual subclasses in except clauses: (link)
Basically, someone needs to produce a patch and we can go from there.
#
21:22 on May 11Python
Commit by benjamin.peterson on roundup :: #12029/Catching virtual subclasses in except clauses: (link)
I think being able to catch exception with ABCs is esssentially useless. The originally stated "usecase" can be simply solved by putting classes i ...
#
01:37 on May 11Python
Commit by benjamin.peterson on roundup :: #13734/Add a generic directory walker method to avoid symlink attacks: (link)
It would be nice if the documentation of fwalk() explained why you would want to use it over walk().
#
00:01 on May 11Python
Commit by benjamin.peterson on roundup :: #14769/Add test to automatically detect missing format units in skipitem(): (link)
Can you see if you can write that test in Python? Perhaps simply providing a wrapper to cal PyArg_Parse with the arguments you want.
#
16:22 on May 08Python
Commit by benjamin.peterson on roundup :: #14749/Add 'Z' to skipitem() in Python/getargs.c: (link)
No test?
#
20:38 on May 05Python
Commit by benjamin.peterson on roundup :: #14705/Add 'bool' format character to PyArg_ParseTuple*: (link)
Since no one has produced a good example needing "P", I say drop it. At any rate, it can be almost trivially imitated with "O!".
#
02:46 on May 04Python
Commit by benjamin.peterson on roundup :: #14718/In the generator's try/finally statement a runtime error occurs when the generator is not exhausted: (link)
[closed] It means in the body of the try statement.
#
19:55 on May 02Python
Commit by benjamin.peterson on roundup :: #14656/Add a macro for unreachable code: (link)
It does not avoid any warning because we have the "assert(0); return X" pattern. I was just attempting to provide a standard way of marking unreac ...
#
18:22 on May 01Python
Commit by benjamin.peterson on roundup :: #13959/Re-implement parts of imp in pure Python: (link)
#
17:19 on Apr 30Python
Commit by benjamin.peterson on roundup :: #14656/Add a macro for unreachable code: (link)
Did you see the sample patch I posted?
#
20:06 on Apr 27Python
Commit by benjamin.peterson on roundup :: #14682/Backport missing errnos to 2.7: (link)
I think it's okay to just backport ENOTSUP.
#
08:22 on Apr 27Python
Commit by benjamin.peterson on roundup :: #14671/isinstance(obj, object) returns True for _old style_ class instances: (link)
2012/4/26 Q <report at bugs dot python dot org>: > issubclass(obj.__class__, object) > > to be the official way to distinguish between the new-style and the ...
#
03:17 on Apr 27Python
Commit by benjamin.peterson on roundup :: #14621/Hash function is not randomized properly: (link)
We should see if more security can be gained without sacrificing speed.
#
19:12 on Apr 26Python
Commit by benjamin.peterson on roundup :: #10142/Support for SEEK_HOLE/SEEK_DATA: (link)
You broke test_io

 www.python.org/dev/buildbot/all/builders/x86 Gentoo Non-Debug 3.x/builds/2143/steps/test/logs/stdio
#
07:06 on Apr 26Python
Commit by benjamin.peterson on roundup :: #14671/isinstance(obj, object) returns True for _old style_ class instances: (link)
[closed] Yes, everything is a object. issubclass, though, works differently for old-style and new-style classes.
#
23:18 on Apr 24Python
Commit by benjamin.peterson on roundup :: #14656/Add a macro for unreachable code: (link)
Let me explain what I meant with code.
#
18:36 on Apr 24Python
Commit by benjamin.peterson on roundup :: #11603/Python crashes or hangs when rebinding __repr__ as __str__: (link)
I claim the correct behavior of this is actually to give an recursion provoked RuntimeError.
#