| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-107406: Add better `struct.Struct` repr (#107407) | denballakh | 2023-08-26 | 1 | -0/+9 |
|
|
* | gh-106948: Add standard external names to nitpick_ignore (GH-106949) | Serhiy Storchaka | 2023-07-22 | 1 | -2/+2 |
|
|
* | gh-101100: Docs: Fix references to several numeric dunders (#106278) | F3eQnxN3RriK | 2023-06-30 | 1 | -2/+2 |
|
|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
|
|
* | Fix syntax error in struct doc example (#102160) | Terry Jan Reedy | 2023-02-22 | 1 | -1/+1 |
|
|
* | gh-101386: fix typos found by codespell (#101387) | Peter Jiping Xie | 2023-01-28 | 1 | -1/+1 |
|
|
* | GH-87002: fix caching documentation in `struct` module (#24164) | Sandeep Subramanian | 2022-12-31 | 1 | -3/+3 |
|
|
* | gh-99146 struct module documentation should have more predictable examples/wa... | Skip Montanaro | 2022-11-22 | 1 | -76/+206 |
|
|
* | gh-65002: Make note that null bytes are used to pad bytes (#98635) | Stanley | 2022-10-28 | 1 | -1/+4 |
|
|
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -21/+21 |
|
|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH... | Ned Batchelder | 2022-07-05 | 1 | -1/+1 |
|
|
* | gh-93851: Fix all broken links in Doc/ (GH-93853) | Oleg Iarygin | 2022-06-21 | 1 | -1/+1 |
|
|
* | Doc: Update references and examples of old, unsupported OSes and uarches (GH-... | CAM Gerlach | 2022-06-09 | 1 | -3/+4 |
|
|
* | [doc] struct: update note about network byte order form to be more helpful (G... | Stargirl Flowers | 2020-09-11 | 1 | -2/+4 |
|
|
* | Remove redundant references in struct doc (GH-18053) | Christophe Nanteuil | 2020-02-10 | 1 | -2/+2 |
|
|
* | bpo-27961: Remove leftovers from the times when long long wasn't required (GH... | Sergey Fedoseev | 2019-08-22 | 1 | -25/+20 |
|
|
* | bpo-37134: Add PEP570 notation to the documentation (GH-13743) | Pablo Galindo | 2019-06-05 | 1 | -1/+1 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -5/+9 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+7 |
|
|
* | bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) | Zackery Spytz | 2018-09-11 | 1 | -0/+6 |
|
|
* | bpo-30249: Improve struct.unpack_from() error messages (GH-6059) | Xiang Zhang | 2018-03-10 | 1 | -3/+3 |
|
|
* | bpo-21071: struct.Struct.format type is now str (#845) | Victor Stinner | 2017-06-23 | 1 | -0/+3 |
|
|
* | Issue #29300: Convert _struct module to Argument Clinic | Victor Stinner | 2017-02-02 | 1 | -13/+14 |
|
|
* | Issue #28635: Fix a couple of missing/incorrect versionchanged tags | Yury Selivanov | 2016-11-10 | 1 | -0/+4 |
|
|
* | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo... | Mark Dickinson | 2016-09-03 | 1 | -3/+20 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
|
|
* | Issue #26535: Correct docs regarding the struct buffer size | Martin Panter | 2016-04-15 | 1 | -10/+11 |
|
|
* | #22613: explain what "buffer" is in the struct documentation (thanks Jacques ... | Georg Brandl | 2014-10-31 | 1 | -1/+9 |
|
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|\ |
|
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
* | | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct... | Antoine Pitrou | 2013-04-26 | 1 | -0/+20 |
|/ |
|
* | Issue #3163: The struct module gets new format characters 'n' and 'N' | Antoine Pitrou | 2011-10-06 | 1 | -4/+17 |
|
|
* | Fix closes Issue11436 - Minor clarification to struct documentation for 's' f... | Senthil Kumaran | 2011-07-17 | 1 | -4/+5 |
|
|
* | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 1 | -27/+22 |
|
|
* | Fixing some sphinx inline directives - detected using ``make check``. | Senthil Kumaran | 2010-10-15 | 1 | -2/+2 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -44/+44 |
|
|
* | Emphasize role of count for Pascal string. | Georg Brandl | 2010-07-10 | 1 | -11/+9 |
|
|
* | Merged revisions 82379 via svnmerge from | Mark Dickinson | 2010-06-29 | 1 | -1/+5 |
|
|
* | Merged revisions 81992 via svnmerge from | Mark Dickinson | 2010-06-15 | 1 | -30/+33 |
|
|
* | Issue #8469: Reorder struct module sections for clarity; other minor tweaks. | Mark Dickinson | 2010-06-12 | 1 | -75/+79 |
|
|
* | Issue #8469: add standard sizes to struct docs table. | Mark Dickinson | 2010-06-12 | 1 | -40/+40 |
|
|
* | More struct module docs and docstring tweaks. | Mark Dickinson | 2010-06-12 | 1 | -21/+21 |
|
|
* | Merged revisions 80013-80015 via svnmerge from | Mark Dickinson | 2010-04-12 | 1 | -70/+138 |
|
|
* | Merged revisions 79674 via svnmerge from | Mark Dickinson | 2010-04-03 | 1 | -0/+9 |
|
|
* | Merged revisions 78308 via svnmerge from | Andrew M. Kuchling | 2010-02-22 | 1 | -3/+5 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -4/+3 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -0/+10 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -1/+1 |
|
|
* | update the struct documentation to refer to bytes | Benjamin Peterson | 2008-07-31 | 1 | -32/+37 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 1 | -0/+10 |
|
|