Is there any project whose patches are all available?

Diez B. Roggisch deets at nospam.web.de
Fri Nov 28 03:50:22 EST 2008


ZelluX schrieb:
> Hi, all
> 
> I want to write a version-tracking tool for Python projects, and need
> some sample projects whose even smallest modifications can be
> downloaded from the internet.
> 
> Could you recommend some to me?

Well, most of them have ... TADA ... Versioncontrol systems they use. 
Which makes ti possible to fetch all the different revisions as single 
patches. So write yourself a script that exctracts these from e.g. a SVN 
repo, and you are done.

If that serves your cause though, I'm not so sure.


Diez



More information about the Python-list mailing list