| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarified some points about the interface to the mmap() function. | Fred Drake | 2001-09-25 | 1 | -10/+11 |
|
|
* | Minor changes. | Fred Drake | 2001-09-25 | 1 | -5/+8 |
|
|
* | Revise the example to be more resiliant in the face of continued use after | Fred Drake | 2001-09-25 | 1 | -18/+18 |
|
|
* | Added documentation for the SSL interface, contributed by Gerhard Häring. | Fred Drake | 2001-09-25 | 1 | -0/+23 |
|
|
* | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -2/+4 |
|
|
* | Make difflib.ndiff() and difflib.Differ.compare() generators. This | Tim Peters | 2001-09-22 | 1 | -12/+14 |
|
|
* | Add a function to compute a class's method resolution order. This is | Tim Peters | 2001-09-22 | 1 | -1/+9 |
|
|
* | Note that files are iterable; describe what the iterator returns. | Fred Drake | 2001-09-22 | 1 | -0/+5 |
|
|
* | Added reference to Tutorial section on user-defined exceptions for | Fred Drake | 2001-09-21 | 1 | -9/+15 |
|
|
* | Fill in a few more descriptions for xml.parsers.expat. | Fred Drake | 2001-09-20 | 1 | -5/+24 |
|
|
* | Document new file() constructor, with the body of open()'s text, plus a | Tim Peters | 2001-09-20 | 1 | -37/+45 |
|
|
* | Docs and News item for the codecs.py additions. | Marc-André Lemburg | 2001-09-19 | 1 | -0/+32 |
|
|
* | SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: | Guido van Rossum | 2001-09-17 | 1 | -0/+7 |
|
|
* | Fixed typo in new 'p' description. | Tim Peters | 2001-09-15 | 1 | -1/+1 |
|
|
* | SF bug [#461674] struct 'p' format doesn't work (maybe) | Tim Peters | 2001-09-15 | 1 | -7/+11 |
|
|
* | Update the warning about transporting marshals across boxes with different | Tim Peters | 2001-09-14 | 1 | -13/+8 |
|
|
* | Markup adjustments for consistency. | Fred Drake | 2001-09-14 | 1 | -5/+6 |
|
|
* | 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 |
|
|
* | 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 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added an additional link to NIST information on secure hashing. | Fred Drake | 2001-09-06 | 1 | -0/+4 |
|
|
* | 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 #428326: New class threading.Timer. | Martin v. Löwis | 2001-09-05 | 1 | -0/+36 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added explanation that [...] * n generates shallow copies of [...], so | Fred Drake | 2001-08-28 | 1 | -2/+26 |
|
|
* | Fix a number of minor markup errors, and improve the consistency a bit. | Fred Drake | 2001-08-28 | 1 | -16/+16 |
|
|
* | Plant a mention in the description of backreferences of the fact that | Eric S. Raymond | 2001-08-28 | 1 | -1/+5 |
|
|
* | Docs for the PEP 264 changes. | Michael W. Hudson | 2001-08-27 | 3 | -11/+89 |
|
|
* | SF patch #454553 by Walter Dörwald: auto-guess content-type header for | Guido van Rossum | 2001-08-23 | 1 | -1/+2 |
|
|
* | indicate that mktime is platform-dependent. See SF bug 434143. | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
|
|
* | indicate that the years for which the calendar function will work are | Skip Montanaro | 2001-08-22 | 1 | -1/+2 |
|
|
* | Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. | Fred Drake | 2001-08-20 | 1 | -2/+40 |
|
|
* | Clean up some argument profiles, enrich the docstring. | Eric S. Raymond | 2001-08-20 | 1 | -14/+14 |
|
|
* | Improve Windows time.clock() blurb; was missing return type and unit. | Tim Peters | 2001-08-19 | 1 | -4/+4 |
|
|
* | Framework code for compilerlike scripts. | Eric S. Raymond | 2001-08-18 | 1 | -0/+87 |
|
|