| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | os.startfile() documentation, based on text from Tim Peters. | Fred Drake | 2000-09-29 | 1 | -0/+18 |
|
|
* | Consistency nits, untabify. | Fred Drake | 2000-09-28 | 1 | -38/+39 |
|
|
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 2 | -24/+79 |
|
|
* | Add regex and regsub to the list of undocumented obsolete modules. | Fred Drake | 2000-09-28 | 1 | -0/+12 |
|
|
* | Update the documentation for ConfigParser to match the recent changes. | Fred Drake | 2000-09-27 | 1 | -2/+13 |
|
|
* | Fix double negative spotted by matt@mondoinfo.com | Andrew M. Kuchling | 2000-09-27 | 1 | -2/+2 |
|
|
* | Added a section describing the new development process. Part of it | Andrew M. Kuchling | 2000-09-27 | 1 | -1/+87 |
|
|
* | Wrote text for features added between 2.0b1 and b2. | Andrew M. Kuchling | 2000-09-27 | 1 | -8/+35 |
|
|
* | Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, | Andrew M. Kuchling | 2000-09-27 | 1 | -7/+8 |
|
|
* | Note that including Python.h includes limits.h when available. | Fred Drake | 2000-09-26 | 1 | -2/+2 |
|
|
* | Remove a ?? in the description of Mac OS support. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
|
|
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 2 | -4/+2 |
|
|
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
|
|
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
|
|
* | Update URL for Python 2.0 | Andrew M. Kuchling | 2000-09-25 | 1 | -1/+1 |
|
|
* | Minor cleanups, wrap long lines. | Fred Drake | 2000-09-25 | 2 | -13/+18 |
|
|
* | Added explanation of the use of the first program argument passed to the | Fred Drake | 2000-09-23 | 1 | -0/+9 |
|
|
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 1 | -26/+24 |
|
|
* | Added warnings about platform vagaries to the strptime() documentation. | Fred Drake | 2000-09-23 | 1 | -1/+9 |
|
|
* | Added documentation for the new PyModule_*() convenience functions. | Fred Drake | 2000-09-23 | 1 | -0/+26 |
|
|
* | Added refcount information for the *_InPlace*() API series. | Fred Drake | 2000-09-22 | 1 | -0/+53 |
|
|
* | PyNumber_Coerce() returns an int, not a PyObject *. | Fred Drake | 2000-09-22 | 1 | -1/+1 |
|
|
* | Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular | Fred Drake | 2000-09-22 | 1 | -7/+10 |
|
|
* | use_sans_serif(), | Fred Drake | 2000-09-22 | 1 | -10/+7 |
|
|
* | Update versioning for the next Python release. | Fred Drake | 2000-09-22 | 1 | -2/+2 |
|
|
* | Update RELEASE for the next Python release. | Fred Drake | 2000-09-22 | 1 | -1/+1 |
|
|
* | Fix some minor nits about the use of \optional in parameter lists. | Fred Drake | 2000-09-22 | 1 | -4/+4 |
|
|
* | - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the | Neil Schemenauer | 2000-09-22 | 1 | -2/+10 |
|
|
* | Correct some bitrot; some things have become inaccurate in the tutorial. | Fred Drake | 2000-09-22 | 1 | -5/+9 |
|
|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-21 | 1 | -0/+42 |
|
|
* | Lots of minor fixes, many suggested by Detlef Lannert | Fred Drake | 2000-09-21 | 1 | -7/+8 |
|
|
* | Added dependencies on the bug-reporting text. | Fred Drake | 2000-09-21 | 1 | -2/+5 |
|
|
* | Include the new text on reporting bugs in a few useful places. | Fred Drake | 2000-09-21 | 3 | -0/+12 |
|
|
* | New text about how to report bugs in Python and the documentation. | Fred Drake | 2000-09-21 | 1 | -0/+65 |
|
|
* | Special case the "s#" PyArg_Parse() token for Unicode objects: | Marc-André Lemburg | 2000-09-21 | 1 | -4/+4 |
|
|
* | Convert the longest two tables from tableii to longtableii so they do not | Fred Drake | 2000-09-21 | 1 | -4/+4 |
|
|
* | Add new environments: longtableii, longtableiii, and longtableiv, to | Fred Drake | 2000-09-21 | 3 | -6/+80 |
|
|
* | Allow the LaTeX markup descriptions to use the \moreargs and \unspecified | Fred Drake | 2000-09-21 | 1 | -1/+5 |
|
|
* | Note that __getitem__() may receive a slice object as the index; | Fred Drake | 2000-09-21 | 1 | -2/+3 |
|
|
* | Document directories are not always named with three characters any more; | Fred Drake | 2000-09-21 | 1 | -7/+7 |
|
|
* | Fixed a number of small problems reported by Detlef Lannert | Fred Drake | 2000-09-21 | 3 | -9/+8 |
|
|
* | .use_latex(): Make this a little smarter so that it only runs pdflatex | Fred Drake | 2000-09-20 | 1 | -31/+24 |
|
|
* | Clarify that the softspace attribute is used by print for state management, | Fred Drake | 2000-09-20 | 1 | -0/+3 |
|
|
* | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 2 | -0/+2 |
|
|
* | First cut at documentation for the xml.sax package (not including any | Fred Drake | 2000-09-20 | 1 | -0/+108 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 2 | -0/+22 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-09-19 | 1 | -0/+10 |
|
|
* | Many small clarifications, including many suggested by email. | Fred Drake | 2000-09-19 | 1 | -17/+18 |
|
|
* | make_nav_sectref(): Create more minimal HTML, hanging the class attribute | Fred Drake | 2000-09-19 | 1 | -2/+7 |
|
|
* | Clarify a number of issues about the file-like object API based on | Fred Drake | 2000-09-19 | 1 | -20/+36 |
|
|