cpython/Doc/distutils
Éric Araujo 3e4a3dcb23 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-12-08 14:21:51 -05:00
..
apiref.rst Ignore .nfs* files in distutils (#7719). 2012-12-08 14:21:51 -05:00
builtdist.rst #11843: Merge with 3.1. 2011-04-15 18:07:38 +03:00
commandref.rst After distutils doc reversal, change back **bold todo** items to XXX comments. 2010-07-31 09:15:10 +00:00
configfile.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
examples.rst Merge 3.1 2011-04-24 02:42:52 +02:00
extending.rst Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 2010-10-06 08:26:09 +00:00
index.rst Remove unneeded "Release" and "Date" markers from doc index pages. 2012-10-28 11:08:26 -07:00
introduction.rst Remove obsolete term + indicate how to find the program (#1626300). 2011-08-19 02:30:15 +02:00
packageindex.rst Update the description of which package versions PyPI displays (issue #16400). 2012-11-14 12:12:30 -08:00
setupscript.rst Fix typo in command name 2011-08-19 03:44:36 +02:00
sourcedist.rst Fix regression with distutils MANIFEST handing (#11104, #8688). 2011-07-31 04:06:12 +02:00
uploading.rst Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py 2012-08-02 02:56:39 +03:00