summaryrefslogtreecommitdiffstats
path: root/Modules/_struct.c
Commit message (Expand)AuthorAgeFilesLines
* #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
* Make struct tests pass.Guido van Rossum2007-05-271-1/+6
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Make test_zipfile pass.Guido van Rossum2007-05-221-6/+36
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-12/+26
* struct.unpack() allows a bytes string too (if it has the right size).Guido van Rossum2007-04-131-2/+6
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-0/+49
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-2/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-19/+76
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-15/+14
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-63/+225
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+1660