Home | History | Annotate | Download | only in Misc

Lines Matching full:marshal

1273 - SF patch #1180995: marshal now uses a binary format by default when
3011 - marshal now shares interned strings. This change introduces
6972 - pickle, cPickle and marshal on 32-bit platforms can now correctly read
7298 if from a compiled (.pyc or .pyo) file. This was due to marshal using
7299 str(float) instead of repr(float) when building code objects. marshal
8614 - marshal: When reading a short, sign-extend on platforms where shorts
9107 marshal -- no longer dumps core when marshaling deeply nested or
11563 - Fixed the marshal module to test for certain common kinds of invalid
14554 - C API addition: marshal.c now supports
16341 * Module marshal now supports dumping to and loading from strings,