| Commit message (Expand) | Author | Age | Files | Lines |
* | (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile | Guido van Rossum | 2001-10-19 | 1 | -1/+1 |
|
|
* | SF patch #460805 by Chris Gonnerman: Support for unsetenv() | Guido van Rossum | 2001-10-19 | 1 | -0/+34 |
|
|
* | SF patch #443759: Add Interface to readline's add_history | Guido van Rossum | 2001-10-19 | 1 | -0/+18 |
|
|
* | Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. | Martin v. Löwis | 2001-10-18 | 1 | -0/+17 |
|
|
* | Don't leave bare newlines in long strings -- VC doesn't like that. | Guido van Rossum | 2001-10-18 | 1 | -3/+3 |
|
|
* | SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. | Guido van Rossum | 2001-10-18 | 2 | -78/+227 |
|
|
* | Shut up warnings for setgroups() on Linux -- you have to #include | Guido van Rossum | 2001-10-18 | 1 | -0/+5 |
|
|
* | SRE bug #441409: | Fredrik Lundh | 2001-10-18 | 1 | -1/+3 |
|
|
* | Expose setgroups. Fixes feature request #468116. | Martin v. Löwis | 2001-10-18 | 1 | -0/+48 |
|
|
* | Expose three OpenSSL API calls for dealing with the PRNG. | Jeremy Hylton | 2001-10-18 | 1 | -0/+67 |
|
|
* | The Python symtable module depends on .h files that setup.py doesn't track. | Jeremy Hylton | 2001-10-17 | 1 | -0/+3 |
|
|
* | Remove unused convenience routine. | Jeremy Hylton | 2001-10-17 | 1 | -19/+0 |
|
|
* | Simplify and regularize docstrings. Also reformat so that each docstring | Tim Peters | 2001-10-17 | 1 | -52/+47 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2001-10-17 | 1 | -62/+62 |
|
|
* | Removed more comments that didn't make much sense. | Tim Peters | 2001-10-17 | 1 | -17/+1 |
|
|
* | Removed obsolete comments about confused string refcount tricks (Jeremy | Tim Peters | 2001-10-17 | 1 | -9/+4 |
|
|
* | Undo needless INCREF chicanery introduced by SF patch #450702. | Jeremy Hylton | 2001-10-16 | 1 | -47/+15 |
|
|
* | Simplify and fix error handling for most cases. | Jeremy Hylton | 2001-10-16 | 1 | -167/+113 |
|
|
* | More reformatting. | Jeremy Hylton | 2001-10-16 | 1 | -51/+50 |
|
|
* | Add zlib_error() helper. | Jeremy Hylton | 2001-10-16 | 1 | -92/+25 |
|
|
* | Remove many calls to set MemoryError exceptions. | Jeremy Hylton | 2001-10-16 | 1 | -28/+4 |
|
|
* | Reformat! | Jeremy Hylton | 2001-10-16 | 1 | -586/+576 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -9/+10 |
|
|
* | [ #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 |
|
|