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
/
listobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #19578: Fix list_ass_subscript(), handle list_resize() failure
Victor Stinner
2013-11-21
1
-2/+3
*
Add _PyUnicodeWriter_WriteASCIIString() function
Victor Stinner
2013-11-19
1
-8/+1
*
Issue #19513: Disable overallocation of the PyUnicodeWriter before the last w...
Victor Stinner
2013-11-19
1
-0/+1
*
Issue #19513: Simplify list_repr()
Victor Stinner
2013-11-18
1
-8/+2
*
Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than
Victor Stinner
2013-11-18
1
-16/+28
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-7/+7
*
Issue #18408: Fix list_ass_slice(), handle list_resize() failure
Victor Stinner
2013-07-19
1
-3/+8
*
Issue #18408: Fix listpop(), handle list_ass_slice() failure
Victor Stinner
2013-07-17
1
-6/+4
*
Issue #18408: Fix list.extend(), handle list_resize() failure
Victor Stinner
2013-07-16
1
-2/+4
*
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
Victor Stinner
2013-07-08
1
-2/+4
*
Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
Victor Stinner
2013-06-24
1
-3/+3
*
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
1
-1/+1
*
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+9
*
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t...
Antoine Pitrou
2012-04-04
1
-3/+3
*
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-0/+80
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
1
-0/+1
|
\
|
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
1
-0/+1
*
|
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou
2011-11-14
1
-3/+10
*
|
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
1
-11/+3
|
\
\
|
|
/
|
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
1
-11/+3
*
|
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
Amaury Forgeot d'Arc
2011-11-06
1
-16/+2
*
|
Accept None as start and stop parameters for list.index() and tuple.index().
Petri Lehtinen
2011-11-05
1
-3/+11
|
\
\
|
|
/
|
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
1
-3/+11
*
|
Closes #12192: Document that mutating list methods do not return the instance...
Georg Brandl
2011-10-08
1
-4/+4
*
|
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
1
-46/+35
|
\
\
|
|
/
|
*
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
1
-46/+35
*
|
Issue #1621: Fix undefined behaviour from signed overflow in datetime module ...
Mark Dickinson
2011-09-25
1
-3/+3
*
|
Merge issue #12973 list_repeat fix.
Mark Dickinson
2011-09-19
1
-3/+3
|
\
\
|
|
/
|
*
Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.
Mark Dickinson
2011-09-19
1
-3/+3
|
*
#11335: Fix memory leak after key function failure in sort
Daniel Stutzbach
2011-05-04
1
-0/+2
*
|
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-11
1
-4/+2
*
|
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
\
|
|
/
|
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
|
\
|
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-2103/+2103
|
|
*
Merged revisions 78541 via svnmerge from
Ezio Melotti
2010-03-01
1
-2/+2
|
|
*
Merged revisions 78185 via svnmerge from
Mark Dickinson
2010-02-14
1
-7/+8
|
|
*
Merged revisions 77823 via svnmerge from
Mark Dickinson
2010-01-29
1
-1/+2
|
|
*
Merged revisions 76235 via svnmerge from
Benjamin Peterson
2009-11-13
1
-2/+8
*
|
|
#11335: Fix memory leak when a sort key function throws an exception
Daniel Stutzbach
2011-03-02
1
-0/+2
*
|
|
Issue #10516: adding list.clear() and list.copy() methods
Eli Bendersky
2011-02-25
1
-1/+20
|
/
/
*
|
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
1
-1/+1
*
|
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-2/+2
*
|
code style
Benjamin Peterson
2010-12-03
1
-5/+10
*
|
Issue9915: speeding up sorting with a key
Daniel Stutzbach
2010-12-02
1
-225/+238
*
|
Remove unneeded casts to hashfunc.
Georg Brandl
2010-10-18
1
-1/+1
*
|
reorder and save a comparison
Benjamin Peterson
2010-08-23
1
-5/+5
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-2117/+2117
*
|
Merged revisions 78515-78516,78522 via svnmerge from
Ezio Melotti
2010-03-01
1
-2/+2
*
|
Merged revisions 78183-78184 via svnmerge from
Mark Dickinson
2010-02-14
1
-7/+8
[next]