cpython/Doc/distutils
Éric Araujo 3cf202e957 Ignore .nfs* files in distutils (#7719).
These files are created by some NFS clients a file is edited and removed
concurrently (see added link in doc for more info).  If such a file is
removed between distutils calls listdir and copy, it will get confused.
Other special files are ignored in sdist (namely VCS directories), but
this has to be filtered out earlier.
2012-07-03 01:12:42 -04:00
..
apiref.rst Ignore .nfs* files in distutils (#7719). 2012-07-03 01:12:42 -04:00
builtdist.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
commandref.rst reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow 2009-12-13 23:24:13 +00:00
configfile.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
examples.rst removed documentation on code that was reverted and pushed into distutils2 2010-04-02 21:34:19 +00:00
extending.rst Merged revisions 82806 via svnmerge from 2010-07-11 10:29:37 +00:00
index.rst Add section numbering to some of the larger subdocuments. 2009-03-28 19:57:36 +00:00
introduction.rst Remove obsolete term + indicate how to find the program (#1626300). 2011-08-19 09:29:56 +02:00
packageindex.rst #5486: typos. 2009-03-13 19:03:58 +00:00
setupscript.rst distutils 2.7’s Extension does not support optional (#13865). 2012-02-10 05:31:28 +01:00
sourcedist.rst Adapt mentions of future changes in doc 2012-07-02 17:46:40 -04:00
uploading.rst Merged revisions 88613 via svnmerge from 2011-02-25 21:47:55 +00:00