| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug #573916. Sender and recipients reversed in email example. | Raymond Hettinger | 2002-06-26 | 1 | -2/+2 |
|
|
* | add seealso link to the bisect module | Skip Montanaro | 2002-06-26 | 1 | -0/+4 |
|
|
* | add /F's PriorityQueue example | Skip Montanaro | 2002-06-26 | 1 | -1/+19 |
|
|
* | Talk about interfaces rather than implementation classes where appropriate. | Fred Drake | 2002-06-25 | 2 | -42/+60 |
|
|
* | Added some more links to the "See also" section. | Fred Drake | 2002-06-25 | 1 | -0/+9 |
|
|
* | When talking about interfaces, use the interface names, not the names | Fred Drake | 2002-06-25 | 1 | -1/+1 |
|
|
* | Fix typo | Raymond Hettinger | 2002-06-25 | 1 | -1/+1 |
|
|
* | Fix SF bug 568269 by enclosing 'computername' in a raw string | Raymond Hettinger | 2002-06-25 | 1 | -1/+1 |
|
|
* | SF # 572928 One word change for lib/libgettext.tex | Neal Norwitz | 2002-06-24 | 1 | -1/+1 |
|
|
* | Correct the RE equivalent of scanf()'s %x and %X patterns. | Fred Drake | 2002-06-22 | 1 | -1/+1 |
|
|
* | Make the docs for string.capitalize() match those of str.capitalize() | Fred Drake | 2002-06-20 | 1 | -1/+1 |
|
|
* | Add a note that divmod() with complex numbers is deprecated. | Fred Drake | 2002-06-20 | 1 | -0/+3 |
|
|
* | Added reference to the Expat home page. | Fred Drake | 2002-06-20 | 1 | -0/+6 |
|
|
* | Typo: bites --> bytes | Fred Drake | 2002-06-18 | 1 | -1/+1 |
|
|
* | Add description of the deadlock problem with child processes and pipes, and | Fred Drake | 2002-06-18 | 2 | -0/+67 |
|
|
* | Note the limitation that mime_decode_header() only works for Latin-1. | Fred Drake | 2002-06-18 | 1 | -0/+1 |
|
|
* | Clarified documentation for os.access(). | Fred Drake | 2002-06-18 | 1 | -5/+7 |
|
|
* | Clarified description of error handling for shutil.rmtree(). | Fred Drake | 2002-06-18 | 1 | -2/+3 |
|
|
* | Add IMAP4 QUOTA extension methods | Piers Lauder | 2002-06-17 | 1 | -1/+21 |
|
|
* | Make a start at describing the results of class/type unification | Steve Holden | 2002-06-14 | 1 | -121/+86 |
|
|
* | Refer the reader to the correct module for constant definitions. | Fred Drake | 2002-06-14 | 1 | -1/+1 |
|
|
* | Document the Binary.data attribute. | Fred Drake | 2002-06-14 | 1 | -5/+13 |
|
|
* | Use \code{True} (or False) instead of true/false. | Neal Norwitz | 2002-06-14 | 1 | -4/+4 |
|
|
* | Add "version added" for getpgid | Neal Norwitz | 2002-06-13 | 1 | -0/+1 |
|
|
* | Patch #568235: Add posix.setpgid. | Martin v. Löwis | 2002-06-13 | 1 | -0/+6 |
|
|
* | The opcode FOR_LOOP no longer exists. | Guido van Rossum | 2002-06-13 | 1 | -7/+3 |
|
|
* | Do not claim that getlocale() returns a tulpe; that is not always true. | Fred Drake | 2002-06-13 | 1 | -3/+3 |
|
|
* | Major overhaul of timeout sockets: | Guido van Rossum | 2002-06-13 | 1 | -21/+22 |
|
|
* | Add version annotations for some older changes to the calendar module. | Fred Drake | 2002-06-13 | 1 | -0/+7 |
|
|
* | SF bug 567826. Document new opcodes: | Guido van Rossum | 2002-06-12 | 1 | -6/+50 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -15/+34 |
|
|
* | Document that the key should not contain null bytes. | Guido van Rossum | 2002-06-10 | 1 | -2/+3 |
|
|
* | SF bug 563750 (Alex Martelli): posix_tmpfile(): | Guido van Rossum | 2002-06-10 | 1 | -1/+1 |
|
|
* | Clarify the interaction between timeout/non-blocking mode, makefile | Guido van Rossum | 2002-06-07 | 1 | -1/+10 |
|
|
* | Fix typo | Neal Norwitz | 2002-06-07 | 1 | -1/+1 |
|
|
* | Clarify the interaction between blocking and timeouts. Explain that | Guido van Rossum | 2002-06-07 | 1 | -16/+23 |
|
|
* | Add version info, and fix another typo and wording spotted by /F. I think th... | Neal Norwitz | 2002-06-06 | 1 | -2/+4 |
|
|
* | Fix typo spotted by Fredrik Lundh. | Fred Drake | 2002-06-06 | 1 | -1/+1 |
|
|
* | Fix some markup errors and adjust wording slightly. | Fred Drake | 2002-06-06 | 1 | -15/+15 |
|
|
* | SF patch 555085 (timeout socket implementation) by Michael Gilfix. | Guido van Rossum | 2002-06-06 | 1 | -0/+23 |
|
|
* | Patch 473512: add GNU style scanning as gnu_getopt. | Martin v. Löwis | 2002-06-06 | 1 | -0/+12 |
|
|
* | Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, | Walter Dörwald | 2002-06-04 | 1 | -10/+15 |
|
|
* | SF bug 533625 (Armin Rigo). rexec: potential security hole | Guido van Rossum | 2002-05-31 | 1 | -0/+12 |
|
|
* | Update links and information on PyQt/PyKDE. | Fred Drake | 2002-05-31 | 1 | -6/+13 |
|
|
* | As discussed on python-dev, add a mechanism to indicate features | Neal Norwitz | 2002-05-29 | 1 | -0/+5 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -4/+50 |
|
|
* | Markup adjustments; fix the names of modules referenced in an expression. | Fred Drake | 2002-05-23 | 1 | -2/+2 |
|
|
* | Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. | Raymond Hettinger | 2002-05-23 | 1 | -1/+4 |
|
|
* | Remove spurious "()" from the __str__() description. | Fred Drake | 2002-05-22 | 1 | -1/+1 |
|
|
* | Jack's documentation for the U mode character on the file() | Barry Warsaw | 2002-05-22 | 2 | -0/+27 |
|
|