summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Thomas Heller2002-07-041-1/+1
* Revise asyncore documentation and document asynchat for the first time.Steve Holden2002-07-034-55/+347
* No need to be ambiguous about *how* extended slices and built-in typesFred Drake2002-07-031-11/+25
* Fix up a few more consistency nits and incorrectly applied markup.Fred Drake2002-07-031-21/+29
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Don't list all the keyword args to the TextWrapper constructor in theGreg Ward2002-07-021-15/+23
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Deal with & remove the XXX comments.Fred Drake2002-07-021-30/+24
* Abstract the creation of signature lines for callable things; the newFred Drake2002-07-022-7/+20
* Minor markup adjustments, consistency changes, and shorten a longFred Drake2002-07-021-12/+13
* Add refcount info for PyErr_SetFromWindowsErr() andFred Drake2002-07-021-0/+7
* Docs for PyErr_SetFromWindowsErrWithFilename() andThomas Heller2002-07-021-0/+23
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-301-1/+36
* Fixed bug 574978 shutil example out of sync with source codeRaymond Hettinger2002-06-301-2/+1
* Fix bug 575221 referred to dictionary type instead of dict.Raymond Hettinger2002-06-301-1/+1
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Add documentation for new textwrap module.Greg Ward2002-06-293-0/+143
* Typo fix.Greg Ward2002-06-291-1/+1
* Added support for some of the more recently defined macros andFred Drake2002-06-271-0/+14
* Clean up some markup.Fred Drake2002-06-271-5/+6
* dis.dis() also supports modulesNeal Norwitz2002-06-261-1/+2
* Fix various typos reported to python-docs.Fred Drake2002-06-261-1/+1
* Fix typo reported to python-docs.Fred Drake2002-06-261-1/+1
* Add some acksAndrew M. Kuchling2002-06-261-1/+2
* Describe textwrap moduleAndrew M. Kuchling2002-06-261-2/+35
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* add seealso link to the bisect moduleSkip Montanaro2002-06-261-0/+4
* add /F's PriorityQueue exampleSkip Montanaro2002-06-261-1/+19
* Add a reminderAndrew M. Kuchling2002-06-261-0/+2
* Add a reminderAndrew M. Kuchling2002-06-251-1/+3
* 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