summaryrefslogtreecommitdiff
path: root/dns/_immutable_ctx.py
Commit message (Collapse)AuthorAgeFilesLines
* copy the signature of __init__ tooBob Halley2020-08-131-0/+3
|
* keep following init protocol for __setstate__ when ancestor is Immutable tooBob Halley2020-08-131-0/+2
|
* apply the immutable init wrapper to __setstate__ too, if presentBob Halley2020-08-131-0/+6
|
* set class and module properly for decorated immutable classes.Bob Halley2020-08-131-0/+4
|
* Transaction support.Bob Halley2020-08-101-0/+60