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
*
Backport patch 2.206:
Barry Warsaw
2003-05-29
1
-0/+9
*
Fix for SF 742911. We now clear the weakrefs *before* calling __del__
Guido van Rossum
2003-05-29
1
-8/+8
*
Backport fix for SF bug 692776.
Jeremy Hylton
2003-05-22
1
-1/+106
*
PyType_Ready(): Complain if the type is a base type, and gc'able, and
Tim Peters
2003-05-21
1
-2/+32
*
Change docstrings for __(get|set|del)slice__ to note that negative indices ar...
Brett Cannon
2003-05-20
1
-3/+9
*
Backport fixes to make more types collectable.
Jeremy Hylton
2003-05-09
1
-8/+44
*
Patch #708604: Check more function results.
Martin v. Löwis
2003-05-03
1
-1/+8
*
file_truncate(): Backported 2.3 code so that file.truncate(n) works on
Tim Peters
2003-04-30
1
-20/+68
*
Backport the Carlo Verre fix.
Guido van Rossum
2003-04-25
1
-0/+22
*
Backport:
Neal Norwitz
2003-04-11
2
-18/+18
*
Backport from trunk:
Guido van Rossum
2003-04-09
1
-0/+1
*
Added private API function _PyInstance_Lookup(). This is part of
Tim Peters
2003-04-08
1
-8/+29
*
Remove trailing newline.
Fred Drake
2003-04-01
1
-1/+0
*
Backport Tim's checkin 2.218:
Neal Norwitz
2003-03-23
1
-9/+10
*
Backported fix to [521782] unreliable file.read() error handling.
Gustavo Niemeyer
2003-03-04
1
-3/+30
*
Backport of rev 2.199 from trunk.
Guido van Rossum
2003-02-19
1
-2/+4
*
Backport: Add more missing PyErr_NoMemory() after failled memory allocs
Neal Norwitz
2003-02-11
1
-1/+1
*
backport:
Neal Norwitz
2003-02-02
1
-10/+13
*
backport:
Neal Norwitz
2003-02-02
1
-14/+13
*
backport:
Neal Norwitz
2003-02-02
1
-0/+5
*
backport:
Neal Norwitz
2003-01-28
1
-1/+4
*
Backport SF # 669553, fix memory (ref) leaks
Neal Norwitz
2003-01-19
1
-1/+8
*
Backport:
Neal Norwitz
2003-01-13
1
-3/+16
*
Backport typeobject.c revision 2.201 plus associated tests from 2.3:
Guido van Rossum
2003-01-07
1
-1/+36
*
Backport MAL's patch for bug #659709: bogus computation of float length
Raymond Hettinger
2003-01-02
2
-16/+37
*
SF Bug 645777: list.extend() works with any iterable and is no longer
Raymond Hettinger
2002-12-29
1
-1/+1
*
Fix SF #658106, Setting __class__ to NoneType
Neal Norwitz
2002-12-24
1
-6/+9
*
try_3way_compare() was returning -1 in one case where it should return
Guido van Rossum
2002-12-16
1
-1/+1
*
Fix typo in abstract.c which caused __rpow__ to not be invoked.
Raymond Hettinger
2002-12-07
1
-1/+1
*
Backport from head.
Tim Peters
2002-12-07
1
-3/+3
*
Backport Neil Schemenauer's fix for SF #529750,
Neal Norwitz
2002-11-20
1
-2/+0
*
Backport 2.173:
Neal Norwitz
2002-11-07
1
-3/+1
*
Backport:
Neal Norwitz
2002-10-18
1
-1/+5
*
Fix (real! :-) memory leaks in half_cmp and half_binop.
Guido van Rossum
2002-10-18
1
-1/+4
*
Sigh. That wasn't a memory leak, that was Guido committing before
Guido van Rossum
2002-10-18
1
-5/+2
*
Backport of 2.183:
Guido van Rossum
2002-10-18
1
-2/+5
*
Darn! Don't divide by zero. Bad fix. :-)
Guido van Rossum
2002-10-11
1
-1/+1
*
Backport listobject.c 2.137 and tupleobject.c 2.75:
Guido van Rossum
2002-10-11
2
-0/+6
*
Backport 2.193:
Guido van Rossum
2002-10-11
1
-10/+4
*
Backport stringobject.c 2.194 and unicodeobject.c 2.172:
Guido van Rossum
2002-10-11
2
-4/+12
*
New in 2.2.2!
Guido van Rossum
2002-10-11
1
-1/+0
*
Backport the relevant part of 2.192:
Guido van Rossum
2002-10-11
1
-1/+2
*
Backport, at the reqest of Kevin Jacobs:
Guido van Rossum
2002-10-07
1
-0/+4
*
Backport:
Michael W. Hudson
2002-10-07
1
-1/+55
*
Backport 2.103:
Raymond Hettinger
2002-10-05
1
-2/+2
*
Backport 2.63 and 2.60:
Raymond Hettinger
2002-10-05
1
-27/+24
*
Fix typo in xreadlines() docstring. This does not apply to the trunk.
Fred Drake
2002-09-25
1
-1/+1
*
unicode_memchr(): Squashed compiler wng (signed-vs-unsigned comparison).
Tim Peters
2002-09-24
1
-1/+1
*
Backport the UTF-8 codec from 2.3 and add a work-around to let the
Marc-André Lemburg
2002-09-24
1
-101/+118
*
backport theller's checkin of
Michael W. Hudson
2002-09-24
1
-1/+2
[next]