E&S CVS Commit: PEAK - Made DM private implementation method names start with '_'. Also, fixed

pje at eby-sarna.com pje at eby-sarna.com
Sun Jan 19 08:38:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sun Jan 19 13:37:03 UTC 2003

Modified Files:
	PEAK/src/peak/storage: data_managers.py interfaces.py xmi.py
	PEAK/src/peak/storage/tests: transactions.py

Log Message:
Made DM private implementation method names start with '_'.  Also, fixed
two minor issues with EntityDM: flush() would break if no target was
supplied and no objects were currently dirty, and the correct way to
deactivate a persistent object is 'del ob._p_changed', which calls
ob._p_deactivate() automatically.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/storage/data_managers.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/storage/interfaces.py.diff?r1=1.21&r2=1.22
http://cvs.eby-sarna.com/PEAK/src/peak/storage/xmi.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/storage/tests/transactions.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/storage/data_managers.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/storage/interfaces.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/storage/xmi.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/storage/tests/transactions.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list