Staging
v0.8.1
https://github.com/python/cpython
Revision 20cdffd8304522a5c10b53f3dccef7e9f5d685bb authored by Serhiy Storchaka on 16 December 2016, 16:58:33 UTC, committed by Serhiy Storchaka on 16 December 2016, 16:58:33 UTC
Imporoved the documentation and tests for make_archive() and unpack_archive().
Improved error handling when corresponding compress module is not available.
Brake circular dependency between shutil and tarfile modules.
1 parent 610f5d7
Raw File
Tip revision: 20cdffd8304522a5c10b53f3dccef7e9f5d685bb authored by Serhiy Storchaka on 16 December 2016, 16:58:33 UTC
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
Tip revision: 20cdffd
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top