[issue1349732] urllib.urlencode provides two features in one param

2016-06-30 Thread Paul Winkler
Paul Winkler added the comment: This was marked as a duplicate of http://bugs.python.org/issue8788 but the doc changes in that issue, and the current docs for 2.7, do not mention anything related to handling of unicode nor how `doseq` affects unicode-related behavior. If we can agree on

[issue13831] get method of multiprocessing.pool.Async should return full traceback

2013-04-17 Thread Paul Winkler
Changes by Paul Winkler : -- versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue13831> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13831] get method of multiprocessing.pool.Async should return full traceback

2013-04-17 Thread Paul Winkler
Changes by Paul Winkler : -- nosy: +slinkp ___ Python tracker <http://bugs.python.org/issue13831> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-12-08 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Whatever happened with this? I don't see it mentioned in the NEWS file for the 2.6 line. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2721] unittest.makeSuite undocumented and "obsolete" - but what to use instead?

2008-04-29 Thread Paul Winkler
New submission from Paul Winkler <[EMAIL PROTECTED]>: A comment in unittest.py says "these functions should be considered obsolete". But I've seen a lot of code in the wild still using unittest.makeSuite(MyTestCase)... in fact it's used frequently in the python stan

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-28 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: In what way is the comment in core.py inaccurate? I only added the phrase "and override config files", which is an important side effect of parse_command_line(). __ Tracker <[EMAI

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-28 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Phillip, here's another revision of the monkeypatch-in-setUp() approach, simplified per your suggestions. Added file: http://bugs.python.org/file10129/python_distutils_1180_3.patch __ Tracker <[E

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: and here's the revised version of the dependency-injection approach. Added file: http://bugs.python.org/file10122/python_distutils_1180_2.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9763/python_distutils_1180.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Phillip, thanks, I missed that script_args is always passed by core.setup(). I'm replacing the patches with two new versions that check self.script_args instead of sys.argv (and assumes false if for some reason script_args isn

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10105/python_distutils_1180_2.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-25 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Here's an alternate patch that uses a bit of dependency injection to avoid the need for monkeypatches in setup/teardown. This means some trivial changes to Distribution.__init__(). I slightly prefer this approach, but some might ar

[issue1753732] xmlrpclib.Binary doesn't say which base64 spec it implements

2008-04-23 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: looks good to me, thanks! _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1753732> _ ___ Python

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9763/python_distutils_1180.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9762/python_distutils_1180.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: The attached patch implements a command-line option to disable loading of $HOME/.pydistutils.cfg. After talking to Martin Loewis, I decided not to implement the override part, because if it's a one-time thing you can just pass the

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1180> __ ___ Python-bugs-list mailing

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-17 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: I'm working on this (at the pycon sprint). -- nosy: +slinkp __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2162] unittest.findTestCases undocumented

2008-02-22 Thread Paul Winkler
New submission from Paul Winkler: I cannot find anything about findTestCases on any of the library doc pages, certainly not at http://docs.python.org/lib/unittest-contents.html where I'd expect it to be. __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2162] unittest.findTestCases undocumented

2008-02-22 Thread Paul Winkler
Changes by Paul Winkler: -- components: Documentation nosy: slinkp severity: normal status: open title: unittest.findTestCases undocumented versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/