summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-11/+14
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+6
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-13/+13
* Simple optimization by Christian Tismer, who gives credit to LennyGuido van Rossum2000-04-101-0/+9
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-22/+79
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-3/+52
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-2/+15
* Mark Hammond:Guido van Rossum2000-04-101-1/+4
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-102-24/+24
* Conrad Huang points out that "if (0 < ch < 256)", while legal C,Guido van Rossum2000-04-061-1/+1
* Fredrik Lundh: eliminate a MSVC compiler warning.Guido van Rossum2000-04-051-1/+1
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-055-53/+183
* Some blank lines.Guido van Rossum2000-03-311-0/+3
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-301-1/+15
* MBCS codecs. (Win32 only.) By Mark Hammond.Guido van Rossum2000-03-281-0/+59
* Christian Tismer:Guido van Rossum2000-03-251-2/+8
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-202-23/+26
* Checking in the new, improve file.writelines() code.Guido van Rossum2000-03-131-24/+78
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-135-1/+55
* Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre.Guido van Rossum2000-03-131-2/+4
* Add sq_contains implementation.Guido van Rossum2000-03-131-0/+44
* Added Christian Tismer's patch to allow list.append(a,b,c) back --Guido van Rossum2000-03-131-4/+18
* Marc-AAndre Lemburg: add new unicode filesGuido van Rossum2000-03-101-2/+6
* Many changes for Unicode, by Marc-Andre Lemburg.Guido van Rossum2000-03-106-197/+942
* Unicode implementation by Marc-Andre Lemburg based on original code byGuido van Rossum2000-03-101-0/+4440
* Unicode character type helpers, written by Marc-Andre Lemburg.Guido van Rossum2000-03-101-0/+5043
* Patch by Moshe Zadka: remove the string special case inGuido van Rossum2000-03-071-18/+0
* Patch by Moshe Zadka: move the string special case from abstract.cGuido van Rossum2000-03-071-0/+22
* string_join(): Fix memory leaks discovered by Charles Waldman (and aBarry Warsaw2000-03-061-5/+15
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-293-20/+20
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-0/+56
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). ThisGuido van Rossum2000-02-281-1/+8
* OKOK, Greg's right, I should've used the :name option in the argumentGuido van Rossum2000-02-241-9/+9
* Made all list methods use PyArg_ParseTuple(), for more accurateGuido van Rossum2000-02-241-30/+29
* Allow using long integers as arguments to PyObject_GetItem(), _SetItem(),Andrew M. Kuchling2000-02-231-1/+19
* dict_has_key(): Accept only one parameter. PR#210 reported byFred Drake2000-02-231-4/+4
* In response to one particular complaint on edu-sig, change some errorGuido van Rossum2000-02-151-3/+3
* Make multiplying a sequence by a long integer (5L * 'b') legalAndrew M. Kuchling2000-02-141-2/+13
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-2010-19/+21
* On Linux, one sometimes sees spurious errors after interruptingGuido van Rossum2000-01-121-0/+1
* Implement the other easy thing: repr() of a float now uses %.17g,Guido van Rossum1999-12-231-6/+43
* long_format(): Now takes a third parameter, addL; iff true, aFred Drake1999-12-231-9/+19
* do_strip(): Fixed cut-and-paste error; this function should check forBarry Warsaw1999-12-151-3/+1
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-124-120/+1199
* Fix PR#66. Solution: add error checking around l_divmod() calls inGuido van Rossum1999-10-111-4/+18
* Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcnameGuido van Rossum1999-10-111-1/+1
* Patch by Tim Peters fixing PR#88:Guido van Rossum1999-09-271-1/+7
* Patch by Tim Peters fixing PR#89:Guido van Rossum1999-09-271-0/+5
* Patch by Mark Hammond to avoid certain header files on Windows/CE.Guido van Rossum1999-08-271-1/+10
* PyBuffer_New(): Raise ValueError if size is negative (the otherFred Drake1999-08-041-1/+6