Is it possible with svn or hg to get a list of the commits that changed version x to version y?
A regular "svn log" on the maintenance branch will give you all the changes. You'll recognize from the checkin messages when the previous release was.
Would is not be possible to get a diff between at least the .rst versions of the docs for version x and version y?
That's most certainly possible, using "svn diff -rX:Y". Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com