| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Preferences is a general module to get (and set) preferences in | Jack Jansen | 1997-09-08 | 2 | -0/+341 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 2 | -404/+123 |
|
|
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 2 | -42/+135 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Look for uuencoded test files in the directory containing this module, too. | Guido van Rossum | 1997-09-07 | 1 | -1/+2 |
|
|
* | Reverse the order in which Setup and Setup.local are passed to the | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
|
|
* | Pass optional arguments (globals(), locals(), []) to __import__() so | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Added warning about ni's obsolescence. Retracted semantic changes | Guido van Rossum | 1997-09-07 | 2 | -0/+12 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | #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 |
|
|
* | Made the 'info' argument to SyntaxError optional, so phase-2 syntax | Guido van Rossum | 1997-09-05 | 1 | -8/+11 |
|
|
* | Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference | Fred Drake | 1997-09-05 | 1 | -3/+2 |
|
|
* | First part of package support. | Guido van Rossum | 1997-09-05 | 5 | -148/+460 |
|
|
* | Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this | Guido van Rossum | 1997-09-05 | 2 | -0/+4 |
|
|
* | Contribution by Hannu Krosing (with some changes). | Guido van Rossum | 1997-09-05 | 1 | -0/+38 |
|
|
* | Don't use ANSI string literal concatenation (everything is K&R compatible). | Guido van Rossum | 1997-09-05 | 1 | -4/+4 |
|
|
* | Get rid of most silly #include and #ifdefs near the top; these are all | Guido van Rossum | 1997-09-05 | 1 | -55/+59 |
|
|
* | Now produces some reassuring output. | Jeremy Hylton | 1997-09-04 | 1 | -0/+9 |
|
|
* | Many more tests, including tests of many optional arguments. | Jeremy Hylton | 1997-09-04 | 1 | -0/+47 |
|
|
* | Several changes: | Jeremy Hylton | 1997-09-04 | 1 | -125/+188 |
|
|
* | Added some try-excepts so that it can be imported in restricted mode | Guido van Rossum | 1997-09-04 | 1 | -6/+15 |
|
|
* | The re test suite is very slow on slower hosts. | Guido van Rossum | 1997-09-04 | 1 | -0/+3 |
|
|
* | Added first line to set Emacs makefile mode (pretty colors :-) | Barry Warsaw | 1997-09-04 | 1 | -0/+1 |
|
|