Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue4661>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue4908>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8312>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8324>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8255>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8254>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8252>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Dan Buch :
is this a dupe of 4908?
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8250>
___
___
Python-bugs-list mailin
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue5302>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8253>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8357>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Dan Buch :
On first glance, `distutils2.mkpkg` does not reflect the latest and greatest in
Python coding standards. I'd like to take a stab at PEP-(7|8)'ing the whole
thing, although I know there are other issues open to add features to the
module, so I don
Dan Buch added the comment:
I probably shouldn't have dropped the PEP8 bomb so much as stated that I feel
the module could use some updating. It's my (very much potentially wrong)
understanding that `distutils2.mkpkg` isn't considered library code so much as
the guts of a
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8604>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dan Buch added the comment:
bump.
Would it be more helpful if I were to submit a patch, too, or is doing so prior
to guidance from the driver (Tarek) frowned upon?
--
___
Python tracker
<http://bugs.python.org/issue8
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8638>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8653>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dan Buch added the comment:
Is simply adding 'git+' entries comprehensive enough? I'd have said the same
thing about the addition of the 'svn+' entries, fwiw :) Is adding hardcoded
entries like this the preferred way to extend urlparse?
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8666>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Dan Buch :
make a 'develop' command in distutils2 a la setuptools
(unless, of course, this has already been unilaterally refused via
distutils-sig or other communication)
--
assignee: tarek
components: Distutils2
messages: 105359
nosy: meatballhat, tare
New submission from Dan Buch :
Running 'python setup.py --help-commands' in the distutils2 package raises an
error because there is no 'bdist_rpm' module. Should references to 'bdist_rpm'
be removed, or should the 'bdist_rpm' module be (re?)introduced
Changes by Dan Buch :
Added file: http://bugs.python.org/file17269/distutils2-bdist-rpm-error.txt
___
Python tracker
<http://bugs.python.org/issue8669>
___
___
Python-bug
Dan Buch added the comment:
For what it's worth, I'm trying to adapt the setuptools command of the same
name in a feature branch called "mbh/adding-test-command" -->
http://bitbucket.org/meatballhat/distutils2/
Not sure how the roundup/ split is usually handled, s
Dan Buch added the comment:
Should I assume that unittest2 is an installation requirement of distutils2, or
is it preferable to try using unittest2 and falling back to a custom
TestLoader? Sorry if I'm reading too much into this :-/
--
___
P
Dan Buch added the comment:
@merwok I know ;-) ... should I assume that it's an installation requirement a
la `install_requires=['unittest2']`, or do::
try:
load_tests_with_unittest2()
except ImportError:
load_tests_with_cus
Dan Buch added the comment:
@mfoord thank you for the clarification! :)
--
___
Python tracker
<http://bugs.python.org/issue8324>
___
___
Python-bugs-list mailin
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8679>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8680>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8688>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dan Buch added the comment:
I've started work on cleanup of ``mkpkg.py`` per instruction from jafo, am
pushing to a branch 'mbh/mkpkg-cleanup' of my distutils2 fork:
http://bitbucket.org/meatballhat/distutils2/changeset/be40174c59e2
I'll attach pat
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8698>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue2142>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8704>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8706>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
keywords: +patch
Added file: http://bugs.python.org/file17385/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8
Dan Buch added the comment:
The attached mkpkg-round-of-pylinting.patch is known to cleanly apply to
tarek's branch @ 541f90ef0636
--
___
Python tracker
<http://bugs.python.org/i
Changes by Dan Buch :
Removed file: http://bugs.python.org/file17385/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8591>
___
___
Pytho
Changes by Dan Buch :
Added file: http://bugs.python.org/file17406/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8591>
___
___
Python-bug
Changes by Dan Buch :
Added file: http://bugs.python.org/file17407/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8591>
___
___
Python-bug
Changes by Dan Buch :
Removed file: http://bugs.python.org/file17406/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8591>
___
___
Pytho
Changes by Dan Buch :
Removed file: http://bugs.python.org/file17407/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8591>
___
___
Pytho
Changes by Dan Buch :
Added file: http://bugs.python.org/file17408/mkpkg-round-of-pylinting.patch
___
Python tracker
<http://bugs.python.org/issue8591>
___
___
Python-bug
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue444582>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dan Buch added the comment:
This appears to still be an issue in py3k. I've attached the command and
output when running ``python3 -m base64`` with various options and inputs. If
there's consensus on a solution, I'd be happy to take a crack at making a patch.
--
nos
New submission from Dan Buch :
While running various modules with the ``-m`` flag to check for command-line
behavior, I noticed that the mailbox module currently has svn:executable set.
The module contains no ``if __name__ == '__main__'`` magic and, as one would
expect, nothing ha
New submission from Dan Buch :
I noticed while running ``python3 -m tabnanny -v Lib/*.py`` that the process
died at heapq.py. The 0x37 char in "François Pinard" (in the ``__about__``
attr) was the culprit. The attached patch replaces it with '\xe7'. Changing
the enc
Changes by Dan Buch :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue8774>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Dan Buch :
--
title: 0xe7 in ``heapq.__about__`` causes badness -> tabnanny improperly
handles non-ascii source files
___
Python tracker
<http://bugs.python.org/iss
Changes by Dan Buch :
Removed file:
http://bugs.python.org/file17413/françois-pinard-killed-my-tabnanny.patch
___
Python tracker
<http://bugs.python.org/issue8
Dan Buch added the comment:
removed patch because the fix should be made to tabnanny itself
--
___
Python tracker
<http://bugs.python.org/issue8774>
___
___
Pytho
Dan Buch added the comment:
@haypo - what patch? :)
--
___
Python tracker
<http://bugs.python.org/issue4769>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dan Buch :
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/issue8796>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dan Buch added the comment:
@merwok much thanks for the feedback. After seeing how you're working via
bitbucket I've decided to create a fresh fork from tarek and recreate my patch
in multiple changesets all within the default branch. I'll update the issue
Dan Buch added the comment:
just updating the patch
--
nosy: +meatballhat
versions: +Python 3.2, Python 3.3 -Python 2.5, Python 2.6
Added file:
http://bugs.python.org/file18290/doctest-support-unicode-file-paths.patch
___
Python tracker
<h
Dan Buch added the comment:
seems to be okay with py3k's unicode StringIO
adding test to show as much (although I'm sure the test could be more elegant
than what I've done.)
--
Added file:
http://bugs.python.org/file18291/ensuring-doctest-file-suite-works-with-unic
Changes by Dan Buch :
Removed file:
http://bugs.python.org/file18290/doctest-support-unicode-file-paths.patch
___
Python tracker
<http://bugs.python.org/issue1
Dan Buch added the comment:
@haypo - I'm not in favor of using the attached bug_3740_1.patch but instead
adding a test to assert that unicode file paths are now handled correctly. I
can't remove @bear's original patch myself, though, so ... not sure what to
Dan Buch added the comment:
can this be closed? I'd do it myself if I had the triage bit :)
--
nosy: +meatballhat
___
Python tracker
<http://bugs.python.org/i
Dan Buch added the comment:
I first verified that the relevant parts of ``locale:getdefaultlocale`` have
been unchanged since 2005-10-17.
I'm adding a patch to remove default support for the LANGUAGE variable and
tests to assert that values like 'en_DK:en_GB:en_US' raise V
Changes by Dan Buch :
--
title: sgmllib doesn't support hex or Unicode character references -> gmllib
doesn't support hex or Unicode character references
___
Python tracker
<http://bugs.python
Dan Buch added the comment:
gads ... didn't mean to submit a title change there
Since this is removed from Python 3, should the status be changed to Rejected?
--
nosy: +meatballhat
title: gmllib doesn't support hex or Unicode character references -> sgmllib
doesn
Changes by Dan Buch :
--
nosy: +meatballhat, r.david.murray
___
Python tracker
<http://bugs.python.org/issue626452>
___
___
Python-bugs-list mailing list
Unsub
Dan Buch added the comment:
I'm attaching a patch which does exactly what dmbaggett recommended w.r.t. the
mustquote regex. All current tests pass, but I'm not sure if the current tests
even cover this code (how is coverage measured in the stdlib tests?)
On a related note, the `_
63 matches
Mail list logo