COMMITS
/ Python/import.c 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
March 31, 2002
N
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz committed
March 29, 2002
T
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
Tim Peters committed
February 26, 2002
A
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre committed
February 7, 2002
M
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
November 18, 2001
T
Since the MAGIC number scheme is going to break on January 1st, document
Tim Peters committed
October 30, 2001
October 25, 2001
F
Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod()
Fred Drake committed
October 24, 2001
G
SF patch #474590 -- RISC OS support
Guido van Rossum committed
October 18, 2001
G
First part of SF patch #416704: More robust freeze, by Toby Dickenson.
Guido van Rossum committed
October 4, 2001
G
Remove a couple of unused local variables (bug #445960, compiler warnings
Greg Ward committed
August 30, 2001
T
Add a new function imp.lock_held(), and use it to skip test_threaded_import
Tim Peters committed
August 13, 2001
B
Fixed typo in comment leading up to _PyImport_FixupExtension().
Barry Warsaw committed
August 8, 2001
M
Put conditional S_IFMT definition into pyport.h.
Martin v. Löwis committed
M
Put conditional S_ISDIR definition(s) into pyport.h.
Martin v. Löwis committed
August 4, 2001
T
Derived from SF patch #446899 Permit import of .pyw under Windows, from
Tim Peters committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 23, 2001
N
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer committed
G
SF Patch #441791, with changes: when "import foo.bar" fails with an
Guido van Rossum committed
July 5, 2001
T
SF bug #438295: [Windows] __init__.py cause strange behavior
Tim Peters committed
April 29, 2001
T
SF bug #417093: Case sensitive import: dir and .py file w/ same name
Tim Peters committed
April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
April 13, 2001
J
split long line
Jeremy Hylton committed
March 20, 2001
J
Case-checking was broken on the Macintosh. Fixed.
Jack Jansen committed
March 6, 2001
F
Add some spaces around the "=" in assignments.
Fred Drake committed
March 2, 2001
G
RISCOS changes by dschwertberger.
Guido van Rossum committed
T
Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1.
Tim Peters committed
March 1, 2001
T
More MacOSX fiddling. As noted in a comment, I believe all variations
Tim Peters committed
T
More fiddling w/ the new-fangled Mac import code.
Tim Peters committed
F
Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least)
Fred Drake committed
T
Remove extra close curly in code #ifdef'ed out on my box.
Tim Peters committed
T
In Steven's apparent absence, check in *something* with a non-zero chance
Tim Peters committed
February 28, 2001
T
Ack -- my eyes are getting bleary. Typos in the comment typo repairs.
Tim Peters committed
T
Comment typos.
Tim Peters committed
T
Implement PEP 235: Import on Case-Insensitive Platforms.
Tim Peters committed
February 20, 2001
G
The code in PyImport_Import() tried to save itself a bit of work and
Guido van Rossum committed
February 9, 2001
M
This modified version of a patch by Thomas Heller allows __import__
Marc-André Lemburg committed
February 2, 2001
J
bump the magic number; the compiler has changed since 2.1a1
Jeremy Hylton committed
B
Steve Majewski's patch #103495, MatchFilename() and find_module()
Barry Warsaw committed
January 28, 2001
T
It's unclear whether PyMarshal_XXX() are part of the public or private API.
Tim Peters committed