From 757e9820a845f8195f882cc25746e163f97e0e77 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 22 Aug 2010 00:32:09 +0200 Subject: [PATCH] Remove GSOC changelogs. --- CHANGES.DasIch | 36 ------------------------------------ CHANGES.jacobmason | 27 --------------------------- 2 files changed, 63 deletions(-) delete mode 100644 CHANGES.DasIch delete mode 100644 CHANGES.jacobmason diff --git a/CHANGES.DasIch b/CHANGES.DasIch deleted file mode 100644 index 3f7167263..000000000 --- a/CHANGES.DasIch +++ /dev/null @@ -1,36 +0,0 @@ -Changes -======= - -This file contains changes made by Daniel Neuhäuser, during the Google Summer -of Code 2010, to port Sphinx to Python 3.x. Changes are ordered descending by -date. - -May 16: - Added utils/convert.py which converts entire directories of python - files with 2to3 and names the converted files foo3.py. - - Modified the Makefile so that in case Python 3 is used the scripts in - utils get converted with utils/convert.py and are used instead of the - Python 2 scripts. - -May 10: Fixed a couple of tests and made several small changes. - -May 9: - Removed ez_setup.py which does not work with Python 3.x. and replaced - it with distribute_setup.py - - Use distribute (at least on 3.x) in order to run 2to3 automatically. - - Reverted some of the changes made in revision bac40c7c924c which - caused errors. - - Modified tests/run.py to test against the build created by - setup.py build in order to run the test suite with 3.x - - Several small changes to fix 3.x compatibilty. - -May 1: - Removed deprecated tuple parameter unpacking. - - Removed a pre-2.3 workaround for booleans because this creates a - deprecation warning for 3.x, in which you can't assign values to - booleans. - - Moved :func:`open()` calls out of the try-blocks, which fixes revision - c577c25bd44b. - -April 30: Made :cls:`sphinx.domains.cpp.DefExpr` unhashable as described by the - documentation because classes in 3.x don't inherit ``__hash__`` if - they implement ``__eq__``. - -April 29: Removed several deprecated function/method calls. diff --git a/CHANGES.jacobmason b/CHANGES.jacobmason deleted file mode 100644 index c445006c2..000000000 --- a/CHANGES.jacobmason +++ /dev/null @@ -1,27 +0,0 @@ -May 30: Added files builders/websupport.py, writers/websupport.py, -websupport/api.py, and websupport/document.api. Provides a rudimentary -method of building websupport data, and rendering it as html. - -May 31-June 10: Continued changing way web support data is represented -and accessed. - -June 14 - June 17: Continued making improvements to the web support package -and demo web application. Included sidebars, navlinks etc... - -June 21 - June 26: Implement server side search with two search adapters, -one for Xapian and one for Whoosh - -June 28 - July 12: Implement voting system on the backend, and created a -jQuery script to handle voting on the frontend. - -July 13 - July 19: Added documentation for the web support package. - -July 20 - July 27: Added a system to allow user's to propose changes to -documentation along with comments. - -July 28 - August 3: Added tests for the web support package. Refactored -sqlalchemy storage to be more efficient. - -August 4 - August 7: Added comment moderation system. Added more -documentation. General code cleanup. -