COMMITS
/ Python/import.c 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
January 25, 2001
J
PEP 227 implementation
Jeremy Hylton committed
January 18, 2001
T
Move distributed and duplicated config for stat() and fstat() into pyport.h.
Tim Peters committed
January 10, 2001
G
SF Patch #103154 by jlt63: Cygwin Check Import Case Patch.
Guido van Rossum committed
November 13, 2000
G
Rip out DOS-8x3 support.
Guido van Rossum committed
October 3, 2000
B
_PyImport_Fini(): Closed small memory leak when an embedded app calls
Barry Warsaw committed
September 29, 2000
T
The 2.0b2 change to write .pyc files in exclusive mode (if possible)
Tim Peters committed
September 20, 2000
G
On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 27, 2000
T
Replace the run-time 'future-bytecode-stream-inspection' hack to find out
Thomas Wouters committed
August 24, 2000
T
Support for three-token characters (**=, >>=, <<=) which was written by
Thomas Wouters committed
August 21, 2000
B
Thomas reminds me to bump the MAGIC number for the extended print
Barry Warsaw committed
August 17, 2000
T
Apply SF patch #101135, adding 'import module as m' and 'from module import
Thomas Wouters committed
August 11, 2000
T
Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they
Thomas Wouters committed
July 23, 2000
T
Oops. One of last nights ANSIfication patches accidentily upped the bytecode
Thomas Wouters committed
July 22, 2000
T
ANSIfy as many declarations as possible.
Thomas Wouters committed
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 11, 2000
J
Include macglue.h for some function prototypes, and renamed a few
Jack Jansen committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
July 1, 2000
G
Jack Jansen, Mac patch:
Guido van Rossum committed