| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix a minor markup typo. | Fred Drake | 2001-08-29 | 1 | -1/+1 |
|
|
* | On Fred's suggestion, convert sprintf() examples to use | Barry Warsaw | 2001-08-29 | 1 | -19/+11 |
|
|
* | Add METH_O and METH_NOARGS change | Andrew M. Kuchling | 2001-08-29 | 1 | -9/+19 |
|
|
* | Revise comments about TeX & LaTeX for accuracy. | Fred Drake | 2001-08-28 | 1 | -5/+7 |
|
|
* | 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 |
|
|
* | Refcount info for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+8 |
|
|
* | Documentation for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+28 |
|
|
* | Docs for the PEP 264 changes. | Michael W. Hudson | 2001-08-27 | 4 | -22/+112 |
|
|
* | 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 |
|
|
* | New \grammartoken markup, similar to \token but allowed everywhere. | Fred Drake | 2001-08-20 | 2 | -0/+6 |
|
|
* | Add another name. | Fred Drake | 2001-08-20 | 1 | -0/+1 |
|
|
* | Split "Extending & Embedding" into separate files, one per chapter. | Fred Drake | 2001-08-20 | 7 | -3158/+3160 |
|
|
* | Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. | Fred Drake | 2001-08-20 | 1 | -2/+40 |
|
|
* | Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() | Fred Drake | 2001-08-20 | 1 | -2/+7 |
|
|
* | 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 |
|
|
* | Make sure that ampersand escaping is still performed on the contents of | Fred Drake | 2001-08-17 | 1 | -0/+2 |
|
|
* | fix_font(): Instead of using a long if/elsif cluster, use a bloody | Fred Drake | 2001-08-16 | 1 | -23/+16 |
|
|
* | Fix typo reported by Joonas Paalasmaa: dada-->data | Fred Drake | 2001-08-16 | 1 | -1/+1 |
|
|
* | Re-write the description of the os.spawn*() functions, and cover the | Fred Drake | 2001-08-16 | 1 | -17/+51 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -0/+62 |
|
|
* | A large contribution from Dave Kuhlman describing what each of the slots | Fred Drake | 2001-08-15 | 1 | -6/+385 |
|
|
* | Dave Kuhlman has contributed a nice improvement to the "Defining New Types" | Fred Drake | 2001-08-15 | 1 | -0/+1 |
|
|
* | Note addition of cleanfuture.py | Andrew M. Kuchling | 2001-08-15 | 1 | -0/+6 |
|
|
* | Fix a minor typo and mark an exception name that was missed. | Fred Drake | 2001-08-14 | 1 | -1/+1 |
|
|
* | Add material about the "r" and "u" prefixes for string literals; should | Fred Drake | 2001-08-14 | 1 | -8/+14 |
|
|
* | Added some examples of table markup. | Fred Drake | 2001-08-14 | 1 | -0/+71 |
|
|
* | Add information about __floordiv__() and __truediv__() methods for | Fred Drake | 2001-08-14 | 1 | -5/+17 |
|
|
* | Clarify the prompt in an example. | 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 |
|
|
* | Add "exceptions" to the list of fundamental modules | Fred Drake | 2001-08-14 | 1 | -3/+3 |
|
|
* | 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 section on PEP 238 changes | Andrew M. Kuchling | 2001-08-11 | 1 | -10/+84 |
|
|
* | Add a note that the quoteattr() function is useful for HTML and SGML | Fred Drake | 2001-08-10 | 1 | -0/+2 |
|
|
* | Added documentation for PyDict_Update() and PyDict_Merge(). | Fred Drake | 2001-08-10 | 1 | -1/+19 |
|
|
* | Do more to be compatible with Windows/CygWin. Make error messages more | Fred Drake | 2001-08-10 | 1 | -2/+14 |
|
|
* | Remove the use of the "cat" program. This improves portability to non-Unix | Fred Drake | 2001-08-10 | 1 | -1/+5 |
|
|
* | Added this LaTeX style file to the package since not all LaTeX installations | Fred Drake | 2001-08-10 | 1 | -0/+329 |
|
|