[issue1054967] bdist_deb - Debian packager

2010-04-29 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Eric, you're right, "native" isn't exactly what I was getting at. I want the debian/ directory created right next to the setup.py, as I've described in some follow ups. As far as what you see in setupdebian, this is just preliminar

[issue1054967] bdist_deb - Debian packager

2010-04-29 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Éric, sorry about missing that accent. /me needs a bigger font. :) RE: python-debian modernization. We'd have to check with the authors to see what version of Python they need to remain compatible with. If it's 2.6, then I'm all for modern

[issue8586] test_imp.py test failures on Py3K Mac OS X

2010-05-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Surely not bug 7743 "Additional potential string -> float conversion issues." -- ___ Python tracker <http://bugs.pyth

[issue8586] test_imp.py test failures on Py3K Mac OS X

2010-05-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I cannot reproduce this on my 10.6.3 machine either running the full test suite, or running: ./python.exe Lib/test/test_imp.py ./python.exe -m unittest test.test_imp -- resolution: -> works for me ___ Pyt

[issue8586] test_imp.py test failures on Py3K Mac OS X

2010-05-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: How odd. I'm on r80727 in py3k. -- ___ Python tracker <http://bugs.python.org/issue8586> ___ ___ Python-bugs-list m

[issue8586] test_imp.py test failures on Py3K Mac OS X

2010-05-04 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Maybe you just want to relax the test in the except clause of test.support.unlink()? Or change the test to if error.errno not in (errno.ENOENT, errno.ENOTDIR) ? -- ___ Python tracker <http://bugs.python.

[issue8586] test_imp.py test failures on Py3K Mac OS X

2010-05-04 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: +1 -- assignee: barry -> michael.foord resolution: works for me -> accepted ___ Python tracker <http://bugs.python.org/

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue4661> ___ ___ Python-bugs-list mailing list Un

[issue1467619] Header.decode_header eats up spaces

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1467619> ___ ___ Python-

[issue1368247] unicode in email.MIMEText and email/Charset.py

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue1368247> ___ ___ Python-bugs-list mai

[issue1379416] email.Header encode() unicode P2.6

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue1379416> ___ ___ Python-bugs-list mai

[issue6521] Contradictory documentation for email.mime.text.MIMEText

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue6521> ___ ___ Python-bugs-list mailing list Un

[issue1685453] email package should work better with unicode

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1685453> ___ ___ Python-

[issue1555570] email parser incorrectly breaks headers with a CRLF at 8192

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue170> ___ ___ Python-bugs-list mai

[issue1693546] email.Message set_param rfc2231 encoding incorrect

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray status: pending -> open ___ Python tracker <http://bugs.python.org/issue1693546> ___ ___

[issue1459867] Message.as_string should use "mangle_from_=unixfrom"?

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue1459867> ___ ___ Python-bugs-list mai

[issue1349106] email.Generators does not separates headers with "\r\n"

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue1349106> ___ ___ Python-bugs-list mai

[issue3244] multipart/form-data encoding

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> ___ Python tracker <http://bugs.python.org/issue3244> ___ ___ Python-bugs-list mailing list Unsubscri

[issue4766] email documentation needs to be precise about strings/bytes

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue4766> ___ ___ Python-bugs-list mailing list Un

[issue6942] email.generator.Generator memory consumption

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue6942> ___ ___ Python-

[issue1025395] email.Utils.parseaddr fails to parse valid addresses

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1025395> ___ ___ Python-

[issue1672568] silent error in email.message.Message.get_payload

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1672568> ___ ___ Python-

[issue1555842] email package and Unicode strings handling

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1555842> ___ ___ Python-

[issue5871] email.header.Header allow to embed raw newlines into a message

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue5871> ___ ___ Python-

[issue1440472] email.Generator is not idempotent

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1440472> ___ ___ Python-

[issue724459] Add documentation about line endings in email messages.

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue724459> ___ ___ Python-

[issue1078919] Email.Header encodes non-ASCII content incorrectly

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1078919> ___ ___ Python-

[issue968430] error flattening complex smime signed message

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue968430> ___ ___ Python-

[issue1210680] Split email headers near a space

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1210680> ___ ___ Python-

[issue1243654] Faster output if message already has a boundary

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1243654> ___ ___ Python-

[issue1243730] Big speedup in email message parsing

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1243730> ___ ___ Python-

[issue1372770] email.Header should preserve original FWS

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1372770> ___ ___ Python-

[issue1690608] email.utils.formataddr() should be rfc2047 aware

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1690608> ___ ___ Python-

[issue1681333] email.header unicode fix

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1681333> ___ ___ Python-

[issue504152] rfc822 long header continuation broken

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray ___ Python tracker <http://bugs.python.org/issue504152> ___ ___ Python-bugs-list mai

[issue5610] email feedparser.py CRLFLF bug: $ vs \Z

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue5610> ___ ___ Python-

[issue5612] whitespace folding in the email package could be better ; -)

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue5612> ___ ___ Python-

[issue1590744] mail message parsing glitch

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1590744> ___ ___ Python-

[issue1443866] email 3.0+ stops parsing headers prematurely

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1443866> ___ ___ Python-

[issue1155362] Bugs in parsedate_tz

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1155362> ___ ___ Python-

[issue1043706] External storage protocol for large email messages

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1043706> ___ ___ Python-

[issue1050268] rfc822.parseaddr is broken, breaks sendmail call in smtplib

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1050268> ___ ___ Python-

[issue975330] Inconsistent newline handling in email module

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue975330> ___ ___ Python-

[issue795081] email.Message param parsing problem II

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue795081> ___ ___ Python-

[issue4212] email.LazyImporter does not use absolute imports

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue4212> ___ ___ Python-

[issue1525919] email package quoted printable behaviour changed

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1525919> ___ ___ Python-

[issue2658] decode_header() fails on multiline headers

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue2658> ___ ___ Python-

[issue634412] RFC 2112 in email package

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue634412> ___ ___ Python-

[issue1443875] email/charset.py convert() patch

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1443875> ___ ___ Python-

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue1823> ___ ___ Python-

[issue740495] API enhancement: poplib.MailReader()

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> ___ Python tracker <http://bugs.python.org/issue740495> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7755] copyright clarification for audiotest.au

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: loewis -> barry ___ Python tracker <http://bugs.python.org/issue7755> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7755] copyright clarification for audiotest.au

2010-05-05 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: trunk: r80793 py3k: 80795 -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1671] "World" tool ported to py3k

2007-12-20 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: The change looks good to me, thanks! I made a minor change to your patch (i.e. .keys() not needed in sorted()), did some whitespace normalization, and fixed up the --dump output. Otherwise, the patch is quentin's and I've committed it to the tre

[issue1722] Undocumented urllib functions

2008-01-02 Thread Barry A. Warsaw
Changes by Barry A. Warsaw: -- components: Documentation nosy: barry priority: low severity: normal status: open title: Undocumented urllib functions versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1722] Undocumented urllib functions

2008-01-02 Thread Barry A. Warsaw
New submission from Barry A. Warsaw: urllib.splithost() and .splittype() are included in urllib's __all__ but are not documented in urllib's module documentation. They are used quite extensively in the module so they should be documented __ Track

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-01-14 Thread Barry A. Warsaw
New submission from Barry A. Warsaw: operator.attrgetter() is neutered because it only accepts a single attribute name, but it would really be much more useful if it accepted, and followed a dotted attribute path, e.g.: sorted(seq, key=operator.attrgetter('person.displayname'))

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-01-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Unfortunately, that already has different, existing (and IMHO less useful) semantics. :( __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-01-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I don't even mind if you *write* the patch :) I actually haven't had time yet to hack it up, but I just reached my threshold of tolerance so I had to at least report the bug. I think it's always a good idea to review patches before they go in

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-01-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Hey Guido, can I borrow the keys to the time machine to get this into Python 2.5.0? :) __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-01-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I'm not /personally/ concerned with the breakage because practicality beats purity, and I don't want to use lambda because it's slower. I've never used operator.attrgetter() outside the specific use case of sorted() and list.sort() so I&#x

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2008-01-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: You're right that this should probably be fixed in the subclass, but you also have to remember that the parser generally doesn't create subclass instances. It only creates instances of Message. As long as you can make it work properly with the

[issue2314] Test issue

2008-03-17 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- versions: +Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2314> __ ___ Python-bugs

[issue2415] bytes() should respect __bytes__

2008-03-18 Thread Barry A. Warsaw
New submission from Barry A. Warsaw <[EMAIL PROTECTED]>: The bytes() builtin should respect an __bytes__() converter if it exists. E.g. instead of >>> class Foo: ... def __bytes__(self): return b'foo' ... >>> bytes(Foo()) Traceback (most recent call last)

[issue2456] Make sysmodule.c compatible with Bazaar

2008-03-22 Thread Barry A. Warsaw
New submission from Barry A. Warsaw <[EMAIL PROTECTED]>: For the Bazaar experiment <http://www.python.org/dev/bazaar>, sysmodule.c needs to be made compatible with Bazaar, for build number display. -- assignee: barry components: Interpreter Core messages: 64327 nosy: ba

[issue2510] Bazaar ignore file

2008-03-29 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Personally, I think it would be fine to add one .bzrignore file at the top of the tree. I would also have no problem adding one for hg if some Mercurial fan asks for it. As you say, cleaning up afterward is a simple &#x

[issue2507] Exception state lives too long in 3.0

2008-04-02 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Knocking the priority down to critical for the next alpha release. This can be readdressed once the release is made. -- nosy: +barry priority: release blocker -> critical __ Tracke

[issue2547] Py30a4 RELNOTES only cover 30a1 and 30a2

2008-04-07 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Setting this to release blocker so I can't forget it for the next alphas. -- priority: -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bu

[issue2622] Import errors in email.message.py

2008-04-25 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Apr 25, 2008, at 10:44 AM, Mads Kiilerich wrote: > > Mads Kiilerich <[EMAIL PROTECTED]> added the comment: > > This patch seems to fix the issue for me. > > T

[issue1179] [CVE-2007-4965] Integer overflow in imageop module

2008-05-07 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: This is not a release blocker for 2.6 or 3.0. -- nosy: +barry priority: release blocker -> critical __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2548] Undetected error in exception handling

2008-05-07 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: I'm not going to hold up the 2.6 alpha release for this, but will bump it up for the first 2.6 beta. ------ nosy: +barry priority: release blocker -> critical __ Tracker <[EMAIL

[issue2235] __eq__ / __hash__ check doesn't take inheritance into account

2008-05-07 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Guido, can you comment on Amaury's latest patch? I'm going to bump this back to critical so as not to hold up 2.6 alpha, but it should be marked as a release blocker for the first beta. ------ nosy: +barry priority:

[issue2632] performance problem in socket._fileobject.read

2008-05-07 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Bumping this down to critical for the alpha release. It should be release blocker for the first beta. -- nosy: +barry priority: release blocker -> critical __ Tracker <[EMAIL PROTE

[issue2507] Exception state lives too long in 3.0

2008-05-07 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r62847 -- priority: release blocker -> critical resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2547] Py30a4 RELNOTES only cover 30a1 and 30a2

2008-05-08 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: I've updated the release script to at least touch RELNOTES, but I'm unsure as to what the policy is for updating the content of this file. I'm closing this issue but will bring it u

[issue2547] Py30a4 RELNOTES only cover 30a1 and 30a2

2008-05-08 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2547> __ __

[issue3787] Make PyInstanceMethod_Type available or remove it

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Let's commit the capi patch but not expose instancemethod. Make it so. -- resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]> <http://bu

[issue3685] Crash while compiling Python 3000 in OpenBSD 4.4

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66948 -- nosy: +barry resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3661] sys.call_tracing segfaults

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66949 -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3664] Pickler.dump from a badly initialized Pickler segfaults

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Rather than attach a full _pickle.c file, please generate a unified diff with just your changes. The patch should include a test for the crashing condition. If you can upload that I'll try to accept it for rc3. Deferr

[issue3714] nntplib module broken by str to unicode conversion

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: This issue does not seem close to resolution and the nntplib is not critical enough to block the release, so I'm deferring this to rc3. ------ nosy: +barry priority: release blocker -> de

[issue4125] runtests.sh: use -bb flag of Python

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66950 -- nosy: +barry status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3988] Byte warning mode and b'' != ''

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66950 -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3574] compile() cannot decode Latin-1 source encodings

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Brett, please apply and close the issue. -- nosy: +barry ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3664] Pickler.dump from a badly initialized Pickler segfaults

2008-10-17 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Amaury, please apply the patch and close the issue. Thanks! -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4125] runtests.sh: use -bb flag of Python

2008-10-17 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66957. really. fer sher. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4186] type() doesn't accept bases and dict keyword arguments

2008-10-23 Thread Barry A. Warsaw
New submission from Barry A. Warsaw <[EMAIL PROTECTED]>: According to bug 1683368, Python 3.0's object.__init__() no longer accepts arbitrary keyword arguments. What's new in Python 2.6 says the same thing has been implemented in 2.6. However, type() no longer accepts /any/ k

[issue3714] nntplib module broken by str to unicode conversion

2008-10-24 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1210] imaplib does not run under Python 3

2008-11-03 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: The assertion on line 813 is indented incorrectly. Please fix that. I'm concerned we really need better test coverage for this code, but it's doubtful we'll get that before 3.0 final is released. I think this is the b

[issue3727] poplib module broken by str to unicode conversion

2008-11-03 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Benjamin's reviewed this and the only thing that jumps out at me is some funky indentation at about line 331. If you fix that, you can land this patch. -- keywords: -needs review nosy: +barry resolution:

[issue3714] nntplib module broken by str to unicode conversion

2008-11-03 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Please fix the test as Benjamin suggests ("network"). While I'd prefer a more fleshed out test suite, I think in time you can add that. For now, this is still an improvement and likely the best we're going to g

[issue4236] Crash when importing builtin module during interpreter shutdown

2008-11-03 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Can you add some tests for this problem? -- nosy: +barry ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4204] Cannot build _multiprocessing, math, mmap and readline of Python 2.6 on FreeBSD 4.11 w/ gcc 2.95.4

2008-11-03 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Christian, if you like the patch go ahead and land it. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4233] open(0, closefd=False) prints 3 warnings

2008-11-05 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Small typo, conveyed to Crys_ in irc. -- nosy: +barry resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3799] Byte/string inconsistencies between different dbm modules

2008-11-05 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: I don't see enough progress on this issue, and I'm not going to hold up 3.0rc2 for it, so I'm deferring. -- nosy: +barry priority: release blocker -> deferred blocker __

[issue4236] Crash when importing builtin module during interpreter shutdown

2008-11-05 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: This seems like a corner case to me. We should fix it before the final release, but I don't think it's worth holding up 3.0rc2 for it. Deferring. -- priority: release blocker -&g

[issue3775] Update RELNOTES file

2008-11-05 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: This is really done, so closing. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4266] Python 3.0 docs are broken.

2008-11-05 Thread Barry A. Warsaw
New submission from Barry A. Warsaw <[EMAIL PROTECTED]>: The Python 3.0 documentation is broken. This is blocking the 3.0rc2 release. I'm too tired right now to figure out what the base problem is. This was during the ".../release.py --export 3.0rc2" build phase. pdflate

[issue4266] Python 3.0 docs are broken.

2008-11-06 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Sorry, but this is still not fixed: tnow using/cmdline Exception occurred: File "/private/tmp/py3k/dist/Python-3.0rc2/Doc/tools/docutils/parsers/rst/states.py", line 2055, in run_directive % (type_name, i, result[i])

[issue4266] Python 3.0 docs are broken.

2008-11-06 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r67136 is a workaround found by Christian. We'll go with this for the 3.9rc2 release and make this a deferred blocker for a proper fix for the next rc. -- priority: release blocker -> deferred blocker res

<    6   7   8   9   10   11   12   13   14   15   >