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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the double reverse option. It's only use case
Raymond Hettinger
2004-03-10
1
-13/+1
*
Optimize inner loops for subscript, repeat, and concat.
Raymond Hettinger
2004-03-09
2
-36/+59
*
Optimize slice assignments.
Raymond Hettinger
2004-03-09
1
-16/+17
*
The copy module now handles sets directly. The __copy__ methods are no
Raymond Hettinger
2004-03-08
1
-4/+0
*
Optimize tuple_slice() and make further improvements to list_slice()
Raymond Hettinger
2004-03-08
2
-18/+25
*
Small optimizations for list_slice() and list_extend_internal().
Raymond Hettinger
2004-03-08
1
-9/+20
*
Factor out code common to PyDict_Copy() and PyDict_Merge().
Raymond Hettinger
2004-03-08
1
-20/+6
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-18/+24
*
Oops, didn't mean to commit the removal of float_compare!
Michael W. Hudson
2004-02-26
1
-1/+1
*
Pass a variable that actually exists to PyFPE_END_PROTECT in
Michael W. Hudson
2004-02-26
1
-2/+2
*
"Fix" (for certain configurations of the planets, including
Michael W. Hudson
2004-02-19
1
-1/+35
*
Keep the list.pop() optimization while restoring the many possibility
Raymond Hettinger
2004-02-19
1
-4/+2
*
Oops. Return -1 to distinguish error from empty dict.
Jeremy Hylton
2004-02-17
1
-1/+1
*
Double the speed of list.pop() which was spending most of its time parsing
Raymond Hettinger
2004-02-17
1
-2/+11
*
Refactor list_extend() and list_fill() for gains in code size, memory
Raymond Hettinger
2004-02-15
1
-84/+71
*
Fine tune the speed/space trade-off for overallocating small lists.
Raymond Hettinger
2004-02-14
1
-8/+3
*
Fix missing return value. Spotted by Neal Norwitz
Raymond Hettinger
2004-02-14
1
-0/+1
*
Optimize list.pop() for the common special case of popping off the end.
Raymond Hettinger
2004-02-13
1
-0/+5
*
* Optimized list appends and pops by making fewer calls the underlying system
Raymond Hettinger
2004-02-13
1
-89/+68
*
Make reversed() transparent with respect to length.
Raymond Hettinger
2004-02-10
1
-1/+13
*
SF patch #875689: >100k alloc wasted on startup
Raymond Hettinger
2004-02-08
1
-1/+1
*
Let reversed() work with itself.
Raymond Hettinger
2004-02-08
1
-1/+12
*
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
Jim Fulton
2004-02-08
1
-0/+1
*
Remove support for --without-universal-newlines (see PEP 11).
Skip Montanaro
2004-02-07
1
-35/+0
*
* Fix ref counting in extend() and extendleft().
Raymond Hettinger
2004-02-07
1
-2/+1
*
Fix reallocation bug in unicode.translate(): The code was comparing
Walter Dörwald
2004-02-05
1
-1/+1
*
Allocating a new weakref object can cause existing weakref objects for
Fred Drake
2004-02-04
1
-3/+16
*
Fix bug in interpretation of the "callback" argument in the constructors for
Fred Drake
2004-02-03
1
-1/+5
*
Removed two unneeded lines from PyObject_Compare().
Brett Cannon
2004-01-27
1
-2/+0
*
Two forgotten Py_DECREF() for two out-of-memory conditions.
Armin Rigo
2004-01-27
1
-2/+6
*
Revert change accidentally checked in as part of a whitespace normalization
Tim Peters
2004-01-18
1
-9/+5
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-5/+9
*
Remove support for SunOS 4.
Skip Montanaro
2004-01-17
1
-10/+0
*
SF Patch #871704: Py_SequenceFast can mask errors
Raymond Hettinger
2004-01-11
1
-3/+11
*
[SF #866875] Add a specialized routine for one character
Hye-Shik Chang
2004-01-05
1
-45/+95
*
Apply pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
1
-8/+4
*
Apply tuple/list pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
2
-9/+5
*
Cosmetic fix for wrongly indented tabs with ts=4.
Hye-Shik Chang
2004-01-03
1
-8/+8
*
* Simplify and speedup logic for tp_print.
Raymond Hettinger
2003-12-31
1
-15/+29
*
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang
2003-12-29
1
-1/+4
*
complete backout of listobject.c v2.171
Andrew MacIntyre
2003-12-28
1
-4/+0
*
Revert previous two checkins to repair test failure.
Jeremy Hylton
2003-12-26
1
-24/+6
*
use the correct macro to access list size
Andrew MacIntyre
2003-12-26
1
-1/+1
*
Performance of list([]) in 2.3 came up in a thread on comp.lang.python,
Andrew MacIntyre
2003-12-25
1
-6/+28
*
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
Hye-Shik Chang
2003-12-23
1
-1/+1
*
There are places in Python which assume bytes have 8-bits. Formalize that a
Skip Montanaro
2003-12-22
1
-4/+0
*
Fix broken xmlcharrefreplace by rev 2.204.
Hye-Shik Chang
2003-12-22
1
-3/+3
*
SF #859573: Reduce compiler warnings on gcc 3.2 and above.
Hye-Shik Chang
2003-12-19
1
-1/+14
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-37/+0
*
Speedup set.update by using the override mode for PyDict_Merge().
Raymond Hettinger
2003-12-15
1
-1/+1
[next]