diff --git a/.gitignore b/.gitignore index 9cbd684..cd68ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Python-2.7.tar.bz2 /Python-2.7.6.tar.xz /Python-2.7.7.tar.xz /Python-2.7.8.tar.xz +/Python-2.7.9.tar.xz diff --git a/python-2.6-extdocmodules.patch b/python-2.6-extdocmodules.patch deleted file mode 100644 index 29620f0..0000000 --- a/python-2.6-extdocmodules.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up Python-2.6.5/Doc/Makefile.extdocmodules Python-2.6.5/Doc/Makefile ---- Python-2.6.5/Doc/Makefile.extdocmodules 2010-03-13 08:42:13.000000000 -0500 -+++ Python-2.6.5/Doc/Makefile 2010-03-20 11:50:42.905996259 -0400 -@@ -56,7 +56,7 @@ checkout: - - update: clean checkout - --build: checkout -+build: - mkdir -p build/$(BUILDER) build/doctrees - $(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS) - @echo diff --git a/python-2.6-nowhatsnew.patch b/python-2.6-nowhatsnew.patch deleted file mode 100644 index 7fb42ea..0000000 --- a/python-2.6-nowhatsnew.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -up Python-2.6/Doc/conf.py.nowhatsnew Python-2.6/Doc/conf.py ---- Python-2.6/Doc/conf.py.nowhatsnew 2008-11-29 13:12:53.000000000 -0500 -+++ Python-2.6/Doc/conf.py 2008-11-29 13:14:20.000000000 -0500 -@@ -47,6 +47,7 @@ unused_docs = [ - 'whatsnew/2.3', - 'whatsnew/2.4', - 'whatsnew/2.5', -+ 'whatsnew/2.6', - 'maclib/scrap', - 'library/xmllib', - 'library/xml.etree', -@@ -129,8 +130,6 @@ latex_documents = [ - 'Python Tutorial', _stdauthor, 'manual'), - ('using/index', 'using.tex', - 'Using Python', _stdauthor, 'manual'), -- ('whatsnew/' + version, 'whatsnew.tex', -- 'What\'s New in Python', 'A. M. Kuchling', 'howto'), - ] - # Collect all HOWTOs individually - latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex', -diff -up Python-2.6/Doc/contents.rst.nowhatsnew Python-2.6/Doc/contents.rst ---- Python-2.6/Doc/contents.rst.nowhatsnew 2008-11-29 13:14:47.000000000 -0500 -+++ Python-2.6/Doc/contents.rst 2008-11-29 13:14:55.000000000 -0500 -@@ -4,7 +4,6 @@ - - .. toctree:: - -- whatsnew/2.6.rst - tutorial/index.rst - using/index.rst - reference/index.rst -diff -up Python-2.6/Doc/Makefile.nowhatsnew Python-2.6/Doc/Makefile -diff -up Python-2.6/Doc/tools/sphinxext/indexcontent.html.nowhatsnew Python-2.6/Doc/tools/sphinxext/indexcontent.html ---- Python-2.6/Doc/tools/sphinxext/indexcontent.html.nowhatsnew 2008-11-29 13:15:22.000000000 -0500 -+++ Python-2.6/Doc/tools/sphinxext/indexcontent.html 2008-11-29 13:15:51.000000000 -0500 -@@ -3,8 +3,6 @@ -

Parts of the documentation:

- -
-- - -