Jeff Ramnani added the comment:
I think the error message you suggested is better than the one in the current
patch. I've added a new patch with your improved message.
I haven't submitted or updated a patch since the migration to GitHub. I can
open a PR over on GitHub if that wou
Jeff Ramnani added the comment:
I'm still getting these test failures on OS X 10.11.1. Has a radar been filed
with Apple? I'd submit one, but I don't know enough about the issue to create
a good bug report.
In the meantime, I'm attaching a patch to skip these tests
Jeff Ramnani added the comment:
So, the devguide has been updated since this issue was opened. The Quick Start
section now has a link to build documentation, which includes information about
build dependencies. Is this sufficient to call this bug closed?
--
nosy: +jramnani
Jeff Ramnani added the comment:
Now that bug #18586 is closed, could the Dev Guide point benchmarkers to the
benchmarks repo and its README?
http://hg.python.org/benchmarks/file/9a1136898539/README.txt
--
nosy: +jramnani
___
Python tracker
<h
Jeff Ramnani added the comment:
Attaching a patch with a (hopefully) more useful error message.
I didn't find a good place to add this information in the "Distributing Python
Modules" section of the docs, but let me know if you had a place in mind.
--
keywords: +patch
Jeff Ramnani added the comment:
> Really? Apple's packaging looks almost criminal here.
Apple has deprecated their bundled version of OpenSSL. This issue has more
details, http://bugs.python.org/issue17128
--
nosy: +jramnani
___
Python
New submission from Jeff Ramnani:
The unittest, test_ssl.test_default_ecdh_curve, is failing on OS X (and FreeBSD
9).
The test fails with the error message:
"""
==
ERROR: test_default_ecdh_curve (test.test_ss
New submission from Jeff Ramnani:
The changeset for subtests in #16997 cause some tests in test_socket to fail on
OS X.
Specifically, they cause some tests that were marked as expected failures to be
run and be marked as failures.
I'm experiencing the same test failures as the OS X Mou
Jeff Ramnani added the comment:
Fixed a spelling error. (Part deux)
--
Added file: http://bugs.python.org/file29462/issue16709-tests2.patch
___
Python tracker
<http://bugs.python.org/issue16
Jeff Ramnani added the comment:
Fixed a spelling error.
--
___
Python tracker
<http://bugs.python.org/issue16709>
___
___
Python-bugs-list mailing list
Unsub
Jeff Ramnani added the comment:
I've added tests for this behavior by un-sorting the test inputs for
test_find_tests, and adding comments that the results should be sorted for
reliable test execution.
Attaching an updated patch.
--
nosy: +jramnani
Added file: http://bugs.pytho
Jeff Ramnani added the comment:
Attached the updated patch. I have added a .nfs file to test_prune_file_list
in test_sdist. I've also cleaned up the documentation to read a little better
(IMO).
--
Added file: http://bugs.python.org/file25668/issue7719-nfs_silly_rename.
Jeff Ramnani added the comment:
Hynek,
I would indeed like to update this patch. I will make the updates you have
suggested.
--
___
Python tracker
<http://bugs.python.org/issue7
Jeff Ramnani added the comment:
I've updated SilentGhost's patch to include a test and documentation.
--
nosy: +jramnani
Added file: http://bugs.python.org/file24828/issue7719-nfs_silly_rename.patch
___
Python tracker
<http://bu
Jeff Ramnani added the comment:
Attaching the same patch for 2.7.
--
Added file: http://bugs.python.org/file21487/issue8151-2.7.patch
___
Python tracker
<http://bugs.python.org/issue8
Jeff Ramnani added the comment:
You are correct.
I have added 'description' to the docstring of the OptionParser class for 2.7
and default (python3 tip).
Here is the patch for python3 tip.
--
keywords: +patch
Added file: http://bugs.python.org/file21486/issue8151-def
Jeff Ramnani added the comment:
I've reviewed your patch and it looks good. I appreciate the review and
cleanup.
The tests succeed for me after applying your patch. I also tested with
PYTHONOPTIMIZE and PYTHONDONTWRITEBYTECODE and got the output I exp
Jeff Ramnani added the comment:
I've checked Lib/site.py and it tells the user to use 'Ctrl-Z' to exit the
prompt when they are running Windows.
Perhaps this means we can close the ticket, since discussion on this issue
seems to have dissipated?
--
Jeff Ramnani added the comment:
I've read through the doc and the code. All keyword arguments for
OptionParser.__init__() are in the documentation for branches 2.7 and default
(as of ecc176488349).
Does that mean this issue can be closed?
--
nosy: +jra
Jeff Ramnani added the comment:
This patch applies cleanly as of rev 89af3880ca57 on branch default.
After applying the patch, I had two unit test failures when running,
"/python.exe -m test -v test_distutils", on OS X 10.6. The tests were failing
because they were not look
Jeff Ramnani added the comment:
This patch could no longer be applied cleanly on the 2.7 branch.
I have updated the patch so it applies cleanly to commit 22f991bb9b0b on the
2.7 branch.
--
nosy: +jramnani
Added file: http://bugs.python.org/file21116/asynchat-docs.patch
21 matches
Mail list logo