summaryrefslogtreecommitdiff
path: root/Modules/_struct.c
Commit message (Expand)AuthorAgeFilesLines
* Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0
* Issue #9422: Fix memory leak when re-initializing a struct.Struct object.Mark Dickinson2010-07-291-0/+3
* Issue #9277: Struct module: standard bool packing was incorrect ifMark Dickinson2010-07-181-2/+2
* don't ignore exceptions from PyObject_IsTrueBenjamin Peterson2010-07-071-2/+8
* Remove unnecessary brackets from docstring optional arguments.Mark Dickinson2010-06-131-2/+2
* Issue #8973: Expanded Struct.__doc__.Alexander Belopolsky2010-06-121-1/+5
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-121-4/+4
* Issue #8973: Improve struct module docstrings.Mark Dickinson2010-06-121-22/+37
* Remove accidental (yet-to-be-reviewed) docstring changes included in r81947.Mark Dickinson2010-06-121-28/+21
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-121-21/+28
* Remove unused variable.Mark Dickinson2010-06-121-1/+1
* Issue #8981: Remove _struct.__version__.Mark Dickinson2010-06-121-6/+0
* Fix more undefined-behaviour inducing overflow checks in struct module.Mark Dickinson2010-06-111-19/+23
* Fix an incorrect return type.Mark Dickinson2010-06-111-1/+1
* Avoid possible undefined behaviour from signed overflow.Mark Dickinson2010-06-111-3/+6
* Issue #3129: Trailing digits in format string are no longer ignored.Alexander Belopolsky2010-06-111-2/+5
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1262/+1262
* Merged revisions 79751 via svnmerge fromMark Dickinson2010-04-041-25/+25
* Merged revisions 79745 via svnmerge fromMark Dickinson2010-04-041-6/+1
* add missing decrefsBenjamin Peterson2010-04-031-0/+3
* Merged revisions 79674 via svnmerge fromMark Dickinson2010-04-031-4/+19
* Internal refactoring in struct.pack: make all integer conversions go through...Mark Dickinson2010-04-031-20/+20
* Remove unused define.Mark Dickinson2010-04-031-2/+0
* Merged revisions 75283 via svnmerge fromMark Dickinson2009-10-081-6/+8
* Merged revisions 73880 via svnmerge fromMark Dickinson2009-07-071-1/+1
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-0/+2
* Issue #5463: Remove deprecated float coercion from struct module, alongMark Dickinson2009-04-191-77/+51
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-1/+0
* - Issue #5463: In struct module, remove deprecated overflow wrappingMark Dickinson2009-03-211-182/+7
* #3694: fix an "XXX undetected error" leak in struct.Georg Brandl2009-02-131-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Replace PyNumber_Int with PyNumber_Long.Mark Dickinson2009-01-171-3/+3
* Issue 4910, patch 2 of (probably) 3: pave the way for renaming ofMark Dickinson2009-01-151-2/+2
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-031-6/+6
* Merged revisions 66693 via svnmerge fromBenjamin Peterson2008-09-301-0/+2
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-4/+4
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* update the struct documentation to refer to bytesBenjamin Peterson2008-07-311-10/+10
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-0/+6
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-8/+22
* Renamed PyString to PyBytesChristian Heimes2008-05-261-16/+16
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-6/+6
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-1/+1
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-2/+1
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-041-3/+236
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-4/+4
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-23/+23
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-50/+31
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-6/+5