summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added old-exceptions and no-site-python options and upped preferenceJack Jansen1997-09-091-2/+9
* Renamed platform specific subdirectories to plat-*.Guido van Rossum1997-09-0996-16133/+0
* Renamed dos_8x3 to dos-8x3.Guido van Rossum1997-09-0961-8526/+0
* These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin.Guido van Rossum1997-09-0946-6876/+0
* Patch submitted by Brad Howes (with one bug fixed by me): allowGuido van Rossum1997-09-081-8/+17
* Added support for __all__, which should be a list of modules to beGuido van Rossum1997-09-081-3/+16
* Added test for __all__.Guido van Rossum1997-09-082-0/+22
* Dunno, rebinhexed?Jack Jansen1997-09-082-9/+9
* Preferences is a general module to get (and set) preferences inJack Jansen1997-09-082-0/+341
* Preference resource now has a version numberJack Jansen1997-09-081-11/+11
* Moved the include of macbuildno.h to getbuildinfo.c. Putting it hereJack Jansen1997-09-081-2/+0
* Added SysBeepJack Jansen1997-09-081-7/+22
* The preference resource now has a version numberJack Jansen1997-09-081-16/+21
* sys.prefix and sys.exec_prefix are now set correctly.Jack Jansen1997-09-081-2/+2
* The python preference resource now has a version number, andJack Jansen1997-09-087-5617/+5864
* Major overhaul: this is now little more than a user interface, theJack Jansen1997-09-082-404/+123
* Run NumPy installer, if present.Jack Jansen1997-09-082-42/+135
* Brought up to date with new options and env vars.Guido van Rossum1997-09-081-7/+44
* #Adapt the doc string to reality.Guido van Rossum1997-09-081-7/+6
* #Oops, missed a plat- prefix (for Lib/generic).Guido van Rossum1997-09-081-1/+1
* Some nits, added a whole section on what you could do withGuido van Rossum1997-09-081-3/+90
* Set it to 1.5a4, now we have dotted-name import...Guido van Rossum1997-09-081-1/+1
* Initialize self.__tempfiles to [] in the constructor (else it remainsGuido van Rossum1997-09-081-0/+1
* Change packages -> site-packagesGuido van Rossum1997-09-081-8/+10
* *Semantic change*: when unpickling the instance variables of anGuido van Rossum1997-09-081-2/+1
* Indent the #error so that a strict K&R cpp doesn't complain.Guido van Rossum1997-09-081-1/+1
* Change packages to site-packages (so it's clearly not a package itself).Guido van Rossum1997-09-082-10/+10
* Prefix MACHDEP directory with 'plat-'.Guido van Rossum1997-09-082-7/+7
* Change the names of the subdirectories tkinter and stdwin toGuido van Rossum1997-09-081-2/+2
* Forgot to install the test/output directory!Guido van Rossum1997-09-081-1/+1
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-2/+6
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-1/+2
* Reverse the order in which Setup and Setup.local are passed to theGuido van Rossum1997-09-071-1/+1
* Pass optional arguments (globals(), locals(), []) to __import__() soGuido van Rossum1997-09-071-1/+1
* Bugfix: import A.B from inside package was busted by mark_miss optimization.Guido van Rossum1997-09-071-1/+1
* Fix details in the test:Guido van Rossum1997-09-071-3/+13
* Added warning about ni's obsolescence. Retracted semantic changesGuido van Rossum1997-09-072-0/+12
* Initial revisionGuido van Rossum1997-09-072-0/+98
* Significant speedup -- when a submodule imports a global module, add aGuido van Rossum1997-09-061-5/+20
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-062-0/+5
* Fix reload() for package submodules.Guido van Rossum1997-09-061-2/+24
* Phase two of package import. "import a.b.c" and all variants now do theGuido van Rossum1997-09-061-17/+299
* #Added prototype for PyObject_HasAttr() -- must've been an oversight.Guido van Rossum1997-09-061-0/+1
* Test set for package import.Guido van Rossum1997-09-062-0/+212
* Fixed some details of printing the str() of an exception. This fixesGuido van Rossum1997-09-051-2/+6
* Made the 'info' argument to SyntaxError optional, so phase-2 syntaxGuido van Rossum1997-09-051-8/+11
* Fix in trailing comment: PyDict_SetItemString() does *not* consume a referenceFred Drake1997-09-051-3/+2
* First part of package support.Guido van Rossum1997-09-055-148/+460
* Added PyImport_ImportModuleEx(name, globals, locals, fromlist); thisGuido van Rossum1997-09-052-0/+4
* Contribution by Hannu Krosing (with some changes).Guido van Rossum1997-09-051-0/+38