47
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 12 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added subtransaction support. More... almost 25 years ago
Added subtransaction support. More... almost 25 years ago
No longer pass storage to Connection constructor. More... almost 25 years ago
No longer pass storage to Connection constructor. More... almost 25 years ago
No longer pass storage to Connection constructor. More... almost 25 years ago
No longer pass storage to Connection constructor. More... almost 25 years ago
Added a get method. More... almost 25 years ago
Added a get method. More... almost 25 years ago
_p_mtime returns None if _p_serial is unset (all nulls). More... almost 25 years ago
_p_mtime returns None if _p_serial is unset (all nulls). More... almost 25 years ago
Added a Conection sync method that can be used to synchronize the connection with the stored data. This is handy when multiple threads or processes are accessing and updating data simultaneously (e.g. When using the monitor client to poke at a running Zope process). More... almost 25 years ago
Added a Conection sync method that can be used to synchronize the connection with the stored data. This is handy when multiple threads or processes are accessing and updating data simultaneously (e.g. When using the monitor client to poke at a running Zope process). More... almost 25 years ago
Added code to fake out BoboPOS.PersistentMapping. Waaaa. More... almost 25 years ago
Added code to fake out BoboPOS.PersistentMapping. Waaaa. More... almost 25 years ago
Added missing TupleType definition. More... almost 25 years ago
Added missing TupleType definition. More... almost 25 years ago
Added exception handler around the pickle loading code. This at least makes errors visible during debugging, but I need to figure out a better way to handle these. More... almost 25 years ago
Added exception handler around the pickle loading code. This at least makes errors visible during debugging, but I need to figure out a better way to handle these. More... almost 25 years ago
Added hack to revice PersistentMapping module. Waaaaa :( More... almost 25 years ago
Added hack to revice PersistentMapping module. Waaaaa :( More... almost 25 years ago
*** empty log message *** More... almost 25 years ago
*** empty log message *** More... almost 25 years ago
Added missing self in _connectionMap. More... almost 25 years ago
Added missing self in _connectionMap. More... almost 25 years ago
Fixed bug introduced while chasing a memory leak. I keep forgetting that PyDict_GetItem has it's own special refcount rules. More... almost 25 years ago
Fixed bug introduced while chasing a memory leak. I keep forgetting that PyDict_GetItem has it's own special refcount rules. More... almost 25 years ago
Added logic to keep a reference to the root object to keep it from being dropped from the cache. More... about 25 years ago
Added logic to keep a reference to the root object to keep it from being dropped from the cache. More... about 25 years ago
Updated to use new ExtensionClass destructor protocol. More... about 25 years ago
Updated to use new ExtensionClass destructor protocol. More... about 25 years ago