| Commit message (Expand) | Author | Age | Files | Lines |
* | Martin's fix for | Michael W. Hudson | 2002-03-18 | 1 | -14/+24 |
|
|
* | Fix | Michael W. Hudson | 2002-03-18 | 1 | -7/+9 |
|
|
* | Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault | Guido van Rossum | 2002-03-18 | 1 | -0/+2 |
|
|
* | SF patch 530070: pydoc regression, from Martin and Guido. | Tim Peters | 2002-03-17 | 1 | -3/+19 |
|
|
* | Take Tim's work on file.truncate out of 2.2.1 again. | Michael W. Hudson | 2002-03-17 | 1 | -66/+18 |
|
|
* | Backport Tim's work on getting file.truncate working better on Win32. | Michael W. Hudson | 2002-03-16 | 1 | -18/+66 |
|
|
* | backport gvanrossum's checkin of | Michael W. Hudson | 2002-03-16 | 1 | -1/+37 |
|
|
* | backport gvanrossum's checkin of | Michael W. Hudson | 2002-03-15 | 1 | -7/+19 |
|
|
* | Move to zlib 1.1.4 on Windows (the new version that squashes the "double | Tim Peters | 2002-03-13 | 1 | -2/+2 |
|
|
* | backport gvanrossum's checkin of | Michael W. Hudson | 2002-03-11 | 1 | -1/+1 |
|
|
* | backport tim_one's checkin of | Michael W. Hudson | 2002-03-11 | 1 | -2/+2 |
|
|
* | Probably should have merged the two checkins to this file (oh well). | Michael W. Hudson | 2002-03-11 | 1 | -4/+6 |
|
|
* | backport jhylton's checkin of | Michael W. Hudson | 2002-03-11 | 1 | -4/+3 |
|
|
* | backport my checkin of | Michael W. Hudson | 2002-03-07 | 1 | -1/+7 |
|
|
* | After some thinking, I decided to move all of this across onto | Michael W. Hudson | 2002-03-07 | 1 | -23/+76 |
|
|
* | backport tim_one's checkin of | Michael W. Hudson | 2002-03-05 | 1 | -1/+1 |
|
|
* | Backport the bits of Guido's fix for | Michael W. Hudson | 2002-03-05 | 1 | -2/+8 |
|
|
* | backport tim_one's checkin of | Michael W. Hudson | 2002-03-05 | 1 | -5/+2 |
|
|
* | backport my checkin of | Michael W. Hudson | 2002-03-05 | 1 | -1/+30 |
|
|
* | Whitespace normalization and minor cosmetics. | Marc-André Lemburg | 2002-02-25 | 1 | -22/+24 |
|
|
* | Fix UTF-8 encoder pointer arithmetic and restore 2.2 behaviour. | Marc-André Lemburg | 2002-02-25 | 1 | -13/+10 |
|
|
* | Fix the problem reported in | Michael W. Hudson | 2002-02-22 | 1 | -3/+10 |
|
|
* | backport loewis' checkin of | Michael W. Hudson | 2002-02-22 | 1 | -4/+16 |
|
|
* | backport gvanrossum's checkin of | Michael W. Hudson | 2002-02-22 | 1 | -2/+2 |
|
|
* | Backport gvanrossum's checkin of revision 2.80: | Michael W. Hudson | 2002-02-19 | 1 | -1/+1 |
|
|
* | Patch #508038: Do not use a type as a variable name. | Martin v. Löwis | 2002-02-16 | 1 | -3/+3 |
|
|
* | Fix a bunch of typos found by nnorwitz. | Michael W. Hudson | 2002-02-06 | 1 | -1/+1 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Implement PyObject_DelItemString. Fixes #498915. | Martin v. Löwis | 2002-01-05 | 1 | -0/+18 |
|
|
* | proxy_compare(): Make sure that we unwrap both objects being compared if | Fred Drake | 2001-12-19 | 1 | -6/+13 |
|
|
* | - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's | Guido van Rossum | 2001-12-17 | 1 | -0/+16 |
|
|
* | Portability fix: Not every compiler implements the extension of | Sjoerd Mullender | 2001-12-17 | 1 | -1/+1 |
|
|
* | SF patch #493452: docstrings for staticmethod/classmethod (Skip | Guido van Rossum | 2001-12-17 | 1 | -2/+41 |
|
|
* | SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) | Guido van Rossum | 2001-12-15 | 1 | -2/+2 |
|
|
* | (Merge into trunk.) | Guido van Rossum | 2001-12-14 | 1 | -1/+3 |
|
|
* | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 1 | -1/+13 |
|
|
* | float_floor_div: An expression like 3.//1j crashed the interpreter, or | Tim Peters | 2001-12-11 | 1 | -9/+12 |
|
|
* | float_int_div(): For clarity, move this closer to the other float | Tim Peters | 2001-12-11 | 1 | -16/+16 |
|
|
* | SF bug #491415 PyDict_UpdateFromSeq2() unused | Tim Peters | 2001-12-11 | 1 | -8/+2 |
|
|
* | Make sure that when we invoke callback functions associated with weak | Fred Drake | 2001-12-10 | 1 | -20/+24 |
|
|
* | Well what do you know. The Python implementation contained the same | Guido van Rossum | 2001-12-10 | 1 | -2/+2 |
|
|
* | Fix the Python property class in a comment right. | Guido van Rossum | 2001-12-10 | 1 | -22/+23 |
|
|
* | property_descr_get(): Fix a curious bug in the property() type: when | Guido van Rossum | 2001-12-10 | 1 | -5/+5 |
|
|
* | SF patch #491049 (David Jacobs): Small PyString_FromString optimization | Guido van Rossum | 2001-12-10 | 1 | -1/+1 |
|
|
* | _PyTuple_Resize(): this dumped core on tuple(globals()) for me. Turns | Guido van Rossum | 2001-12-07 | 1 | -6/+8 |
|
|
* | PyString_FromString: this requires its argument be non-NULL, but doesn't | Tim Peters | 2001-12-06 | 1 | -1/+4 |
|
|
* | Fix for #489669 (Neil Norwitz): memory leak in test_descr (unicode). | Guido van Rossum | 2001-12-06 | 1 | -6/+3 |
|
|
* | Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope. | Jeremy Hylton | 2001-12-06 | 1 | -8/+11 |
|
|
* | Little stuff. | Jeremy Hylton | 2001-12-06 | 1 | -8/+9 |
|
|
* | The previous checkin to clear __slots__ variables did a little bit of | Guido van Rossum | 2001-12-06 | 1 | -20/+20 |
|
|