index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
import.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New policy for package imports: only a directory containing
Guido van Rossum
1997-10-31
1
-2/+38
*
Instead of using _PyImport_Inittab[] directly, use the new "official"
Guido van Rossum
1997-10-31
1
-4/+8
*
Moved mac-specific speedup to a different place (Jack)
Guido van Rossum
1997-10-08
1
-5/+5
*
Remove unreachable "return 1" at end of ensure_fromlist().
Guido van Rossum
1997-10-03
1
-1/+1
*
Added docstrings. Not for the obsolete functions though.
Guido van Rossum
1997-09-09
1
-6/+46
*
Deleted find_module_in_package and find_module_in_directory -- they
Guido van Rossum
1997-09-09
1
-53/+0
*
Crrected a flow control error that caused the wrong error message when
Guido van Rossum
1997-09-09
1
-22/+6
*
Added support for __all__, which should be a list of modules to be
Guido van Rossum
1997-09-08
1
-3/+16
*
Bugfix: import A.B from inside package was busted by mark_miss optimization.
Guido van Rossum
1997-09-07
1
-1/+1
*
Significant speedup -- when a submodule imports a global module, add a
Guido van Rossum
1997-09-06
1
-5/+20
*
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
*
First part of package support.
Guido van Rossum
1997-09-05
1
-130/+441
*
Keep gcc -Wall happy
Guido van Rossum
1997-08-15
1
-1/+0
*
Added Jim Fulton's PyImport_Import(), which calls whatever
Guido van Rossum
1997-08-14
1
-0/+78
*
Use string interning and caching to get speedups on the mac (Jack).
Guido van Rossum
1997-08-12
1
-1/+17
*
New rules for deleting modules. Rather than having an elaborate
Guido van Rossum
1997-08-05
1
-1/+29
*
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum
1997-08-02
1
-46/+120
*
Removed some variables that are used to exchange data between import.c and
Guido van Rossum
1997-07-21
1
-2/+2
*
Fix problem discovered by Greg McFarlane: when an imported module
Guido van Rossum
1997-07-10
1
-0/+7
*
One last rename glitch: import_modules -> _PyImport_Modules.
Guido van Rossum
1997-05-14
1
-15/+15
*
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum
1997-05-07
1
-4/+1
*
Oops, forgot one: inittab.
Guido van Rossum
1997-04-29
1
-7/+7
*
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum
1997-04-29
1
-270/+282
*
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum
1997-04-11
1
-5/+6
*
When -O is given, use ".pyo" instead of ".pyc".
Guido van Rossum
1997-03-11
1
-1/+9
*
New magin number (because of linenumber table).
Guido van Rossum
1997-01-24
1
-1/+1
*
New MAGIC number (code objects have one more item when marshalled).
Guido van Rossum
1997-01-17
1
-1/+2
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-1/+5
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
PYTHONWIN -> MS_COREDLL
Guido van Rossum
1996-08-22
1
-1/+1
*
Added casts from unsigned char to char when calling rds_object() on
Guido van Rossum
1996-08-08
1
-2/+2
*
Changes for slice and ellipses
Guido van Rossum
1996-07-30
1
-1/+1
*
new .pyc magic number (** operator)
Guido van Rossum
1996-07-21
1
-1/+1
*
Slightly different Windows ifdefs
Guido van Rossum
1996-06-28
1
-3/+2
*
Cosmetic change to the dox_8x3 hack.
Guido van Rossum
1996-06-20
1
-4/+3
*
struct frozen is now struct _frozen and comes from import.h.
Guido van Rossum
1996-06-17
1
-11/+5
*
moved verbose decl to pydebug.h; added dos_8x3 feature
Guido van Rossum
1996-05-23
1
-2/+18
*
Remember source filename as <module>.__file__.
Guido van Rossum
1996-05-16
1
-0/+3
*
Under NT, interface to mysterious module registry. (Mark H.)
Guido van Rossum
1996-04-09
1
-0/+8
*
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
Guido van Rossum
1996-02-21
1
-1/+1
*
Removed unused variables
Jack Jansen
1995-10-03
1
-3/+1
*
add imp.get_frozen_object()
Guido van Rossum
1995-08-04
1
-13/+54
*
Undef 'argument' before including mac headers
Jack Jansen
1995-07-28
1
-0/+2
*
never close the file in imp.load_...
Guido van Rossum
1995-07-26
1
-6/+0
*
keyword arguments and faster calls
Guido van Rossum
1995-07-18
1
-2/+2
*
new MAGIC; some changes to default files for imp.load_... functions
Guido van Rossum
1995-07-07
1
-8/+19
*
Added PY_RESOURCE (mac only) to imp module
Jack Jansen
1995-06-18
1
-0/+7
*
Check if we've already loaded a dynamic module under a different name.
Sjoerd Mullender
1995-06-12
1
-2/+2
*
magic number changes of CR/LF are swapped
Guido van Rossum
1995-02-19
1
-1/+3
[next]