summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Remove unused convenience routine.Jeremy Hylton2001-10-171-19/+0
* Simplify and regularize docstrings. Also reformat so that each docstringTim Peters2001-10-171-52/+47
* Trimmed trailing whitespace.Tim Peters2001-10-171-62/+62
* Removed more comments that didn't make much sense.Tim Peters2001-10-171-17/+1
* Removed obsolete comments about confused string refcount tricks (JeremyTim Peters2001-10-171-9/+4
* Undo needless INCREF chicanery introduced by SF patch #450702.Jeremy Hylton2001-10-161-47/+15
* Simplify and fix error handling for most cases.Jeremy Hylton2001-10-161-167/+113
* More reformatting.Jeremy Hylton2001-10-161-51/+50
* Add zlib_error() helper.Jeremy Hylton2001-10-161-92/+25
* Remove many calls to set MemoryError exceptions.Jeremy Hylton2001-10-161-28/+4
* Reformat!Jeremy Hylton2001-10-161-586/+576
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-9/+10
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-161-10/+64
* Must terminate the Pickler_members[] and Pickler_getsets with NULL.Jeremy Hylton2001-10-161-1/+3
* Removed useless code to count the number of calls into the profiler.Fred Drake2001-10-151-51/+177
* Better fix for core dumps on recursive objects in fast mode.Jeremy Hylton2001-10-151-32/+64
* Remove a couple of tp_xxx fields that you are not expected toGuido van Rossum2001-10-151-5/+0
* Fix a bunch of warnings reported by Skip.Guido van Rossum2001-10-151-8/+8
* Very subtle syntax change: in a list comprehension, the testlist inGuido van Rossum2001-10-151-1/+9
* Test for __sun instead of __sun__, since SUNWspro only defines the latter;Martin v. Löwis2001-10-132-2/+2
* Cast argument to set_panel_userptr to void*. Fixes bug #417240.Martin v. Löwis2001-10-131-1/+1
* Speed the Windows code by using native 64-bit int compiler support insteadTim Peters2001-10-131-11/+14
* This compiles on Windows now.Tim Peters2001-10-131-0/+1
* My editor can't deal with long backslash-continued strings. Changed 'em.Tim Peters2001-10-131-48/+49
* Get hotshot closer to compiling on Windows.Tim Peters2001-10-121-3/+13
* The HotShot core: look, ma, no hands!Fred Drake2001-10-121-0/+1368
* Use double curly braces for the generation0/1/2 initializers, to shutGuido van Rossum2001-10-121-3/+3
* PySocket_getaddrinfo(): fix two refcount bugs, both having to do withGuido van Rossum2001-10-121-3/+6
* Progress on SF bug #466175 and general cleanup.Jeremy Hylton2001-10-121-187/+197
* SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0.Tim Peters2001-10-111-56/+56
* Use PySocket_Err() instead of PyErr_SetFromErrno().Jeremy Hylton2001-10-111-3/+2
* Commit parts of SF patch #462759Jeremy Hylton2001-10-111-68/+68
* Convert socket methods to use METH_O and METH_NOARGS where possible.Jeremy Hylton2001-10-111-50/+39
* Add a bunch of SSL error constantsJeremy Hylton2001-10-111-0/+12
* Lots of code reorganization with a few small API changes.Jeremy Hylton2001-10-101-45/+113
* Do simple error checking before doing any SSL calls.Jeremy Hylton2001-10-101-5/+5
* USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject().Jeremy Hylton2001-10-101-14/+9
* In newSSLObject(), initialize the various members of an SSLObject to NULL.Jeremy Hylton2001-10-101-2/+8
* A bit of reformatting to match the standard styleJeremy Hylton2001-10-101-7/+7
* Fix two memory leaks in socket.ssl().Jeremy Hylton2001-10-101-39/+29
* Update URL. Fixes bug #468118.Martin v. Löwis2001-10-091-1/+1
* Add additional fields to Xxo_Type declaration. Fixes bug #469250.Martin v. Löwis2001-10-091-0/+31
* Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2.Tim Peters2001-10-071-12/+4
* _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value.Tim Peters2001-10-061-14/+21
* Repaired the debug Windows deaths in test_descr, by allocating enoughTim Peters2001-10-061-7/+8
* _PyObject_GC_Malloc(): split a complicated line in two. As is, there wasTim Peters2001-10-061-2/+3
* Adjust the _weakref module to use the public API for the weak referenceFred Drake2001-10-051-717/+15
* Fix typo in docstringAndrew M. Kuchling2001-10-051-1/+1
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+15
* Add various typecasts (back and forth from char * to unsigned char *)Greg Ward2001-10-041-5/+5