Staging
v0.5.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
History
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
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 602 bytes
.gitignore -rw-r--r-- 629 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 909 bytes
.hgtags -rw-r--r-- 4.6 KB
LICENSE -rw-r--r-- 14.5 KB
Makefile.pre.in -rw-r--r-- 42.6 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 399.1 KB
configure.in -rw-r--r-- 123.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.1 KB
setup.py -rw-r--r-- 80.3 KB

README

back to top