Changes by David Stanek :
--
nosy: -dstanek
___
Python tracker
<http://bugs.python.org/issue2445>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue900092>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7100>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8743>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue5097>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue3849>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue9233>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue2007>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue4492>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7659>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8025>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue6584>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Stanek added the comment:
Should this just be resolved as a "won't fix"?
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8036>
___
_
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue10911>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue5885>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue10983>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue10993>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Stanek added the comment:
My Java may be a bit rusty, but it seems that it would filter out the colon.
tspecials contains a colon and thus having a colon in the cookie name would
make in invalid.
I glanced at the Perl code and couldn't find where it filtered out any
characters.
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue9417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7159>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue5843>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7275>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue1210680>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Stanek added the comment:
A possible fix is to add a __repr__ implementation to proxydict. I've attached
a patch and also posted it to: http://codereview.appspot.com/1908043.
--
keywords: +patch
nosy: +dstanek
Added file: http://bugs.python.org/file18376/5587.
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue1573931>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Stanek added the comment:
In issue #1673007 I submitted a patch that enables the programmer to create a
Request instance and specify the method to use.
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8
David Stanek added the comment:
I have attached a patch to add support for HEAD, PUT and DELETE methods. The
code review is available here: http://codereview.appspot.com/1696061.
I have started working on another patch that validates that the method is
properly set. For instance, it doesn
David Stanek added the comment:
Does this issue still exist? I did a little poking around at could not find the
quoted code.
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8757>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Stanek added the comment:
I think this is the right thing to do. To help this along I've included a
patch. The codereview is also available: http://codereview.appspot.com/1697062.
--
keywords: +patch
nosy: +dstanek
Added file: http://bugs.python.org/file18365/6602.
David Stanek added the comment:
I've reworked the patch so that it applied against the py3k branch. It's been
attached to this issue and is also available here:
http://codereview.appspot.com/1910044.
--
nosy: +dstanek
Added file: http://bugs.python.org/file18362/75
David Stanek added the comment:
I have also uploaded my patch to http://codereview.appspot.com/1918042 so
easier viewing.
--
___
Python tracker
<http://bugs.python.org/issue8
David Stanek added the comment:
Added a patch to fix this behavior.
--
keywords: +patch
nosy: +dstanek
Added file: http://bugs.python.org/file18358/fragment.patch
___
Python tracker
<http://bugs.python.org/issue8
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue5931>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7013>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue9500>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue4493>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Stanek added the comment:
Adding a patch that includes a documentation change.
--
Added file: http://bugs.python.org/file18302/8572-with-docs.diff
___
Python tracker
<http://bugs.python.org/issue8
David Stanek added the comment:
I created some tests for the existing behavior and the expected behavior. One
of my apps was passing in a tuple and the default. Since this already worked
and there are probably others besides me expecting this behavior I changed the
patch to handle this.
The
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7325>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7331>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue8910>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue6293>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue9370>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue7839>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue2304>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue2244>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek :
--
nosy: +dstanek
___
Python tracker
<http://bugs.python.org/issue9141>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Stanek <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file9803/cygwin.diff
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2445>
__
David Stanek <[EMAIL PROTECTED]> added the comment:
As Christian suggested I removed the unrelated svn:ignore changes.
Added file: http://bugs.python.org/file9804/cygwin-smaller.diff
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by David Stanek <[EMAIL PROTECTED]>:
--
type: -> compile error
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2445>
__
___
Python-b
New submission from David Stanek <[EMAIL PROTECTED]>:
I was having an issue building extension with a fresh checkout of
revision 61699. distutils was using the UnixCCompiler. This is not able
to find thec correct libraries to link against. I made a few changes in
this patch:
* distuti
David Stanek <[EMAIL PROTECTED]> added the comment:
I am uploading a new diff that includes the original fix from Hagai
along with some tests.
--
keywords: +patch
nosy: +dstanek
Added file: http://bugs.python.org/file9704/braced_override.diff
__
T
54 matches
Mail list logo