Revision: 6478 Author: nicdumz Date: 2009-03-03 10:23:26 +0000 (Tue, 03 Mar 2009)
Log Message: ----------- svn propset svn:keywords "Author Date Id Revision"
Modified Paths: -------------- branches/rewrite/pywikibot/comms/__init__.py branches/rewrite/pywikibot/comms/http.py branches/rewrite/pywikibot/comms/threadedhttp.py branches/rewrite/pywikibot/data/__init__.py branches/rewrite/pywikibot/data/api.py branches/rewrite/pywikibot/data/logentries.py branches/rewrite/pywikibot/families/__init__.py branches/rewrite/pywikibot/families/i18n_family.py branches/rewrite/pywikibot/families/osm_family.py branches/rewrite/pywikibot/scripts/touch.py branches/rewrite/pywikibot/tests/__init__.py branches/rewrite/pywikibot/tests/api_tests.py branches/rewrite/pywikibot/tests/page_tests.py branches/rewrite/pywikibot/tests/site_tests.py branches/rewrite/pywikibot/userinterfaces/__init__.py
Property Changed: ---------------- branches/rewrite/pywikibot/comms/__init__.py branches/rewrite/pywikibot/comms/http.py branches/rewrite/pywikibot/comms/threadedhttp.py branches/rewrite/pywikibot/data/__init__.py branches/rewrite/pywikibot/data/api.py branches/rewrite/pywikibot/data/logentries.py branches/rewrite/pywikibot/families/__init__.py branches/rewrite/pywikibot/families/i18n_family.py branches/rewrite/pywikibot/families/osm_family.py branches/rewrite/pywikibot/scripts/touch.py branches/rewrite/pywikibot/tests/__init__.py branches/rewrite/pywikibot/tests/api_tests.py branches/rewrite/pywikibot/tests/page_tests.py branches/rewrite/pywikibot/tests/site_tests.py branches/rewrite/pywikibot/userinterfaces/__init__.py
Modified: branches/rewrite/pywikibot/comms/__init__.py =================================================================== --- branches/rewrite/pywikibot/comms/__init__.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/comms/__init__.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2007 +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$'
Property changes on: branches/rewrite/pywikibot/comms/__init__.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/comms/http.py =================================================================== --- branches/rewrite/pywikibot/comms/http.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/comms/http.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -18,7 +18,7 @@ # Distributed under the terms of the MIT license. #
-__version__ = '$Id: $' +__version__ = '$Id$' __docformat__ = 'epytext'
import Queue
Property changes on: branches/rewrite/pywikibot/comms/http.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/comms/threadedhttp.py =================================================================== --- branches/rewrite/pywikibot/comms/threadedhttp.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/comms/threadedhttp.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -17,7 +17,7 @@ # Partially distributed under Metaweb Technologies, Incs license # which is compatible with the MIT license
-__version__ = '$Id: threadedhttp.py 4984 2008-02-06 16:21:18Z russblau $' +__version__ = '$Id$' __docformat__ = 'epytext'
# standard python libraries
Property changes on: branches/rewrite/pywikibot/comms/threadedhttp.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/data/__init__.py =================================================================== --- branches/rewrite/pywikibot/data/__init__.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/data/__init__.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -7,7 +7,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$'
#Import the classes exposed by this module: # TODO
Property changes on: branches/rewrite/pywikibot/data/__init__.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/data/api.py =================================================================== --- branches/rewrite/pywikibot/data/api.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/data/api.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -7,7 +7,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$'
from UserDict import DictMixin from datetime import datetime, timedelta
Property changes on: branches/rewrite/pywikibot/data/api.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/data/logentries.py =================================================================== --- branches/rewrite/pywikibot/data/logentries.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/data/logentries.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -7,7 +7,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$'
from pywikibot.exceptions import * import pywikibot
Property changes on: branches/rewrite/pywikibot/data/logentries.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/families/__init__.py =================================================================== --- branches/rewrite/pywikibot/families/__init__.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/families/__init__.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2007 +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$'
Property changes on: branches/rewrite/pywikibot/families/__init__.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/families/i18n_family.py =================================================================== --- branches/rewrite/pywikibot/families/i18n_family.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/families/i18n_family.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*-
-__version__ = '$Id: incubator_family.py 4068 2007-08-18 13:10:09Z btongminh $' +__version__ = '$Id$'
from pywikibot import family
Property changes on: branches/rewrite/pywikibot/families/i18n_family.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/families/osm_family.py =================================================================== --- branches/rewrite/pywikibot/families/osm_family.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/families/osm_family.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*-
-__version__ = '$Id: openttd_family.py 5066 2008-02-21 19:42:30Z russblau $' +__version__ = '$Id$'
import family
Property changes on: branches/rewrite/pywikibot/families/osm_family.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/scripts/touch.py =================================================================== --- branches/rewrite/pywikibot/scripts/touch.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/scripts/touch.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -16,7 +16,7 @@ will only touch a single page. """
-__version__='$Id: touch.py,v 1.13 2006/03/01 14:07:06 russblau Exp $' +__version__='$Id$'
import pywikibot from pywikibot import pagegenerators, catlib, config
Property changes on: branches/rewrite/pywikibot/scripts/touch.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/tests/__init__.py =================================================================== --- branches/rewrite/pywikibot/tests/__init__.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/tests/__init__.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2007 +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$'
Property changes on: branches/rewrite/pywikibot/tests/__init__.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/tests/api_tests.py =================================================================== --- branches/rewrite/pywikibot/tests/api_tests.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/tests/api_tests.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -1,3 +1,11 @@ +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2007 +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$' + import unittest import pywikibot import pywikibot.data.api as api
Property changes on: branches/rewrite/pywikibot/tests/api_tests.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/tests/page_tests.py =================================================================== --- branches/rewrite/pywikibot/tests/page_tests.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/tests/page_tests.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -7,7 +7,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$'
import unittest
Property changes on: branches/rewrite/pywikibot/tests/page_tests.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/tests/site_tests.py =================================================================== --- branches/rewrite/pywikibot/tests/site_tests.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/tests/site_tests.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -7,7 +7,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$'
import unittest
Property changes on: branches/rewrite/pywikibot/tests/site_tests.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision
Modified: branches/rewrite/pywikibot/userinterfaces/__init__.py =================================================================== --- branches/rewrite/pywikibot/userinterfaces/__init__.py 2009-03-03 10:10:50 UTC (rev 6477) +++ branches/rewrite/pywikibot/userinterfaces/__init__.py 2009-03-03 10:23:26 UTC (rev 6478) @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# +# (C) Pywikipedia bot team, 2007 +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$'
Property changes on: branches/rewrite/pywikibot/userinterfaces/__init__.py ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision