issues
search
zopefoundation
/
persistent
automatic persistence for Python objects
https://pypi.org/project/persistent/
Other
46
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Avoid raising a SystemError when clearing slots if setstate() failed.
#62
jamadden
closed
7 years ago
3
Fix ``__setstate__`` interning when ``state`` parameter is not a built-in dict
#61
agroszer
closed
7 years ago
2
Persistent.__setstate__ C SILENTLY fails on non-builtin dict
#60
agroszer
closed
7 years ago
1
Use macpython for all Mac builds.
#59
jamadden
closed
7 years ago
1
Python 3.6 Mac
#58
jamadden
closed
7 years ago
6
Support Python 3.6
#57
mgedmin
closed
7 years ago
1
Test w/ PURE_PYTHON set under Python3.5.
#56
tseaver
closed
6 years ago
2
Fix Python timestamp hash on 64-bit windows
#55
jamadden
closed
7 years ago
3
new_ghost shouldn't clear newargs (PyPy consistent with C)
#54
jamadden
closed
7 years ago
5
Expose PersistentList/Mapping docs. Fixes #52.
#53
jamadden
closed
7 years ago
0
Docs: Document PersistentMapping and PersistentList
#52
jamadden
closed
7 years ago
0
Appveyor failures for persistent 4.2.2 (test failures on 64-bit platforms)
#51
mgedmin
closed
7 years ago
1
On deactivate release in-slots objects only for classes that don't ov…
#50
navytux
closed
7 years ago
10
PyPy/Pure-Python: `PickleCache.new_ghost` destroys any information passed to `__new__`
#49
jamadden
closed
7 years ago
2
py/deactivate vs slots: A slot variable could not be initialized at all
#48
navytux
closed
7 years ago
15
Stop calling gc.collect in the Python incrgc.
#47
jamadden
closed
7 years ago
6
Make calls to unghost a cPersistent.Persistent object available in python
#46
stephan-hof
closed
7 years ago
6
Change PickleCache from simple LRU to a more modern policy (like windowed LFU/SLRU)
#45
jamadden
opened
8 years ago
3
On deactivate release in-slots objects too
#44
navytux
closed
8 years ago
30
Distribute the CFFI ring implementation in the wheels?
#43
jamadden
closed
6 years ago
5
Troubles with PersistentMapping and copy.copy()
#42
pakal
closed
6 years ago
6
pyTimeStamp and TimeStamp have different sub-second precision
#41
mgedmin
closed
6 years ago
8
zope.wheelbuilder needs to be registered as a maintainer of pypi
#40
fgregg
closed
8 years ago
2
Fix #38 by returning the correct type from TimeStamp_hash.
#39
jamadden
closed
8 years ago
0
Tests fails on Windows, Python3, 64bit machine, likely due to float == double on windows
#38
fgregg
closed
8 years ago
6
TimeStamp: sub-second precision for Python implementation of timeTime()
#37
jmuchemb
closed
8 years ago
0
CI for travis and appveyor
#36
fgregg
closed
8 years ago
12
Add support for Python 3.5.
#35
tseaver
closed
8 years ago
1
Don't use/poison global wheel cache when building w/ PURE_PYTHON.
#34
tseaver
closed
8 years ago
2
Drop support for Python 2.6 and 3.2.
#33
tseaver
closed
8 years ago
0
Regression since 4.0.9: Opening FileStorage horribly slow
#32
ml31415
closed
8 years ago
15
Get rid of ctypes dependency to make persistent more pure-python compatible
#31
michwill
closed
8 years ago
6
Error: unable to execute gcc: No such file or directory
#30
Cykooz
closed
9 years ago
3
Make pure python match C: call 'jar.register()' in '__setattr__'/'_p_register' even if OID is not set.
#29
tonich-sh
closed
6 years ago
8
Pure python Persistent does not call jar.register() without _p_oid but c-implementation does
#28
tonich-sh
closed
6 years ago
1
Upstream tarball contains __pycache__/*.o files
#27
warsaw
closed
9 years ago
4
Must `_p_mtime` activate a ghost?
#26
tseaver
closed
8 years ago
2
Must `_p_invalidate` call `_p_deactivate`?
#25
tseaver
closed
8 years ago
2
Should `_p_oid` allow arbitrary types?
#24
tseaver
closed
8 years ago
4
Fix tests for TimeStamp hashcode under 32-bit Pythons.
#23
jamadden
closed
9 years ago
1
Use `ctypes.c_long` to get the native long type on all platforms; fixes 32-bit TimeStamp hashcode
#22
jamadden
closed
9 years ago
2
Test failure in test_hash_equal on py2.6 windows
#21
agroszer
closed
9 years ago
12
Support for ZODB on PyPy
#20
jamadden
closed
9 years ago
26
Make the .raw() and repr() of the Python TimeStamp match the C version in more cases.
#19
jamadden
closed
9 years ago
6
C and Python TimeStamp objects have different `.raw()` and `repr()` values for same input and are not equal
#18
jamadden
closed
9 years ago
1
fix test___setstate___interns_dict_keys failure on pypy3
#17
davisagli
closed
9 years ago
1
Intern keys in `__setstate__`
#16
davisagli
closed
9 years ago
4
intern keys of object state
#15
davisagli
closed
9 years ago
3
Make C TimeStamp ctor match Python ref. impl.
#14
tseaver
closed
9 years ago
3
pyTimeStamp and TimeStamp __init__ accept different arguments
#13
do3cc
closed
8 years ago
1
Previous
Next