summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix minor usage and consistency nits.Fred Drake2001-09-181-4/+5
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-171-0/+7
* Fixed typo in new 'p' description.Tim Peters2001-09-151-1/+1
* SF bug [#461674] struct 'p' format doesn't work (maybe)Tim Peters2001-09-151-7/+11
* Update the warning about transporting marshals across boxes with differentTim Peters2001-09-141-13/+8
* Markup adjustments for consistency.Fred Drake2001-09-141-5/+6
* Add support for SMTP TLSAndrew M. Kuchling2001-09-141-0/+5
* SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplibGuido van Rossum2001-09-141-0/+8
* Admit that we'll never add the args for a "call" event to the profileFred Drake2001-09-131-8/+9
* Add missing "}".Fred Drake2001-09-121-1/+1
* These modules now live under the Carbon package.Jack Jansen2001-09-111-42/+76
* Added applesingle, macresource, Nav and videoreader.Jack Jansen2001-09-111-9/+67
* Added a note that these are not available under Carbon (orJack Jansen2001-09-112-3/+8
* Another documentation contributor.Fred Drake2001-09-111-0/+1
* Document clearly that the only way to retrieve the return code from theFred Drake2001-09-112-0/+13
* Added entry for the hmac module.Fred Drake2001-09-112-0/+2
* Documentation for the new login() method of the smtplib.SMTP class,Fred Drake2001-09-111-0/+18
* Documentation for the new hmac module, contributed by Gerhard Häring.Fred Drake2001-09-111-0/+48
* Added documentation on the getfirst() and getlist() methods of theFred Drake2001-09-111-6/+102
* Updated infomation about libraries for alternate compilers on Windows.Fred Drake2001-09-111-5/+2
* Remove some XXX markersAndrew M. Kuchling2001-09-101-15/+17
* Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be droppedFred Drake2001-09-101-1/+1
* Removed an erronous comment about alias files.Jack Jansen2001-09-101-3/+0
* Add section on long integer changesAndrew M. Kuchling2001-09-101-18/+69
* Do not rebuild html-$(RELEASE).tar every time we need to use it.Fred Drake2001-09-061-1/+1
* Bump version number.Fred Drake2001-09-061-1/+1
* Update link to the PyOpenGL project in the "gl" module docs.Fred Drake2001-09-061-6/+8
* Document the built-in iter() function.Fred Drake2001-09-061-0/+17
* Bump version number.Fred Drake2001-09-061-1/+1
* Added an additional link to NIST information on secure hashing.Fred Drake2001-09-061-0/+4
* Clarified the interaction between string literals and continuation lines.Fred Drake2001-09-061-5/+28
* Make the examples for "Default Argument Values" more presentable andFred Drake2001-09-061-9/+13
* Fix parameter for PyInt_Check().Fred Drake2001-09-061-1/+31
* Document the PyMethod_* type object, functions, and macros.Fred Drake2001-09-061-0/+58
* Document the rule that Python.h must be included before any standardFred Drake2001-09-062-2/+7
* Do not #include <stdio.h> since Python.h already does that.Fred Drake2001-09-061-1/+0
* Use the standard argument convention for main(), and conform to theFred Drake2001-09-061-1/+2
* Several updates to cover omissions noted by Rich Salz.Fred Drake2001-09-061-3/+27
* Document the "unixfrom" attribute of the rfc822.Message class.Fred Drake2001-09-061-1/+7
* Patch #416079: fix the debug string output when receiving telnet commands.Martin v. Löwis2001-09-061-1/+13
* typo...Skip Montanaro2001-09-051-1/+1
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+5
* Note some changes that I need to write aboutAndrew M. Kuchling2001-09-051-0/+10
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-051-0/+36
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-041-0/+10
* Correction: the Borland C port isn't fully operational yetAndrew M. Kuchling2001-09-041-3/+4
* Add more detail to the descriptions of the shutil functions.Fred Drake2001-09-041-4/+9
* Added documentation for sys.maxunicode and sys.warnoptions.Fred Drake2001-09-041-1/+14
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-6/+12
* Move the long minidom example to a separate file; \verbatiminput does theFred Drake2001-09-022-67/+66