Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-25 | drop Python 2 support (#50) | monsta | 1 | -20/+6 | |
it's going EOL in 2020 | |||||
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 1 | -34/+34 | |
2019-03-31 | Make Caja.OperationHandle usable. | Patrick Monnerat | 1 | -1/+18 | |
The Caja.OperationHandle.handle property is added: this gives access to the effective handle taking the form of a non-zero signed integer that can be stored in a void pointer. Trying to set this property with an invalid value raises an exception. Upon update_file_info_full call, the new Caja.OperationHandle is preset with a "unique" non-null value generated from an atomic counter. When the python method returns, the handle value is transmitted to Caja whatever it is: this fixes the problem of Caja expecting a non-null handle when CAJA_OPERATION_IN_PROGRESS is returned. Ref: https://github.com/mate-desktop/python-caja/issues/36 | |||||
2019-01-30 | Fix Python 2 INT_ASLONG function. | Patrick Monnerat | 1 | -1/+1 | |
Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457189545 | |||||
2019-01-30 | Implement Python 3 C API compatibility using conditional and macros. | Patrick Monnerat | 1 | -6/+20 | |
The updated sources are still compatible with Python 2. | |||||
2013-01-22 | Convert to g-i | Yaakov Selkowitz | 1 | -58/+23 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -1/+1 | |
2012-01-13 | initial import from Mate-Extra repo | Stefano Karapetsas | 1 | -0/+615 | |