[MediaWiki-commits] [Gerrit] Import textlib.TimeStripper - change (pywikibot/core)

2015-10-04 Thread Merlijn van Deen (Code Review)
Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/243512

Change subject: Import textlib.TimeStripper
..

Import textlib.TimeStripper

2cddfcd1 remove TimeStripper from pywikibot.*

Conflicts:
pywikibot/__init__.py

Bug: T111615
Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
---
M pywikibot/__init__.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/12/243512/1

diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 9571873..1191b6e 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -65,12 +65,13 @@
 'getCategoryLinks', 'categoryFormat', 'replaceCategoryLinks',
 'removeCategoryLinks', 'removeCategoryLinksAndSeparator',
 'replaceCategoryInPlace', 'compileLinkR', 'extract_templates_and_params',
+'TimeStripper',
 )
 
 # pep257 doesn't understand when the first entry is on the next line
 __all__ = ('config', 'ui', 'UnicodeMixin', 'translate',
'Page', 'FilePage', 'Category', 'Link', 'User',
-   'ItemPage', 'PropertyPage', 'Claim', 'TimeStripper',
+   'ItemPage', 'PropertyPage', 'Claim',
'html2unicode', 'url2unicode', 'unicode2html',
'stdout', 'output', 'warning', 'error', 'critical', 'debug',
'exception', 'input_choice', 'input', 'input_yn', 'inputChoice',

-- 
To view, visit https://gerrit.wikimedia.org/r/243512
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: Merlijn van Deen 
Gerrit-Reviewer: John Vandenberg 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Import textlib.TimeStripper - change (pywikibot/core)

2015-10-04 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Import textlib.TimeStripper
..


Import textlib.TimeStripper

2cddfcd1 remove TimeStripper from pywikibot.*

Conflicts:
pywikibot/__init__.py

Bug: T111615
Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
---
M pywikibot/__init__.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 9571873..1191b6e 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -65,12 +65,13 @@
 'getCategoryLinks', 'categoryFormat', 'replaceCategoryLinks',
 'removeCategoryLinks', 'removeCategoryLinksAndSeparator',
 'replaceCategoryInPlace', 'compileLinkR', 'extract_templates_and_params',
+'TimeStripper',
 )
 
 # pep257 doesn't understand when the first entry is on the next line
 __all__ = ('config', 'ui', 'UnicodeMixin', 'translate',
'Page', 'FilePage', 'Category', 'Link', 'User',
-   'ItemPage', 'PropertyPage', 'Claim', 'TimeStripper',
+   'ItemPage', 'PropertyPage', 'Claim',
'html2unicode', 'url2unicode', 'unicode2html',
'stdout', 'output', 'warning', 'error', 'critical', 'debug',
'exception', 'input_choice', 'input', 'input_yn', 'inputChoice',

-- 
To view, visit https://gerrit.wikimedia.org/r/243512
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: Merlijn van Deen 
Gerrit-Reviewer: John Vandenberg 
Gerrit-Reviewer: Ladsgroup 
Gerrit-Reviewer: Xqt 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Import textlib.TimeStripper - change (pywikibot/core)

2015-09-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Import textlib.TimeStripper
..


Import textlib.TimeStripper

2cddfcd1 remove TimeStripper from pywikibot.*

Bug: T111615
Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
---
M pywikibot/__init__.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 45f8e81..0a8bc4f 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -65,12 +65,13 @@
 'getCategoryLinks', 'categoryFormat', 'replaceCategoryLinks',
 'removeCategoryLinks', 'removeCategoryLinksAndSeparator',
 'replaceCategoryInPlace', 'compileLinkR', 'extract_templates_and_params',
+'TimeStripper',
 )
 
 __all__ = (
 'config', 'ui', 'UnicodeMixin', 'translate',
 'Page', 'FilePage', 'Category', 'Link', 'User',
-'ItemPage', 'PropertyPage', 'Claim', 'TimeStripper',
+'ItemPage', 'PropertyPage', 'Claim',
 'html2unicode', 'url2unicode', 'unicode2html',
 'stdout', 'output', 'warning', 'error', 'critical', 'debug',
 'exception', 'input_choice', 'input', 'input_yn', 'inputChoice',

-- 
To view, visit https://gerrit.wikimedia.org/r/236359
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg 
Gerrit-Reviewer: John Vandenberg 
Gerrit-Reviewer: Ladsgroup 
Gerrit-Reviewer: Xqt 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Import textlib.TimeStripper - change (pywikibot/core)

2015-09-05 Thread John Vandenberg (Code Review)
John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/236359

Change subject: Import textlib.TimeStripper
..

Import textlib.TimeStripper

2cddfcd1 remove TimeStripper from pywikibot.*

Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
---
M pywikibot/__init__.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/59/236359/1

diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index fe5093f..c208d76 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -65,6 +65,7 @@
 'getCategoryLinks', 'categoryFormat', 'replaceCategoryLinks',
 'removeCategoryLinks', 'removeCategoryLinksAndSeparator',
 'replaceCategoryInPlace', 'compileLinkR', 'extract_templates_and_params',
+'TimeStripper',
 )
 
 # pep257 doesn't understand when the first entry is on the next line

-- 
To view, visit https://gerrit.wikimedia.org/r/236359
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits