Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added balloon help for options dialog. | Jack Jansen | 1997-09-09 | 12 | -3035/+3315 |
| | | | | | | Added Help module. Checked in PythonCore.prj.hqx (which had somehow slipped through until now) | ||||
* | Added no-site-python and old-exceptions preferences. | Jack Jansen | 1997-09-09 | 3 | -432/+472 |
| | | | | Implemented balloon help for options dialog. | ||||
* | Added old-exception and no-site-python options and balloon help | Jack Jansen | 1997-09-09 | 1 | -3/+12 |
| | |||||
* | Added interface to the Balloon Help Manager | Jack Jansen | 1997-09-09 | 4 | -0/+494 |
| | |||||
* | Added old-exceptions and no-site-python preferences and upped version | Jack Jansen | 1997-09-09 | 1 | -4/+6 |
| | | | | to 4. | ||||
* | Added old-exceptions and no-site-python options and upped preference | Jack Jansen | 1997-09-09 | 1 | -2/+9 |
| | | | | | version to 4. Added balloon-help item to options dialog. | ||||
* | Renamed platform specific subdirectories to plat-*. | Guido van Rossum | 1997-09-09 | 96 | -16133/+0 |
| | |||||
* | Renamed dos_8x3 to dos-8x3. | Guido van Rossum | 1997-09-09 | 61 | -8526/+0 |
| | |||||
* | These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. | Guido van Rossum | 1997-09-09 | 46 | -6876/+0 |
| | |||||
* | Patch submitted by Brad Howes (with one bug fixed by me): allow | Guido van Rossum | 1997-09-08 | 1 | -8/+17 |
| | | | | | | arbitrary nested parens in a %(...)X style format. #Also folded two lines and added more detail to the error message for #unsupported format character. | ||||
* | Added support for __all__, which should be a list of modules to be | Guido van Rossum | 1997-09-08 | 1 | -3/+16 |
| | | | | imported when the user says "from package import *". | ||||
* | Added test for __all__. | Guido van Rossum | 1997-09-08 | 2 | -0/+22 |
| | |||||
* | Dunno, rebinhexed? | Jack Jansen | 1997-09-08 | 2 | -9/+9 |
| | |||||
* | Preferences is a general module to get (and set) preferences in | Jack Jansen | 1997-09-08 | 2 | -0/+341 |
| | | | | | | | resource files with various inheritence rules, parsers, etc. pythonprefs uses this to create a single uniform interface to all relevant python preferences. | ||||
* | Preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -11/+11 |
| | |||||
* | Moved the include of macbuildno.h to getbuildinfo.c. Putting it here | Jack Jansen | 1997-09-08 | 1 | -2/+0 |
| | | | | resulted in full recompilation every time. | ||||
* | Added SysBeep | Jack Jansen | 1997-09-08 | 1 | -7/+22 |
| | |||||
* | The preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -16/+21 |
| | |||||
* | sys.prefix and sys.exec_prefix are now set correctly. | Jack Jansen | 1997-09-08 | 1 | -2/+2 |
| | |||||
* | The python preference resource now has a version number, and | Jack Jansen | 1997-09-08 | 7 | -5617/+5864 |
| | | | | "optimize" has replaced "don't print". | ||||
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 2 | -404/+123 |
| | | | | | | | preference handling code is in modules pythonprefs and preferences. This should finally make it easier for someone (Just?) to write a decent interface to preference setting, and it'll allow setting initial sys.path and such from ConfigurePython. | ||||
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 2 | -42/+135 |
| | | | | Added a couple of splash screens to show what we're doing | ||||
* | Brought up to date with new options and env vars. | Guido van Rossum | 1997-09-08 | 1 | -7/+44 |
| | |||||
* | #Adapt the doc string to reality. | Guido van Rossum | 1997-09-08 | 1 | -7/+6 |
| | |||||
* | #Oops, missed a plat- prefix (for Lib/generic). | Guido van Rossum | 1997-09-08 | 1 | -1/+1 |
| | |||||
* | Some nits, added a whole section on what you could do with | Guido van Rossum | 1997-09-08 | 1 | -3/+90 |
| | | | | metaclasses, and acks. | ||||
* | Set it to 1.5a4, now we have dotted-name import... | Guido van Rossum | 1997-09-08 | 1 | -1/+1 |
| | |||||
* | Initialize self.__tempfiles to [] in the constructor (else it remains | Guido van Rossum | 1997-09-08 | 1 | -0/+1 |
| | | | | | a shared class variable -- but each instance will attempt to clean it up entirely ob cleanup). | ||||
* | Change packages -> site-packages | Guido van Rossum | 1997-09-08 | 1 | -8/+10 |
| | |||||
* | *Semantic change*: when unpickling the instance variables of an | Guido van Rossum | 1997-09-08 | 1 | -2/+1 |
| | | | | | | | | | | instance, use inst.__dict__.update(value) instead of a for loop with setattr() over the value.keys(). This is more consistent (the pickling doesn't use getattr() either but pickles inst.__dict__) and avoids problems with instances that have a __setattr__ hook. But it *is* a semantic change (because the setattr hook is no longer used). So beware! | ||||
* | Indent the #error so that a strict K&R cpp doesn't complain. | Guido van Rossum | 1997-09-08 | 1 | -1/+1 |
| | |||||
* | Change packages to site-packages (so it's clearly not a package itself). | Guido van Rossum | 1997-09-08 | 2 | -10/+10 |
| | |||||
* | Prefix MACHDEP directory with 'plat-'. | Guido van Rossum | 1997-09-08 | 2 | -7/+7 |
| | |||||
* | Change the names of the subdirectories tkinter and stdwin to | Guido van Rossum | 1997-09-08 | 1 | -2/+2 |
| | | | | | | lib-tk and lib-stdwin. (BTW this was also done in the previous checkin of (toplevel)/Makefile.in, though not noted in the checkin message.) | ||||
* | Forgot to install the test/output directory! | Guido van Rossum | 1997-09-08 | 1 | -1/+1 |
| | |||||
* | Look for uuencoded test files in the directory containing this module, too. | Guido van Rossum | 1997-09-07 | 1 | -2/+6 |
| | | | | | (This is necessary because when imported as test.test_rgbimg, the test directory is not on sys.path.) | ||||
* | Look for uuencoded test files in the directory containing this module, too. | Guido van Rossum | 1997-09-07 | 1 | -1/+2 |
| | | | | | (This is necessary because when imported as test.test_rgbimg, the test directory is not on sys.path.) | ||||
* | Reverse the order in which Setup and Setup.local are passed to the | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
| | | | | | | makesetup script. (Sorry Sjoerd -- I know you proposed this a while ago and I didn't think it would work then. I looked again and it does work.) | ||||
* | Pass optional arguments (globals(), locals(), []) to __import__() so | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
| | | | | | | | it will run as package test, e.g. this will run the test suite: import test.regrtest test.regrtest.main() | ||||
* | Bugfix: import A.B from inside package was busted by mark_miss optimization. | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
| | |||||
* | Fix details in the test: | Guido van Rossum | 1997-09-07 | 1 | -3/+13 |
| | | | | | | - traceback should go to stdout! - don't import ni, import t1! - nicer support for command line options, only if run as __main__ | ||||
* | Added warning about ni's obsolescence. Retracted semantic changes | Guido van Rossum | 1997-09-07 | 2 | -0/+12 |
| | | | | (i.e. when using ni, the old __init__.py semantics prevail!) | ||||
* | Initial revision | Guido van Rossum | 1997-09-07 | 2 | -0/+98 |
| | |||||
* | Significant speedup -- when a submodule imports a global module, add a | Guido van Rossum | 1997-09-06 | 1 | -5/+20 |
| | | | | | | | | | | | | | | | | | | dummy entry to sys.modules, marking the absence of a submodule by the same name. Thus, if module foo.bar executes the statement "import time", sys.modules['foo.time'] will be set to None, once the absence of a module foo.time is confirmed (by looking for it in foo's path). The next time when foo.bar (or any other submodule of foo) executes "import time", no I/O is necessary to determine that there is no module foo.time. (Justification: It may seem strange to pollute sys.modules. However, since we're doing the lookup anyway it's definitely the fastest solution. This is the same convention that 'ni' uses and I haven't heard any complaints.) | ||||
* | Added feeble test for reload() of packages and submodules. | Guido van Rossum | 1997-09-06 | 2 | -0/+5 |
| | |||||
* | Fix reload() for package submodules. | Guido van Rossum | 1997-09-06 | 1 | -2/+24 |
| | |||||
* | Phase two of package import. "import a.b.c" and all variants now do the | Guido van Rossum | 1997-09-06 | 1 | -17/+299 |
| | | | | | | | | | | | | | | | right thing. Still to do: - Make reload() of a submodule work. - Performance tweaks -- currently, a submodule that tries to import a global module *always* searches the package directory first, even if the global module was already imported. Not sure how to solve this one; probably need to record misses per package. - Documentation! | ||||
* | #Added prototype for PyObject_HasAttr() -- must've been an oversight. | Guido van Rossum | 1997-09-06 | 1 | -0/+1 |
| | |||||
* | Test set for package import. | Guido van Rossum | 1997-09-06 | 2 | -0/+212 |
| | |||||
* | Fixed some details of printing the str() of an exception. This fixes | Guido van Rossum | 1997-09-05 | 1 | -2/+6 |
| | | | | | a core dump when __str__() returns a non-string, and plugs a memory leak as well: the result of PyObject_Str() was never DECREFed. |