COMMITS
/ Modules/getpath.c April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 20, 2006
G
Patch #931938: prevent setting sys.prefix to ""
Georg Brandl committed
January 5, 2006
S
squash compiler warning on Mac OSX 10.3
Skip Montanaro committed
September 16, 2005
B
Change type on variable to silence gcc 4 warning. Call signature was found at
Brett Cannon committed
August 8, 2004
T
Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4
Tim Peters committed
June 26, 2004
B
Modules/getpath.c now compiles properly under OS X when using the
Brett Cannon committed
June 24, 2004
B
Change comment from C++ style to C.
Brett Cannon committed
June 3, 2004
J
Fix for #932977: MacOSX does not pass the whole pathname in argv[0] for
Jack Jansen committed
December 31, 2002
N
Make sure zip_path is null-terminated, since it's on the stack
Neal Norwitz committed
December 30, 2002
J
PEP 302 + zipimport:
Just van Rossum committed
December 23, 2002
J
Squashed compiler warnings by adding casts, making sure prototypes are in
Jack Jansen committed
December 6, 2002
M
Patch #614055: Support OpenVMS.
Martin v. Löwis committed
September 13, 2002
N
SF # 602108 ensure string is null terminated after strncpy
Neal Norwitz committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 2, 2001
J
Changed logic for finding python home in Mac OS X framework Pythons.
Jack Jansen committed
September 28, 2001
G
Be more rigorous about making pathnames absolute, to address SF bug
Guido van Rossum committed
August 15, 2001
J
With WITH_NEXT_FRAMEWORK defined we now also expect a normal Python
Jack Jansen committed
August 8, 2001
M
Put conditional S_ISDIR definition(s) into pyport.h.
Martin v. Löwis committed
July 23, 2001
N
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer committed
January 24, 2001
N
Build now happens in toplevel directory, not Modules. Don't monkey with
Neil Schemenauer committed
January 23, 2001
G
Clean up some comments and the default VERSION.
Guido van Rossum committed
September 28, 2000
F
Minor ANSIfication: lib_python no longer needs to be initialized
Fred Drake committed
September 27, 2000
J
Fix buffer overflow vulnerabilities in calculate_path(). Code used
Jeremy Hylton committed
September 25, 2000
J
fix bug #114290: when interpreter's argv[0] has a relative path make
Jeremy Hylton committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 8, 2000
F
ANSI-fied sources, converted to four-space indentation.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick: use size_t instead of int where appropriate (various spots).
Guido van Rossum committed
May 26, 2000
J
Patch from M.-A. Lemburg:
Jeremy Hylton committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
January 27, 1999
G
Patches by William Lewis for Nextstep descendants.
Guido van Rossum committed
April 29, 1998
G
When following symlinks to the real executable, use a loop so a
Guido van Rossum committed
February 6, 1998
G
- Use Py_GetPythonHome() instead of getenv("PYTHONHOME").
Guido van Rossum committed
January 19, 1998
G
Instead of a single exists(), differentiate between files, modules,
Guido van Rossum committed
December 10, 1997
G
Remove "Lib/test" from the default path; this is now a package!
Guido van Rossum committed
October 20, 1997
G
Change sharedmodules to lib-dynload.
Guido van Rossum committed
August 20, 1997
G
Globally renamed join() to joinpath() to avoid compilation error on Cray.
Guido van Rossum committed
June 2, 1997
G
Use string.h, not strings.h
Guido van Rossum committed
May 20, 1997
G
Make delimiter and separator static for K&R C.
Guido van Rossum committed
May 13, 1997
G
Keep gcc -Wall happy.
Guido van Rossum committed
May 12, 1997
G
Another change suggested by Donn Cave -- forget "step 5", which
Guido van Rossum committed
G
Fix problem reported by Donn Cave: if VPATH is an absolute path, it
Guido van Rossum committed
April 11, 1997
B
Removed two unused static function: string_addsep() and
Barry Warsaw committed
G
Completely revamped the way the default path is constructed.
Guido van Rossum committed