[Python-Dev] Bugfix releases should not change APIs

"Martin v. Löwis" martin at v.loewis.de
Mon May 31 10:03:00 CEST 2010


> 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


More information about the Python-Dev mailing list