Patches item #3015596, was opened at 2010-06-13 23:25
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3015596&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: masti (masti01)
>Assigned to: xqt (xqt)
Summary: pl update for noreferences.py
Initial Comment:
add template istead of
== Przypisy ==
<references />
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-06-14 10:14
Message:
done in r8284. Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3015596&group_…
Bugs item #3015645, was opened at 2010-06-14 02:36
Message generated for change (Settings changed) made by lusum
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3015645&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: copyright
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lusum (lusum)
>Assigned to: Nobody/Anonymous (nobody)
>Summary: Script copyright.py and copyright_clean.py don't work
Initial Comment:
python copyright.py -new
Getting 40 pages from wikipedia:it...
Sleeping for 3.9 seconds, 2010-06-14 02:34:28
2063
Traceback (most recent call last):
File "copyright.py", line 1204, in <module>
main()
File "copyright.py", line 1196, in main
bot.run()
File "copyright.py", line 1054, in run
text = skip_section(original_text)
File "copyright.py", line 284, in skip_section
sect_titles = '|'.join(l)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd9 in position 0: ordinal not in range(128)
Search engine | number of queries
---------------------------------
Google | 0
Yahoo! | 0
Live Search | 0
python copyright_clean.py
File "copyright_clean.py", line 123
query_results_revids.append(query_api({'revids': ,}))
^
SyntaxError: invalid syntax
for copyright_clean a simply patch is to change:
query_results_revids.append(query_api({'revids': ,}))
with
query_results_revids.append(query_api({'revids': s,}))
python version.py
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: lusum (lusum)
Date: 2010-06-14 02:36
Message:
PS: cosoleto seem not more working on this topic...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3015645&group_…
Bugs item #3015645, was opened at 2010-06-14 02:36
Message generated for change (Tracker Item Submitted) made by lusum
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3015645&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: copyright
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lusum (lusum)
Assigned to: Francesco Cosoleto (cosoleto)
Summary: Scritp copyright.py and copyright_clean.py don't work
Initial Comment:
python copyright.py -new
Getting 40 pages from wikipedia:it...
Sleeping for 3.9 seconds, 2010-06-14 02:34:28
2063
Traceback (most recent call last):
File "copyright.py", line 1204, in <module>
main()
File "copyright.py", line 1196, in main
bot.run()
File "copyright.py", line 1054, in run
text = skip_section(original_text)
File "copyright.py", line 284, in skip_section
sect_titles = '|'.join(l)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd9 in position 0: ordinal not in range(128)
Search engine | number of queries
---------------------------------
Google | 0
Yahoo! | 0
Live Search | 0
python copyright_clean.py
File "copyright_clean.py", line 123
query_results_revids.append(query_api({'revids': ,}))
^
SyntaxError: invalid syntax
for copyright_clean a simply patch is to change:
query_results_revids.append(query_api({'revids': ,}))
with
query_results_revids.append(query_api({'revids': s,}))
python version.py
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3015645&group_…
Bugs item #3015627, was opened at 2010-06-13 23:21
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3015627&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: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: template.py doesn't recognize russian namespaces
Initial Comment:
'Шаблон' is russian name for Template namespace
==> {{Шаблон:Y}} equals {{Template:Y}}
I've created the following test-page
* {{Y}}
* {{y}}
* {{Шаблон:Y}}
* {{Шаблон:y}}
* {{шаблон:Y}}
* {{шаблон:y}}
* {{Template:Y}}
* {{Template:y}}
* {{template:Y}}
* {{template:y}}
and run
python template.py "Y" "N"
the result is here:
http://ru.wikipedia.org/w/index.php?title=User:Dnikitin/test&action=history…
As you can see the Russian name for template-namespace (Шаблон) is not recognized.
-------------------------
Pywikipedia (r8277 (wikipedia.py), 2010/06/11, 09:56:33)
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3015627&group_…
Patches item #3015596, was opened at 2010-06-13 23:25
Message generated for change (Tracker Item Submitted) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3015596&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: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: pl update for noreferences.py
Initial Comment:
add template istead of
== Przypisy ==
<references />
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3015596&group_…
Feature Requests item #2983730, was opened at 2010-04-08 10:49
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&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: interwiki
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: xqt (xqt)
Summary: -start for category
Initial Comment:
interwiki.py -cat:anycat -start:D
does not work. It could be very useful for big categories (stubs, dismabiguations)
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-06-12 10:41
Message:
See the coc at pagegenerators:
Work on all pages which are in a specific category.
Argument can also be given as "-cat:categoryname" or
as "-cat:categoryname|fromtitle" (using # instead of |
is also allowed in this one and the following)
----------------------------------------------------------------------
Comment By: stanlekub (stanlekub)
Date: 2010-06-10 16:14
Message:
Seems you should try this:
interwiki.py -cat:towns#D
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2010-06-10 16:09
Message:
No, I mean
interwiki.py -cat:towns -start:D
(Dachau, Dar-es-Salaam...)
interwiki.py -start:category:D does
(Category:Da, Category:Dabing...)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-06-10 14:38
Message:
interwiki.py -start:category:D
This should do the job
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&group_…
Bugs item #3007636, was opened at 2010-05-26 21:58
Message generated for change (Settings changed) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007636&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: interwiki
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
Summary: interwiki.py crash Section not found
Initial Comment:
WARNING: Section not found: [[sv:Orter i Vrmland#Gkhjden]]
Dump nl (wikipedia) written.
Traceback (most recent call last):
File "C:\py\interwiki\interwiki.py", line 2421, in <module>
main()
File "C:\py\interwiki\interwiki.py", line 2395, in main
bot.run()
File "C:\py\interwiki\interwiki.py", line 2155, in run
self.queryStep()
File "C:\py\interwiki\interwiki.py", line 2128, in queryStep
self.oneQuery()
File "C:\py\interwiki\interwiki.py", line 2124, in oneQuery
subject.batchLoaded(self)
File "C:\py\interwiki\interwiki.py", line 1304, in batchLoaded
% (page.aslink(True), redir, redirectTargetPage.aslink(True)))
File "C:\py\interwiki\wikipedia.py", line 537, in aslink
self.title(savetitle=True, decode=True))
File "C:\py\interwiki\wikipedia.py", line 447, in title
title = title[:begin + 1] + anchor
TypeError: coercing to Unicode: need string or buffer, NoneType found
C:\py\interwiki>version.py
WARNING: Configuration variable 'language' is defined but unknown. Misspelled?
Pywikipedia [http] trunk/pywikipedia (r8200, 2010/05/22, 16:14:13)
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-06-11 02:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-05-27 11:07
Message:
Please have a look whether this has been fixed with r8222
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007636&group_…
Feature Requests item #2983730, was opened at 2010-04-08 10:49
Message generated for change (Comment added) made by stanlekub
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&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: interwiki
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: xqt (xqt)
Summary: -start for category
Initial Comment:
interwiki.py -cat:anycat -start:D
does not work. It could be very useful for big categories (stubs, dismabiguations)
----------------------------------------------------------------------
Comment By: stanlekub (stanlekub)
Date: 2010-06-10 16:14
Message:
Seems you should try this:
interwiki.py -cat:towns#D
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2010-06-10 16:09
Message:
No, I mean
interwiki.py -cat:towns -start:D
(Dachau, Dar-es-Salaam...)
interwiki.py -start:category:D does
(Category:Da, Category:Dabing...)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-06-10 14:38
Message:
interwiki.py -start:category:D
This should do the job
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&group_…
Feature Requests item #2983730, was opened at 2010-04-08 10:49
Message generated for change (Settings changed) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&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: interwiki
Group: None
>Status: Open
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: xqt (xqt)
Summary: -start for category
Initial Comment:
interwiki.py -cat:anycat -start:D
does not work. It could be very useful for big categories (stubs, dismabiguations)
----------------------------------------------------------------------
>Comment By: JAn (jandudik)
Date: 2010-06-10 16:09
Message:
No, I mean
interwiki.py -cat:towns -start:D
(Dachau, Dar-es-Salaam...)
interwiki.py -start:category:D does
(Category:Da, Category:Dabing...)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-06-10 14:38
Message:
interwiki.py -start:category:D
This should do the job
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&group_…
Feature Requests item #2983730, was opened at 2010-04-08 10:49
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&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: interwiki
Group: None
>Status: Pending
Priority: 5
Private: No
Submitted By: JAn (jandudik)
>Assigned to: xqt (xqt)
Summary: -start for category
Initial Comment:
interwiki.py -cat:anycat -start:D
does not work. It could be very useful for big categories (stubs, dismabiguations)
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-06-10 14:38
Message:
interwiki.py -start:category:D
This should do the job
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&group_…