| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up markup to be more like recommended practice; only small changes | Fred Drake | 2000-07-06 | 1 | -6/+8 |
|
|
* | Removed unused variables. | Andrew M. Kuchling | 2000-07-06 | 1 | -3/+4 |
|
|
* | Correct a markup nit that caused a space to be dropped from the HTML | Fred Drake | 2000-07-06 | 1 | -2/+2 |
|
|
* | don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely | Skip Montanaro | 2000-07-06 | 1 | -0/+1 |
|
|
* | Minor changes. Explain that for class exceptions, use excdesc but do not | Fred Drake | 2000-07-06 | 1 | -4/+5 |
|
|
* | Make a distinction between shorts and unsigned shorts. | Jack Jansen | 2000-07-06 | 2 | -1/+2 |
|
|
* | Conditionally (currently on ifdef macintosh) break the large switch up | Jack Jansen | 2000-07-06 | 1 | -0/+15 |
|
|
* | modified template to demonstrate subsection for examples. | Skip Montanaro | 2000-07-06 | 1 | -1/+5 |
|
|
* | Added support for H (unsigned short) specifier in PyArg_ParseTuple and | Jack Jansen | 2000-07-06 | 2 | -1/+30 |
|
|
* | Added new codec APIs and a new interface method .encode() which | Marc-André Lemburg | 2000-07-06 | 1 | -0/+114 |
|
|
* | Added prototypes for the new codec APIs for strings. These APIs | Marc-André Lemburg | 2000-07-06 | 1 | -0/+31 |
|
|
* | Change whitespace in two places to silence tabnanny. | Guido van Rossum | 2000-07-06 | 1 | -4/+4 |
|
|
* | Added some further description to the usage of the seealso environment. | Fred Drake | 2000-07-06 | 1 | -1/+30 |
|
|
* | Several small changes, mostly to the markup, to improve consistency and | Fred Drake | 2000-07-06 | 3 | -37/+46 |
|
|
* | Add entry for readline documentation. | Fred Drake | 2000-07-06 | 2 | -0/+2 |
|
|
* | Sjoerd Mullender <sjoerd@oratrix.nl>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
|
|
* | Correct typo in description of the machine name parameter to the | Fred Drake | 2000-07-06 | 1 | -17/+16 |
|
|
* | added seealso pointing reader at readline example which uses atexit. | Skip Montanaro | 2000-07-06 | 1 | -0/+4 |
|
|
* | simple-minded readline section doc based upon module's doc strings. | Skip Montanaro | 2000-07-06 | 1 | -0/+90 |
|
|
* | fixed indentation in several places | Skip Montanaro | 2000-07-06 | 1 | -19/+19 |
|
|
* | fix indentation in one docstring | Skip Montanaro | 2000-07-06 | 1 | -1/+1 |
|
|
* | fix indentation in three docstrings | Skip Montanaro | 2000-07-06 | 1 | -3/+3 |
|
|
* | Typo: "This table table" -> "This table is" | Fred Drake | 2000-07-06 | 1 | -1/+1 |
|
|
* | added warning about incompatibility with other codes' use of sys.exitfunc. | Skip Montanaro | 2000-07-05 | 1 | -0/+8 |
|
|
* | Add more "volatile" decls to stop gcc -Wall warnings. | Tim Peters | 2000-07-05 | 1 | -2/+2 |
|
|
* | maintenance release: | Fredrik Lundh | 2000-07-05 | 2 | -33/+34 |
|
|
* | Fix to bug #389: | Marc-André Lemburg | 2000-07-05 | 1 | -4/+4 |
|
|
* | Remove definition of _GNU_SOURCE, since Python.h now does it for us | Andrew M. Kuchling | 2000-07-05 | 1 | -5/+0 |
|
|
* | Modified the encode interfaces of all builtin codecs to accept | Marc-André Lemburg | 2000-07-05 | 1 | -50/+105 |
|
|
* | check for Pth *after* the standard system threading libraries. Pth should | Greg Stein | 2000-07-05 | 2 | -71/+71 |
|
|
* | Added new .isalpha() and .isalnum() methods which provide interfaces | Marc-André Lemburg | 2000-07-05 | 1 | -0/+66 |
|
|
* | Added new lookup API which matches all alphabetic Unicode characters, | Marc-André Lemburg | 2000-07-05 | 1 | -0/+5295 |
|
|
* | Added new .isalpha() and .isalnum() methods to match the same | Marc-André Lemburg | 2000-07-05 | 1 | -0/+68 |
|
|
* | Added tests for the new .isalpha() and .isalnum() methods. | Marc-André Lemburg | 2000-07-05 | 2 | -0/+31 |
|
|
* | Modified the ISALPHA and ISALNUM macros to use the new lookup APIs | Marc-André Lemburg | 2000-07-05 | 1 | -5/+8 |
|
|
* | Added #defines to enable SUSv2 compatibility where available and | Marc-André Lemburg | 2000-07-05 | 1 | -0/+10 |
|
|
* | Fixed so the ZIP file (which is bundled into an executable) goes in the | Greg Ward | 2000-07-05 | 1 | -4/+13 |
|
|
* | Added --dist-dir option to control where output archive(s) go. | Greg Ward | 2000-07-05 | 1 | -1/+7 |
|
|
* | Added the --dist-dir option that the "bdist_*" will use to control where | Greg Ward | 2000-07-05 | 1 | -0/+7 |
|
|
* | Added the --dist-dir option to control where the archive(s) are put; | Greg Ward | 2000-07-05 | 1 | -1/+11 |
|
|
* | Created a new chapter on structured markup processing, including the | Fred Drake | 2000-07-05 | 3 | -4/+19 |
|
|
* | Wrapped some long lines. | Fred Drake | 2000-07-05 | 1 | -34/+48 |
|
|
* | pyexpat.errors is a *strange* module! | Fred Drake | 2000-07-04 | 1 | -14/+15 |
|
|
* | Evt moved to the core toolbox modules. | Jack Jansen | 2000-07-04 | 2 | -1/+0 |
|
|
* | Remove warning about local variable possibly being using uninitialized; | Fred Drake | 2000-07-04 | 1 | -1/+1 |
|
|
* | Removed Py_PROTO and switched to ANSI C declarations in the dict | Tim Peters | 2000-07-04 | 2 | -118/+48 |
|
|
* | Fixes for compilation problems on Tru64 reported by Mark Favas | Andrew M. Kuchling | 2000-07-04 | 1 | -16/+16 |
|
|
* | 2 fixes plus one extension: | Sjoerd Mullender | 2000-07-04 | 1 | -6/+6 |
|
|
* | Fixed symbol search for defining NSIG. It now also checks _NSIG | Marc-André Lemburg | 2000-07-04 | 1 | -5/+9 |
|
|
* | Bill Tutt: | Marc-André Lemburg | 2000-07-04 | 1 | -6/+29 |
|
|