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