COMMITS
/ Python/import.c October 21, 2005
M
the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to
Michael W. Hudson committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
October 3, 2005
N
Fix SF bug #976608, Unhelpful error message when mtime of a module is -1
Neal Norwitz committed
September 14, 2005
G
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum committed
G
Patch #1290454: Fix reload() error message when parent module is not in
Georg Brandl committed
June 3, 2005
M
This is my patch:
Michael W. Hudson committed
May 20, 2005
J
Patch #1197318: Cygwin case-sensitive import patch
Jason Tishler committed
October 7, 2004
R
SF patch #1035498: -m option to run a module as a script
Raymond Hettinger committed
September 23, 2004
P
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby committed
September 22, 2004
R
SF patch #1031667: Fold tuples of constants into a single constant
Raymond Hettinger committed
August 23, 2004
R
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger committed
August 2, 2004
T
PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases.
Tim Peters committed
August 1, 2004
T
lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were
Tim Peters committed
T
Trimmed trailing whitespace.
Tim Peters committed
June 27, 2004
M
Patch #923098: Share interned strings in marshal.
Martin v. Löwis committed
June 7, 2004
T
Fix a refcount bug in an obscure code corner.
Thomas Heller committed
May 28, 2004
F
starting to add comments to explain what's here
Fred Drake committed
April 1, 2004
J
Bump the magic number to avoid sharing bytecode between 2.3 and 2.4.
Jeremy Hylton committed
March 26, 2004
A
Marshal clean-up (SF patch #873224)
Armin Rigo committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
March 23, 2004
M
Decref all if ensure_fromlist fails. Fixes #876533.
Martin v. Löwis committed
January 2, 2004
J
Add comment to mollify Tim.
Jeremy Hylton committed
November 20, 2003
J
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
September 4, 2003
J
Bug #794140: cygwin builds do not embed
Jason Tishler committed
July 11, 2003
F
- fix typo
Fred Drake committed
June 16, 2003
N
Don't use the module object setattr when importing submodules. Instead,
Neil Schemenauer committed
March 23, 2003
N
SF patch #708201, unchecked return value in import.c by Jason Harper
Neal Norwitz committed
February 17, 2003
N
Remove PyArg_ParseTuple() for methods which take no args,
Neal Norwitz committed
February 12, 2003
N
Cleanup from patch #683257:
Neal Norwitz committed
G
Provide access to the import lock, fixing SF bug #580952. This is
Guido van Rossum committed
January 24, 2003
December 30, 2002
J
PEP 302 + zipimport:
Just van Rossum committed
December 25, 2002
J
Backing out patch #642578 in anticipation of final acceptance of PEP 302.
Just van Rossum committed
December 13, 2002
J
Added missing casts.
Jack Jansen committed
December 6, 2002
M
Patch #614055: Support OpenVMS.
Martin v. Löwis committed
November 29, 2002
J
Slightly improved version of patch #642578: "Expose PyImport_FrozenModules
Just van Rossum committed
August 31, 2002
G
Because MWH changed the bytecode again, moved the magic number *back*
Guido van Rossum committed
August 15, 2002
M
This is my patch
Michael W. Hudson committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
June 17, 2002
W
Apply diff2.txt from SF patch http://www.python.org/sf/566999
Walter Dörwald committed
June 14, 2002
N
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
May 30, 2002
G
imp_load_module(): correct and comment the sense of the test for '+'
Guido van Rossum committed
J
Cover a few corners in the 'U' mode integration to make imp work.
Jeremy Hylton committed
May 28, 2002
J
File modes in filedescr entries are also passed to Python, so we now put "U"
Jack Jansen committed
April 14, 2002
J
Mass checkin of universal newline support.
Jack Jansen committed
April 11, 2002
J
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen committed
April 9, 2002
G
is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652]
Guido van Rossum committed
April 7, 2002
G
Return bools from functions named is_<whatever>().
Guido van Rossum committed