- 14 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Eyl, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
- Don't use "from copy_reg import *". - Use cls.__module__ instead of calling whichobject(cls, cls.__name__); also try __module__ in whichmodule(), just in case. - After calling save_reduce(), add the object to the memo.
-
Guido van Rossum yazdı
whose name is in the current globals' __name__ variable. If __name__ is not set, ignore this.
-
- 11 Eyl, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
different (programs that write programs). We are dealing with metaclasses here. So change the words slightly.
-
Guido van Rossum yazdı
-
- 09 Eyl, 1997 19 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
aren't needed and it was a mistake to add them.
-
Guido van Rossum yazdı
is mostly concentrated in a generalized find_module() and the new load_module(). Added the new module type constants. Declare that SEARCH_ERROR and a whole bunch of module-type-specific functions are obsolete.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
load-module() didn't find a built-in or frozen module. Also got rid of is_frozen(), which duplicated the functionality of find_frozen()!=NULL.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
automatically all the time.
-
Jack Jansen yazdı
Added Help module. Checked in PythonCore.prj.hqx (which had somehow slipped through until now)
-
Jack Jansen yazdı
Implemented balloon help for options dialog.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
to 4.
-
Jack Jansen yazdı
version to 4. Added balloon-help item to options dialog.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 08 Eyl, 1997 14 kayıt (commit)
-
-
Guido van Rossum yazdı
arbitrary nested parens in a %(...)X style format. #Also folded two lines and added more detail to the error message for #unsupported format character.
-
Guido van Rossum yazdı
imported when the user says "from package import *".
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
resource files with various inheritence rules, parsers, etc. pythonprefs uses this to create a single uniform interface to all relevant python preferences.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
resulted in full recompilation every time.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
"optimize" has replaced "don't print".
-
Jack Jansen yazdı
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.
-
Jack Jansen yazdı
Added a couple of splash screens to show what we're doing
-
Guido van Rossum yazdı
-