The Python programming language
Go to file
Guido van Rossum c45611d0e3 * import.c (get_module): total rewrite, to ensure proper search order: for
each dir in sys.path, try each possible extension.  (Note: C extensions
  are loaded before Python modules in the same directory, to allow having
  a C version used when dynamic loading is supported and a Python version
  as a back-up.)
* import.c (reload_module): test for error from getmodulename()
* moduleobject.c: implement module name as dict entry '__name__' instead
  of special-casing it in module_getattr(); this way a module (or
  function!) can access its own module name, and programs that know what
  they are doing can rename modules.
* stdwinmodule.c (initstdwin): strip ".py" suffix of argv[0].
1993-11-17 22:58:56 +00:00
Demo Restructured main loop. Etc. 1993-11-01 14:50:59 +00:00
Doc * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. 1993-11-05 17:11:16 +00:00
Grammar Committing the correct graminit.c; also changed confusing comments in Grammar. 1993-10-27 13:25:30 +00:00
Include * mpzmodule.c: removed redundant mpz_print function. 1993-11-05 10:22:19 +00:00
Lib * test_select.py: (some) tests for built-in select module 1993-11-11 10:31:23 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
Objects * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
Parser * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, 1993-11-01 16:28:59 +00:00
Python * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
Tools/scripts Initial revision 1993-06-10 14:43:53 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release099'. 1993-07-29 13:14:32 +00:00