CIA.vc
mgiuca
Real-time open source activity stats
Stats » Authors » mgiuca
informationsyndicateUTC clock
06:32 on May 28, 2012
event counters
The last message was received 0.88 years ago at 05:22 on Jul 13, 2011
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
97 messages since the first one, 3.89 years ago, for an average of 2.09 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
05:22 on Jul 13, 2011Python
Commit by mgiuca on roundup :: #3565/array documentation, method names not 3.x-compliant: (link)
There are still some inconsistencies in the documentation (in particular, incorrectly using the word "string" to refer to a bytes object, which ma ...
#
02:37 on Dec 30, 2010Python
Commit by mgiuca on roundup :: #8821/Range check on unicode repr: (link)
> I think that we have good reasons to not remove the NUL character.

 Please note: Nobody is suggesting that we remove the NUL character. I was  ...
#
13:17 on Aug 02, 2010Python
Commit by mgiuca on roundup :: #8821/Range check on unicode repr: (link)
OK, I finally had time to review this issue again.

 Firstly, granted the original fix broke a test case, shouldn't we figure out why it broke an ...
#
02:18 on Jul 22, 2010Python
Commit by mgiuca on roundup :: #1712522/urllib.quote throws exception on Unicode URL: (link)
If you're going the way of option 2, I would strongly advise against relying on the KeyError. The fact that a KeyError is raised by urllib.quote i ...
#
14:26 on Jul 19, 2010Python
Commit by mgiuca on roundup :: #1712522/urllib.quote throws exception on Unicode URL: (link)
OK sure, there are some other things broken, but they are mostly not dealing with string data, but binary data (for example, zlib expects a sequen ...
#
12:53 on Jul 19, 2010Python
Commit by mgiuca on roundup :: #1712522/urllib.quote throws exception on Unicode URL: (link)
> I think everyone assumed that the parameter should be a "str" object
 > and nothing else. Apparently some people used it accidentally with
 > so ...
#
11:21 on Jul 19, 2010Python
Commit by mgiuca on roundup :: #1712522/urllib.quote throws exception on Unicode URL: (link)
> Well, isn't it a new feature you're adding?

 You had a function which raised a confusing and unintentional KeyError when given non-ASCII Unico ...
#
11:18 on Jul 19, 2010Python
Commit by mgiuca on roundup :: #1712522/urllib.quote throws exception on Unicode URL: (link)
From http://mail.python.org/pipermail/python-checkins/2010-July/095350.html:
 > Looking at the issue (which in itself was quite old), you could as ...
#
01:21 on Jul 19, 2010Python
Commit by mgiuca on roundup :: #1712522/urllib.quote throws exception on Unicode URL: (link)
Thanks for doing that, Senthil.
#
05:22 on Jun 13, 2010Python
Commit by mgiuca on roundup :: #8987/Distutils doesn't quote Windows command lines properly: (link)
[new] I discovered this investigating a bug report that python-cjson doesn't compile properly on Windows (http://pypi.python.org/pypi/python-cjson ...
#
04:11 on May 26, 2010Python
Commit by mgiuca on roundup :: #8821/Range check on unicode repr: (link)
[new] In unicodeobject.c's unicodeescape_string, in UCS2 builds, if the last character of the string is the start of a UTF-16 surrogate pair (betw ...
#
02:35 on Mar 16, 2010Python
Commit by mgiuca on roundup :: #8143/urlparse has a duplicate of urllib.unquote: (link)
What about the alternative (newmodule) patch? That doesn't have threading issues, or break backwards compatibility.
#
09:06 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8135/urllib.unquote doesn't decode mixed-case percent escapes: (link)
Thanks very much. Importantly, note that unquote is currently duplicated between urllib and urlparse. I have a bug on it (#8143) but in the meanti ...
#
02:56 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8143/urlparse has a duplicate of urllib.unquote: (link)
If this patch is rejected, then at the very least, the urllib.unquote function needs a comment at the top explaining that it is duplicated in urlp ...
#
01:58 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8135/urllib.unquote doesn't decode mixed-case percent escapes: (link)
Tiny fix to patch2 -- replaced list comprehension with generator expression in dictionary construction.
#
01:54 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8135/urllib.unquote doesn't decode mixed-case percent escapes: (link)
I thought more about it, and wrote a different patch which doesn't remove the dictionary. I just replaced the dictionary creation code -- now it i ...
#
01:09 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8136/urllib.unquote decodes percent-escapes with Latin-1: (link)
Oh, I just discovered that urlparse contains a copy of unquote, which will also need to be patched. I've submitted a patch to remove the duplicate ...
#
01:08 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8135/urllib.unquote doesn't decode mixed-case percent escapes: (link)
Oh, I just discovered that urlparse contains a copy of unquote, which will also need to be patched. I've submitted a patch to remove the duplicate ...
#
01:06 on Mar 15, 2010Python
Commit by mgiuca on roundup :: #8143/urlparse has a duplicate of urllib.unquote: (link)
[new] urlparse contains a complete copy of the urllib.unquote function. This is extremely nasty code duplication -- I have two patches pending on ...
#
12:38 on Mar 14, 2010Python
Commit by mgiuca on roundup :: #8135/urllib.unquote doesn't decode mixed-case percent escapes: (link)
> Note: I've also backported the remainder of the 'unquote' test cases
 > from Python 3 but I found another bug, so I will report that separately, ...
#