summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-2/+15
* Marc-Andre Lemburg: New exported API PyUnicode_Resize().Guido van Rossum2000-04-101-0/+19
* Don't be so strict in checking AttributeError -- the error messageGuido van Rossum2000-04-101-2/+2
* Output from test_zipfile.py.Guido van Rossum2000-04-101-0/+1
* Test for zipfile.py, by Jim Ahlstrom.Guido van Rossum2000-04-101-0/+26
* Define 'self.force' in the constructor and remove the hack in '__getattr__()'Greg Ward2000-04-101-5/+6
* Mark Hammond:Guido van Rossum2000-04-101-1/+4
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-105-27/+29
* In dealloc(), only close the socket if fd != -1.Guido van Rossum2000-04-101-1/+2
* Delete some debugging print statements.Greg Ward2000-04-102-4/+0
* Added a check for the 'force' attribute in '__getattr__()' -- better thanGreg Ward2000-04-101-6/+10
* Added optional 'prefix' arguments to 'get_python_inc()' andGreg Ward2000-04-101-4/+10
* Better variable names here and there.Greg Ward2000-04-101-18/+18
* Added '--force' option -- very clear what it means for building (ignoreGreg Ward2000-04-104-3/+21
* Removed global '--force' option -- just too vague a concept to be applicableGreg Ward2000-04-102-13/+14
* Added __version__ to store the Distutils version number.Greg Ward2000-04-101-0/+2
* Moved definition of \XXX command out to distutils.sty.Greg Ward2000-04-091-1/+0
* Wrote the introduction (including several subsections).Greg Ward2000-04-091-16/+177
* minor tweak (jvr)Just van Rossum2000-04-091-1/+1
* added experimental microthread support for use with stackless python -- bw co...Just van Rossum2000-04-092-13/+77
* added popup control (jvr)Just van Rossum2000-04-091-4/+60
* added setbound() method, some cleanups (jvr)Just van Rossum2000-04-091-9/+12
* oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)Just van Rossum2000-04-091-2/+2
* Installer Vise vct file for 1.6a1. Not very pretty (and needs funny directory...Jack Jansen2000-04-091-0/+0
* Modified for 1.6a1.Jack Jansen2000-04-092-16/+32
* 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