index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
Merged revisions 83239 via svnmerge from
Mark Dickinson
2010-07-29
1
-0/+3
*
Merged revisions 82941,82943 via svnmerge from
Mark Dickinson
2010-07-18
1
-2/+2
*
Merged revisions 82628,82630 via svnmerge from
Benjamin Peterson
2010-07-07
1
-2/+8
*
Fix possible undefined behaviour from signed overflow in struct module.
Mark Dickinson
2010-06-11
1
-22/+29
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-1259/+1259
*
A handful of whitespace fixes in Modules/_struct.c.
Mark Dickinson
2010-04-04
1
-20/+20
*
Issue #8300 (__index__ handling in struct.pack): Remove redundant check
Mark Dickinson
2010-04-04
1
-6/+1
*
Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.
Mark Dickinson
2010-04-03
1
-11/+39
*
Silence compiler warning.
Mark Dickinson
2010-03-07
1
-1/+4
*
Issue #1530559: When packing a non-integer with any integer conversion
Mark Dickinson
2010-03-07
1
-12/+52
*
Remove the redundant #define: PY_STRUCT_FLOAT_COERCE
Mark Dickinson
2010-03-05
1
-13/+0
*
Fix incorrect stacklevel for DeprecationWarnings originating from the struct ...
Mark Dickinson
2010-03-05
1
-1/+1
*
Issue #7078: _struct.__doc__ was being ignored. Import it into struct.
Mark Dickinson
2009-10-08
1
-8/+10
*
Eliminate unnecessary get_wrapped_(u)long defines in struct module.
Mark Dickinson
2009-09-27
1
-9/+6
*
Issue #1523: Remove deprecated overflow masking in struct module, and
Mark Dickinson
2009-07-07
1
-219/+32
*
Typo in error message
Mark Dickinson
2009-07-07
1
-1/+1
*
Issues #1530559, #1741130: Fix various inconsistencies in struct.pack
Mark Dickinson
2009-07-05
1
-109/+107
*
Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g
Jeffrey Yasskin
2009-05-29
1
-0/+2
*
#4228: Pack negative values the same way as 2.4
Georg Brandl
2009-01-01
1
-6/+6
*
Victor Stinner's patches to check the return result of PyLong_Ssize_t
Benjamin Peterson
2008-09-30
1
-0/+2
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
1
-0/+6
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-19/+19
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-19/+19
*
Issue 1872: Changed the struct module typecode from 't' to '?', for
Thomas Heller
2008-03-05
1
-3/+3
*
Crashers of the day: Py_CLEAR must be used when there is a chance that the
Amaury Forgeot d'Arc
2008-02-16
1
-1/+1
*
clearcache() needs to remove the dict as well as clear it.
Raymond Hettinger
2008-01-18
1
-2/+1
*
Added _struct._clearcache() for regression tests
Christian Heimes
2008-01-04
1
-1/+13
*
Finish-up the struct module optimizations started at the Iceland NFS sprint.
Raymond Hettinger
2008-01-04
1
-1/+205
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-4/+4
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-6/+5
*
Stop using METH_OLDARGS implicitly
Neal Norwitz
2007-05-22
1
-1/+1
*
Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typ...
Kristján Valur Jónsson
2007-04-25
1
-2/+2
*
Bug #1563759: struct.unpack doens't support buffer protocol objects
Raymond Hettinger
2007-04-05
1
-7/+25
*
Patch #1610575: Add support for _Bool to struct.
Martin v. Löwis
2007-01-21
1
-0/+49
*
Fix #1530559, struct.pack raises TypeError where it used to convert.
Bob Ippolito
2006-08-04
1
-0/+60
*
Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().
Neal Norwitz
2006-07-30
1
-4/+6
*
Wrap some long lines
Neal Norwitz
2006-06-11
1
-15/+10
*
s_methods[]: Stop compiler warnings by casting
Tim Peters
2006-06-04
1
-1/+2
*
Fixes in struct and socket from merge reviews.
Martin Blais
2006-06-04
1
-15/+13
*
Repaired error in new comment.
Tim Peters
2006-05-31
1
-4/+4
*
_range_error(): Speed and simplify (there's no real need for
Tim Peters
2006-05-31
1
-17/+19
*
Trimmed trailing whitespace.
Tim Peters
2006-05-31
1
-22/+22
*
Calculate smallest properly (it was off by one) and use proper ssize_t types ...
Neal Norwitz
2006-05-31
1
-5/+5
*
Change wrapping terminology to overflow masking
Bob Ippolito
2006-05-30
1
-18/+18
*
struct: modulo math plus warning on all endian-explicit formats for compatibi...
Bob Ippolito
2006-05-29
1
-11/+163
*
Silence a warning.
Armin Rigo
2006-05-29
1
-1/+1
*
simplify the struct code a bit (no functional changes)
Bob Ippolito
2006-05-29
1
-23/+31
*
Fix ref-antileak in _struct.c which eventually lead to deallocating None.
Georg Brandl
2006-05-28
1
-1/+1
*
fix struct regression on 64-bit platforms
Bob Ippolito
2006-05-27
1
-22/+36
[next]