[issue5411] Add xz support to shutil

2014-08-11 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the patch, Akira. http://hg.python.org/cpython/rev/7fcfb634ccca -- nosy: +berker.peksag ___ Python tracker ___

[issue5411] Add xz support to shutil

2014-08-11 Thread Akira Li
Akira Li added the comment: sphinx generates warning for the current docs introduced by this issue: WARNING: Explicit markup ends without a blank line; unexpected unindent. I've uploaded a documentation patch that fixes it. -- nosy: +akira Added file: http://bugs.python.org/file36342

[issue5411] Add xz support to shutil

2014-08-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you Serhiy! You need to fix the version number in the "versionchanged". -- ___ Python tracker ___ _

[issue5411] Add xz support to shutil

2014-08-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, my fault. Thank you Antoine! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue5411] Add xz support to shutil

2014-08-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset a47996c10579 by Serhiy Storchaka in branch 'default': Issue #5411: Fixed version number. http://hg.python.org/cpython/rev/a47996c10579 -- ___ Python tracker ___

[issue5411] Add xz support to shutil

2014-08-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset e57db221b6c4 by Serhiy Storchaka in branch 'default': Issue #5411: Added support for the "xztar" format in the shutil module. http://hg.python.org/cpython/rev/e57db221b6c4 -- nosy: +python-dev ___ Python

[issue5411] Add xz support to shutil

2014-08-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka dependencies: -Misc fixes and cleanups in archiving code in shutil and test_shutil ___ Python tracker ___ ___

[issue5411] Add xz support to shutil

2014-08-04 Thread Éric Araujo
Éric Araujo added the comment: I’m afraid I changed computers once or twice since I worked on that, so I can’t readily find my clone and get the latest patch. I know where the hard drives are but I can’t say when I will have time to search them. -- assignee: eric.araujo -> _

[issue5411] Add xz support to shutil

2014-08-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Éric? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue5411] Add xz support to shutil

2014-08-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I think we should hurry on to be in time for 3.5. Your patch looks ok to me. Just update the version number in the docs ;) -- ___ Python tracker _

[issue5411] Add xz support to shutil

2014-08-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Now 3.4 is released, but shutil still doesn't support the xz compression. I think we should hurry on to be in time for 3.5. -- versions: +Python 3.5 -Python 3.4 ___ Python tracker

[issue5411] Add xz support to shutil

2013-10-18 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue5411] Add xz support to shutil

2013-10-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Serhiy's patch needs a "versionchanged" or "versionadded" tag in the Docs. Done. -- Added file: http://bugs.python.org/file32163/shutil-lzma_3.patch ___ Python tracker

[issue5411] Add xz support to shutil

2013-10-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file27723/shutil-lzma_2.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue5411] Add xz support to shutil

2013-10-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: Serhiy's patch needs a "versionchanged" or "versionadded" tag in the Docs. -- nosy: +pitrou ___ Python tracker ___ __

[issue5411] Add xz support to shutil

2013-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 3.4 beta 1 will be soon. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5411] Add xz support to shutil

2012-11-03 Thread Éric Araujo
Éric Araujo added the comment: I will upload my patch and compare it with Serhiy’s. Now that 3.3.0 is released, there is no hurry. -- ___ Python tracker ___

[issue5411] Add xz support to shutil

2012-11-01 Thread Hynek Schlawack
Hynek Schlawack added the comment: Éric, what’s your take on this approach (not code)? We have time enough till 3.4 but it seems this doesn't really move forward. Any thoughts how to get this moving? Unfortunately I'm not invested enough in this to make a educated decision. -- __

[issue5411] Add xz support to shutil

2012-10-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, I see the '.bz2' bug. Patch updated. -- Added file: http://bugs.python.org/file27723/shutil-lzma_2.patch ___ Python tracker ___ ___

[issue5411] Add xz support to shutil

2012-10-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file27722/shutil-lzma.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue5411] Add xz support to shutil

2012-10-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue5411] Add xz support to shutil

2012-10-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have not seen this issue and was created a new issue16313 with almost same patch as Eric's one (only I have changed the documentation too). Here's the patch. I wonder that it was not committed yet to 3.3. I think it would be better first to add xz support

[issue5411] Add xz support to shutil

2012-02-22 Thread Éric Araujo
Éric Araujo added the comment: > I think we can restructure the code a bit to reduce the work involved in > adding a new format, though. > Maybe something like this: [snip] Thanks, I’ve applied your obvious refactor in my clone :) For clarity, I will split my patch into many patches for diffe

[issue5411] Add xz support to shutil

2012-02-22 Thread Nadeem Vawda
Nadeem Vawda added the comment: For the "xztar" format, you should also perhaps recognize the ".txz" extension - I've seen this used by FreeBSD. -- ___ Python tracker ___ ___

[issue5411] Add xz support to shutil

2012-02-22 Thread Nadeem Vawda
Nadeem Vawda added the comment: > So, do you agree that “not automated but not ugly” is better than “automated > with ugly klutches”? Definitely. If we have to add special cases that are almost as long as the original code, the "automation" seems pointless. > Note that there is a way to get f

[issue5411] Add xz support to shutil

2012-02-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +hynek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue5411] Add xz support to shutil

2012-02-20 Thread Éric Araujo
Éric Araujo added the comment: Note that there is a way to get fully automated support for tar formats: tarfile could expose, in addition to the list compression_formats, another structure with the descriptions (e.g. “gzip’ed tar file”) and file extensions (e.g. ['.gz', '.tgz'] —no, it’s not

[issue5411] Add xz support to shutil

2012-02-20 Thread Éric Araujo
Éric Araujo added the comment: I have a working updated shutil module, tests pass and the documentation is improved. I will make sure to make different commits for improving the tests, cleaning up some things, adding tarfile.compression_formats and removing duplication in shutil (see dep bug

[issue5411] Add xz support to shutil

2012-02-20 Thread Éric Araujo
Éric Araujo added the comment: s/cleanup in did in the code/cleanup I did in the code/ -- ___ Python tracker ___ ___ Python-bugs-list