summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up some argument profiles, enrich the docstring.Eric S. Raymond2001-08-201-14/+14
* Improve Windows time.clock() blurb; was missing return type and unit.Tim Peters2001-08-191-4/+4
* Framework code for compilerlike scripts.Eric S. Raymond2001-08-181-0/+87
* Document that uu.decode() will always raise a uu.Error if out_fileBarry Warsaw2001-08-171-9/+18
* Make sure that ampersand escaping is still performed on the contents ofFred Drake2001-08-171-0/+2
* fix_font(): Instead of using a long if/elsif cluster, use a bloodyFred Drake2001-08-161-23/+16
* Fix typo reported by Joonas Paalasmaa: dada-->dataFred Drake2001-08-161-1/+1
* Re-write the description of the os.spawn*() functions, and cover theFred Drake2001-08-161-17/+51
* Patch #427190: Implement and use METH_NOARGS and METH_O.Martin v. Löwis2001-08-161-0/+62
* A large contribution from Dave Kuhlman describing what each of the slotsFred Drake2001-08-151-6/+385
* Dave Kuhlman has contributed a nice improvement to the "Defining New Types"Fred Drake2001-08-151-0/+1
* Note addition of cleanfuture.pyAndrew M. Kuchling2001-08-151-0/+6
* Fix a minor typo and mark an exception name that was missed.Fred Drake2001-08-141-1/+1
* Add material about the "r" and "u" prefixes for string literals; shouldFred Drake2001-08-141-8/+14
* Added some examples of table markup.Fred Drake2001-08-141-0/+71
* Add information about __floordiv__() and __truediv__() methods forFred Drake2001-08-141-5/+17
* Clarify the prompt in an example.Fred Drake2001-08-141-1/+1
* Describe the new semantics for setting and deleting a function'sBarry Warsaw2001-08-141-10/+5
* Add "exceptions" to the list of fundamental modulesFred Drake2001-08-141-3/+3
* Insert omitted "the".Fred Drake2001-08-141-1/+1
* Add the smtpd module to the list of undocumented modules; Barry needs toFred Drake2001-08-141-0/+4
* David Goodger <dgoodger@atsautomation.com>:Fred Drake2001-08-131-27/+240
* For the escape() function, added a reference to the quoteattrs() functionFred Drake2001-08-111-17/+22
* Add section on PEP 238 changesAndrew M. Kuchling2001-08-111-10/+84
* Add a note that the quoteattr() function is useful for HTML and SGMLFred Drake2001-08-101-0/+2
* Added documentation for PyDict_Update() and PyDict_Merge().Fred Drake2001-08-101-1/+19
* Do more to be compatible with Windows/CygWin. Make error messages moreFred Drake2001-08-101-2/+14
* Remove the use of the "cat" program. This improves portability to non-UnixFred Drake2001-08-101-1/+5
* Added this LaTeX style file to the package since not all LaTeX installationsFred Drake2001-08-101-0/+329
* Added a warning about reference cycles and memory consumption to theFred Drake2001-08-101-0/+10
* Usage fix, problem reported by Keith Briggs.Fred Drake2001-08-101-1/+1
* Added documentation for the new rich comparison support.Fred Drake2001-08-101-73/+147
* Remove the bogus flags parameter from the PyFile_WriteString() signature;Fred Drake2001-08-101-2/+1
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+119
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-091-2/+2
* Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(),Fred Drake2001-08-081-48/+138
* Reference counting information for PyNumber_*FloorDivide() andFred Drake2001-08-081-0/+16
* Add option to push the development docs to SF without announcing, forFred Drake2001-08-081-2/+9
* More names....Fred Drake2001-08-081-0/+2
* Clean up some of the markup here -- be more consistent in the use ofFred Drake2001-08-081-9/+9
* "Thin" version of floor division docs: add // to the list of operatorsFred Drake2001-08-081-3/+3
* 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