| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More struct doc tweaks. | Mark Dickinson | 2010-04-12 | 1 | -6/+13 |
| | | |||||
| * | Rewrap some long lines in struct module doc source. | Mark Dickinson | 2010-04-12 | 1 | -16/+18 |
| | | |||||
| * | Issue #7355: Various improvements to struct module documentation. | Mark Dickinson | 2010-04-12 | 1 | -55/+114 |
| | | | | | | | | | | | | | | | - note early on that the result of struct.pack includes padding bytes by default - add examples showing how order of struct fields can affect size (due to padding) - better headers and references; introduction to format strings - integrate packing notes into table Many thanks to Meador Inge for the patch. | ||||
| * | Fix markup errors. | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
| | | |||||
| * | Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. | Mark Dickinson | 2010-04-03 | 1 | -3/+8 |
| | | | | | Based on a patch by Meador Inge. | ||||
| * | Issue #1530559: When packing a non-integer with any integer conversion | Mark Dickinson | 2010-03-07 | 1 | -0/+12 |
| | | | | | | | | | | code using struct.pack, attempt to convert to an integer first using the argument's __int__ method (if present). Also raise a DeprecationWarning for any such usage of __int__. This fixes a regression from 2.6, where some (but not all) integer conversion codes already used __int__. | ||||
| * | #6414: clarify description of processor endianness. | Andrew M. Kuchling | 2010-02-22 | 1 | -3/+5 |
| | | | | | Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'. | ||||
| * | Fixed a typo. | Facundo Batista | 2009-03-04 | 1 | -1/+1 |
| | | |||||
| * | Issue 2909: show how to name unpacked fields. | Raymond Hettinger | 2008-05-23 | 1 | -0/+10 |
| | | |||||
| * | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 1 | -17/+17 |
| | | | | | the class directive | ||||
| * | Issue 1872: Changed the struct module typecode from 't' to '?', for | Thomas Heller | 2008-03-05 | 1 | -3/+3 |
| | | | | | compatibility with PEP3118. | ||||
| * | Fix issue1789: The tutorial contained a misuse of the struct module. | Gregory P. Smith | 2008-01-24 | 1 | -2/+2 |
| | | | | | (also remove an unneeded import struct from test_largefile) | ||||
| * | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -1/+1 |
| | | |||||
| * | Bug #1734111: document struct.Struct.size. | Georg Brandl | 2007-08-23 | 1 | -0/+5 |
| | | |||||
| * | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+292 |
