Senthil Kumaran added the comment:
Removed this message by mistake.
Author ahasenack
Date2007-12-11.21:11:53
Ups, typo in the script:
cert = "verisign-inc-class-3-public-primary.pem"
--
nosy: +orsenthil
___
Python trac
Senthil Kumaran added the comment:
Fixed and committed in revision 85125.
Actually, this changes the behavior of BaseHTTPServer a little and adds two new
methods to the code, so I don't think, this should be back-ported to 2.7 and
3.1. If older code were to encounter the new 100 Con
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue9873>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10012>
___
___
Python-bugs-list mai
Senthil Kumaran added the comment:
Fixed in py3k(r85156), release31-maint(r85157) and release27-maint(r85158).
--
nosy: +orsenthil
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> behavior
___
Py
Senthil Kumaran added the comment:
Here are patches with tests for py3k and release27-maint, for explicit
conversion of header values to bytes/str.
If someone likes to review the patch, please provide your comments.
--
keywords: +patch
resolution: -> accepted
stage: -> patch
Changes by Senthil Kumaran :
Added file: http://bugs.python.org/file19117/issue10012-py3k.patch
___
Python tracker
<http://bugs.python.org/issue10012>
___
___
Python-bug
Senthil Kumaran added the comment:
Fix committed in revision 85202 (py3k), r85203 (release31-maint),
r85204(release27-maint). I had change the patch to use copy.deepcopy instead of
os.environ.copy() because for the purposes of test os.environ was masked with
EnvironmentGuard which does not
Senthil Kumaran added the comment:
Fixed in r85205 (py3k), r85206 (release31-maint) and r85207 (release27-maint).
--
resolution: accepted -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python track
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue9725>
___
___
Python-bugs-list mai
Senthil Kumaran added the comment:
I wonder if Option2 (ascii+surrogateescape vs latin1) is only about
performance. How about escapes that might occur if the Option2 is
adopted. That might take higher priority than performance.
Do we know 'how tight' that a
On Fri, Oct 08, 2010 at 06:25:26PM +, Alexander Belopolsky wrote:
> In this case, I wonder if "equivalent to" code should be added to the
> section for enumerate() and map(). Also since any() and all() have
> "equivalent to" code, I think min(), max() and sum() deserve it as
> well.
I think,
Senthil Kumaran added the comment:
Fixed in r85347 and r85348.
--
nosy: +orsenthil
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
Senthil Kumaran added the comment:
It's to do with operator precedence.
** takes higher precedence than negative.
http://docs.python.org/reference/expressions.html#Summary
(-5) ** 4 will give what you are looking for.
--
nosy: +orsenthil
resolution: -> invalid
stage: ->
New submission from Senthil Kumaran :
file:// scheme should not be allowed to access a file on remote machines. RFC
1738, says that host, if present should be the FQDN of the machine, but
relaxing on that I thinking that localhost and its variants should okay as long
as it is the local
Senthil Kumaran added the comment:
On Sun, Oct 10, 2010 at 03:49:42PM +, R. David Murray wrote:
> Does it also need a deprecation cycle?
I think, adding a deprecation cycle might just delay this change.
So, I would prefer if we make it in the 3.2 itself.
- This is not a user-facing
Senthil Kumaran added the comment:
Yes, it does solve the problem of httplib and urllib2_localnet tests which
were hanging with the earlier patch on certain machines..
--
Added file: http://bugs.python.org/file19189/unnamed
___
Python tracker
<h
Senthil Kumaran added the comment:
Please ask python-l...@python.org
Bug tracker is for raising bugs on python.
--
nosy: +orsenthil
resolution: -> invalid
stage: -> committed/rejected
status: open -> closed
___
Python track
Senthil Kumaran added the comment:
Thanks for the comments and feedback.
Fixed this in revision 85475.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Senthil Kumaran added the comment:
Fixed in revision 85479.
--
nosy: +orsenthil
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> behavior
___
Python tracker
<http://bugs.python
Senthil Kumaran added the comment:
I have seen this in very inconsistent manner.
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10
Senthil Kumaran added the comment:
I had seen with test_urllib, but it was inconsistent for me. Sometimes
make distclean and run had worked fine.
This was on Ubuntu 10.04, Intel 64 bit.
It is surprising, if it is seen consistently on Ubuntu 10.10 ( I have
not upgraded to this yet, so have not
Senthil Kumaran added the comment:
The patch looks reasonable to me.
I was trying to find out why they got disabled after 2.5, but I don't see any
reason. (There was an issue open and it was closed for no reason). So, I think,
this should move forward, unless there is any technical obje
On Wed, Oct 13, 2010 at 07:01:40PM +, Antoine Pitrou wrote:
> $ ./python -Xa,b=c,d -Xe,f=g=h -c "import sys; print(sys.xoptions)"
> {'a': True, 'b': 'c', 'e': True, 'd': True, 'f': 'g=h'}
Docs should be updated too. I see that the values could either be True
or a string? Would this be perceive
Senthil Kumaran added the comment:
I think, the original docs *is* pretty intuitive. It says "Duplicate the file
descriptor fd and build a socket object". No one will think that the this
method will close the original fd. Person using this method might of course,
explicitly
Senthil Kumaran added the comment:
Docs changed committed in revision 85514.
--
nosy: +orsenthil
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Senthil Kumaran added the comment:
I would suggest to OP, to take it with python-help for the problem to be fixed.
It's raised on python26 as well. Highly unlikely that anything is wrong with
Python installation here. Marking it invalid and closing it.
--
nosy: +orsenthil
resol
Senthil Kumaran added the comment:
So, I assume that we just leave it as such and close the issue.
I was thinking if anything needs to be updated for function __doc__ but even
there 'the duplicate' word is explained.
--
resolution: -> invalid
stage: -> committed
New submission from Senthil Kumaran :
I am attaching the script which exhibits the problem.
wrapping the urllib.request.urlopen, with the support.transient_internet
contextmanager exhibits an Unexpected Behavior. Without the context manager,
reading the file using the filedescriptor succeeds
Changes by Senthil Kumaran :
--
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue10119>
___
___
Python-bugs-list mailing list
Unsubscribe:
Senthil Kumaran added the comment:
Issue10119 is related too and both I guess, is boiling down to httplib either
not properly using an open socket or closing it prematurely.
--
___
Python tracker
<http://bugs.python.org/issue10
Senthil Kumaran added the comment:
Actually, this is not related to transient_internet call. Just that file handle
not behaving as expected due to some delays.
--
___
Python tracker
<http://bugs.python.org/issue10
Senthil Kumaran added the comment:
Fixed in revision 85630. When using fileno attribute of the file-descriptor,
the socket had to be in blocking mode.
Now the results are consistent.
This may resolve the other spurious test failures that were observed too.
--
assignee: -> orsent
Senthil Kumaran added the comment:
ixokai, A change made as part of issue10119 should have resolved this issue
too. Please let me know if this can be closed.
--
assignee: -> orsenthil
resolution: -> fixed
stage: -> committed/rejected
type: -&
Changes by Senthil Kumaran :
--
assignee: d...@python -> orsenthil
___
Python tracker
<http://bugs.python.org/issue10048>
___
___
Python-bugs-list mai
Senthil Kumaran added the comment:
Not an issue anymore as socket timeout at client is supposed to happen with the
connection is hung due to unresponsive host.
The original bug was raised py2.3. Closing it as out of date.
--
nosy: +orsenthil
resolution: -> out of date
stage: u
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
___
Python tracker
<http://bugs.python.org/issue1520831>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
___
Python tracker
<http://bugs.python.org/issue4733>
___
___
Python-bugs-list mailing list
Unsubscri
Senthil Kumaran added the comment:
On Fri, Sep 03, 2010 at 10:57:17PM +, Georg Brandl wrote:
> That's why I said to use "testsetup" directives -- they are not
> visible in the HTML/PDF/... output, but used when running the tests.
Do you already have such a directive i
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue5111>
___
___
Python-bugs-list mai
Senthil Kumaran added the comment:
The patch was fine and yes agree that preserving timestamp as an option is
useful in many situations.
Committed in r85720. Thanks.
--
assignee: -> orsenthil
nosy: +orsenthil
resolution: -> accepted
stage: patch review -> committed/reject
Senthil Kumaran added the comment:
Looks like an interesting feature request. What are the packages or external
libraries which may rely on this and how do they deal with SocketCan support at
moment for their requirements? (That thread mentions several, but some details
may help further
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10155>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue9022>
___
___
Python-bugs-list mailing list
Unsubscribe:
Senthil Kumaran added the comment:
Fixed in revision 85837.
--
assignee: -> orsenthil
nosy: +orsenthil
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python
Senthil Kumaran added the comment:
- Otherwise, it is not possible to distinguish between netloc and path
- components, and would the indistinguishable component would be classified
- as the path as in a relative URL.
+ If the netloc does not start with '//', the mod
Senthil Kumaran added the comment:
Not sure, why changed the resolution. It is an invalid bug report. You could
have resolved it by a little research or by asking around.
--
resolution: fixed -> invalid
___
Python tracker
<http://bugs.pyth
New submission from Senthil Kumaran :
/py3k/Modules/readline.c: In function flex_complete:
/py3k/Modules/readline.c:877: error: on_completion undeclared (first use in
this function)
--
assignee: orsenthil
messages: 120376
nosy: orsenthil
priority: normal
severity: normal
status: open
Senthil Kumaran added the comment:
The problem was in py3k, due to a minor overlook in r85680.
Fixed in r86153.
--
components: +Build
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
versions: +Python 3.2
_
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10205>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue6269>
___
___
Python-bugs-list mailing list
Unsubscribe:
Senthil Kumaran added the comment:
Fixed the wordings in r86296(py3k), r86297(release31-maint) and
r86298(release27-maint).
David, for the examples you mentioned, the first one's parsing logic follows
the explanation that is written. It is correct.
For the second example, the port valu
Senthil Kumaran added the comment:
Fixed in r86310. print was used in some examples following its mention, so a
simple introduction to it was okay. It is introduced properly further down in
the tutorial.
--
nosy: +orsenthil
resolution: -> fixed
stage: needs patch -> com
Senthil Kumaran added the comment:
Fixed in r86348 for py3k and r86349 for release27-maint.
In release31-maint, I see that there are missing features, like support for
xml_declaration and default_namespace, which are however available in
release27-maint. This is not a desirable scenario and
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10318>
___
___
Python-bugs-list mailing list
Unsubscribe:
Senthil Kumaran added the comment:
jrodman2, in the socketserver TCPServer code you will find that
shutdown_request does a socket.SHUT_WR before calling close_request.
If the application or code in your description used shutdown_request, instead
of close_request would you still require the
Senthil Kumaran added the comment:
Hallvard, if it going be a rather huge diff, you may make it available at
http://bugs.python.org/review, so that it is easy for review.
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10
Senthil Kumaran added the comment:
conn.close() was done in the finally method in r86228 by brian.curtin.
The other change in your patch in very minor space addition after comma. We can
leave it to place along with some other code change.
--
nosy: +brian.curtin, orsenthil
resolution
Senthil Kumaran added the comment:
At first, I was worried if this simplification would cause any harm to
readability of the algorithm. Fortunately, it didn't.
Committed in r86357.
--
nosy: +orsenthil
resolution: -> fixed
stage: commit review -> committed/rejected
s
Senthil Kumaran added the comment:
On Tue, Nov 09, 2010 at 07:15:57PM +, Jean-Paul Calderone wrote:
> >>> cProfile.run("import time; time.sleep(1)")
> 4 function calls in 1.012 CPU seconds
>
> It is not the case that the profiled code uses >1 CP
Senthil Kumaran added the comment:
On Fri, Nov 12, 2010 at 12:35:49AM +, Łukasz Langa wrote:
> This is unfortunately a backwards compatibility concern. Originally
> it wasn't made so that set() converts to string or accepts only
> strings and when the developers realized th
Senthil Kumaran added the comment:
Thanks for the explanation, Éric. That helps.
- Backported QName tests in r86447 to release31-maint.
As for the logic of the fix, it follows like this:
If True and False:
#Doesn't go here
elif True:
# Goes here
vs
if True:
# Goes here
if
Senthil Kumaran added the comment:
On Sat, Nov 13, 2010 at 01:20:45AM +, Łukasz Langa wrote:
> You think wrong. Try it.
Okay, I get it. Coercing would be a bad idea in RawConfigParser
because there are cases where get method can have raw=True and
coercing would break those behaviors.
Senthil Kumaran added the comment:
This is an invalid bug report at the moment. In fact, aged.
The redirection depends upon max_redirections and max_repeats together. Setting
it to 0 explicitly (inside the code) is not a good use case under any condition.
--
nosy: -BreamoreBoy
Senthil Kumaran added the comment:
Fixed in r86450 (py3k). Will be back porting shortly.
--
resolution: -> fixed
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.org/
Changes by Senthil Kumaran :
--
status: pending -> closed
___
Python tracker
<http://bugs.python.org/issue10116>
___
___
Python-bugs-list mailing list
Unsubscri
Senthil Kumaran added the comment:
r86461 (release31-maint)
r86462 (release27-maint)
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Senthil Kumaran added the comment:
That's sad. The fix is very simple. We shall have it before 3.2 alpha4 or beta1.
--
___
Python tracker
<http://bugs.python.org/i
Senthil Kumaran added the comment:
John, I was trying to find out what does rfc say on "Client Ignoring the 30X
REDIRECT headers". There is no point made on Client's trying to ignore it,
instead it said that it should follow the Redirect and must not endlessly loop.
Setting ma
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10425>
___
___
Python-bugs-list mai
Senthil Kumaran added the comment:
Revisiting this issue.
- Cookie: should contain name=value pairs
- Set-Cookie: header can contain a single word like 'secure'
The current design is along the same lines only.
In the original comment, the request had asked to document the behavior
Senthil Kumaran added the comment:
Did you attach the correct files? You mention about two programs in the
description, but you have attached only one file 'deadlock.py'.
Also, it does not fail on Python 2.7.1. Please try it on the latest
codeline from release27-maint too.
-
Changes by Senthil Kumaran :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10399>
___
___
Python-bugs-list mailing list
Unsubscribe:
Senthil Kumaran added the comment:
It is 'attributes' instead of term 'members'. The term 'method' when it denotes
methods can be left as such.
--
assignee: d...@python -> orsenthil
nosy: +orsenthil
___
Python
Changes by Senthil Kumaran :
--
stage: -> needs patch
type: -> behavior
versions: +Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.org/i
Senthil Kumaran added the comment:
On Tue, Nov 16, 2010 at 11:32:03AM +, Adam Bielański wrote:
> just accept ex:nil as well as nil and not try to analyze namespaces at all.
But even that seems specific to Java/ Apache Extension.
If it is, then it might go in as part of issue8
Changes by Senthil Kumaran :
--
assignee: -> bquinlan
nosy: +bquinlan
stage: -> patch review
versions: -Python 3.3
___
Python tracker
<http://bugs.python.org/i
Changes by Senthil Kumaran :
--
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Senthil Kumaran added the comment:
Fixed in revision 88631
--
nosy: +orsenthil
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Senthil Kumaran added the comment:
On Sat, Feb 26, 2011 at 12:11:10AM +, Antoine Pitrou wrote:
> if err.errno != errno.EACCESS:
> AttributeError: 'module' object has no attribute 'EACCESS'
That was one 'S' too many. Should be errno.EACCES
Looks
Senthil Kumaran added the comment:
Done in r88634.
--
___
Python tracker
<http://bugs.python.org/issue10228>
___
___
Python-bugs-list mailing list
Unsubscribe:
Senthil Kumaran added the comment:
I fail to see the bug here. Python's getpass.py is mimicing the
behavior of getp
On Tue, Feb 22, 2011 at 08:48:20AM +, wesley chun wrote:
>
> The fix is to add the end char '$' to the regex to get all 4 working:
Better would be a regex for white-space '\s' which would achieve the
same purpose plus it would satisfy the other requirement for using it
with search and can do
Senthil Kumaran added the comment:
Thinking about the regex pattern again. The example given is not really wrong.
It does what it claims to match, that is '' and
'u...@example.com' and reject ' kind of string.
Also, this is not an example of validating an email ad
Senthil Kumaran added the comment:
Guy, if the issue you describe in relevant to py3.x or 2.7, can you open a new
issue?
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue5
Changes by Senthil Kumaran :
--
resolution: -> invalid
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.org/issue11301>
___
___
Pyth
On Thu, Feb 24, 2011 at 03:07:10PM +, R. David Murray wrote:
> Creating a test for this may not be practical :(
Then should we just go ahead with this change as it seems reasonable
one.
-elif e.errno == errno.EACCES:
Changes by Senthil Kumaran :
--
assignee: -> orsenthil
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue11375>
___
___
Python-bugs-list mai
Senthil Kumaran added the comment:
I am not able to understand what you mean by 'endpoint'.
Actually, when using tunnels people understand that they often 'tunnel through'
the proxy server and here is an example code from the tests which is going to
use the se
Senthil Kumaran added the comment:
splituser is an internal API. It has never been exposed through Docs anytime
and there are good reasons for that too. We never want internal helper
functions (even tough they don't startwith _) be exposed through docs as it may
clutter the API Document
Only for relatively uncommon concepts like "Moving Average" and
some other cases used in collections module hyperlink to a general
article helps.
Set theory is a commonly understood concept and link to wikipedia
article may not be required. It can be left to the user to find out
more, if they want
Senthil Kumaran added the comment:
Sandro, I don't think is a required. Those functions serve the purpose
of making the module code modular. They are helper functions for the
module and are not really useful outside of it, when used standalone.
Think about , splituser, splitpath, splitpor
Senthil Kumaran added the comment:
What kind of url is 'javascript:123' and how do you (/ we) say that python2.6
behavior was correct?
--
assignee: -> orsenthil
keywords: +patch
___
Python tracker
<http://bugs.pytho
Senthil Kumaran added the comment:
Okay, fixed in all relevant branches.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Senthil Kumaran added the comment:
Yes, please ensure that server is returning a proper HTTP response. Test it
against browser or curl and see if they work. If they work, then it needs to be
investigated as why 'http.client' is not working.
--
assignee: -> orsenthil
nos
Senthil Kumaran added the comment:
Santoso, Quick review comments:
1. The patch looks good.
2. I would use a temporary 'throw-away' variable instead of _, but don't bother
to change it, before committing I shall take care.
3. Important - Did you find any regression with the
New submission from Senthil Kumaran :
Here is the make log and a patch to ignore looking for subversion keyword and
assume some defaults (same is done in 2.6 + higher).
--
components: Installation
files: make-error.log
messages: 131216
nosy: loewis, orsenthil
priority: normal
severity
Changes by Senthil Kumaran :
--
keywords: +patch
Added file: http://bugs.python.org/file21260/ignore_subversion_keywords.diff
___
Python tracker
<http://bugs.python.org/issue11
Senthil Kumaran added the comment:
go ahead. please submit a patch.
--
assignee: -> orsenthil
nosy: +orsenthil
type: performance -> behavior
versions: +Python 3.3
___
Python tracker
<http://bugs.python.org/i
Senthil Kumaran added the comment:
Yes, go ahead with the patch.
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue11563>
___
___
Python-bug
201 - 300 of 1788 matches
Mail list logo