[Tracker-discuss] [issue476] Better export function of issue tracker

2012-08-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: One issue at a time, please. Your original request was to get more information than from CSV export, which I think is satisfied with the XML-RPC access, so I'm closing this issue as resolved. Notice that the Python bug tracker really is an installation of Rou

[Tracker-discuss] [issue476] Better export function of issue tracker

2012-08-30 Thread Wu Yu
Wu Yu added the comment: I've tried XMLRPC for roundup. And it is great! But so far I could not find a way to access the "History" part of a issue. Is it possible to get all the information of a issue history? Thanks! ___ PSF Meta Tracker

[Tracker-discuss] [issue476] Better export function of issue tracker

2012-08-22 Thread Ezio Melotti
Ezio Melotti added the comment: You should be able to access what you need using XML-RPC: http://roundup.sourceforge.net/docs/xmlrpc.html. When you retrieve the issue information you should get a list of msg ids that you can then use to retrieve the messages. -- nosy: +ezio.melotti sta

[Tracker-discuss] [issue476] Better export function of issue tracker

2012-08-22 Thread Wu Yu
New submission from Wu Yu: I'm a Ph.D. student at Penn State, majored in Information Sciences & Technology. We have a group of people doing research in Open Source Software communities, and we are very interested in Python community. It is great that at this point we can download data as csv f