summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Martin's fix forMichael W. Hudson2002-03-181-14/+24
* FixMichael W. Hudson2002-03-181-7/+9
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-181-0/+2
* SF patch 530070: pydoc regression, from Martin and Guido.Tim Peters2002-03-171-3/+19
* Take Tim's work on file.truncate out of 2.2.1 again.Michael W. Hudson2002-03-171-66/+18
* Backport Tim's work on getting file.truncate working better on Win32.Michael W. Hudson2002-03-161-18/+66
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-161-1/+37
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-151-7/+19
* Move to zlib 1.1.4 on Windows (the new version that squashes the "doubleTim Peters2002-03-131-2/+2
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-111-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-03-111-2/+2
* Probably should have merged the two checkins to this file (oh well).Michael W. Hudson2002-03-111-4/+6
* backport jhylton's checkin ofMichael W. Hudson2002-03-111-4/+3
* backport my checkin ofMichael W. Hudson2002-03-071-1/+7
* After some thinking, I decided to move all of this across ontoMichael W. Hudson2002-03-071-23/+76
* backport tim_one's checkin ofMichael W. Hudson2002-03-051-1/+1
* Backport the bits of Guido's fix forMichael W. Hudson2002-03-051-2/+8
* backport tim_one's checkin ofMichael W. Hudson2002-03-051-5/+2
* backport my checkin ofMichael W. Hudson2002-03-051-1/+30
* Whitespace normalization and minor cosmetics.Marc-André Lemburg2002-02-251-22/+24
* Fix UTF-8 encoder pointer arithmetic and restore 2.2 behaviour.Marc-André Lemburg2002-02-251-13/+10
* Fix the problem reported inMichael W. Hudson2002-02-221-3/+10
* backport loewis' checkin ofMichael W. Hudson2002-02-221-4/+16
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-221-2/+2
* Backport gvanrossum's checkin of revision 2.80:Michael W. Hudson2002-02-191-1/+1
* Patch #508038: Do not use a type as a variable name.Martin v. Löwis2002-02-161-3/+3
* Fix a bunch of typos found by nnorwitz.Michael W. Hudson2002-02-061-1/+1
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Implement PyObject_DelItemString. Fixes #498915.Martin v. Löwis2002-01-051-0/+18
* proxy_compare(): Make sure that we unwrap both objects being compared ifFred Drake2001-12-191-6/+13
* - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it'sGuido van Rossum2001-12-171-0/+16
* Portability fix: Not every compiler implements the extension ofSjoerd Mullender2001-12-171-1/+1
* SF patch #493452: docstrings for staticmethod/classmethod (SkipGuido van Rossum2001-12-171-2/+41
* SF bug #493561: incorrect format string descrobject.c (Neal Norwitz)Guido van Rossum2001-12-151-2/+2
* (Merge into trunk.)Guido van Rossum2001-12-141-1/+3
* Ensure that complex() only accepts a string argument as the first arg,Fred Drake2001-12-131-1/+13
* float_floor_div: An expression like 3.//1j crashed the interpreter, orTim Peters2001-12-111-9/+12
* float_int_div(): For clarity, move this closer to the other floatTim Peters2001-12-111-16/+16
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-111-8/+2
* Make sure that when we invoke callback functions associated with weakFred Drake2001-12-101-20/+24
* Well what do you know. The Python implementation contained the sameGuido van Rossum2001-12-101-2/+2
* Fix the Python property class in a comment right.Guido van Rossum2001-12-101-22/+23
* property_descr_get(): Fix a curious bug in the property() type: whenGuido van Rossum2001-12-101-5/+5
* SF patch #491049 (David Jacobs): Small PyString_FromString optimizationGuido van Rossum2001-12-101-1/+1
* _PyTuple_Resize(): this dumped core on tuple(globals()) for me. TurnsGuido van Rossum2001-12-071-6/+8
* PyString_FromString: this requires its argument be non-NULL, but doesn'tTim Peters2001-12-061-1/+4
* Fix for #489669 (Neil Norwitz): memory leak in test_descr (unicode).Guido van Rossum2001-12-061-6/+3
* Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope.Jeremy Hylton2001-12-061-8/+11
* Little stuff.Jeremy Hylton2001-12-061-8/+9
* The previous checkin to clear __slots__ variables did a little bit ofGuido van Rossum2001-12-061-20/+20