summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix __all__ to the current list of exported modules (must pass theBarry Warsaw2001-10-091-3/+4
* Add documentation for the MIMEAudio class/module, contributed byBarry Warsaw2001-10-091-0/+26
* Improve the documentation for the os.P_* constants used with the os.spawn*()Fred Drake2001-10-091-9/+29
* New markup: \note{...} and \warning{...}Fred Drake2001-10-094-0/+36
* Fix [ #465502 ] urllib2: urlopen unicode problemJeremy Hylton2001-10-091-67/+36
* Add a test for get_all() returning failobj. msg_20.txt is a sampleBarry Warsaw2001-10-092-0/+28
* get_all(): We never returned failobj if we found no matching headers.Barry Warsaw2001-10-091-0/+4
* SMTPServer.__init__(): The asyncore.dispatcher base class has a methodBarry Warsaw2001-10-091-3/+1