summaryrefslogtreecommitdiff
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Backport of r61180:Martin v. Löwis2008-03-022-2/+15
* patch for PSF-2006-001.Anthony Baxter2006-10-231-12/+25
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-311-1/+3
* Patch #980082: Missing INCREF in PyType_Ready.Martin v. Löwis2004-08-181-1/+3
* Be more careful about maintaining the invariants; it was actuallyFred Drake2004-08-031-3/+25
* Fix leak found by Eric Huss.Raymond Hettinger2004-06-251-1/+6
* Backport:Anthony Baxter2004-06-111-0/+4
* Reword messageAndrew M. Kuchling2004-06-051-1/+1
* Fix exception wordingAndrew M. Kuchling2004-06-051-1/+1
* super_getattro(): Repaired compiler warning about mixed-type comparison.Tim Peters2004-05-111-1/+2
* Backport to 2.3:Andrew MacIntyre2004-04-041-0/+2
* Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)Phillip J. Eby2004-03-251-1/+8
* Backported fix of revision 2.217.Armin Rigo2004-03-221-2/+2
* Raise RuntimeError if the second argument to isinstance() or issubclass()Brett Cannon2004-03-201-9/+48
* PyFile_WriteObject(): some of the local variables are only used whenFred Drake2004-03-191-0/+2
* Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocolJim Fulton2004-02-091-0/+1
* SF patch #875689: >100k alloc wasted on startupRaymond Hettinger2004-02-081-1/+1
* Backport checkin:Walter Dörwald2004-02-051-1/+1
* Allocating a new weakref object can cause existing weakref objects forFred Drake2004-02-041-3/+16
* Fix bug in interpretation of the "callback" argument in the constructors forFred Drake2004-02-031-1/+5
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-4/+30
* subtype_dealloc(): A more complete fix for critical bug 840829 +Tim Peters2003-11-131-11/+23
* Backport of fix for SF bug 840829, memory corruption in some cases ofTim Peters2003-11-131-1/+6
* Backport checkin:Walter Dörwald2003-10-241-19/+20
* Avoid confusing name for the 3rd argument to str.replace().Fred Drake2003-10-221-3/+3
* Backport removal of bogus Py_DECREF() and indentation fix.Jeremy Hylton2003-10-211-2/+1
* Backport checkin:Walter Dörwald2003-10-201-1/+1
* Patch #825679: Clarify semantics of .isfoo on empty strings.Martin v. Löwis2003-10-182-22/+24
* Patch #809535: Mention behaviour of seek on text files.Martin v. Löwis2003-10-181-1/+3
* Backport fix to SF bug #820397: __nonzero__() returns 1/0Raymond Hettinger2003-10-121-1/+15
* SF patch #820195: make object.__contains__() returns True or False insteadRaymond Hettinger2003-10-092-2/+6
* Backport Tim's portability improvement and comments.Jeremy Hylton2003-09-171-1/+13
* Backport: Double-fix of crash in Unicode freelist handling.Jeremy Hylton2003-09-161-1/+2
* Fix leak in classobject.c. The leak surfaced on the error exit whenRaymond Hettinger2003-09-161-0/+1
* Backport Neal's fix for bug #789402 -- a memory leak in fileobject.cRaymond Hettinger2003-09-161-0/+1
* Only release buffer after file has been closed. Fixes #800824.Martin v. Löwis2003-09-071-1/+1
* SF bug #800796: Difference between hash() and __hash__()Raymond Hettinger2003-09-051-1/+8
* Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().Martin v. Löwis2003-09-041-5/+19
* SF patch #798467: Update docstring of has_key for bool changesRaymond Hettinger2003-09-012-2/+2
* Remove 'e.g.' from error messageRaymond Hettinger2003-08-301-3/+3
* SF bug #795506: Wrong handling of string format code for float values.Raymond Hettinger2003-08-272-0/+6
* Backport checkin:Walter Dörwald2003-08-151-0/+1
* Backport checkin:Walter Dörwald2003-08-151-1/+3
* Backport checkin:Walter Dörwald2003-08-151-0/+2
* Backport my fix to my fix:Michael W. Hudson2003-08-151-1/+1
* Backport checkins:Walter Dörwald2003-08-141-3/+3
* And backport-2-3-4:Michael W. Hudson2003-08-141-9/+9
* As penance for forgetting to flag my last checkins as bugfix candidates,Michael W. Hudson2003-08-071-3/+6
* Remove code that tried to warn about shadowing builtin names after aNeil Schemenauer2003-07-161-66/+1
* Remove stray comments.Jeremy Hylton2003-07-161-1/+0