summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note that the values for Boolean options are case-insensitive.Fred Drake2001-10-091-2/+3
* Add Cesar Eduardo Barros, for asyncore patches.Martin v. Löwis2001-10-091-0/+1
* Add entry parameter to HList.item_cget. Fixes bug #466981.Martin v. Löwis2001-10-091-2/+2
* It turned out not so difficult to support old-style numbers (thoseGuido van Rossum2001-10-092-12/+30
* 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
* Patch #468647: Fix exception propagation in asyncore.Martin v. Löwis2001-10-091-34/+38
* A brand new implementation of Profile.calibrate(). This measures anTim Peters2001-10-092-41/+66
* Update outdated text about how to fix the font.Guido van Rossum2001-10-081-4/+5
* Replace all instances of err.strerror with err.Jeremy Hylton2001-10-081-6/+6
* Added tests that check getboolean() with the newly allowed values fromFred Drake2001-10-082-0/+38
* type_subclasses(): debug build was broken due to typo in new assert().Tim Peters2001-10-081-1/+1
* Change all occurrences of verify(x == y) into vereq(x, y), since whenGuido van Rossum2001-10-081-374/+376
* Update the description of getboolean() to reflect the changes made byFred Drake2001-10-081-3/+5