[issue20904] HAVE_PY_SET_53BIT_PRECISION for m68k

2014-03-13 Thread Andreas Schwab
Andreas Schwab added the comment: I have modified the patch to include a configure check to set HAVE_GCC_ASM_FOR_MC68881 and use that instead of __mc68000__. -- Added file: http://bugs.python.org/file34412/m68k-float-prec.patch ___ Python tracker

[issue20265] Bring Windows docs up to date

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file34403/windowsDoc.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue20265] Bring Windows docs up to date

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file34386/windowsDoc.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: That makes a lot of sense. I guess this is Brett’s call. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue20921] DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead st = os.stat(path)

2014-03-13 Thread Pramod Jadhav
New submission from Pramod Jadhav: C:\Python33\lib\genericpath.py:29: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead st = os.stat(path) -- messages: 213517 nosy: pramod.jadhav priority: normal severity: normal status: open title: Deprecati

[issue20919] Image.show() does not open the image on windows xp

2014-03-13 Thread Ned Deily
Ned Deily added the comment: PIL is a third-party distribution and thus not part of the Python standard library. See its page on the Python Package Index here: https://pypi.python.org/pypi/PIL Be aware that, AFAIK, PIL is no longer being developed. If you aren't already using it, you might

[issue20920] Turtle module transparency.

2014-03-13 Thread Eli Innis
New submission from Eli Innis: Python's Turtle module doesn't support transparency. I emailed the developer that was listed in the Turtle module code, thinking that was the right way to get help updating it. I then messaged Python's Facebook

[issue18104] Idle: make human-mediated GUI tests usable

2014-03-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: After correcting bugs in the 'explaining with code' posted before, and making a few other changes, the attached 3.3 diff works. The main substantive change is that I added a parameter to the class to move the tested dialog under the toplevel driver so the test

[issue20919] Image.show() does not open the image on windows xp

2014-03-13 Thread Yamini Joshi
New submission from Yamini Joshi: On using PIL, this command works fine on Windows 7 and opens the image on default image viewer but on Windows xp, it just opens the viewer w/o the image. -- ___ Python tracker ___

[issue16989] allow distutils debug mode to be enabled more easily

2014-03-13 Thread Jason R. Coombs
Jason R. Coombs added the comment: Searching through the setuptools code base, there's no code reference to DEBUG and only one comment referencing DISTUTILS_DEBUG (which I'm suspicious may be a legacy artifact). In any case, I'm mostly confident that applying the patch as presented would have

[issue20919] Image.show() does not open the image on windows xp

2014-03-13 Thread Yamini Joshi
Changes by Yamini Joshi : -- components: IDLE nosy: Yamini.Joshi priority: normal severity: normal status: open title: Image.show() does not open the image on windows xp type: behavior versions: Python 2.7 ___ Python tracker

[issue20265] Bring Windows docs up to date

2014-03-13 Thread Kathleen Weaver
Kathleen Weaver added the comment: I've added a paragraph to the FAQ that refers to the Python Launcher as Éric Araujo suggested. So sorry, but new patch. -- Added file: http://bugs.python.org/file34409/windowsDoc.patch ___ Python tracker

[issue20913] Standard Library documentation needs SSL security best practices doc.

2014-03-13 Thread R. David Murray
R. David Murray added the comment: To expand on that point a little: in the past, I could happily use the SMTP_SSL class (say) without thinking about certificates or server hostname verification, or pretty much of anything. This produced no verification, of course, which is the problem we are

[issue18624] Add alias for iso-8859-8-i which is the same as iso-8859-8

2014-03-13 Thread Kamilla
Kamilla added the comment: I'm not sure about how the aliases are represented. I found some examples: http://web.mit.edu/Mozilla/src/mozilla/intl/uconv/src/charsetalias.properties So I wrote the aliases like this: 'iso-8859-8-i' : 'iso8859_8_I', 'iso-8859-8-e' : 'iso8859_8_E', But

[issue6040] bdist_msi does not deal with pre-release version

2014-03-13 Thread Martin v . Löwis
Martin v. Löwis added the comment: As for 2): I believe that bdist_msi doesn't support upgrade installations currently, anyway. To support this, the UpgradeCode property would have to be specified. As it stands, multiple versions of the same PyPI package result in multiple separate installatio

[issue20913] Standard Library documentation needs SSL security best practices doc.

2014-03-13 Thread R. David Murray
R. David Murray added the comment: Someone else told me it was, I'm afraid I didn't actually check myself :(. That said, it is still not clear to me from reading that whether or not I need to "do something" when using, say, the SMTP_SSL class. And it is the latter kind of question that I'm as

[issue20785] Missing symbols in Python27.lib (Windows 64bit)

2014-03-13 Thread Martin v . Löwis
Martin v. Löwis added the comment: I don't know how mingw64 is supposed to work, but going by the 32-bit mingw, you might have to create a libpython27.a first. -- nosy: +loewis ___ Python tracker _

[issue20905] Adapt heapq push/pop/replace to allow passing a comparator.

2014-03-13 Thread Prashant Sharma
Prashant Sharma added the comment: Thanks Raymond for looking at the patch, understood your considerations are reasonable. This discussion can be closed here. -- ___ Python tracker

[issue20905] Adapt heapq push/pop/replace to allow passing a comparator.

2014-03-13 Thread Prashant Sharma
Prashant Sharma added the comment: Did not knew about #13742. I hope it gets merged soon and may be, if possible backport too ? -- ___ Python tracker ___ ___

[issue20913] Standard Library documentation needs SSL security best practices doc.

2014-03-13 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'm not so sure about the objection. The text currently says CERT_NONE is the default. Since it does not authenticate the other peer, it can be insecure, especially in client mode where most of time you would like to ensure the authenticity of the server you’

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2014-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7950e916f20 by R David Murray in branch '3.3': #7475: Remove references to '.transform' from transform codec docstrings. http://hg.python.org/cpython/rev/d7950e916f20 New changeset 83d54ab5c696 by R David Murray in branch 'default': Merge #7475: Re

[issue20337] bdist_rpm should support %config(noreplace)

2014-03-13 Thread KV
KV added the comment: Configuration files in RPMs can have several attributes, one important one is 'noreplace' (i.e., "%config(noreplace) file-name").  This allows for configuration files that have been changed after the RPM has been installed to not be over-written when the RPM is updated --

[issue18104] Idle: make human-mediated GUI tests usable

2014-03-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I thought through my design criteria a bit, and in the process, decided on a specific concrete proposal to test. 1. It should be possible to run one test. It should easy to run (or not) the test (or tests) for a module when editing its file. It should be easy

[issue20913] Standard Library documentation needs SSL security best practices doc.

2014-03-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 I think this is sorely needed. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-lis

[issue20910] Make sleep configurable in tests

2014-03-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: > Some tests use time.sleep() as a basic synchronization primitive, > because other synchronization primitive cannot be used. For example, > lock_tests.py tests locks and so cannot use lock in its tests. > The problem is that slow buildbots require long sleep.

[issue20905] Adapt heapq push/pop/replace to allow passing a comparator.

2014-03-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for submitting a patch. I'm sorry, but I don't think this is the right approach. I will likely keep the current functions as they are now. Under no circumstances do I want to add any overhead to the existing functions (they serve performance crit

[issue20902] Which operand is preferred by set operations? Missing information in the documentation

2014-03-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: > As far as I can tell currently there is no rule about this. > Intersection prefers the second operand, while union prefers the first. The implementation uses the same logic as found in Lib/sets.py where the intersection operator loops over the SMALLER of

[issue20902] Which operand is preferred by set operations? Missing information in the documentation

2014-03-13 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue19359] reversed() does not work with weakref.proxy of sequences

2014-03-13 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> low type: behavior -> enhancement versions: +Python 3.5 -Python 2.7, Python 3.3 ___ Python tracker ___ _

[issue20907] behavioral differences between shutil.unpack_archive and ZipFile.extractall

2014-03-13 Thread Peter Santoro
Peter Santoro added the comment: I've attached a zip file which contains a test script and test zip files for the previously submitted Python 3.3.5 patch. See the included README.txt for more information. To view the contents of the included bad.zip file, use the following command: > unzip

[issue20910] Make sleep configurable in tests

2014-03-13 Thread STINNER Victor
STINNER Victor added the comment: "I've sped up "wait for something to happen" tests in other contexts and found the best solution to be a polling loop so that success is as fast as possible and failure may be slow." more_reliable_tests.patch tries to fix tests to not depend on timings. But it

[issue20910] Make sleep configurable in tests

2014-03-13 Thread Nick Coghlan
Nick Coghlan added the comment: I've sped up "wait for something to happen" tests in other contexts and found the best solution to be a polling loop so that success is as fast as possible and failure may be slow. For example, rather than just having a 10 second timeout, it's often better to have

[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread R. David Murray
R. David Murray added the comment: Actually, it could be important even if you are dealing with files and directories (or I'm confused and __path__ is always about same :), since you could be dealing with an alternate loader. Our policy is not to hide the chained traceback unless *all* of the

[issue6142] distutils2 clean command: Remove extension modules built in-place

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: distutils doc now warns about clean not removing extensions built in place. distutils2 is no more. Closing. -- assignee: -> docs@python components: +Documentation -Distutils2 nosy: +docs@python resolution: -> out of date stage: needs patch -> committed

[issue6142] distutils2 clean command: Remove extension modules built in-place

2014-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 066b896b6132 by Éric Araujo in branch '3.3': Clarify distutils’ clean command (ref #6142) http://hg.python.org/cpython/rev/066b896b6132 New changeset 50ee8fe8e841 by Éric Araujo in branch 'default': Clarify distutils’ clean command (ref #6142) http:

[issue20915] Add "pip" section to experts list in devguide

2014-03-13 Thread Nick Coghlan
Nick Coghlan added the comment: Makes sense to me. We should include Marcus.Smith in that list as well, and give him developer access on the tracker. -- title: Add “pip” section to experts list in devguide -> Add "pip" section to experts list in devguide ___

[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread R. David Murray
R. David Murray added the comment: That's only true if you are dealing with files and directories though. The import system can deal with much more than that, in which case the absence __path__ could be an important bit of debugging information. -- nosy: +r.david.murray _

[issue14894] distutils.LooseVersion fails to compare number and a word

2014-03-13 Thread Nick Coghlan
Nick Coghlan added the comment: Yes, I agree we should allow backwards compatible distutils RFEs if people want to work on them. It's not going away any time soon, we just need to be careful with any internal refactoring. -- ___ Python tracker

[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: > If you only had the latter exception all you would know is Python > doesn't consider datetime a package but you wouldn't know why that is Well, I’d be satisfied with that. Looking at the doc or importing just datetime would let me know it’s a module, not a packa

[issue11122] bdist_rpm should use rpmbuild, not rpm

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Can someone test the attached patch for 2.7? I don’t know if the second use (rpm -q --qf etc) should be converted too. -- keywords: +patch stage: needs patch -> patch review versions: +Python 3.4 -Python 3.2 Added file: http://bugs.python.org/file34407/fi

[issue17553] Note that distutils’ bdist_rpm command is not used to build a CPython rpm

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: On second thought, it seems to me that packagers already know that they should use their usual tool to create a CPython RPM, and I would not want to confuse Python developers with a note in the bdist_rpm doc. If someone thinks there really should be a note in som

[issue1635363] Add command line help to windows unistall binary

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Closing per Thomas’ and Martin’s replies. -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue20910] Make sleep configurable in tests

2014-03-13 Thread STINNER Victor
STINNER Victor added the comment: "How much this patch speeds up testing? Especially interesting results for medium-speed buildbots (about a hour)." Quick benchmark, I only ran the test once. "Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz" (4 cores with HT: 8 logical cores) and 12 GB of RAM. I teste

[issue17006] Warn users about hashing secrets?

2014-03-13 Thread R. David Murray
R. David Murray added the comment: Please note what I said about wrapping lines to less than 80 characters. Also, my thought was to move the 'see also' entry that is referenced in the existing warning text (the wikipedia link) into the 'security considerations' section, probably as a separate

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: This may have been done on purpose, to allow nearly-valid Python files to be packaged. In other bug reports we got some use cases: files used as templates; custom dialects converted by import hooks; 2.x and 3.x code in the same sdist. In that light, I think dis

[issue20916] ssl.enum_certificates() will not return all certificates trusted by Windows

2014-03-13 Thread Adam Goodman
Adam Goodman added the comment: I just tried installing the root certificate update from KB931125 on a clean VM. Now I have 369 trusted root CAs, according to certmgr.msc. (I imagine it would be unreasonable to expect all windows python users to do this, though...) The https request to python.

[issue10530] distutils2 should allow the installing of python files with invalid syntax

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: This doesn’t apply to distutils, see #7918. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Donald Stufft
Donald Stufft added the comment: It would also break some 2/3 compatible projects who have a python3 and a python2 file sitting next to each other and dynamically selected and imported based on Python version. -- nosy: +dstufft ___ Python tracker <

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg122428 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17006] Warn users about hashing secrets?

2014-03-13 Thread Ya-Ting Huang
Ya-Ting Huang added the comment: Hi. this is my first patch. I tried to follow the instruction by David to add Christian's notes into a new security section. -- nosy: +yating.huang Added file: http://bugs.python.org/file34406/hashlib.patch ___ Python

[issue7918] distutils always ignores byte compilation errors

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Another use case from #10530: deliberately broken modules for testing. -- ___ Python tracker ___ ___ Pyt

[issue20910] Make sleep configurable in tests

2014-03-13 Thread STINNER Victor
STINNER Victor added the comment: "I don't like these patches at all. It is not obvious that making sleep times configurable improves things at all, and it's one more complication in the test suite that people will have to care about." The default timings should choosen to work on most compute

[issue20888] tracemalloc: add a get_line() method to Trace and Frame classes

2014-03-13 Thread STINNER Victor
STINNER Victor added the comment: Ok, I prefer to develop this feature is tools based on tracemalloc and wait later to add this feature if it is still needed. -- resolution: -> postponed status: open -> closed ___ Python tracker

[issue20918] LogRecord.__init__ should handle exception if % operation fails

2014-03-13 Thread R. David Murray
Changes by R. David Murray : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue20918] LogRecord.__init__ should handle exception if % operation fails

2014-03-13 Thread R. David Murray
R. David Murray added the comment: Logging tries to catch errors during logging and log them. This is an edge case it doesn't handle, because when it tries to log it...it tries to print the arguments, and of course the repr of the argument fails (again). So I think this is a bug. --

[issue6040] bdist_msi does not deal with pre-release version

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: The issue is that projects want to generate MSIs for pre- and post-release versions. As Martin said, there is an MSI limitation here (that should be documented in distutils doc). I see two issues with munging the version number: 1) Both Twisted 2.0+r42 and Twis

[issue15419] distutils: build should use a version-specific build directory

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 stage: -> needs patch title: distutils2: build should use a version-specific build directory -> distutils: build should use a version-specific build directory versions: +Python 3.5 -3rd party, Python 3.4 __

[issue5926] bdist_msi: add support for minimum Python version for pure Python projects

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: #5311 gives more context for this feature request. The last messages hint that there already is a way to achieve this, in which case the documentation could be improved. -- assignee: eric.araujo -> components: +Distutils -Distutils2 resolution: out of d

[issue5926] bdist_msi: add support for minimum Python version for pure Python projects

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg119372 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1294032] Distutils writes keywords comma-separated

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Doc request forwarded to https://bitbucket.org/pypa/pypi-metadata-formats/issue/30/clarify-use-of-csv-for-keywords-field -- assignee: tarek -> components: +Documentation -Distutils2 nosy: +ncoghlan resolution: -> works for me stage: -> committed/rejecte

[issue20918] LogRecord.__init__ should handle exception if % operation fails

2014-03-13 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +vinay.sajip, yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue11219] distutils check command: warn if license is specified in both the License and Classifier metadata fields

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2 keywords: +easy title: Produce a warning when the license is specified in both the License and Classifier metadata fields -> distutils check command: warn if license is specified in both the License and

[issue5936] Add MSI suport for uninstalling individual versions

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2 versions: +Python 3.5 -3rd party ___ Python tracker ___

[issue4480] bdist_msi and bdist_wininst are missing an uninstaller icon

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2, Windows versions: +Python 3.5 -3rd party ___ Python tracker ___ ___

[issue2942] mingw/cygwin do not accept asm file as extension source

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2 versions: -3rd party ___ Python tracker ___ ___ Pyt

[issue7894] too aggressive dependency tracking in distutils

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: See #14517 and #5372. -- components: +Distutils -Distutils2 resolution: -> rejected stage: needs patch -> committed/rejected status: open -> closed versions: -3rd party ___ Python tracker

[issue1109659] distutils argument parsing is bogus

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 stage: -> needs patch versions: +Python 2.7, Python 3.3, Python 3.4 -3rd party ___ Python tracker ___ __

[issue1682403] Transform reST to styled text in bdist_wininst-produced installers

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: The marked-up text is still readable, and PyPI / project’s documentation render nice HTML. If someone knows how to style text in a wininst program and wants to work on a patch, please reopen this ticket. -- components: +Distutils -Distutils2 resolution:

[issue20918] LogRecord.__init__ should handle exception if % operation fails

2014-03-13 Thread the mulhern
New submission from the mulhern: Here's my illustrating trace: Python 3.3.2 (default, Aug 23 2013, 19:00:04) [GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> class Junk(): ... def __repr__(self): ... raise

[issue5187] distutils upload should prompt for the user/password too

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Freeze was lifted. The user experience for register/upload isn’t as good as it could be, I think we could improve it. -- assignee: tarek -> components: +Distutils -Distutils2 versions: +Python 2.7, Python 3.3, Python 3.4 -3rd party _

[issue6142] distutils2 clean command: Remove extension modules built in-place

2014-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 67ada6ab7fe2 by Éric Araujo in branch '2.7': Clarify distutils’ clean command (ref #6142) http://hg.python.org/cpython/rev/67ada6ab7fe2 -- nosy: +python-dev ___ Python tracker

[issue3621] it would be nice if installers made by bdist_wininst stored an EstimatedSize property in the Windows registry

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Closing per OP’s message. -- components: +Distutils -Distutils2 nosy: +eric.araujo resolution: -> rejected stage: -> committed/rejected status: open -> closed versions: -3rd party ___ Python tracker

[issue12659] Add tests for packaging.tests.support

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue5926] bdist_msi: add support for minimum Python version for pure Python projects

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue20916] ssl.enum_certificates() will not return all certificates trusted by Windows

2014-03-13 Thread Christian Heimes
Christian Heimes added the comment: Thanks for you tests! Yes, I was aware of the situation in general. Personally I think it is an unfortunate decision of Microsoft to download root CA certs on demand. When I developed the feature I only experimented with a fresh but fully patched VM of Wind

[issue7677] upload: improve display for error messages from gpg

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Improving error messages is an acceptable change for stable branches IMO. -- components: +Distutils -Distutils2 versions: +Python 2.7, Python 3.4 -3rd party ___ Python tracker

[issue12355] Crawler doesn't follow redirection

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: distutils2 development has stopped. -- resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker _

[issue11723] Add support for mingw64 compiler

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: “MinGW 64 is an open source C/C++ compiler based on the popular gcc; basically, it is intended to generate executables for Windows 64 bit.” If there is significant interest from the community for that compiler, support could be added to 3.5. Alternatively, a way

[issue5300] distutils should preserve +x bit on data files

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2 title: distutils ignores file permissions -> distutils should preserve +x bit on data files versions: +Python 2.7, Python 3.3, Python 3.4 -3rd party ___ Python tracker

[issue1887] Document that distutils doesn't support out-of-source builds

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue1887] Document that distutils doesn't support out-of-source builds

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: distutils2 is no more. Paths handling in distutils is fragile, so I’m changing this to a doc issue: we should make it clear that only “cd path/to/project; python setup.py command” is expected to work. -- assignee: tarek -> eric.araujo components: +Distut

[issue10510] distutils upload/register should use CRLF in HTTP requests

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7546] msvc9compiler.py: add .asm extension

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2 versions: +Python 3.5 -3rd party ___ Python tracker ___

[issue11993] Use sub-second resolution to determine if a file is newer

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12259] Document which compilers can be created on which platform

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> stage: -> needs patch title: Test and document which compilers can be created on which platform -> Document which compilers can be created on which platform versions: +Python 2.7, Python 3.4 ___ Python

[issue12259] Document which compilers can be created on which platform

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5572] distutils should respect the LIBS configure env var

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 title: packaging should respect the LIBS configure env var -> distutils should respect the LIBS configure env var versions: +Python 3.5 -Python 3.3 ___ Python tracker

[issue20917] Idle: Enhance font change notification system

2014-03-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: Changing CodeContext.py to drop the font polling and use the new mechanism is part of this issue. Such a change would effectively be part of its test. -- ___ Python tracker __

[issue8501] setup.py install --dry-run option doesn't work

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Narrowing the scope of this issue to only cover the original request. -- components: +Distutils -Distutils2 resolution: accepted -> title: --dry-run option doesn't work -> setup.py install --dry-run option doesn't work versions: +Python 3.5 -3rd party __

[issue12895] In MSI/EXE installer, allow installing Python modules in free path

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Closing per Martin’s message. -- components: +Distutils -Distutils2 resolution: -> rejected stage: -> committed/rejected status: open -> closed versions: -Python 3.3 ___ Python tracker

[issue13038] bdist_wininst installers should warn if target dir is read-only

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg145115 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13038] bdist_wininst installers should warn if target dir is read-only

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 versions: +Python 3.5 -3rd party, Python 3.3 ___ Python tracker ___ ___

[issue1109658] distutils dry-run breaks when attempting to bytecompile

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Distutils -Distutils2 versions: +Python 2.7, Python 3.3, Python 3.4 -3rd party ___ Python tracker ___ _

[issue20917] Idle: Enhance font change notification system

2014-03-13 Thread Terry J. Reedy
New submission from Terry J. Reedy: If one changes the font in the Idle Preferences dialog, all open windows are somehow notified and they immediately respond. Classes defined in extensions do not get notified. So CodeContext sets up a polling loop. Roger Serwy's line number extension (posted

[issue20906] Issues in Unicode HOWTO

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +benjamin.peterson, eric.araujo, ezio.melotti, haypo, lemburg, pitrou title: Unicode HOWTO -> Issues in Unicode HOWTO versions: -Python 3.1, Python 3.2, Python 3.5 ___ Python tracker

[issue20916] ssl.enum_certificates() will not return all certificates trusted by Windows

2014-03-13 Thread Adam Goodman
Changes by Adam Goodman : Added file: http://bugs.python.org/file34405/win_ca_test.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20916] ssl.enum_certificates() will not return all certificates trusted by Windows

2014-03-13 Thread Adam Goodman
New submission from Adam Goodman: Starting with Vista, Microsoft began shipping only a very minimal set of root CA certificates with Windows. Microsoft does trust many other authorities, but for these, Windows relies on the "Update Root Certificates" feature: http://technet.microsoft.com/en-us

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2014-03-13 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: thanks much for the commit -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue20909] 3.4 cherry pick: d22ef969cb82 & f5be4ea5b43e & 25dc02a2acae new distribution & installation guides

2014-03-13 Thread Ned Deily
Changes by Ned Deily : -- title: 3.4 cherry pick: d22ef969cb82 & f5be4ea5b43e new distribution & installation guides -> 3.4 cherry pick: d22ef969cb82 & f5be4ea5b43e & 25dc02a2acae new distribution & installation guides ___ Python tracker

  1   2   3   >