| Commit message (Expand) | Author | Age | Files | Lines |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1293/+0 |
|
|
* | struct_pack(): Repair new assert-fail crash in | Tim Peters | 2006-02-16 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -4/+5 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | SF bug #1072182: bad arg type to isspace in struct module | Raymond Hettinger | 2005-08-26 | 1 | -3/+3 |
|
|
* | Patch #1011240: SystemError generated by struct.pack('P', 'foo'). | Armin Rigo | 2004-09-27 | 1 | -7/+9 |
|
|
* | Getting rid of code dependent on GUSI or the MetroWerks compiler. | Jack Jansen | 2003-11-19 | 1 | -9/+0 |
|
|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -14/+14 |
|
|
* | New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a | Tim Peters | 2003-03-20 | 1 | -292/+18 |
|
|
* | SF bug 705836: struct.pack of floats in non-native endian order | Tim Peters | 2003-03-20 | 1 | -12/+37 |
|
|
* | (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule: | Guido van Rossum | 2002-09-03 | 1 | -27/+54 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -16/+15 |
|
|
* | Get rid of more PyArg_Parse & METH_OLDARGS. | Neal Norwitz | 2002-04-02 | 1 | -1/+2 |
|
|
* | Fix typo. | Fred Drake | 2002-02-14 | 1 | -1/+1 |
|
|
* | Use PyModule_AddObject() instead of accessing the module dict directly. | Fred Drake | 2002-02-14 | 1 | -6/+8 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -13/+13 |
|
|
* | The 'p' (Pascal string) pack code acts unreasonably when the string size | Tim Peters | 2001-09-15 | 1 | -0/+2 |
|
|
* | SF bug #442520: test_struct fails on SPARC. | Tim Peters | 2001-07-18 | 1 | -4/+10 |
|
|
* | The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. | Tim Peters | 2001-06-13 | 1 | -0/+8 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -55/+137 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2001-06-11 | 1 | -3/+3 |
|
|
* | Simplify some convolution by simply not recognizing 'q' and 'Q' at all | Tim Peters | 2001-06-11 | 1 | -33/+0 |
|
|
* | Make clear in the docstring that "std" applies to both size and alignment, | Tim Peters | 2001-06-11 | 1 | -6/+6 |
|
|
* | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 1 | -1/+186 |
|
|
* | Repair portability of sign extension when reading signed ints on boxes | Tim Peters | 2001-04-08 | 1 | -10/+6 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -1/+0 |
|
|
* | Use symbolic constants for allowable short ranges. | Martin v. Löwis | 2000-09-15 | 1 | -4/+7 |
|
|
* | Check range for bytes and shorts. Closes bug #110845. | Martin v. Löwis | 2000-09-15 | 1 | -2/+42 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -173/+57 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -5/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-01 | 1 | -1/+2 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -2/+2 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 1 | -0/+31 |
|
|
* | Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! | Guido van Rossum | 1998-06-29 | 1 | -2/+8 |
|
|
* | get_long(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). | Fred Drake | 1998-05-28 | 1 | -1/+1 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -3/+3 |
|
|
* | Oops, left in a non-standard multi-line doc string that GCC finds okay | Guido van Rossum | 1997-12-21 | 1 | -4/+4 |
|
|
* | Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit). | Guido van Rossum | 1997-12-19 | 1 | -7/+41 |
|
|
* | Fix due to Bill Noon for problem discovered by Ken Manheimer: packing | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -5/+3 |
|
|
* | Contribution by Hannu Krosing (with some changes). | Guido van Rossum | 1997-09-05 | 1 | -0/+38 |
|
|
* | Ignore whitespace between formats (not internal to a count+format). | Guido van Rossum | 1997-08-26 | 1 | -0/+7 |
|
|
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -8/+8 |
|
|