History log of /external/python/cpython3/Lib/distutils/archive_util.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd917f84e3775596049e09746f32053c50b3d422 31-Aug-2016 Vinay Sajip <vinay_sajip@yahoo.co.uk> Closes #27904: Improved logging statements to defer formatting until needed.
/external/python/cpython3/Lib/distutils/archive_util.py
b9cec6a30f77c4c0ab208053ffafc02fddd01962 16-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #16314: Added support for the LZMA compression in distutils.
/external/python/cpython3/Lib/distutils/archive_util.py
aa32779632270a8286e65f02fcbae2a08419d23a 15-Nov-2013 Victor Stinner <victor.stinner@gmail.com> Issue #19544, #6516: no need to catch AttributeError on import pwd/grp
/external/python/cpython3/Lib/distutils/archive_util.py
06afed07d1db19161a93a79803023792371392f7 15-Nov-2013 Christian Heimes <christian@cheimes.de> Issue #19544 and Issue #6516: quick workaround for failing builds
/external/python/cpython3/Lib/distutils/archive_util.py
5e2d45672c8f84f6b1877e68ab92b4b50e2d124d 15-Nov-2013 Andrew Kuchling <amk@amk.ca> Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
/external/python/cpython3/Lib/distutils/archive_util.py
cd171c8e92c10d327151400fd8f16b11a4964615 04-Jul-2013 Brett Cannon <brett@python.org> Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
/external/python/cpython3/Lib/distutils/archive_util.py
0a140668faf18bf7f8d2ea15e57da5e2a0625292 14-Jun-2013 Brett Cannon <brett@python.org> Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
/external/python/cpython3/Lib/distutils/archive_util.py
7c9719cf74a4c5fc04a07b706d71302bdd8c04c5 28-Jul-2011 Senthil Kumaran <senthil@uthcode.com> Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
/external/python/cpython3/Lib/distutils/archive_util.py
2c50a09ac47e701768a4e20f8a03d17263e8db8f 15-Mar-2011 Antoine Pitrou <solipsis@pitrou.net> On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no
longer fails if zlib is not installed. Instead, the zipfile.ZIP_STORED
compression is used to create the ZipFile. Patch by Natalia B. Bidart.
/external/python/cpython3/Lib/distutils/archive_util.py
7e2e321da310dd2a450ad3422b9567e0e2d04182 15-Dec-2010 Éric Araujo <merwok@netwok.org> Merged revisions 87277 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r87277 | eric.araujo | 2010-12-15 21:26:30 +0100 (mer., 15 déc. 2010) | 2 lines

Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.
........
/external/python/cpython3/Lib/distutils/archive_util.py
53fdb18b822395cae6e085f85ccc59f07a38dfd6 24-Oct-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 75662 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
r75662 | tarek.ziade | 2009-10-24 15:38:27 +0200 (Sat, 24 Oct 2009) | 9 lines

Merged revisions 75659 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r75659 | tarek.ziade | 2009-10-24 15:29:44 +0200 (Sat, 24 Oct 2009) | 1 line

#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
........
................
/external/python/cpython3/Lib/distutils/archive_util.py
77c8b376fcb2a0c77cc1c9b21f16c2524f63d78a 28-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 72981 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r72981 | tarek.ziade | 2009-05-28 14:53:54 +0200 (Thu, 28 May 2009) | 1 line

Fixed #6048: Distutils uses the tarfile module instead of the tar command now
........
/external/python/cpython3/Lib/distutils/archive_util.py
eb5f27ec9c19e2b2a125be8a5635cc0b257a4c02 17-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> Merged revisions 72736 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r72736 | tarek.ziade | 2009-05-17 14:04:57 +0200 (Sun, 17 May 2009) | 1 line

pep8-fied distutils.archive_util + added minimum test coverage
........
/external/python/cpython3/Lib/distutils/archive_util.py
699adb9cd8efe80c99fb7d2815286aa026d83b91 09-May-2008 Benjamin Peterson <benjamin@python.org> Merged revisions 62873,62887,62892-62896,62904 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r62873 | raymond.hettinger | 2008-05-08 12:18:13 -0500 (Thu, 08 May 2008) | 1 line

Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard().
........
r62887 | brett.cannon | 2008-05-08 14:50:51 -0500 (Thu, 08 May 2008) | 5 lines

Make test.test_support.catch_warning() take an argument specifying if any
triggered warnings should be captured. This allows the context manager to be
used to just prevent the internal state of the 'warnings' framework and thus
allow triggered warnings to be displayed.
........
r62892 | brett.cannon | 2008-05-08 15:20:24 -0500 (Thu, 08 May 2008) | 4 lines

Fix a bug introduced by the addition of the 'record' argument to
test.test_support.catch_warning() where showwarning() was not being set
properly.
........
r62893 | brett.cannon | 2008-05-08 15:20:54 -0500 (Thu, 08 May 2008) | 2 lines

Document the 'record' argument for test.test_support.catch_warning().
........
r62894 | brett.cannon | 2008-05-08 15:23:06 -0500 (Thu, 08 May 2008) | 4 lines

Fix sys.flags to properly expose bytes_warning.

Closes issue #2790.
........
r62895 | brett.cannon | 2008-05-08 15:23:54 -0500 (Thu, 08 May 2008) | 2 lines

Add a missing entry on the fix for issue #2790.
........
r62896 | brett.cannon | 2008-05-08 15:24:43 -0500 (Thu, 08 May 2008) | 2 lines

Add test.test_support.catch_warning()'s new argument.
........
r62904 | benjamin.peterson | 2008-05-08 17:09:54 -0500 (Thu, 08 May 2008) | 2 lines

Replace instances of os.path.walk with os.walk
........
/external/python/cpython3/Lib/distutils/archive_util.py
5b7e9d76f39dbf63573519c178835f72e5a5027a 30-Aug-2007 Collin Winter <collinw@gmail.com> General cleanup, raise normalization in Lib/distutils.
/external/python/cpython3/Lib/distutils/archive_util.py
e2b70bcf7401477936fba99a8bf4a1f759ecc8a3 19-Aug-2006 Guido van Rossum <guido@python.org> Get rid of dict.has_key(). Boy this has a lot of repercussions!
Not all code has been fixed yet; this is just a checkpoint...
The C API still has PyDict_HasKey() and _HasKeyString(); not sure
if I want to change those just yet.
/external/python/cpython3/Lib/distutils/archive_util.py
d91085598f5185b267ea51a3f615da9527af2ed2 17-Mar-2006 Neal Norwitz <nnorwitz@gmail.com> Remove apply()
/external/python/cpython3/Lib/distutils/archive_util.py
5a6601cfc63a7b4fe2caf05a0116022ab76b64e6 10-Nov-2004 Martin v. Löwis <martin@v.loewis.de> Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
/external/python/cpython3/Lib/distutils/archive_util.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython3/Lib/distutils/archive_util.py
cdd215789c86f3cd729cf10c9d6fe6b3d5df5d7b 21-Nov-2002 Andrew M. Kuchling <amk@amk.ca> Bug #639118 from Ollie Oldham: archiver should use zipfile before zip
Previously archive_util.py attempted to spawn an
external 'zip' program for the zip action, if this fails, an
attempt to import zipfile.py is made...

This bites folks who have 'old' or non-conforming zip
programs on windows platforms. This change tries the 'zipfile'
module first, falling back to spawning a zip process if
the module isn't available.
/external/python/cpython3/Lib/distutils/archive_util.py
d448f66317130555cfc157683c743b3d004374c4 19-Nov-2002 Andrew M. Kuchling <amk@amk.ca> Add comment to Distutil files about requiring 1.5.2 compatibility, as
suggested by PEP 291.
/external/python/cpython3/Lib/distutils/archive_util.py
a6483d2e9a9d9a69e9823217bf6b6334bb0f0066 14-Nov-2002 Andrew M. Kuchling <amk@amk.ca> Remove 'created by' lines; people can use CVS for this, and the information is often out of date
/external/python/cpython3/Lib/distutils/archive_util.py
cd8a1148e19116db109f27d26c02e1de536dc76e 04-Jun-2002 Jeremy Hylton <jeremy@alum.mit.edu> Make setup.py less chatty by default.

This is a conservative version of SF patch 504889. It uses the log
module instead of calling print in various places, and it ignores the
verbose argument passed to many functions and set as an attribute on
some objects. Instead, it uses the verbosity set on the logger via
the command line.

The log module is now preferred over announce() and warn() methods
that exist only for backwards compatibility.

XXX This checkin changes a lot of modules that have no test suite and
aren't exercised by the Python build process. It will need
substantial testing.
/external/python/cpython3/Lib/distutils/archive_util.py
b94b849d65af71b4b432a74fdaef8ccd88209cc0 06-Dec-2001 Fred Drake <fdrake@acm.org> Whitespace normalization.
/external/python/cpython3/Lib/distutils/archive_util.py
b61914dd5baf5613bde1d9379cf24992c943ea1f 14-Apr-2001 Guido van Rossum <guido@python.org> Pete Shinners discovered that zipfile.ZipFile() is called with mode
argument "wb", while the only valid modes are "r", "w" or "a". Fix
this by changing the mode to "w".
/external/python/cpython3/Lib/distutils/archive_util.py
ca4289f7b224a669f8eca70bfe2e0d3af09dd970 26-Sep-2000 Greg Ward <gward@python.net> Reformat docstrings.
Standardize whitespace in function calls.
/external/python/cpython3/Lib/distutils/archive_util.py
04e25a1bdfd8fd724ab46a9c946ae8aa11cd09af 22-Aug-2000 Greg Ward <gward@python.net> Ensure destination directory exists before trying to create a tarball
or ZIP file.
/external/python/cpython3/Lib/distutils/archive_util.py
2ff7887270385bd6dddc2d5461486334b4fec8bc 24-Jun-2000 Greg Ward <gward@python.net> Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
/external/python/cpython3/Lib/distutils/archive_util.py
9d17a7ad6df0a940f8f10cf7a113aaffc4222309 07-Jun-2000 Greg Ward <gward@python.net> Patch from Rene Liebscher: this adds "--help-foo" options to list the
values that "--foo" can take for various commands: eg. what formats for
"sdist" and "bdist", what compilers for "build_ext" and "build_clib".

I have *not* reviewed this patch; I'm checking it in as-is because it also
fixes a paper-bag-over-head bug in bdist.py, and because I won't have
time to review it properly for several days: so someone else can
test it for me, instead!
/external/python/cpython3/Lib/distutils/archive_util.py
879096137d95548dacc8ce88d11d8e23fe239f09 01-Jun-2000 Greg Ward <gward@python.net> Ensure that 'make_archive()' returns the name of the new archive file.
/external/python/cpython3/Lib/distutils/archive_util.py
65bc20c23e22543e13ff6d1fbdf51705a0b5aa1a 31-May-2000 Greg Ward <gward@python.net> Normalize paths before writing them to a zipfile.
/external/python/cpython3/Lib/distutils/archive_util.py
f194878d6ad3b739974e805482135bad5978fa2b 25-Apr-2000 Greg Ward <gward@python.net> Harry Henry Gebel:
Adds bztar format to generate .tar.bz2 tarballs

Uses the -f argument to overright old tarballs automatically, I am
assuming that if the old tarball was wanted it would have been moved or
else the version number would have been changed.

Uses the -9 argument to bzip2 and gzip to use maximum
compression. Compress uses the maximum compression by default.

Tests for correct value for the 'compress' argument of make_tarball. This
is one less place for someone adding new compression programs to forget to
change.
/external/python/cpython3/Lib/distutils/archive_util.py
db80754abcc49b8331a6da9d30c04dfcde815bc2 22-Apr-2000 Greg Ward <gward@python.net> Extracted the "what-do-I-do-for-this-format" logic from code in
'make_archive()' to a global static dictionary, ARCHIVE_FORMATS.
Added 'check_archive_formats()', which obviously makes good use of
this dictionary.
/external/python/cpython3/Lib/distutils/archive_util.py
aebf706b4e845d7525d2d8e792f0e23fcfb3e6af 04-Apr-2000 Greg Ward <gward@python.net> Reorganization: ripped util.py to shreds, creating in the process:
- file_util.py: operations on single files
- dir_util.py: operations on whole directories or directory trees
- dep_util.py: simple timestamp-based dependency analysis
- archive_util.py: creation of archive (tar, zip, ...) files
The functions left in util.py are miscellany that don't fit in any of the
new files.
/external/python/cpython3/Lib/distutils/archive_util.py