Patches item #3600374, was opened at 2013-01-11 03:11
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3600374&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yevgeni Movsesov ()
>Assigned to: xqt (xqt)
Summary: reflinks.py : Expand globalbadtitles section
Initial Comment:
Please expand the globalbadtitles with attached patch
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-01-12 05:44
Message:
patch doesn't work
----------------------------------------------------------------------
Comment By: Yevgeni Movsesov ()
Date: 2013-01-11 03:13
Message:
Modified section should be as
globalbadtitles = """
# is
(test|
# starts with
^\W*(
register
|registration
|(sign|log)[ \-]?in
|subscribe
|sign[ \-]?up
|log[ \-]?on
|untitled[ ]?(document|page|\d+|$)
|404[ ]
).*
# anywhere
|.*(
403[ ]forbidden
|(404|page|file|information|resource).*not([ ]*be)?[
]*(available|found)
|site.*disabled
|error[ ]404
|error.+not[ ]found
|not[ ]found.+error
|404[ ]error
|\D404\D
|check[ ]browser[ ]settings
|log[ \-]?(on|in)[ ]to
|site[ ]redirection
).*
# ends with
|.*(
register
|registration
|(sign|log)[ \-]?in
|subscribe|sign[ \-]?up
|log[ \-]?on
)\W*$
)
"""
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3600374&group_…
Patches item #3600374, was opened at 2013-01-11 03:11
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3600374&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yevgeni Movsesov ()
Assigned to: Nobody/Anonymous (nobody)
Summary: reflinks.py : Expand globalbadtitles section
Initial Comment:
Please expand the globalbadtitles with attached patch
----------------------------------------------------------------------
Comment By: Yevgeni Movsesov ()
Date: 2013-01-11 03:13
Message:
Modified section should be as
globalbadtitles = """
# is
(test|
# starts with
^\W*(
register
|registration
|(sign|log)[ \-]?in
|subscribe
|sign[ \-]?up
|log[ \-]?on
|untitled[ ]?(document|page|\d+|$)
|404[ ]
).*
# anywhere
|.*(
403[ ]forbidden
|(404|page|file|information|resource).*not([ ]*be)?[
]*(available|found)
|site.*disabled
|error[ ]404
|error.+not[ ]found
|not[ ]found.+error
|404[ ]error
|\D404\D
|check[ ]browser[ ]settings
|log[ \-]?(on|in)[ ]to
|site[ ]redirection
).*
# ends with
|.*(
register
|registration
|(sign|log)[ \-]?in
|subscribe|sign[ \-]?up
|log[ \-]?on
)\W*$
)
"""
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3600374&group_…
Bugs item #3600554, was opened at 2013-01-11 21:57
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600554&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Multiple doRollOver errors in wikipedia.py
Initial Comment:
Are these errors related to the logging change made in r10875? The Windows error text means "The process cannot access the file because it is being used by another process".
> interwiki.py -autonomous -log -lang:fi -namespace:0 -start:1692
...
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:xmf...
Traceback (most recent call last):
File "C:\Python27\lib\logging\handlers.py", line 78, in emit
self.doRollover()
File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:dv...
Traceback (most recent call last):
File "C:\Python27\lib\logging\handlers.py", line 78, in emit
self.doRollover()
File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:gu...
...
> python version.py
Pywikipedia trunk/pywikipedia/ (r10889, 2013/01/11, 23:13:04, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-01-12 05:39
Message:
should be fixed in r10891
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600554&group_…
Bugs item #3600554, was opened at 2013-01-11 21:57
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600554&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Multiple doRollOver errors in wikipedia.py
Initial Comment:
Are these errors related to the logging change made in r10875? The Windows error text means "The process cannot access the file because it is being used by another process".
> interwiki.py -autonomous -log -lang:fi -namespace:0 -start:1692
...
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:xmf...
Traceback (most recent call last):
File "C:\Python27\lib\logging\handlers.py", line 78, in emit
self.doRollover()
File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:dv...
Traceback (most recent call last):
File "C:\Python27\lib\logging\handlers.py", line 78, in emit
self.doRollover()
File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:gu...
...
> python version.py
Pywikipedia trunk/pywikipedia/ (r10889, 2013/01/11, 23:13:04, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-01-12 05:39
Message:
should be fixed in r10891
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600554&group_…
Bugs item #3600344, was opened at 2013-01-10 21:45
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600344&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: LinkedPageGenerator does not give correct links
Initial Comment:
I noticed that when I use pagegenerators.LinkedPageGenerator with page "xyz" that contains wikilink "[[/abc]]", LinkedPageGenerator return [[/abc]] to me. However, in my opinion, it should return "[[xyz/abc]]."
Pywikipedia trunk/pywikipedia/ (r10880, 2013/01/10, 21:11:31)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-01-12 05:04
Message:
and seems you are generally bamboozled, the "Sony facilities monitor dj
headphones"a. k. a. MDR-V700DJ
????????? http://bagsmarcbymarcjacobs.webnode.jp/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600344&group_…
Patches item #3600554, was opened at 2013-01-11 21:57
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3600554&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Multiple doRollOver errors in wikipedia.py
Initial Comment:
Are these errors related to the logging change made in r10875? The Windows error text means "The process cannot access the file because it is being used by another process".
> interwiki.py -autonomous -log -lang:fi -namespace:0 -start:1692
...
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:xmf...
Traceback (most recent call last):
File "C:\Python27\lib\logging\handlers.py", line 78, in emit
self.doRollover()
File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:dv...
Traceback (most recent call last):
File "C:\Python27\lib\logging\handlers.py", line 78, in emit
self.doRollover()
File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä
Logged from file wikipedia.py, line 8746
Getting 12 pages from wikipedia:gu...
...
> python version.py
Pywikipedia trunk/pywikipedia/ (r10889, 2013/01/11, 23:13:04, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3600554&group_…
Bugs item #3600438, was opened at 2013-01-11 12:26
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600438&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: generate_family_file.py broken
Initial Comment:
20:23 ~/pywikipedia $ python version.py
Pywikipedia [http] trunk/pywikipedia (r10884, 2013/01/11, 11:58:49)
Python 2.7.3 (default, Dec 4 2012, 18:49:19)
[GCC 4.4.5]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
20:23 ~/pywikipedia $ python generate_family_file.py
Traceback (most recent call last):
File "generate_family_file.py", line 48, in <module>
import family
File "/home/yfdyh000/pywikipedia/family.py", line 15, in <module>
import wikipedia as pywikibot
File "/home/yfdyh000/pywikipedia/wikipedia.py", line 8632, in <module>
sys.path.append(config.datafilepath('userinterfaces'))
File "/home/yfdyh000/pywikipedia/config.py", line 530, in datafilepath
return makepath(os.path.join(base_dir, *filename))
File "/home/yfdyh000/pywikipedia/config.py", line 518, in makepath
if not exists(dpath): makedirs(dpath)
File "/usr/local/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '.'
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2013-01-11 13:37
Message:
in r10886
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600438&group_…
Bugs item #3600438, was opened at 2013-01-11 12:26
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600438&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: generate_family_file.py broken
Initial Comment:
20:23 ~/pywikipedia $ python version.py
Pywikipedia [http] trunk/pywikipedia (r10884, 2013/01/11, 11:58:49)
Python 2.7.3 (default, Dec 4 2012, 18:49:19)
[GCC 4.4.5]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
20:23 ~/pywikipedia $ python generate_family_file.py
Traceback (most recent call last):
File "generate_family_file.py", line 48, in <module>
import family
File "/home/yfdyh000/pywikipedia/family.py", line 15, in <module>
import wikipedia as pywikibot
File "/home/yfdyh000/pywikipedia/wikipedia.py", line 8632, in <module>
sys.path.append(config.datafilepath('userinterfaces'))
File "/home/yfdyh000/pywikipedia/config.py", line 530, in datafilepath
return makepath(os.path.join(base_dir, *filename))
File "/home/yfdyh000/pywikipedia/config.py", line 518, in makepath
if not exists(dpath): makedirs(dpath)
File "/usr/local/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '.'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600438&group_…
Bugs item #3600374, was opened at 2013-01-11 03:11
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600374&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yevgeni Movsesov ()
Assigned to: Nobody/Anonymous (nobody)
Summary: reflinks.py : Expand globalbadtitles section
Initial Comment:
Please expand the globalbadtitles with attached patch
----------------------------------------------------------------------
>Comment By: Yevgeni Movsesov ()
Date: 2013-01-11 03:13
Message:
Modified section should be as
globalbadtitles = """
# is
(test|
# starts with
^\W*(
register
|registration
|(sign|log)[ \-]?in
|subscribe
|sign[ \-]?up
|log[ \-]?on
|untitled[ ]?(document|page|\d+|$)
|404[ ]
).*
# anywhere
|.*(
403[ ]forbidden
|(404|page|file|information|resource).*not([ ]*be)?[
]*(available|found)
|site.*disabled
|error[ ]404
|error.+not[ ]found
|not[ ]found.+error
|404[ ]error
|\D404\D
|check[ ]browser[ ]settings
|log[ \-]?(on|in)[ ]to
|site[ ]redirection
).*
# ends with
|.*(
register
|registration
|(sign|log)[ \-]?in
|subscribe|sign[ \-]?up
|log[ \-]?on
)\W*$
)
"""
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600374&group_…
Bugs item #3600374, was opened at 2013-01-11 03:11
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600374&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yevgeni Movsesov ()
Assigned to: Nobody/Anonymous (nobody)
Summary: reflinks.py : Expand globalbadtitles section
Initial Comment:
Please expand the globalbadtitles with attached patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600374&group_…