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
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-1/+2
*
Patch #1197318: Cygwin case-sensitive import patch
Jason Tishler
2005-05-20
1
-17/+6
*
SF patch #1035498: -m option to run a module as a script
Raymond Hettinger
2004-10-07
1
-0/+16
*
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby
2004-09-23
1
-4/+10
*
SF patch #1031667: Fold tuples of constants into a single constant
Raymond Hettinger
2004-09-22
1
-1/+2
*
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger
2004-08-23
1
-1/+2
*
PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases.
Tim Peters
2004-08-02
1
-16/+46
*
lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were
Tim Peters
2004-08-01
1
-3/+3
*
Trimmed trailing whitespace.
Tim Peters
2004-08-01
1
-2/+2
*
Patch #923098: Share interned strings in marshal.
Martin v. Löwis
2004-06-27
1
-9/+9
*
Fix a refcount bug in an obscure code corner.
Thomas Heller
2004-06-07
1
-0/+1
*
starting to add comments to explain what's here
Fred Drake
2004-05-28
1
-0/+11
*
Bump the magic number to avoid sharing bytecode between 2.3 and 2.4.
Jeremy Hylton
2004-04-01
1
-32/+14
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
1
-7/+7
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
1
-2/+2
*
Decref all if ensure_fromlist fails. Fixes #876533.
Martin v. Löwis
2004-03-23
1
-2/+3
*
Add comment to mollify Tim.
Jeremy Hylton
2004-01-02
1
-0/+2
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
1
-94/+0
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Bug #794140: cygwin builds do not embed
Jason Tishler
2003-09-04
1
-1/+1
*
- fix typo
Fred Drake
2003-07-11
1
-1/+1
*
Don't use the module object setattr when importing submodules. Instead,
Neil Schemenauer
2003-06-16
1
-18/+38
*
SF patch #708201, unchecked return value in import.c by Jason Harper
Neal Norwitz
2003-03-23
1
-0/+2
*
Remove PyArg_ParseTuple() for methods which take no args,
Neal Norwitz
2003-02-17
1
-23/+13
*
Cleanup from patch #683257:
Neal Norwitz
2003-02-12
1
-4/+7
*
Provide access to the import lock, fixing SF bug #580952. This is
Guido van Rossum
2003-02-12
1
-6/+52
*
MacPython-OS9 specific fix: If there are non-string items on sys.path don't t...
Jack Jansen
2003-01-24
1
-15/+18
*
PEP 302 + zipimport:
Just van Rossum
2002-12-30
1
-19/+236
*
Backing out patch #642578 in anticipation of final acceptance of PEP 302.
Just van Rossum
2002-12-25
1
-147/+0
*
Added missing casts.
Jack Jansen
2002-12-13
1
-2/+2
*
Patch #614055: Support OpenVMS.
Martin v. Löwis
2002-12-06
1
-2/+5
*
Slightly improved version of patch #642578: "Expose PyImport_FrozenModules
Just van Rossum
2002-11-29
1
-0/+147
*
Because MWH changed the bytecode again, moved the magic number *back*
Guido van Rossum
2002-08-31
1
-1/+6
*
This is my patch
Michael W. Hudson
2002-08-15
1
-1/+5
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
1
-5/+5
*
Apply diff2.txt from SF patch http://www.python.org/sf/566999
Walter Dörwald
2002-06-17
1
-7/+29
*
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz
2002-06-14
1
-2/+2
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-28/+21
*
imp_load_module(): correct and comment the sense of the test for '+'
Guido van Rossum
2002-05-30
1
-2/+7
*
Cover a few corners in the 'U' mode integration to make imp work.
Jeremy Hylton
2002-05-30
1
-8/+14
*
File modes in filedescr entries are also passed to Python, so we now put "U"
Jack Jansen
2002-05-28
1
-4/+7
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
1
-3/+3
*
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen
2002-04-11
1
-21/+0
*
is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652]
Guido van Rossum
2002-04-09
1
-1/+1
*
Return bools from functions named is_<whatever>().
Guido van Rossum
2002-04-07
1
-4/+4
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
1
-16/+16
*
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
Tim Peters
2002-03-29
1
-2/+0
*
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre
2002-02-26
1
-0/+76
*
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg
2002-02-07
1
-1/+20
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
1
-4/+0
[next]