Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-23 | Further clarify licensing status of compat/subprocess.py. | Junio C Hamano | 1 | -20/+4 | |
PSF license explicitly states the files in Python distribution is compatible with GPL, and upstream clarified the licensing terms by shortening its file header. This version is a verbatim copy from release24-maint branch form Python CVS. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-09-19 | Ship our own copy of subprocess.py | Junio C Hamano | 1 | -0/+1165 | |
so people without the latest Python could run merge-recursive. Signed-off-by: Junio C Hamano <junkio@cox.net> |