[issue11589] Additional tests for email module

2011-03-17 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> r.david.murray keywords: +needs review stage: -> patch review title: Unit test extensions for email module -> Additional tests for email module versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ P

[issue10914] Python sub-interpreter test

2011-03-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: > distutils sure knows how to build .o or .so files, but I don’t know > about standalone executables (because I don’t know how the .o end up > making an executable). If you want to try to do it, I would advise > you not to use the config command but rather a co

[issue11572] bring Lib/copy.py to 100% coverage

2011-03-17 Thread Brandon Craig Rhodes
Brandon Craig Rhodes added the comment: Éric, the Makefile in Python trunk seems to include Objects/complexobject.o in the build unilaterally without any way to turn it off. What is leading you to believe that Python 3 can conditionally turn the "complex" type off during a build? I do not un

[issue11578] Increase test coverage for timeit.py

2011-03-17 Thread Éric Araujo
Éric Araujo added the comment: Is there no resource (in the regrtest machinery) that could be used to flag those intensive tests? Nit: the NEWS entry lacks a “by”. -- nosy: +eric.araujo ___ Python tracker __

[issue11572] bring Lib/copy.py to 100% coverage

2011-03-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: +1 for not having pragma statements in the stdlib, especially when they target a third-party tool few of us know and use. Beside, while coverage measurements are useful, trusting them that actual coverage is complete is IMO a bit foolish. It's not just about r

[issue11572] bring Lib/copy.py to 100% coverage

2011-03-17 Thread Brandon Craig Rhodes
Brandon Craig Rhodes added the comment: Antoine, neither this issue, nor either version of my patch, was intended to assert that 100% test coverage indicates that a test of tests are complete. If you will point out where in the text this is implied, I will correct it. Thanks! --

[issue11572] bring Lib/copy.py to 100% coverage

2011-03-17 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Thu, Mar 17, 2011 at 8:03 PM, Antoine Pitrou wrote: .. > +1 for not having pragma statements in the stdlib, especially when they > target a third-party tool few of us know and use. "#pragma NO COVER" is recognized by stdlib trace module, so it is not

[issue11581] buildbot error when pushing to 2.5 branch?

2011-03-17 Thread Skip Montanaro
Skip Montanaro added the comment: Yes, but this is not a security issue. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11581] buildbot error when pushing to 2.5 branch?

2011-03-17 Thread Senthil Kumaran
Senthil Kumaran added the comment: issue11442 is a security issue and I pushed to 2.5 for fixing that and encountered this problem with buildbot. I think, we may/may not fix this (buildbot issue) depending upon when the 2.5 release may be planned. -- ___

[issue11581] buildbot error when pushing to 2.5 branch?

2011-03-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue10486] http.server doesn't set all CGI environment variables

2011-03-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue8450] httplib: false BadStatusLine() raised

2011-03-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue10860] Handle empty port after port delimiter in httplib

2011-03-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue8704] cgitb sends a bogus HTTP header if the app crashes before finishing headers

2011-03-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue11563] test_urllibnet is triggering a ResourceWarning

2011-03-17 Thread Senthil Kumaran
Senthil Kumaran added the comment: On Thu, Mar 17, 2011 at 06:30:51PM +, Jeff McNeil wrote: > I went down the same path as AbstractHTTPHandler and added a Connection: > close header. This is fine for the moment, tough I wish that the TODO pending in urllib.request with HTTP1.1 persisten

[issue11563] test_urllibnet is triggering a ResourceWarning

2011-03-17 Thread Jeff McNeil
Jeff McNeil added the comment: Sounds good. I'll look at doing that, too. -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-

[issue10050] urllib.request still has old 2.x urllib primitives

2011-03-17 Thread Jeff McNeil
Changes by Jeff McNeil : -- nosy: +mcjeff ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue11567] http.server error message format

2011-03-17 Thread Ezio Melotti
Ezio Melotti added the comment: This is just nitpicking, but serving XHTML as text/html is wrong. Also XHTML is not necessary here, so I would just use an HTML 4.01 strict doctype (and remove the xmlns). -- nosy: +ezio.melotti ___ Python tracker

[issue11593] Add encoding parameter to logging.basicConfig

2011-03-17 Thread Samuel Michaels
New submission from Samuel Michaels : Yes, you could just make a custom logging.FileHandler object, but this way is much easier for those who are following the basic logging tutorial. -- components: Library (Lib) files: __init__.patch keywords: patch messages: 131314 nosy: Samuel.Michae

[issue11593] Add encoding parameter to logging.basicConfig

2011-03-17 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue11592] Compilation warnings in os module

2011-03-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 071fb38c91e6 by Ross Lagerwall in branch 'default': Issue #11592: Fix compilation warnings in os module. http://hg.python.org/cpython/rev/071fb38c91e6 -- nosy: +python-dev ___ Python tracker

[issue11592] Compilation warnings in os module

2011-03-17 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

<    1   2