1997-09-08 |
Guido van Rossum | Added support for __all__, which should be a list of... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Added test for __all__. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Dunno, rebinhexed? |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Preferences is a general module to get (and set) prefer... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Preference resource now has a version number |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Moved the include of macbuildno.h to getbuildinfo.c... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Added SysBeep |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | The preference resource now has a version number |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | sys.prefix and sys.exec_prefix are now set correctly. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | The python preference resource now has a version number... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Major overhaul: this is now little more than a user... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Run NumPy installer, if present. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Brought up to date with new options and env vars. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | #Adapt the doc string to reality. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | #Oops, missed a plat- prefix (for Lib/generic). |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Some nits, added a whole section on what you could... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Set it to 1.5a4, now we have dotted-name import... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Initialize self.__tempfiles to [] in the constructor... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Change packages -> site-packages |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | *Semantic change*: when unpickling the instance variabl... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Indent the #error so that a strict K&R cpp doesn't... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Change packages to site-packages (so it's clearly not... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Prefix MACHDEP directory with 'plat-'. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Change the names of the subdirectories tkinter and... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Forgot to install the test/output directory! |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Look for uuencoded test files in the directory containi... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Look for uuencoded test files in the directory containi... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Reverse the order in which Setup and Setup.local are... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Pass optional arguments (globals(), locals(), []) to... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Bugfix: import A.B from inside package was busted by... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Fix details in the test: |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Added warning about ni's obsolescence. Retracted seman... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Significant speedup -- when a submodule imports a globa... |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Added feeble test for reload() of packages and submodules. |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Fix reload() for package submodules. |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Phase two of package import. "import a.b.c" and all... |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | #Added prototype for PyObject_HasAttr() -- must've... |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Test set for package import. |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Fixed some details of printing the str() of an exceptio... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Made the 'info' argument to SyntaxError optional, so... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Fred Drake | Fix in trailing comment: PyDict_SetItemString() does... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | First part of package support. |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Added PyImport_ImportModuleEx(name, globals, locals... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Contribution by Hannu Krosing (with some changes). |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Don't use ANSI string literal concatenation (everything... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Get rid of most silly #include and #ifdefs near the... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Jeremy Hylton | Now produces some reassuring output. |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Jeremy Hylton | Many more tests, including tests of many optional argum... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Jeremy Hylton | Several changes: |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Guido van Rossum | Added some try-excepts so that it can be imported in... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Guido van Rossum | The re test suite is very slow on slower hosts. |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Barry Warsaw | Added first line to set Emacs makefile mode (pretty... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Barry Warsaw | (py-parse-partial-sexp-works-p): Removed as obsolete... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Different test for Unix -- rely on os.sep instead of... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | One patch from Sjoerd and one from Jack. |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Give in to Mike Meyer -- add *both* lib/python1.5/packa... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Give in to Mike Meyer -- add *both* lib/python1.5/packa... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | #Plug small memory leaks in constructors. |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Plug small leaks: the [de]compress object itself was... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Added some symbols (I'm afraid more will come). |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Change instructions to require use of PCbuild directory... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | At Mark Hammond's suggestion: |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Added empty PCbuild directory for use by the NT build... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Added new flags and exceptions; removed AccessError... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Change [_Py_]re_compile_pattern() to return a char*. |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Mod suggested by Donn Cave -- invoke makexp_aix relativ... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Disable the portable multimedia modules (audioop, image... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | #Removed debug print that was accidentally left in. |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Add the same _keep_alive patch (by Michael Scharff... |
commit | commitdiff | tree | snapshot |
1997-09-03 |
Guido van Rossum | Fix the bug Jeremy was experiencing: both the close... |
commit | commitdiff | tree | snapshot |
1997-09-01 |
Jack Jansen | Define BUILDNO in macbuildno.h (incremented by fullbuild) |
commit | commitdiff | tree | snapshot |
1997-09-01 |
Jack Jansen | Can't remember... |
commit | commitdiff | tree | snapshot |
1997-09-01 |
Jack Jansen | Added GetTicks() here, so profiling can use a decent... |
commit | commitdiff | tree | snapshot |
1997-09-01 |
Jack Jansen | Fullbuild now maintains BUILDNO for mac builds |
commit | commitdiff | tree | snapshot |
1997-09-01 |
Jack Jansen | Names changed |
commit | commitdiff | tree | snapshot |
1997-08-30 |
Guido van Rossum | #typo |
commit | commitdiff | tree | snapshot |
1997-08-30 |
Guido van Rossum | Document newly revamped site configuration mechanism. |
commit | commitdiff | tree | snapshot |
1997-08-30 |
Guido van Rossum | Added docs for 'user' customization module. Renamed... |
commit | commitdiff | tree | snapshot |
1997-08-30 |
Guido van Rossum | Inline PyObject_CallObject (Marc-Andre Lemburg). |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Added os.altsep; this is '/' on DOS/Windows, and None... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Write out the dynamic OS choice, to avoid exec statements. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Added -X option to suppress default import of site... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Added NoSite flag. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Two independent changes (oops): |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | New site.py semantics. Searches in |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Swap the sense of the -X option vis-a-vis Py_UseClassEx... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Removed obsolete exception PyExc_AccessError. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added Py_UseClassExceptionsFlag, the variable containin... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added extern definition for -X flag variable. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | New file, which is imported by the built-in module... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Expanded r() function to handle class exceptions. |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Parse new command line option -X which enables exceptio... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Declarations for two phase initialization and finalizat... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added externs for three new exceptions PyExc_StandardError, |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | PyErr_NoMemory(): If the pre-instantiated memory except... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Barry Warsaw | Added a new variable TESTPYTHON which contains the... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Subtle changes to the AIX shared library things to... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Should remove getbuildno.o/buildno files in clobber... |
commit | commitdiff | tree | snapshot |
1997-08-29 |
Guido van Rossum | Cprrect stuoid tyops -- was comparing variabes with... |
commit | commitdiff | tree | snapshot |
next |