| Commit message (Expand) | Author | Age | Files | Lines |
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -10/+64 |
|
|
* | Must terminate the Pickler_members[] and Pickler_getsets with NULL. | Jeremy Hylton | 2001-10-16 | 1 | -1/+3 |
|
|
* | Removed useless code to count the number of calls into the profiler. | Fred Drake | 2001-10-15 | 1 | -51/+177 |
|
|
* | Better fix for core dumps on recursive objects in fast mode. | Jeremy Hylton | 2001-10-15 | 1 | -32/+64 |
|
|
* | Remove a couple of tp_xxx fields that you are not expected to | Guido van Rossum | 2001-10-15 | 1 | -5/+0 |
|
|
* | Fix a bunch of warnings reported by Skip. | Guido van Rossum | 2001-10-15 | 1 | -8/+8 |
|
|
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 1 | -1/+9 |
|
|
* | Test for __sun instead of __sun__, since SUNWspro only defines the latter; | Martin v. Löwis | 2001-10-13 | 2 | -2/+2 |
|
|
* | Cast argument to set_panel_userptr to void*. Fixes bug #417240. | Martin v. Löwis | 2001-10-13 | 1 | -1/+1 |
|
|
* | Speed the Windows code by using native 64-bit int compiler support instead | Tim Peters | 2001-10-13 | 1 | -11/+14 |
|
|
* | This compiles on Windows now. | Tim Peters | 2001-10-13 | 1 | -0/+1 |
|
|
* | My editor can't deal with long backslash-continued strings. Changed 'em. | Tim Peters | 2001-10-13 | 1 | -48/+49 |
|
|
* | Get hotshot closer to compiling on Windows. | Tim Peters | 2001-10-12 | 1 | -3/+13 |
|
|
* | The HotShot core: look, ma, no hands! | Fred Drake | 2001-10-12 | 1 | -0/+1368 |
|
|
* | Use double curly braces for the generation0/1/2 initializers, to shut | Guido van Rossum | 2001-10-12 | 1 | -3/+3 |
|
|
* | PySocket_getaddrinfo(): fix two refcount bugs, both having to do with | Guido van Rossum | 2001-10-12 | 1 | -3/+6 |
|
|
* | Progress on SF bug #466175 and general cleanup. | Jeremy Hylton | 2001-10-12 | 1 | -187/+197 |
|
|
* | SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. | Tim Peters | 2001-10-11 | 1 | -56/+56 |
|
|
* | Use PySocket_Err() instead of PyErr_SetFromErrno(). | Jeremy Hylton | 2001-10-11 | 1 | -3/+2 |
|
|
* | Commit parts of SF patch #462759 | Jeremy Hylton | 2001-10-11 | 1 | -68/+68 |
|
|
* | Convert socket methods to use METH_O and METH_NOARGS where possible. | Jeremy Hylton | 2001-10-11 | 1 | -50/+39 |
|
|
* | Add a bunch of SSL error constants | Jeremy Hylton | 2001-10-11 | 1 | -0/+12 |
|
|
* | Lots of code reorganization with a few small API changes. | Jeremy Hylton | 2001-10-10 | 1 | -45/+113 |
|
|
* | Do simple error checking before doing any SSL calls. | Jeremy Hylton | 2001-10-10 | 1 | -5/+5 |
|
|
* | USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject(). | Jeremy Hylton | 2001-10-10 | 1 | -14/+9 |
|
|
* | In newSSLObject(), initialize the various members of an SSLObject to NULL. | Jeremy Hylton | 2001-10-10 | 1 | -2/+8 |
|
|
* | A bit of reformatting to match the standard style | Jeremy Hylton | 2001-10-10 | 1 | -7/+7 |
|
|
* | Fix two memory leaks in socket.ssl(). | Jeremy Hylton | 2001-10-10 | 1 | -39/+29 |
|
|
* | Update URL. Fixes bug #468118. | Martin v. Löwis | 2001-10-09 | 1 | -1/+1 |
|
|
* | Add additional fields to Xxo_Type declaration. Fixes bug #469250. | Martin v. Löwis | 2001-10-09 | 1 | -0/+31 |
|
|
* | Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. | Tim Peters | 2001-10-07 | 1 | -12/+4 |
|
|
* | _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. | Tim Peters | 2001-10-06 | 1 | -14/+21 |
|
|
* | Repaired the debug Windows deaths in test_descr, by allocating enough | Tim Peters | 2001-10-06 | 1 | -7/+8 |
|
|
* | _PyObject_GC_Malloc(): split a complicated line in two. As is, there was | Tim Peters | 2001-10-06 | 1 | -2/+3 |
|
|
* | Adjust the _weakref module to use the public API for the weak reference | Fred Drake | 2001-10-05 | 1 | -717/+15 |
|
|
* | Fix typo in docstring | Andrew M. Kuchling | 2001-10-05 | 1 | -1/+1 |
|
|
* | Add chroot call. Implements feature #459267. | Martin v. Löwis | 2001-10-04 | 1 | -0/+15 |
|
|
* | Add various typecasts (back and forth from char * to unsigned char *) | Greg Ward | 2001-10-04 | 1 | -5/+5 |
|
|
* | SF patch [#466877] SIGBREAK is missing from signal module. | Tim Peters | 2001-10-01 | 1 | -0/+5 |
|
|
* | Patch #462122: add readline startup and pre_event hooks. | Martin v. Löwis | 2001-09-30 | 1 | -24/+127 |
|
|
* | Patch #462190, patch #464070: Support quoted printable in the binascii module. | Martin v. Löwis | 2001-09-30 | 1 | -0/+296 |
|
|
* | SF [#466125] PyLong_AsLongLong works for any integer. | Tim Peters | 2001-09-30 | 1 | -0/+50 |
|
|
* | Be more rigorous about making pathnames absolute, to address SF bug | Guido van Rossum | 2001-09-28 | 1 | -53/+58 |
|
|
* | Add tests for new PyErr_NormalizeException() behavior | Jeremy Hylton | 2001-09-26 | 1 | -0/+26 |
|
|
* | SF patch #459385 (Norman Vine): time.timezone fix for Cygwin. | Guido van Rossum | 2001-09-25 | 1 | -19/+19 |
|
|
* | StringIO patch #462596: let's [c]StringIO accept read buffers on | Marc-André Lemburg | 2001-09-24 | 1 | -9/+5 |
|
|
* | Patch #463421: speed up md5 module with real memcpy/set. | Martin v. Löwis | 2001-09-24 | 1 | -28/+4 |
|
|
* | Reactivate participation of expat parsers in GC. Fixes bug #462710. | Martin v. Löwis | 2001-09-23 | 1 | -2/+33 |
|
|
* | I_getiter(): Function for the tp_iter slot of Itype so that | Barry Warsaw | 2001-09-22 | 1 | -20/+45 |
|
|
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -2/+3 |
|
|