| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -17/+17 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -3/+3 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
|
|
* | Remove mentions of "long integer" in the docs. | Georg Brandl | 2007-11-29 | 1 | -13/+4 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -10/+0 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -0/+5 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+292 |
|
|