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 of r61180:
Martin v. Löwis
2008-03-02
2
-2/+15
*
patch for PSF-2006-001.
Anthony Baxter
2006-10-23
1
-12/+25
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-31
1
-1/+3
*
Patch #980082: Missing INCREF in PyType_Ready.
Martin v. Löwis
2004-08-18
1
-1/+3
*
Be more careful about maintaining the invariants; it was actually
Fred Drake
2004-08-03
1
-3/+25
*
Fix leak found by Eric Huss.
Raymond Hettinger
2004-06-25
1
-1/+6
*
Backport:
Anthony Baxter
2004-06-11
1
-0/+4
*
Reword message
Andrew M. Kuchling
2004-06-05
1
-1/+1
*
Fix exception wording
Andrew M. Kuchling
2004-06-05
1
-1/+1
*
super_getattro(): Repaired compiler warning about mixed-type comparison.
Tim Peters
2004-05-11
1
-1/+2
*
Backport to 2.3:
Andrew MacIntyre
2004-04-04
1
-0/+2
*
Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)
Phillip J. Eby
2004-03-25
1
-1/+8
*
Backported fix of revision 2.217.
Armin Rigo
2004-03-22
1
-2/+2
*
Raise RuntimeError if the second argument to isinstance() or issubclass()
Brett Cannon
2004-03-20
1
-9/+48
*
PyFile_WriteObject(): some of the local variables are only used when
Fred Drake
2004-03-19
1
-0/+2
*
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
Jim Fulton
2004-02-09
1
-0/+1
*
SF patch #875689: >100k alloc wasted on startup
Raymond Hettinger
2004-02-08
1
-1/+1
*
Backport checkin:
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
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-4/+30
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-11/+23
*
Backport of fix for SF bug 840829, memory corruption in some cases of
Tim Peters
2003-11-13
1
-1/+6
*
Backport checkin:
Walter Dörwald
2003-10-24
1
-19/+20
*
Avoid confusing name for the 3rd argument to str.replace().
Fred Drake
2003-10-22
1
-3/+3
*
Backport removal of bogus Py_DECREF() and indentation fix.
Jeremy Hylton
2003-10-21
1
-2/+1
*
Backport checkin:
Walter Dörwald
2003-10-20
1
-1/+1
*
Patch #825679: Clarify semantics of .isfoo on empty strings.
Martin v. Löwis
2003-10-18
2
-22/+24
*
Patch #809535: Mention behaviour of seek on text files.
Martin v. Löwis
2003-10-18
1
-1/+3
*
Backport fix to SF bug #820397: __nonzero__() returns 1/0
Raymond Hettinger
2003-10-12
1
-1/+15
*
SF patch #820195: make object.__contains__() returns True or False instead
Raymond Hettinger
2003-10-09
2
-2/+6
*
Backport Tim's portability improvement and comments.
Jeremy Hylton
2003-09-17
1
-1/+13
*
Backport: Double-fix of crash in Unicode freelist handling.
Jeremy Hylton
2003-09-16
1
-1/+2
*
Fix leak in classobject.c. The leak surfaced on the error exit when
Raymond Hettinger
2003-09-16
1
-0/+1
*
Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c
Raymond Hettinger
2003-09-16
1
-0/+1
*
Only release buffer after file has been closed. Fixes #800824.
Martin v. Löwis
2003-09-07
1
-1/+1
*
SF bug #800796: Difference between hash() and __hash__()
Raymond Hettinger
2003-09-05
1
-1/+8
*
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
Martin v. Löwis
2003-09-04
1
-5/+19
*
SF patch #798467: Update docstring of has_key for bool changes
Raymond Hettinger
2003-09-01
2
-2/+2
*
Remove 'e.g.' from error message
Raymond Hettinger
2003-08-30
1
-3/+3
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
2
-0/+6
*
Backport checkin:
Walter Dörwald
2003-08-15
1
-0/+1
*
Backport checkin:
Walter Dörwald
2003-08-15
1
-1/+3
*
Backport checkin:
Walter Dörwald
2003-08-15
1
-0/+2
*
Backport my fix to my fix:
Michael W. Hudson
2003-08-15
1
-1/+1
*
Backport checkins:
Walter Dörwald
2003-08-14
1
-3/+3
*
And backport-2-3-4:
Michael W. Hudson
2003-08-14
1
-9/+9
*
As penance for forgetting to flag my last checkins as bugfix candidates,
Michael W. Hudson
2003-08-07
1
-3/+6
*
Remove code that tried to warn about shadowing builtin names after a
Neil Schemenauer
2003-07-16
1
-66/+1
*
Remove stray comments.
Jeremy Hylton
2003-07-16
1
-1/+0
[next]