| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Close bug 480337: Dict used before dicts explained. Added explanation | Raymond Hettinger | 2002-06-25 | 1 | -2/+11 |
|
|
* | Close bug 417930 by clarifying augmented assignment docs | Raymond Hettinger | 2002-06-25 | 1 | -0/+14 |
|
|
* | Fix SF bug 568269 by enclosing 'computername' in a raw string | Raymond Hettinger | 2002-06-25 | 1 | -1/+1 |
|
|
* | Minor English grammar correction | Raymond Hettinger | 2002-06-25 | 1 | -1/+1 |
|
|
* | Fix spacing in loop example | Raymond Hettinger | 2002-06-25 | 1 | -3/+3 |
|
|
* | SF # 572928 One word change for lib/libgettext.tex | Neal Norwitz | 2002-06-24 | 1 | -1/+1 |
|
|
* | Convert the example C code to ANSI rather than K&R. | Fred Drake | 2002-06-22 | 1 | -19/+17 |
|
|
* | Correct the RE equivalent of scanf()'s %x and %X patterns. | Fred Drake | 2002-06-22 | 1 | -1/+1 |
|
|
* | Typo fix. | Greg Ward | 2002-06-21 | 1 | -1/+1 |
|
|
* | Corrected return type and value information for PyUnicode_Count() and | Fred Drake | 2002-06-20 | 2 | -16/+20 |
|
|
* | 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 |
|
|
* | Try to improve the explanation of the "raise" statement and how its arguments | Fred Drake | 2002-06-20 | 2 | -33/+39 |
|
|
* | Simplify the production for argument list, making sure that it | Fred Drake | 2002-06-20 | 1 | -4/+4 |
|
|
* | SF 563530 added missing methods for emulating numeric types | Raymond Hettinger | 2002-06-20 | 1 | -1/+5 |
|
|
* | 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 |
|
|
* | Add a note about "as" not being a keyword, though it has special meaning | Fred Drake | 2002-06-18 | 1 | -0/+7 |
|
|
* | Note the limitation that mime_decode_header() only works for Latin-1. | Fred Drake | 2002-06-18 | 1 | -0/+1 |
|
|
* | Played contortionist games with the argument_list production so it | Fred Drake | 2002-06-18 | 1 | -4/+4 |
|
|
* | \productioncont: Replace leading spaces with so that it's | Fred Drake | 2002-06-18 | 1 | -0/+3 |
|
|
* | Refactor the generation of signature lines for funcdesc, methoddesc, | Fred Drake | 2002-06-18 | 1 | -27/+22 |
|
|
* | 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 |
|
|
* | Fix documentation for PyMarshal_WriteObjectToFile() and | Fred Drake | 2002-06-17 | 1 | -5/+5 |
|
|
* | Ensure \verbatiminput always uses a unique filename for each input file in | Fred Drake | 2002-06-17 | 1 | -8/+66 |
|
|
* | Add reminder, and a new POSIX function | Andrew M. Kuchling | 2002-06-17 | 1 | -6/+8 |
|
|
* | Typo. | Michael W. Hudson | 2002-06-17 | 1 | -1/+1 |
|
|
* | Add IMAP4 QUOTA extension methods | Piers Lauder | 2002-06-17 | 1 | -1/+21 |
|
|
* | Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() | Fred Drake | 2002-06-14 | 2 | -8/+18 |
|
|
* | Anchors ("a" elements) used only for the name attribute should not | Fred Drake | 2002-06-14 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | SF bug # 493951 string.{starts,ends}with vs slices | Neal Norwitz | 2002-06-14 | 1 | -0/+4 |
|
|
* | 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 documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), | Fred Drake | 2002-06-13 | 1 | -0/+42 |
|
|
* | 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 | 4 | -15/+76 |
|
|