Martin Dengler added the comment:
Possible related to https://github.com/python/cpython/pull/32137 and
https://bugs.python.org/issue43323
--
___
Python tracker
<https://bugs.python.org/issue43
Change by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<https://bugs.python.org/issue43818>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<https://bugs.python.org/issue43323>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
___
Python tracker
<http://bugs.python.org/issue9400>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/o
Martin Dengler added the comment:
Bram's patch for "special" characters is in, mine is the one that allows spaces
in .netrc by enabling the parsing of a password field's value that's surrounded
by lexer.quotes ( https://hg.python.org/cpython/file/2.7/Lib/shlex.py#l45
Martin Dengler added the comment:
Anecdotal ( http://stackoverflow.com/a/12675195/2747741 ) evidence suggests
other programs do indeed accept spaces, and a cursory browsing of the Perl
source code (
http://perl5.git.perl.org/perl.git/blob/HEAD:/cpan/libnet/lib/Net/Netrc.pm#l120
) indicates
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue21360>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
FWIW, I've been using a this patch for 2.7.5 in a production setting for a
month now and have had no problems.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue22919>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
Just got hit with this in 2.7.
--
___
Python tracker
<http://bugs.python.org/issue20954>
___
___
Python-bugs-list mailin
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue20954>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
Sorry for the whitespace-unaware diff. The attached patch is the real one,
with the obvious extra level of indentation around the critical "password =
lexer.get_token()" line.
--
keywords: +patch
Added file:
http://bugs.python.org/file36
Martin Dengler added the comment:
I know this is ancient, but the below patch handles spaces in passwords in
2.7.8 and 3.4 for me. If this is worth making into a new bug / proper patch
I'm happy to do it.
$ diff -uw /c/Python278/Lib/netrc.py{-orig,}
--- /c/Python278/Lib/netrc.py
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue2943>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
I've got the contrib form bit now.
--
___
Python tracker
<http://bugs.python.org/issue21722>
___
___
Python-bugs-list m
Martin Dengler added the comment:
If you'd like me to change anything about the test case please let me know.
--
___
Python tracker
<http://bugs.python.org/is
Martin Dengler added the comment:
Here is the patch against 2.7, including a new test case.
--
Added file:
http://bugs.python.org/file35584/cpython2-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.org/issue21
Martin Dengler added the comment:
Here is the patch against tip, including a new test case.
--
Added file:
http://bugs.python.org/file35583/cpython-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.org/issue21
Martin Dengler added the comment:
I will submit patches with tests as soon as the before & after tests finish.
--
___
Python tracker
<http://bugs.python.org/iss
Martin Dengler added the comment:
Here is the patch against hg 2.7.
--
Added file:
http://bugs.python.org/file35582/cpython2-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.org/issue21
Changes by Martin Dengler :
Removed file:
http://bugs.python.org/file35573/cpython2-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.org/issue21
Changes by Martin Dengler :
Removed file:
http://bugs.python.org/file35572/cpython-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.org/issue21
Martin Dengler added the comment:
Here is the patch against hg tip.
--
Added file:
http://bugs.python.org/file35581/cpython-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.org/issue21
New submission from Martin Dengler:
This patch teaches distutils/command/upload.py to return a non-zero exit code
when uploading fails. Currently a zero error code is returned (specifically,
no Exception is raised by upload.run(...)) regardless of the HTTP response from
the server or any
Martin Dengler added the comment:
The attached file is a patch for backporting this fix to 2.7.7.
--
Added file:
http://bugs.python.org/file35573/cpython2-patch-Lib-distutils-command-upload.py.patch
___
Python tracker
<http://bugs.python.
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue8296>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue9400>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue21423>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue1669539>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue15414>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
I applied the patch from #10845 to 2.7.6 and it worked well for me.
--
___
Python tracker
<http://bugs.python.org/issue10
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue10128>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
Ok, you're right about my link #2; I meant to include this link (a reply to the
link I actually included):
https://mail.python.org/pipermail/python-dev/2012-March/118047.html
...in which I think the pertinent quote is:
"For direct execution, th
Martin Dengler added the comment:
> the root issue turned out to be that when you execute any multiprocessing
> statements at the module/script level on Windows, you need to put it under if
> __name__ == "__main__", otherwise it will cause infinite spawning.
Same for me.
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue11240>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue20042>
___
___
Python-bugs-list mailing list
Unsubscribe:
Martin Dengler added the comment:
Is this state "closed" per
https://mail.python.org/pipermail/distutils-sig/2013-October/022855.html or
"languishing" per
https://mail.python.org/pipermail/python-dev/2012-March/117946.html ?
I would add a belated "me too" to th
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue14302>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue8743>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue2226>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue7511>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue16499>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue15716>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Martin Dengler :
--
nosy: +mdengler
___
Python tracker
<http://bugs.python.org/issue8098>
___
___
Python-bugs-list mailing list
Unsubscribe:
44 matches
Mail list logo