Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
91951481b8b7bf134ed5c662373164d205ab8046
/
Python
/
import.c
74e6a11
* Python/import.c: support *.o/*.so as alternative for
by Guido van Rossum
· 30 years ago
590baa4
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
by Guido van Rossum
· 31 years ago
c45611d
* import.c (get_module): total rewrite, to ensure proper search order: for
by Guido van Rossum
· 31 years ago
5a2a683
* filemodule.c: added writelines() -- analogous to readlines()
by Guido van Rossum
· 31 years ago
52c1f51
import.c: When something is wrong with the .pyc, properly open the .py
by Sjoerd Mullender
· 31 years ago
89b3325
* import.c (MAGIC): Changed magic word to avoid confusion about exec
by Guido van Rossum
· 31 years ago
cacd957
* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is
by Guido van Rossum
· 31 years ago
21d335e
Makefile, import.c: Lance's alternative module search (allow .pyc file
by Guido van Rossum
· 31 years ago
eb6b33a
* classobject.c: in instance_getattr, don't make a method out of a
by Guido van Rossum
· 31 years ago
81daa32
Access checks now work, at least for instance data (not for methods
by Guido van Rossum
· 31 years ago
2583165
Several changes in one:
by Guido van Rossum
· 31 years ago
f56e3db
Support for frozen scripts; added -i option.
by Guido van Rossum
· 32 years ago
8b17d6b
Changes to speed up local variables enormously, by avoiding dictionary
by Guido van Rossum
· 32 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
34679b7
* Added Fixcprt.py: script to fix copyright message.
by Guido van Rossum
· 32 years ago
ff4949e
* Makefile: cosmetics
by Guido van Rossum
· 32 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
4cd8b5c
Print messages about where from modules are imported when -v is given.
by Guido van Rossum
· 33 years ago
d8bac6d
Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.
by Guido van Rossum
· 33 years ago
e0513de
getbinaryname is now part of dl_loadmod.
by Guido van Rossum
· 33 years ago
e25c256
Support for dynamic loading added.
by Guido van Rossum
· 33 years ago
4135e78
Use IOError and ImportError when import fails.
by Guido van Rossum
· 33 years ago
6e93c07
Change RuntimeError into IOError when module file not found on reload.
by Guido van Rossum
· 33 years ago
3ddee71
New magic word; and check it.
by Guido van Rossum
· 33 years ago
f0ada4a
Use more dict2 functions./
by Guido van Rossum
· 33 years ago
d6a15ad
Generalize to macintosh.
by Guido van Rossum
· 33 years ago
c405b7b
Support ".pyc" files: cached compilation results.
by Guido van Rossum
· 33 years ago
175a9ea
Pre-define MS-DOS separator
by Guido van Rossum
· 34 years ago
66f1fa8
Added forward declaration (to satisfy Standard C).
by Guido van Rossum
· 34 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
7f133ed
Call the init function of a built-in module here. ,
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
3304975
Add extra DECREF.
by Guido van Rossum
· 34 years ago
8d15b5d
Added reload() functionality.
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago