diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -48,17 +48,16 @@ libpython*.so* *.pyc *.pyo *.pyd *.cover *~ Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle Lib/test/data/* -Misc/*.wpu PC/python_nt*.h PC/pythonnt_rc*.h PC/*/*.exe PC/*/*.exp PC/*/*.lib PC/*/*.bsc PC/*/*.dll PC/*/*.pdb diff --git a/Misc/README b/Misc/README --- a/Misc/README +++ b/Misc/README @@ -11,17 +11,16 @@ ACKS Acknowledgements gdbinit Handy stuff to put in your .gdbinit file, if you use gdb HISTORY News from previous releases -- oldest last indent.pro GNU indent profile approximating my C style NEWS News for this release (for some meaning of "this") Porting Mini-FAQ on porting to new platforms python-config.in Python script template for python-config python.man UNIX man page for the python interpreter python.pc.in Package configuration info template for pkg-config -python-wing*.wpr Wing IDE project file README The file you're reading now README.AIX Information about using Python on AIX README.coverity Information about running Coverity's Prevent on Python README.valgrind Information for Valgrind users, see valgrind-python.supp RPM (Old) tools to build RPMs SpecialBuilds.txt Describes extra symbols you can set for debug builds svnmap.txt Map of old SVN revs and branches to hg changeset ids valgrind-python.supp Valgrind suppression file, see README.valgrind diff --git a/Misc/python-wing3.wpr b/Misc/python-wing3.wpr deleted file mode 100644 --- a/Misc/python-wing3.wpr +++ /dev/null @@ -1,13 +0,0 @@ -#!wing -#!version=3.0 -################################################################## -# Wing IDE project file # -################################################################## -[project attributes] -proj.directory-list = [{'dirloc': loc('..'), - 'excludes': [u'Lib/__pycache__'], - 'filter': '*', - 'include_hidden': False, - 'recursive': True, - 'watch_for_changes': True}] -proj.file-type = 'shared' diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr deleted file mode 100644 --- a/Misc/python-wing4.wpr +++ /dev/null @@ -1,18 +0,0 @@ -#!wing -#!version=4.0 -################################################################## -# Wing IDE project file # -################################################################## -[project attributes] -proj.directory-list = [{'dirloc': loc('..'), - 'excludes': [u'.hg', - u'Lib/unittest/__pycache__', - u'Lib/unittest/test/__pycache__', - u'Lib/__pycache__', - u'build', - u'Doc/build'], - 'filter': '*', - 'include_hidden': False, - 'recursive': True, - 'watch_for_changes': True}] -proj.file-type = 'shared' diff --git a/Misc/python-wing5.wpr b/Misc/python-wing5.wpr deleted file mode 100644 --- a/Misc/python-wing5.wpr +++ /dev/null @@ -1,18 +0,0 @@ -#!wing -#!version=5.0 -################################################################## -# Wing IDE project file # -################################################################## -[project attributes] -proj.directory-list = [{'dirloc': loc('..'), - 'excludes': [u'.hg', - u'Lib/unittest/__pycache__', - u'Lib/unittest/test/__pycache__', - u'Lib/__pycache__', - u'build', - u'Doc/build'], - 'filter': '*', - 'include_hidden': False, - 'recursive': True, - 'watch_for_changes': True}] -proj.file-type = 'shared'