| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | Document that uu.decode() will always raise a uu.Error if out_file | Barry Warsaw | 2001-08-17 | 1 | -9/+18 |
|
|
| * | Re-write the description of the os.spawn*() functions, and cover the | Fred Drake | 2001-08-16 | 1 | -17/+51 |
|
|
| * | Fix a minor typo and mark an exception name that was missed. | Fred Drake | 2001-08-14 | 1 | -1/+1 |
|
|
| * | Describe the new semantics for setting and deleting a function's | Barry Warsaw | 2001-08-14 | 1 | -10/+5 |
|
|
| * | Insert omitted "the". | Fred Drake | 2001-08-14 | 1 | -1/+1 |
|
|
| * | Add the smtpd module to the list of undocumented modules; Barry needs to | Fred Drake | 2001-08-14 | 1 | -0/+4 |
|
|
| * | David Goodger <dgoodger@atsautomation.com>: | Fred Drake | 2001-08-13 | 1 | -27/+240 |
|
|
| * | For the escape() function, added a reference to the quoteattrs() function | Fred Drake | 2001-08-11 | 1 | -17/+22 |
|
|
| * | Add a note that the quoteattr() function is useful for HTML and SGML | Fred Drake | 2001-08-10 | 1 | -0/+2 |
|
|
| * | Added a warning about reference cycles and memory consumption to the | Fred Drake | 2001-08-10 | 1 | -0/+10 |
|
|
| * | Usage fix, problem reported by Keith Briggs. | Fred Drake | 2001-08-10 | 1 | -1/+1 |
|
|
| * | Added documentation for the new rich comparison support. | Fred Drake | 2001-08-10 | 1 | -73/+147 |
|
|
| * | Expose nl_langinfo through locale where available. | Martin v. Löwis | 2001-08-10 | 1 | -0/+119 |
|
|
| * | Patch #448474: Add support for tell() and seek() to gzip.GzipFile. | Martin v. Löwis | 2001-08-09 | 1 | -2/+2 |
|
|
| * | Clean up some of the markup here -- be more consistent in the use of | Fred Drake | 2001-08-08 | 1 | -9/+9 |
|
|
| * | Add a comment on time.time() returning non-decreasing values except when | Fred Drake | 2001-08-05 | 1 | -1/+3 |
|
|
| * | Document IPv6 changes. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 2 | -29/+206 |
|
|
| * | Note that the mimetypes.MimeTypes class was added in Python 2.2. | Fred Drake | 2001-08-04 | 1 | -0/+2 |
|
|
| * | Add documentation for the new aspects of the mimetypes module. | Fred Drake | 2001-08-03 | 1 | -1/+70 |
|
|
| * | Apply the new \mailheader macro where appropriate, and fix a few small | Fred Drake | 2001-08-03 | 5 | -54/+57 |
|
|
| * | Fix some of the example code; the reference objects do not support a | Fred Drake | 2001-08-03 | 1 | -3/+3 |
|
|
| * | Add a caveat about boundary conditions and RE concatenation, so that the | Fred Drake | 2001-08-02 | 1 | -9/+12 |
|
|
| * | Cleaned up the description of readline.set_completer(). | Fred Drake | 2001-08-01 | 1 | -4/+7 |
|
|
| * | Added an example of a string value for the replacement parameter to | Fred Drake | 2001-08-01 | 1 | -44/+60 |
|
|