| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for SMTP TLS | Andrew M. Kuchling | 2001-09-14 | 1 | -0/+5 |
|
|
* | SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib | Guido van Rossum | 2001-09-14 | 1 | -0/+8 |
|
|
* | Admit that we'll never add the args for a "call" event to the profile | Fred Drake | 2001-09-13 | 1 | -8/+9 |
|
|
* | Add missing "}". | Fred Drake | 2001-09-12 | 1 | -1/+1 |
|
|
* | These modules now live under the Carbon package. | Jack Jansen | 2001-09-11 | 1 | -42/+76 |
|
|
* | Added applesingle, macresource, Nav and videoreader. | Jack Jansen | 2001-09-11 | 1 | -9/+67 |
|
|
* | Added a note that these are not available under Carbon (or | Jack Jansen | 2001-09-11 | 2 | -3/+8 |
|
|
* | Another documentation contributor. | Fred Drake | 2001-09-11 | 1 | -0/+1 |
|
|
* | Document clearly that the only way to retrieve the return code from the | Fred Drake | 2001-09-11 | 2 | -0/+13 |
|
|
* | Added entry for the hmac module. | Fred Drake | 2001-09-11 | 2 | -0/+2 |
|
|
* | Documentation for the new login() method of the smtplib.SMTP class, | Fred Drake | 2001-09-11 | 1 | -0/+18 |
|
|
* | Documentation for the new hmac module, contributed by Gerhard Häring. | Fred Drake | 2001-09-11 | 1 | -0/+48 |
|
|
* | Added documentation on the getfirst() and getlist() methods of the | Fred Drake | 2001-09-11 | 1 | -6/+102 |
|
|
* | Updated infomation about libraries for alternate compilers on Windows. | Fred Drake | 2001-09-11 | 1 | -5/+2 |
|
|
* | Remove some XXX markers | Andrew M. Kuchling | 2001-09-10 | 1 | -15/+17 |
|
|
* | Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped | Fred Drake | 2001-09-10 | 1 | -1/+1 |
|
|
* | Removed an erronous comment about alias files. | Jack Jansen | 2001-09-10 | 1 | -3/+0 |
|
|
* | Add section on long integer changes | Andrew M. Kuchling | 2001-09-10 | 1 | -18/+69 |
|
|
* | Do not rebuild html-$(RELEASE).tar every time we need to use it. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
|
|
* | Bump version number. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
|
|
* | Update link to the PyOpenGL project in the "gl" module docs. | Fred Drake | 2001-09-06 | 1 | -6/+8 |
|
|
* | Document the built-in iter() function. | Fred Drake | 2001-09-06 | 1 | -0/+17 |
|
|
* | Bump version number. | Fred Drake | 2001-09-06 | 1 | -1/+1 |
|
|
* | Added an additional link to NIST information on secure hashing. | Fred Drake | 2001-09-06 | 1 | -0/+4 |
|
|
* | Clarified the interaction between string literals and continuation lines. | Fred Drake | 2001-09-06 | 1 | -5/+28 |
|
|
* | Make the examples for "Default Argument Values" more presentable and | Fred Drake | 2001-09-06 | 1 | -9/+13 |
|
|
* | Fix parameter for PyInt_Check(). | Fred Drake | 2001-09-06 | 1 | -1/+31 |
|
|
* | Document the PyMethod_* type object, functions, and macros. | Fred Drake | 2001-09-06 | 1 | -0/+58 |
|
|
* | Document the rule that Python.h must be included before any standard | Fred Drake | 2001-09-06 | 2 | -2/+7 |
|
|
* | Do not #include <stdio.h> since Python.h already does that. | Fred Drake | 2001-09-06 | 1 | -1/+0 |
|
|
* | Use the standard argument convention for main(), and conform to the | Fred Drake | 2001-09-06 | 1 | -1/+2 |
|
|
* | Several updates to cover omissions noted by Rich Salz. | Fred Drake | 2001-09-06 | 1 | -3/+27 |
|
|
* | Document the "unixfrom" attribute of the rfc822.Message class. | Fred Drake | 2001-09-06 | 1 | -1/+7 |
|
|
* | Patch #416079: fix the debug string output when receiving telnet commands. | Martin v. Löwis | 2001-09-06 | 1 | -1/+13 |
|
|
* | typo... | Skip Montanaro | 2001-09-05 | 1 | -1/+1 |
|
|
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 1 | -1/+5 |
|
|
* | Note some changes that I need to write about | Andrew M. Kuchling | 2001-09-05 | 1 | -0/+10 |
|
|
* | Patch #428326: New class threading.Timer. | Martin v. Löwis | 2001-09-05 | 1 | -0/+36 |
|
|
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -0/+10 |
|
|
* | Correction: the Borland C port isn't fully operational yet | Andrew M. Kuchling | 2001-09-04 | 1 | -3/+4 |
|
|
* | Add more detail to the descriptions of the shutil functions. | Fred Drake | 2001-09-04 | 1 | -4/+9 |
|
|
* | Added documentation for sys.maxunicode and sys.warnoptions. | Fred Drake | 2001-09-04 | 1 | -1/+14 |
|
|
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -6/+12 |
|
|
* | Move the long minidom example to a separate file; \verbatiminput does the | Fred Drake | 2001-09-02 | 2 | -67/+66 |
|
|
* | Added the "Host" header to the "GET" example. | Fred Drake | 2001-09-01 | 1 | -0/+1 |
|
|
* | Add Jack Jansen's explanation of the MacOS X changes | Andrew M. Kuchling | 2001-08-30 | 1 | -7/+43 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -7/+7 |
|
|
* | Update documentation for GC API. Closes SF patch #421893. | Neil Schemenauer | 2001-08-30 | 1 | -29/+48 |
|
|
* | Update the links to the FIPS document that defines the Secure Hash | Fred Drake | 2001-08-30 | 1 | -8/+9 |
|
|
* | Add a new function imp.lock_held(), and use it to skip test_threaded_import | Tim Peters | 2001-08-30 | 1 | -0/+13 |
|
|