summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Talk about interfaces rather than implementation classes where appropriate.Fred Drake2002-06-252-42/+60
* Added some more links to the "See also" section.Fred Drake2002-06-251-0/+9
* When talking about interfaces, use the interface names, not the namesFred Drake2002-06-251-1/+1
* Fix typoRaymond Hettinger2002-06-251-1/+1
* Close bug 480337: Dict used before dicts explained. Added explanationRaymond Hettinger2002-06-251-2/+11
* Close bug 417930 by clarifying augmented assignment docsRaymond Hettinger2002-06-251-0/+14
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* Minor English grammar correctionRaymond Hettinger2002-06-251-1/+1
* Fix spacing in loop exampleRaymond Hettinger2002-06-251-3/+3
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* Convert the example C code to ANSI rather than K&R.Fred Drake2002-06-221-19/+17
* Correct the RE equivalent of scanf()'s %x and %X patterns.Fred Drake2002-06-221-1/+1
* Typo fix.Greg Ward2002-06-211-1/+1
* Corrected return type and value information for PyUnicode_Count() andFred Drake2002-06-202-16/+20
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Add a note that divmod() with complex numbers is deprecated.Fred Drake2002-06-201-0/+3
* Added reference to the Expat home page.Fred Drake2002-06-201-0/+6
* Try to improve the explanation of the "raise" statement and how its argumentsFred Drake2002-06-202-33/+39
* Simplify the production for argument list, making sure that itFred Drake2002-06-201-4/+4
* SF 563530 added missing methods for emulating numeric typesRaymond Hettinger2002-06-201-1/+5
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Played contortionist games with the argument_list production so itFred Drake2002-06-181-4/+4
* \productioncont: Replace leading spaces with   so that it'sFred Drake2002-06-181-0/+3
* Refactor the generation of signature lines for funcdesc, methoddesc,Fred Drake2002-06-181-27/+22
* Clarified documentation for os.access().Fred Drake2002-06-181-5/+7
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* Fix documentation for PyMarshal_WriteObjectToFile() andFred Drake2002-06-171-5/+5
* Ensure \verbatiminput always uses a unique filename for each input file inFred Drake2002-06-171-8/+66
* Add reminder, and a new POSIX functionAndrew M. Kuchling2002-06-171-6/+8
* Typo.Michael W. Hudson2002-06-171-1/+1
* Add IMAP4 QUOTA extension methodsPiers Lauder2002-06-171-1/+21
* Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()Fred Drake2002-06-142-8/+18
* Anchors ("a" elements) used only for the name attribute should notFred Drake2002-06-141-1/+1
* Make a start at describing the results of class/type unificationSteve Holden2002-06-141-121/+86
* Refer the reader to the correct module for constant definitions.Fred Drake2002-06-141-1/+1
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+4
* Document the Binary.data attribute.Fred Drake2002-06-141-5/+13
* Use \code{True} (or False) instead of true/false.Neal Norwitz2002-06-141-4/+4
* Add "version added" for getpgidNeal Norwitz2002-06-131-0/+1
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+6
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-7/+3
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Major overhaul of timeout sockets:Guido van Rossum2002-06-131-21/+22
* Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),Fred Drake2002-06-131-0/+42
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-0/+7
* SF bug 567826. Document new opcodes:Guido van Rossum2002-06-121-6/+50
* This is my nearly two year old patchMichael W. Hudson2002-06-114-15/+76