index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
structseq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0
/
+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1
/
+9
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-1
/
+1
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-1
/
+1
*
Revert 42400.
Martin v. Löwis
2006-02-16
1
-3
/
+3
*
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis
2006-02-16
1
-3
/
+3
*
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz
2006-02-16
1
-3
/
+3
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-14
/
+14
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1
/
+1
*
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
Tim Peters
2003-02-01
1
-1
/
+0
*
SF # 654974, fix unchecked return values in structseq
Neal Norwitz
2002-12-18
1
-2
/
+6
*
Add n_unnamed_fields into the type.
Martin v. Löwis
2002-10-16
1
-5
/
+15
*
Add PyStructSequence_UnnamedField. Add stat_float_times.
Martin v. Löwis
2002-10-16
1
-10
/
+19
*
Remove PyMalloc_New and PyMalloc_Del.
Neil Schemenauer
2002-04-12
1
-2
/
+2
*
Use pymalloc if it's enabled.
Neil Schemenauer
2002-03-22
1
-2
/
+2
*
Guido pointed out that I was missing a couple decrefs.
Michael W. Hudson
2002-03-07
1
-1
/
+7
*
Apply (my) patch:
Michael W. Hudson
2002-03-06
1
-23
/
+76
*
A fix & test for
Michael W. Hudson
2002-03-05
1
-1
/
+30
*
structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer
Barry Warsaw
2001-11-28
1
-1
/
+2
*
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Tim Peters
2001-10-30
1
-1
/
+1
*
Missing file structseq.c for SF patch #462296
Guido van Rossum
2001-10-18
1
-0
/
+284