COMMITS
/ Python/import.c August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 10, 2006
G
Um, I thought I'd already checked this in.
Guido van Rossum committed
March 7, 2006
M
Change int to Py_ssize_t in several places.
Martin v. Löwis committed
February 28, 2006
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
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