COMMITS
/ Python/import.c 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
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
J
another typo caught by Rob Hooft
Jeremy Hylton committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
May 1, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
G
Robin Becker: The following patch seems to fix a module case bug in
Guido van Rossum committed
April 28, 2000
G
As Marc-Andre Lemburg points out, the magic number needs to change
Guido van Rossum committed
April 24, 2000
G
Jack Jansen: The new version of the GUSI i/o library on the Macintosh
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 22, 1999
G
Cleanup patches from Greg Stein:
Guido van Rossum committed