[issue13477] tarfile module should have a command line

2013-03-04 Thread Berker Peksag
Berker Peksag added the comment: > Patch looks good! Some minor comments on Rietveld. Thanks for the review, Éric. > Could you add tests? Done. Here's the new patch with Éric's comments addressed. -- Added file: http://bugs.python.org/file29311/issue13477_v2.diff __

[issue16278] os.rename documentation slightly inaccurate

2013-03-04 Thread Todd Rovito
Todd Rovito added the comment: Ezio, Thank you or the feedback I will continue to polish the test cases. As far as the documentation I really like the table and find it easy to read but I could go either way. If you read the history of this issue other Python Core Developers asked to write

[issue17353] Plistlib outputs empty data tags when deeply nested

2013-03-04 Thread Jacques Fortier
Jacques Fortier added the comment: Quick source inspection suggests this is present in the latest version. -- versions: +Python 3.4, Python 3.5 ___ Python tracker ___ ___

[issue17344] checking size of size_t... configure: error:

2013-03-04 Thread Trent Nelson
Trent Nelson added the comment: Shilpi, can you paste the exact ./configure invocation you're using? -- status: pending -> open ___ Python tracker ___ ___

[issue16098] Bisect optimization in heapq.nsmallest is never used

2013-03-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset de6627cf81f4 by Raymond Hettinger in branch '3.3': Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. http://hg.python.org/cpython/rev/de6627cf81f4 -- ___ Python tracker

[issue17128] OS X system openssl deprecated - installer should build local libssl

2013-03-04 Thread Senthil Kumaran
Senthil Kumaran added the comment: Ronald: Sorry for the delay in response. I was referring to this: https://github.com/capistrano/capistrano/issues/250#issuecomment-8055991 " Mountain Lion no longer includes OpenSSL as it uses a different SSL implementation. So, you need to have RVM install O

[issue16098] Bisect optimization in heapq.nsmallest is never used

2013-03-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa9ed98a49cb by Raymond Hettinger in branch '2.7': Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. http://hg.python.org/cpython/rev/aa9ed98a49cb -- ___ Python tracker

<    1   2