Lines Matching full:pack
5717 - Issue #14897: Enhance error messages of struct.pack and
9874 trying to pack a negative (in-range) integer.
10956 - Issue #10783: struct.pack() no longer implicitly encodes unicode to UTF-8.
14185 - Issue #9277: Fix bug in struct.pack for bools in standard mode (e.g.,
14186 struct.pack('>?')): if conversion to bool raised an exception then that
14198 - In struct.pack, correctly propagate exceptions from computing the truth of an
14259 - Issue #8300: When passing a non-integer argument to struct.pack with any
14260 integer format code, struct.pack first attempts to convert the non-integer
15048 for integer type codes: struct.pack('L', 0.3) should now raise
15203 when packing an integer: struct.pack('=L', -1) now raises
15971 - Issue #4228: Pack negative values the same way as 2.4 in struct's L format.
17513 - Bug #1530559, struct.pack raises TypeError where it used to convert.
17514 Passing float arguments to struct.pack when integers are expected
17574 This provides the proper warning for struct.pack().
21711 (struct.pack's <f, >f, <d, and >d codes; pickle and cPickle's protocol 1
29977 shorter names still work, and where there's ambiguity, pack wins over
34017 Module struct defines functions to pack/unpack values to/from strings