Staging
v0.8.1
https://github.com/python/cpython
Revision 29b925548c415b8b4d4085de5a353f68bf4062a6 authored by Éric Araujo on 25 February 2012, 15:28:05 UTC, committed by Éric Araujo on 25 February 2012, 15:28:05 UTC
These regex changes fix a number of issues for distutils on Windows:
- #6884: impossible to include a file starting with 'build'
- #9691 and #14004: sdist includes too many files
- #13193: test_filelist failures

This commit replaces the incorrect changes done in 0a94e2f807c7 and
90b30d62caf2 to fix #13193; we were too eager to fix the test failures
and I did not study the code enough before greenlighting patches.  This
time we have unit tests from the problems reported by users to be sure
we have the right fix.

Thanks to Nadeem Vawda for his help.
1 parent cbfe4d4
Raw File
Tip revision: 29b925548c415b8b4d4085de5a353f68bf4062a6 authored by Éric Araujo on 25 February 2012, 15:28:05 UTC
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Tip revision: 29b9255
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Modules/_testembed
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top