summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Document two new itemsAndrew M. Kuchling2001-08-071-9/+21
* Add a comment on time.time() returning non-decreasing values except whenFred Drake2001-08-051-1/+3
* Document IPv6 changes. Contributed by itojun.Martin v. Löwis2001-08-042-29/+206
* Lots of new text and example code on embedding Python in C, contributedFred Drake2001-08-042-1/+309
* Note that the mimetypes.MimeTypes class was added in Python 2.2.Fred Drake2001-08-041-0/+2
* Add documentation for the new aspects of the mimetypes module.Fred Drake2001-08-031-1/+70
* Apply the new \mailheader macro where appropriate, and fix a few smallFred Drake2001-08-035-54/+57
* Define the \mailheader macro and document conventions for using it.Fred Drake2001-08-033-0/+14
* Minor markup nits and slight style-guide conformance changes.Fred Drake2001-08-031-8/+9
* Documented the runtimemodel attribute.Jack Jansen2001-08-031-0/+6
* Fix some of the example code; the reference objects do not support aFred Drake2001-08-031-3/+3
* User-defined methods *can* contain things other than user-defined functionsFred Drake2001-08-021-1/+2
* Add a caveat about boundary conditions and RE concatenation, so that theFred Drake2001-08-021-9/+12
* Move away from apply() to using extended call syntax for some exampleFred Drake2001-08-021-3/+19
* Explain that __init__() methods do not get to return values.Fred Drake2001-08-021-8/+9
* Add anentry for the distutils.sysconfig module docs.Fred Drake2001-08-021-1/+3
* Update some incorrect comments about the bdist commands that exist.Fred Drake2001-08-021-4/+7
* Documentation for the distutils.sysconfig module.Fred Drake2001-08-021-0/+113
* Cleaned up the description of readline.set_completer().Fred Drake2001-08-011-4/+7
* Added more names.Fred Drake2001-08-011-0/+2
* Minor re-wording in the exaplantion of sequence comparisons.Fred Drake2001-08-011-3/+4
* Added an example of a string value for the replacement parameter toFred Drake2001-08-011-44/+60
* Fix description of buffer_info(), and add a note that there is a betterFred Drake2001-08-011-6/+15
* Move C-level changes into a section of their ownAndrew M. Kuchling2001-07-311-36/+64
* Rewrite MBCS paragraph following MH's suggestions, and credit himAndrew M. Kuchling2001-07-311-1/+12
* Make some adjustments to the markup, and fix up some style-guide issues.Fred Drake2001-07-291-17/+17
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-281-1/+23
* Typo fix.Greg Ward2001-07-261-1/+1
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-261-3/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-263-5/+5
* trivial rewording in footnote 5.Skip Montanaro2001-07-251-2/+2
* Add entry for the new distutils section.Fred Drake2001-07-242-0/+2
* Overview comments for the distutils package, with links to the distutilsFred Drake2001-07-241-0/+37
* Add labels to all \section and \subsection headings for use in references.Fred Drake2001-07-241-15/+15
* Be more specific about corner cases in the description of the $ RE syntax,Fred Drake2001-07-231-4/+7
* When explaining the enterabs() method, using the modern spelling of apply(),Fred Drake2001-07-231-3/+3
* Remove self-reference from the anydbm module.Fred Drake2001-07-231-1/+0
* Typo: Added missing "if".Fred Drake2001-07-231-1/+1
* Add StopIteration to the list of exceptions *not* derived from StandardError.Fred Drake2001-07-231-3/+4
* Convert the use of apply(f, args) to the new spelling: f(*args).Fred Drake2001-07-231-1/+1
* Corrected a section reference (title was wrong).Fred Drake2001-07-201-5/+8
* Typo: PyArgs_ParseTuple --> PyArg_ParseTupleFred Drake2001-07-201-30/+62
* Added information on Py_BuildValue().Fred Drake2001-07-201-0/+3
* Add a missing "\" to the markup.Fred Drake2001-07-201-1/+1
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-201-3/+25
* More Unicode corrections from MAL to match a post-2.2a1 changeAndrew M. Kuchling2001-07-201-23/+13
* Removed unnecessary section "Unicode literals"; all the discussion isFred Drake2001-07-201-6/+1
* Fix typo in description of raw strings: "value" --> "valid"Fred Drake2001-07-201-1/+1
* apply patch item #416254Piers Lauder2001-07-201-3/+48
* Bump release number to 1.00, while I'm at itAndrew M. Kuchling2001-07-201-1/+1