| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick readme for 1.6a1. | Jack Jansen | 2000-04-09 | 1 | -7/+16 |
|
|
* | Fixed so LaTeX can actually process it, and so it looks like the other | Greg Ward | 2000-04-09 | 1 | -26/+29 |
|
|
* | Got started for real on this manual. Completely untested and unread -- just | Greg Ward | 2000-04-09 | 1 | -2/+567 |
|
|
* | Extracted a bunch of Distutils-specific commands and macros to distutils.sty | Greg Ward | 2000-04-09 | 1 | -13/+1 |
|
|
* | Ditched the unused 'list_only' option. | Greg Ward | 2000-04-09 | 1 | -3/+4 |
|
|
* | Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. | Greg Ward | 2000-04-09 | 1 | -1/+1 |
|
|
* | Added (currently) pointless and trivial main body (for future tests). | Greg Ward | 2000-04-09 | 1 | -0/+4 |
|
|
* | This little note is to clarify things for people who go poking around the | Greg Ward | 2000-04-09 | 1 | -0/+18 |
|
|
* | Drag was missing from the modules built. | Jack Jansen | 2000-04-08 | 1 | -0/+2 |
|
|
* | This hadn't been checked in for a while. | Jack Jansen | 2000-04-08 | 1 | -0/+0 |
|
|
* | Fix Skip's email address in his attribution! (Thanks, Skip!) | Fred Drake | 2000-04-08 | 1 | -1/+1 |
|
|
* | Added support for the "Long HTML" version to the build/packaging | Fred Drake | 2000-04-07 | 1 | -2/+13 |
|
|
* | New example from Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-04-07 | 1 | -23/+29 |
|
|
* | Enable multithreading. | Jack Jansen | 2000-04-07 | 3 | -0/+3 |
|
|
* | Added a profiling target. | Jack Jansen | 2000-04-07 | 1 | -0/+0 |
|
|
* | Fiddled linkorder and a few other things to make shared threaded python work. | Jack Jansen | 2000-04-07 | 3 | -0/+0 |
|
|
* | Describe the purpose of the "long HTML" package. | Fred Drake | 2000-04-07 | 1 | -0/+34 |
|
|
* | Fred Gansevles <gansevle@cs.utwente.nl>: | Fred Drake | 2000-04-07 | 1 | -1/+1 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -8/+18 |
|
|
* | 1.6a1 modules added. | Jack Jansen | 2000-04-07 | 1 | -2/+8 |
|
|
* | Started on GUSI2 and threading support. cfm68k targets are still included in ... | Jack Jansen | 2000-04-07 | 32 | -600/+931 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 16 | -29/+194 |
|
|
* | Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ... | Jack Jansen | 2000-04-07 | 1 | -187/+422 |
|
|
* | Return a handle in stead of a resource. | Jack Jansen | 2000-04-07 | 1 | -1/+1 |
|
|
* | Vladimir Marangozov: This fixes the line number in the string | Guido van Rossum | 2000-04-07 | 1 | -4/+2 |
|
|
* | Just in case someone wants to use this, let's fix the pathname. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Mark RELEASE with the release level ("a2"). | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Conrad Huang points out that "if (0 < ch < 256)", while legal C, | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Make sure the \declaremodule uses the right name for the module! | Fred Drake | 2000-04-06 | 1 | -20/+22 |
|
|
* | unichr(), | Fred Drake | 2000-04-06 | 1 | -0/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+4 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Revised / removed comments about string exceptions (relating to the | Fred Drake | 2000-04-06 | 1 | -12/+17 |
|
|
* | Bump version to 1.6a2 -- to be released one of these days. | Guido van Rossum | 2000-04-06 | 1 | -3/+3 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+5 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -5/+5 |
|
|
* | Moved socket, select, unicodedata to their own PYD. This should | Guido van Rossum | 2000-04-06 | 12 | -84/+373 |
|
|
* | Note the exception raised when parameter to chr() is out of range. | Fred Drake | 2000-04-06 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -3/+20 |
|
|
* | Remove _socket, select, soundex, and unicodedata. These have been | Guido van Rossum | 2000-04-06 | 1 | -10/+0 |
|
|
* | Added entry for codecs module. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
|
|
* | Added codecs entry here as part of String Services. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+126 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+101 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+712 |
|
|
* | But don't do the funny \UNICODE macro; we're trying to get away from | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Patch from Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+15 |
|
|
* | Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. | Guido van Rossum | 2000-04-06 | 1 | -3/+0 |
|
|
* | Add msvcrt to list of libraries to ignore in Debug mode. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Add missing import of 'usage' string. | Greg Ward | 2000-04-06 | 1 | -2/+2 |
|
|