| Commit message (Expand) | Author | Age | Files | Lines |
* | Get hotshot closer to compiling on Windows. | Tim Peters | 2001-10-12 | 3 | -3/+30 |
|
|
* | Jason Lowe | Guido van Rossum | 2001-10-12 | 1 | -0/+1 |
|
|
* | Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe: | Guido van Rossum | 2001-10-12 | 1 | -0/+26 |
|
|
* | Add entry for HotShot. | Fred Drake | 2001-10-12 | 1 | -0/+1 |
|
|
* | The HotShot core: look, ma, no hands! | Fred Drake | 2001-10-12 | 1 | -0/+1368 |
|
|
* | Preliminary user-level interface to HotShot. We still need the analysis | Fred Drake | 2001-10-12 | 2 | -0/+173 |
|
|
* | A most trivial test for HotShot -- make sure we get reasonable events | Fred Drake | 2001-10-12 | 1 | -0/+81 |
|
|
* | Use double curly braces for the generation0/1/2 initializers, to shut | Guido van Rossum | 2001-10-12 | 1 | -3/+3 |
|
|
* | Band-aid solution to SF bug #470634: readlines() on linux requires 2 ^D's. | Guido van Rossum | 2001-10-12 | 1 | -4/+11 |
|
|
* | Add entries for the newly split C API manual. | Fred Drake | 2001-10-12 | 1 | -1/+12 |
|
|
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 11 | -6136/+6171 |
|
|
* | PySocket_getaddrinfo(): fix two refcount bugs, both having to do with | Guido van Rossum | 2001-10-12 | 1 | -3/+6 |
|
|
* | The dynamic performance hack is (mostly) done. | Guido van Rossum | 2001-10-12 | 1 | -10/+11 |
|
|
* | Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et | Guido van Rossum | 2001-10-12 | 1 | -4/+9 |
|
|
* | Now that COPYBUF is a new local macro, add #undef COPYBUF. | Guido van Rossum | 2001-10-12 | 1 | -0/+1 |
|
|
* | Progress on SF bug #466175 and general cleanup. | Jeremy Hylton | 2001-10-12 | 1 | -187/+197 |
|
|
* | SF bug [#470040] ParseTuple t# vs subclasses. | Tim Peters | 2001-10-12 | 2 | -2/+43 |
|
|
* | Patch #469517: Info about rpcgen compilers. | Martin v. Löwis | 2001-10-11 | 2 | -5/+12 |
|
|
* | Another step in the right direction: when a new class's attribute | Guido van Rossum | 2001-10-11 | 2 | -49/+195 |
|
|
* | SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. | Tim Peters | 2001-10-11 | 2 | -68/+71 |
|
|
* | Somebody checked in a version of httplib that doesn't even compile -- | Tim Peters | 2001-10-11 | 1 | -1/+1 |
|
|
* | Fix for SF buf #458835 | Jeremy Hylton | 2001-10-11 | 1 | -3/+14 |
|
|
* | 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 |
|
|
* | Document that keyfile and certfile are now optional. | Jeremy Hylton | 2001-10-11 | 1 | -1/+1 |
|
|
* | Describe the HeaderParser class. | Barry Warsaw | 2001-10-11 | 1 | -0/+11 |
|
|
* | Add a test for the HeaderParser class. | Barry Warsaw | 2001-10-11 | 1 | -1/+17 |
|
|
* | HeaderParser: A new subclass of Parser which only parses the message | Barry Warsaw | 2001-10-11 | 1 | -0/+16 |
|
|
* | Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer(). | Jeremy Hylton | 2001-10-11 | 1 | -5/+11 |
|
|
* | Add test of hexlify on Unicode strings | Jeremy Hylton | 2001-10-11 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Rather gross workaround for a bug in the mac GUSI I/O library: | Jack Jansen | 2001-10-10 | 1 | -1/+7 |
|
|
* | Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed. | Jack Jansen | 2001-10-10 | 2 | -0/+0 |
|
|
* | allow long ints to be marshalled as ints - no check is made to the incoming | Skip Montanaro | 2001-10-10 | 1 | -0/+6 |
|
|
* | Fred's done with weakrefs | Guido van Rossum | 2001-10-10 | 1 | -2/+1 |
|
|
* | SF bug [#469732] os.path.walk docstring inconsistent. | Tim Peters | 2001-10-10 | 5 | -27/+67 |
|
|
* | 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 |
|
|
* | One more place where PyString_AsString() was used after a | Jeremy Hylton | 2001-10-10 | 1 | -1/+1 |
|
|
* | Use AS_STRING() following the check and avoid an extra call. | Jeremy Hylton | 2001-10-10 | 1 | -1/+1 |
|
|
* | SF patch [ #468662 ] Allow jython to complete test_grammar | Jeremy Hylton | 2001-10-10 | 1 | -4/+14 |
|
|
* | Updated, and added a very terse description of PyMac_SetConsoleHandler(). | Jack Jansen | 2001-10-09 | 1 | -10/+8 |
|
|
* | Fixed the embedding demo to correctly show the use of | Jack Jansen | 2001-10-09 | 2 | -11/+19 |
|
|
* | Add item about new "Edit with IDLE" menu entry created by Windows installer. | Tim Peters | 2001-10-09 | 1 | -0/+4 |
|
|
* | If all of Python, IDLE and Tcl/Tk are being installed, and the user has | Tim Peters | 2001-10-09 | 1 | -0/+42 |
|
|