summaryrefslogtreecommitdiffstats
path: root/Doc/library/struct.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs: Add explanation about little/big endian (#109841)Simon A. Eugster2024-02-191-0/+15
* gh-107406: Add better `struct.Struct` repr (#107407)denballakh2023-08-261-0/+9
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-221-2/+2
* gh-101100: Docs: Fix references to several numeric dunders (#106278)F3eQnxN3RriK2023-06-301-2/+2
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* Fix syntax error in struct doc example (#102160)Terry Jan Reedy2023-02-221-1/+1
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-281-1/+1
* GH-87002: fix caching documentation in `struct` module (#24164)Sandeep Subramanian2022-12-311-3/+3
* gh-99146 struct module documentation should have more predictable examples/wa...Skip Montanaro2022-11-221-76/+206
* gh-65002: Make note that null bytes are used to pad bytes (#98635)Stanley2022-10-281-1/+4
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-21/+21
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-1/+1
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...CAM Gerlach2022-06-091-3/+4
* [doc] struct: update note about network byte order form to be more helpful (G...Stargirl Flowers2020-09-111-2/+4
* Remove redundant references in struct doc (GH-18053)Christophe Nanteuil2020-02-101-2/+2
* bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Sergey Fedoseev2019-08-221-25/+20
* bpo-37134: Add PEP570 notation to the documentation (GH-13743)Pablo Galindo2019-06-051-1/+1
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-5/+9
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+7
* bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700)Zackery Spytz2018-09-111-0/+6
* bpo-30249: Improve struct.unpack_from() error messages (GH-6059)Xiang Zhang2018-03-101-3/+3
* bpo-21071: struct.Struct.format type is now str (#845)Victor Stinner2017-06-231-0/+3
* Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-13/+14
* Issue #28635: Fix a couple of missing/incorrect versionchanged tagsYury Selivanov2016-11-101-0/+4
* Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-3/+20
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* Issue #26535: Correct docs regarding the struct buffer sizeMartin Panter2016-04-151-10/+11
* #22613: explain what "buffer" is in the struct documentation (thanks Jacques ...Georg Brandl2014-10-311-1/+9
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-261-0/+20
|/
* Issue #3163: The struct module gets new format characters 'n' and 'N'Antoine Pitrou2011-10-061-4/+17
* Fix closes Issue11436 - Minor clarification to struct documentation for 's' f...Senthil Kumaran2011-07-171-4/+5
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-27/+22
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-2/+2
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-44/+44
* Emphasize role of count for Pascal string.Georg Brandl2010-07-101-11/+9
* Merged revisions 82379 via svnmerge fromMark Dickinson2010-06-291-1/+5
* Merged revisions 81992 via svnmerge fromMark Dickinson2010-06-151-30/+33
* Issue #8469: Reorder struct module sections for clarity; other minor tweaks.Mark Dickinson2010-06-121-75/+79
* Issue #8469: add standard sizes to struct docs table.Mark Dickinson2010-06-121-40/+40
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-121-21/+21
* Merged revisions 80013-80015 via svnmerge fromMark Dickinson2010-04-121-70/+138
* Merged revisions 79674 via svnmerge fromMark Dickinson2010-04-031-0/+9
* Merged revisions 78308 via svnmerge fromAndrew M. Kuchling2010-02-221-3/+5
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-4/+3
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-0/+10
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-1/+1
* update the struct documentation to refer to bytesBenjamin Peterson2008-07-311-32/+37