summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PySocket_getaddrinfo(): fix two refcount bugs, both having to do withGuido van Rossum2001-10-121-3/+6
* The dynamic performance hack is (mostly) done.Guido van Rossum2001-10-121-10/+11
* Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY etGuido van Rossum2001-10-121-4/+9
* Now that COPYBUF is a new local macro, add #undef COPYBUF.Guido van Rossum2001-10-121-0/+1
* Progress on SF bug #466175 and general cleanup.Jeremy Hylton2001-10-121-187/+197
* SF bug [#470040] ParseTuple t# vs subclasses.Tim Peters2001-10-122-2/+43
* Patch #469517: Info about rpcgen compilers.Martin v. Löwis2001-10-112-5/+12
* Another step in the right direction: when a new class's attributeGuido van Rossum2001-10-112-49/+195
* SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0.Tim Peters2001-10-112-68/+71
* Somebody checked in a version of httplib that doesn't even compile --Tim Peters2001-10-111-1/+1
* Fix for SF buf #458835Jeremy Hylton2001-10-111-3/+14
* 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
* Document that keyfile and certfile are now optional.Jeremy Hylton2001-10-111-1/+1
* Describe the HeaderParser class.Barry Warsaw2001-10-111-0/+11
* Add a test for the HeaderParser class.Barry Warsaw2001-10-111-1/+17
* HeaderParser: A new subclass of Parser which only parses the messageBarry Warsaw2001-10-111-0/+16
* Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer().Jeremy Hylton2001-10-111-5/+11
* Add test of hexlify on Unicode stringsJeremy Hylton2001-10-111-0/+4
* 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
* Rather gross workaround for a bug in the mac GUSI I/O library:Jack Jansen2001-10-101-1/+7
* Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed.Jack Jansen2001-10-102-0/+0
* allow long ints to be marshalled as ints - no check is made to the incomingSkip Montanaro2001-10-101-0/+6
* Fred's done with weakrefsGuido van Rossum2001-10-101-2/+1
* SF bug [#469732] os.path.walk docstring inconsistent.Tim Peters2001-10-105-27/+67
* 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
* One more place where PyString_AsString() was used after aJeremy Hylton2001-10-101-1/+1
* Use AS_STRING() following the check and avoid an extra call.Jeremy Hylton2001-10-101-1/+1
* SF patch [ #468662 ] Allow jython to complete test_grammarJeremy Hylton2001-10-101-4/+14
* Updated, and added a very terse description of PyMac_SetConsoleHandler().Jack Jansen2001-10-091-10/+8
* Fixed the embedding demo to correctly show the use ofJack Jansen2001-10-092-11/+19
* Add item about new "Edit with IDLE" menu entry created by Windows installer.Tim Peters2001-10-091-0/+4
* If all of Python, IDLE and Tcl/Tk are being installed, and the user hasTim Peters2001-10-091-0/+42
* Repair key stutter + auto-complete ugliness.Tim Peters2001-10-091-2/+2
* A copy-and-paste job forget the "paste" half.Tim Peters2001-10-091-1/+1
* Remove obsolete email address.Fred Drake2001-10-091-1/+1
* Allow the profiler's calibration constant to be specified in the constructorTim Peters2001-10-093-73/+70
* Add a bunch of tests for a list subclass that would have caught theGuido van Rossum2001-10-091-0/+22
* The slot definition table entry for mp_getitem had a bogus wrapperGuido van Rossum2001-10-091-1/+2
* An audio/* class, like MIMEImage, contributed by Anthony Baxter.Barry Warsaw2001-10-091-0/+71
* Halfway checkin. This is still messy, but it's beginning to addressGuido van Rossum2001-10-092-140/+302
* Fix minor cut-and-paste typo.Barry Warsaw2001-10-091-1/+1
* Update the documentation for the isinstance() function to reflect recentFred Drake2001-10-091-221/+226
* Added tests for MIMEAudio class/moduleBarry Warsaw2001-10-091-4/+69