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
/
Objects
/
sliceobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger
2002-12-29
1
-1/+1
*
Handle really big steps in extended slices.
Michael W. Hudson
2002-11-06
1
-5/+2
*
Some days, I think my comment of
Michael W. Hudson
2002-11-05
1
-6/+12
*
Fix for platforms where int != long.
Michael W. Hudson
2002-09-12
1
-1/+1
*
Silly typo. Not sure how that got in.
Michael W. Hudson
2002-07-19
1
-1/+1
*
A few days ago, Guido said (in the thread "[Python-Dev] Python
Michael W. Hudson
2002-07-19
1
-1/+34
*
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum
2002-06-14
1
-1/+31
*
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Michael W. Hudson
2002-06-11
1
-3/+5
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
1
-0/+53
*
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
*
Add values to tp_getattro and tp_flags so that dir(Ellipsis) will
Guido van Rossum
2001-10-30
1
-14/+20
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
1
-1/+1
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-35/+35
*
SF patch #408326 by Robin Thomas: slice objects comparable, not
Guido van Rossum
2001-03-20
1
-3/+23
*
Test for NULL returned from PyObject_NEW().
Guido van Rossum
2000-12-14
1
-0/+3
*
ANSI-fication of the sources.
Fred Drake
2000-07-09
1
-19/+7
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-3/+2
*
Ellipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum
1996-10-11
1
-9/+9
*
repr("...") -> "Ellipses"
Guido van Rossum
1996-07-30
1
-1/+1
*
Added sliceobject.c
Guido van Rossum
1996-07-30
1
-0/+184