summaryrefslogtreecommitdiffstats
path: root/Doc/library/struct.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-1/+1
| | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list.
* update to new C roles and directivesSandro Tosi2012-01-141-44/+44
|
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-2/+2
|
* merge from 3.2.Senthil Kumaran2011-07-171-4/+5
|
* #12093: fix typo in struct doc. Patch by Sandro Tosi.Ezio Melotti2011-05-171-1/+1
|
* Merged revisions 82757-82758,82760-82764 via svnmerge fromGeorg Brandl2010-10-061-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line Fix markup. ........ r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line Emphasize role of count for Pascal string. ........ r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line #3214: improve description of duck-typing in glossary. ........ r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line #1434090: properly append child in expatbuilder doctype handler. ........ r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line #8338: fix outdated class name. ........ r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line #8456: fix signature of sqlite3.connect(). ........ r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line #8564: update docs on integrating doctest/unittest with unittest(2) test discovery. ........
* Issue #1789: clarify that the 'size' column in struct docs refers to ↵Mark Dickinson2010-06-291-1/+5
| | | | standard size.
* Issue #8469: Further clarifications and improvements to struct moduleMark Dickinson2010-06-151-30/+33
| | | | documentation. Thanks Mads Kiilerich.
* Issue #8469: Add standard sizes to table in struct documentation; additionalMark Dickinson2010-06-121-118/+119
| | | | | | clarifications and documentation tweaks. Backport of revisions 81955-81956 from py3k.
* More struct doc tweaks.Mark Dickinson2010-04-121-6/+13
|
* Rewrap some long lines in struct module doc source.Mark Dickinson2010-04-121-16/+18
|
* Issue #7355: Various improvements to struct module documentation.Mark Dickinson2010-04-121-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 Melotti2010-04-051-1/+1
|
* Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.Mark Dickinson2010-04-031-3/+8
| | | | Based on a patch by Meador Inge.
* Issue #1530559: When packing a non-integer with any integer conversionMark Dickinson2010-03-071-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. Kuchling2010-02-221-3/+5
| | | | Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
* Fixed a typo.Facundo Batista2009-03-041-1/+1
|
* Issue 2909: show how to name unpacked fields.Raymond Hettinger2008-05-231-0/+10
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-17/+17
| | | | the class directive
* Issue 1872: Changed the struct module typecode from 't' to '?', forThomas Heller2008-03-051-3/+3
| | | | compatibility with PEP3118.
* Fix issue1789: The tutorial contained a misuse of the struct module.Gregory P. Smith2008-01-241-2/+2
| | | | (also remove an unneeded import struct from test_largefile)
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
|
* Bug #1734111: document struct.Struct.size.Georg Brandl2007-08-231-0/+5
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+292