- 9ff1cf0 Backport to 2.2.1: by Guido van Rossum · 23 years ago
- e99c993 backport tim_one's checkin of revision 2.55 of complexobject.c by Michael W. Hudson · 23 years ago
- c2a5e3c Martin's fix for by Michael W. Hudson · 23 years ago
- 36de099 Fix by Michael W. Hudson · 23 years ago
- 09f2187 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 23 years ago
- 4d761f2 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 23 years ago
- 98305a0 Take Tim's work on file.truncate out of 2.2.1 again. by Michael W. Hudson · 23 years ago
- fe69139 Backport Tim's work on getting file.truncate working better on Win32. by Michael W. Hudson · 23 years ago
- 18d81af backport gvanrossum's checkin of revision 2.129 of typeobject.c by Michael W. Hudson · 23 years ago
- 78f7088 backport gvanrossum's checkin of revision 2.41 of moduleobject.c by Michael W. Hudson · 23 years ago
- f0cd73e Move to zlib 1.1.4 on Windows (the new version that squashes the "double by Tim Peters · 23 years ago
- 095fbeb backport gvanrossum's checkin of revision 2.128 of typeobject.c by Michael W. Hudson · 23 years ago
- f97cf81 backport tim_one's checkin of revision 2.111 of floatobject.c by Michael W. Hudson · 23 years ago
- 43efb9a Probably should have merged the two checkins to this file (oh well). by Michael W. Hudson · 23 years ago
- 244ca00 backport jhylton's checkin of revision 2.97 of abstract.c by Michael W. Hudson · 23 years ago
- a374b6f backport my checkin of revision 1.6 of structseq.c by Michael W. Hudson · 23 years ago
- aa3fd6f After some thinking, I decided to move all of this across onto by Michael W. Hudson · 23 years ago
- 325573c backport tim_one's checkin of revision 1.114 of longobject.c by Michael W. Hudson · 23 years ago
- c4562a8 Backport the bits of Guido's fix for by Michael W. Hudson · 23 years ago
- fc7af77 backport tim_one's checkin of revision 2.164 of object.c by Michael W. Hudson · 23 years ago
- 5660b8e backport my checkin of revision 1.4 of structseq.c by Michael W. Hudson · 23 years ago
- 679e431 Whitespace normalization and minor cosmetics. by Marc-André Lemburg · 23 years ago
- d53e226 Fix UTF-8 encoder pointer arithmetic and restore 2.2 behaviour. by Marc-André Lemburg · 23 years ago
- 6c7078b Fix the problem reported in by Michael W. Hudson · 24 years ago
- 62f0734 backport loewis' checkin of revision 2.127 of typeobject.c by Michael W. Hudson · 24 years ago
- 03474c5 backport gvanrossum's checkin of revision 2.54 of complexobject.c by Michael W. Hudson · 24 years ago
- c42fc65 Backport gvanrossum's checkin of revision 2.80: by Michael W. Hudson · 24 years ago
- 8096219 Patch #508038: Do not use a type as a variable name. by Martin v. Löwis · 24 years ago
- fa338d7 Fix a bunch of typos found by nnorwitz. by Michael W. Hudson · 24 years ago
- 0d21e64 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 24 years ago
- f63438a Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 24 years ago
- 2a908f6 proxy_compare(): Make sure that we unwrap both objects being compared if by Fred Drake · 24 years ago
- f884b74 - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's by Guido van Rossum · 24 years ago
- 564980b Portability fix: Not every compiler implements the extension of by Sjoerd Mullender · 24 years ago
- 33c1a88 SF patch #493452: docstrings for staticmethod/classmethod (Skip Montanaro) by Guido van Rossum · 24 years ago
- 2b8235e SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) by Guido van Rossum · 24 years ago
- e54616c (Merge into trunk.) by Guido van Rossum · 24 years ago
- 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 24 years ago
- 77d8a4f float_floor_div: An expression like 3.//1j crashed the interpreter, or by Tim Peters · 24 years ago
- 63a3571 float_int_div(): For clarity, move this closer to the other float by Tim Peters · 24 years ago
- f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
- ef8ebd1 Make sure that when we invoke callback functions associated with weak by Fred Drake · 24 years ago
- 7171f1c Well what do you know. The Python implementation contained the same by Guido van Rossum · 24 years ago
- ba2485f Fix the Python property class in a comment right. by Guido van Rossum · 24 years ago
- b75ba91 property_descr_get(): Fix a curious bug in the property() type: when by Guido van Rossum · 24 years ago
- 169192e SF patch #491049 (David Jacobs): Small PyString_FromString optimization by Guido van Rossum · 24 years ago
- f70590f _PyTuple_Resize(): this dumped core on tuple(globals()) for me. Turns by Guido van Rossum · 24 years ago
- 62de65b PyString_FromString: this requires its argument be non-NULL, but doesn't by Tim Peters · 24 years ago
- 604ddf8 Fix for #489669 (Neil Norwitz): memory leak in test_descr (unicode). by Guido van Rossum · 24 years ago
- 1a48ca8 Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope. by Jeremy Hylton · 24 years ago
- 7802a53 Little stuff. by Jeremy Hylton · 24 years ago
- 14227b4 The previous checkin to clear __slots__ variables did a little bit of by Guido van Rossum · 24 years ago
- 33bab01 Fix SF bug #489581: __slots__ leak. by Guido van Rossum · 24 years ago
- d331cb5 At the PythonLabs meeting someone mentioned it would make Jim really by Guido van Rossum · 24 years ago
- a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 24 years ago
- 64b206c Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 24 years ago
- 03b3f04 long_mul(): The PyNumber_Multiply() call can return a long if the by Guido van Rossum · 24 years ago
- ebca9fc PyObject_Generic{Get,Set}Attr(): ensure that the attribute name is a by Guido van Rossum · 24 years ago
- be52346 function_call(): Remove a bogus (and I mean *really* bogus) call to by Guido van Rossum · 24 years ago
- dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 24 years ago
- 5b443c6 Address SF patch #480716 as well as related issues. by Guido van Rossum · 24 years ago
- 8f1ea71 Add more inline documentation, as contributed in #487906. by Martin v. Löwis · 24 years ago
- 9161c8b PyString_FromFormatV, string_repr: document why these use sprintf by Tim Peters · 24 years ago
- 1d5b3f2 Fix for SF bug #485678. by Guido van Rossum · 24 years ago
- d132750 Patch 487906: update inline docs. by Martin v. Löwis · 24 years ago
- 4222104 SF bug #487743: test_builtin fails on 64 bit platform. by Tim Peters · 24 years ago
- b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 24 years ago
- 97019e4 PyFloat_AsStringEx(): This function takes an output char* but doesn't by Tim Peters · 24 years ago
- c1bbcb8 PyFile_WriteString(): change prototype so that the string arg is by Tim Peters · 24 years ago
- d586756 weakref_repr(), proxy_repr(): Conversion of sprintf() to by Barry Warsaw · 24 years ago
- e5c492d formatfloat(), formatint(): Conversion of sprintf() to PyOS_snprintf() by Barry Warsaw · 24 years ago
- 312af42 structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer by Barry Warsaw · 24 years ago
- 6197509 PyInt_FromString(), int_repr(), int_oct(), int_hex(): Conversion of by Barry Warsaw · 24 years ago
- af8aef9 PyFloat_FromString(): Conversion of sprintf() to PyOS_snprintf() for by Barry Warsaw · 24 years ago
- 01d697a complex_to_buf(), complex_subtype_from_c_complex(): Conversion of by Barry Warsaw · 24 years ago
- 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 24 years ago
- 11326de Fix for bug #485951: repr diff between string and unicode. by Marc-André Lemburg · 24 years ago
- d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 24 years ago
- 64585f6 PyObject_GetItem(), PyObject_SetItem(), PyObject_DelItem(): Fix a few by Guido van Rossum · 24 years ago
- 72f8213 Fix for bug #438164: %-formatting using Unicode objects. by Marc-André Lemburg · 24 years ago
- a91e964 Changing diapers reminded Guido that he wanted to allow for some measure by Tim Peters · 24 years ago
- 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 24 years ago
- a27a150 open_the_file(): Explicitly set errno to 0 before calling fopen(). by Tim Peters · 24 years ago
- 1144867 open_the_file(): this routine has a borrowed reference to the file by Tim Peters · 24 years ago
- 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 24 years ago
- 6f97e49 long_true_divide(): decref its converted arguments. test_long_future.py by Tim Peters · 24 years ago
- 67754e9 Rehabilitated the fast-path richcmp code, and sped it up. It wasn't by Tim Peters · 24 years ago
- c99213f No code change -- just trying to document the return conditions for all by Tim Peters · 24 years ago
- 4e8ab5d float_divmod(): the code wasn't sick enough to stop the MS optimizer by Tim Peters · 24 years ago
- d2e40d6 SF bug #477221: abs and divmod act oddly with -0.0 by Tim Peters · 24 years ago
- faf0cd2 float_abs() again: Guido pointed out that this could screw up in the by Tim Peters · 24 years ago
- 573395a PyFunction_Call() did not check the result of PyObject_Repr() for NULL, and by Fred Drake · 24 years ago
- d2364e8 SF bug #477221: abs and divmod act oddly with -0.0. by Tim Peters · 24 years ago
- e2ec3eb fix for by Michael W. Hudson · 24 years ago
- c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 24 years ago
- d82fb78 Add values to tp_getattro and tp_flags so that dir(Ellipsis) will by Guido van Rossum · 24 years ago
- a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 24 years ago
- 7ad2d1e Add __del__ callbacks. They are too useful to leave out. by Guido van Rossum · 24 years ago
- afe7a94 When overriding __str__ or __repr__, set the tp_print slot to NULL. by Guido van Rossum · 24 years ago
- b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 24 years ago