summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Minor usage fix.Fred Drake2000-10-021-3/+5
* Add documentation and warnings for the isCallable(), isMappingType(),Fred Drake2000-10-021-0/+50
* Added skeletal "Building Extensions: Tips and Tricks" section. ThisGreg Ward2000-09-301-0/+25
* Fixed spelling of module; closes bug 115712.Martin v. Löwis2000-09-301-1/+1
* Replace to XXX notes to add references with real references.Fred Drake2000-09-301-2/+7
* Reversely --> ConverselyFred Drake2000-09-291-2/+2
* Spelling: internalization --> internationalizationFred Drake2000-09-291-56/+48
* os.startfile() documentation, based on text from Tim Peters.Fred Drake2000-09-291-0/+18
* Consistency nits, untabify.Fred Drake2000-09-281-38/+39
* Updated documentation relating to the various flavors of popen[234]()Fred Drake2000-09-282-24/+79
* Add regex and regsub to the list of undocumented obsolete modules.Fred Drake2000-09-281-0/+12
* Update the documentation for ConfigParser to match the recent changes.Fred Drake2000-09-271-2/+13
* Fix double negative spotted by matt@mondoinfo.comAndrew M. Kuchling2000-09-271-2/+2
* Added a section describing the new development process. Part of itAndrew M. Kuchling2000-09-271-1/+87
* Wrote text for features added between 2.0b1 and b2.Andrew M. Kuchling2000-09-271-8/+35
* Fixed error in explanation of codec decode_func pointed out by Gregg Hauser,Andrew M. Kuchling2000-09-271-7/+8
* Note that including Python.h includes limits.h when available.Fred Drake2000-09-261-2/+2
* Remove a ?? in the description of Mac OS support.Greg Ward2000-09-261-1/+1
* regex and regsub are obsolete and Evil, so don't include them in the club.Fred Drake2000-09-252-4/+2
* Updates from Fredrik Lundh <effbot@telia.com> about Unicode-relatedFred Drake2000-09-251-31/+43
* Add obsolescence note to the module descriptions that get added to theFred Drake2000-09-252-3/+4
* Update URL for Python 2.0Andrew M. Kuchling2000-09-251-1/+1
* Minor cleanups, wrap long lines.Fred Drake2000-09-252-13/+18
* Added explanation of the use of the first program argument passed to theFred Drake2000-09-231-0/+9
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-231-26/+24
* Added warnings about platform vagaries to the strptime() documentation.Fred Drake2000-09-231-1/+9
* Added documentation for the new PyModule_*() convenience functions.Fred Drake2000-09-231-0/+26
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* PyNumber_Coerce() returns an int, not a PyObject *.Fred Drake2000-09-221-1/+1
* Fix the way we found relevant cfuncdesc lines; PREFIX was not a regularFred Drake2000-09-221-7/+10
* use_sans_serif(),Fred Drake2000-09-221-10/+7
* Update versioning for the next Python release.Fred Drake2000-09-221-2/+2
* Update RELEASE for the next Python release.Fred Drake2000-09-221-1/+1
* Fix some minor nits about the use of \optional in parameter lists.Fred Drake2000-09-221-4/+4
* - Add DEBUG_SAVEALL option. When enabled all garbage objects found by theNeil Schemenauer2000-09-221-2/+10
* Correct some bitrot; some things have become inaccurate in the tutorial.Fred Drake2000-09-221-5/+9
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
* Lots of minor fixes, many suggested by Detlef LannertFred Drake2000-09-211-7/+8
* Added dependencies on the bug-reporting text.Fred Drake2000-09-211-2/+5
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-213-0/+12
* New text about how to report bugs in Python and the documentation.Fred Drake2000-09-211-0/+65
* Special case the "s#" PyArg_Parse() token for Unicode objects:Marc-André Lemburg2000-09-211-4/+4
* Convert the longest two tables from tableii to longtableii so they do notFred Drake2000-09-211-4/+4
* Add new environments: longtableii, longtableiii, and longtableiv, toFred Drake2000-09-213-6/+80
* Allow the LaTeX markup descriptions to use the \moreargs and \unspecifiedFred Drake2000-09-211-1/+5
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3
* Document directories are not always named with three characters any more;Fred Drake2000-09-211-7/+7
* Fixed a number of small problems reported by Detlef LannertFred Drake2000-09-213-9/+8
* .use_latex(): Make this a little smarter so that it only runs pdflatexFred Drake2000-09-201-31/+24
* Clarify that the softspace attribute is used by print for state management,Fred Drake2000-09-201-0/+3