COMMITS
/ Modules/getpath.c June 2, 2016
B
remove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 24, 2015
V
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
September 15, 2014
N
Issue #17095: merge from 3.4
Ned Deily committed
N
Issue #17095: Temporarily revert getpath.c change that added the Modules
Ned Deily committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
June 2, 2014
N
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
November 16, 2013
V
calculate_path() now fails with a fatal error when it fails to allocate memory
Victor Stinner committed
November 15, 2013
V
Don't mix wide character strings and byte strings (L"lib/python" VERSION): use
Victor Stinner committed
July 22, 2013
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes committed
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
November 3, 2012
A
Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all.
Andrew Svetlov committed
July 17, 2012
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
June 20, 2011
V
calculate_path() decodes the PYTHONPATH environment variable from the locale
Victor Stinner committed
March 17, 2011
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 10, 2010
V
getpath.c: fix test to detech PyUnicode_AsWideChar() failure
Victor Stinner committed
November 8, 2010
V
Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using
Victor Stinner committed
October 23, 2010
V
Issue #6011: getpath: decode VPATH env var from the locale encoding
Victor Stinner committed
October 16, 2010
V
Oops, fix my previous commit (r85583) on calculate_path()
Victor Stinner committed
V
calculate_path(): use _Py_char2wchar() to decode the PATH environment variable,
Victor Stinner committed
October 14, 2010
V
_Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates
Victor Stinner committed
October 7, 2010
V
copy_absolute() keeps the relative path on _Py_wgetcwd() failure
Victor Stinner committed
V
copy_absolute() raises a fatal error on _Py_wgetcwd() failure
Victor Stinner committed
V
Create fileutils.c/.h
Victor Stinner committed
V
_wrealpath() and _Py_wreadlink() support surrogates (PEP 383)
Victor Stinner committed
September 27, 2010
K
issue 9910
Kristján Valur Jónsson committed
August 14, 2010
A
Fix indentation in Modules/getpath.c
Antoine Pitrou committed
A
Add comments about Windows in Modules/getpath.c
Antoine Pitrou committed
V
Kill a gcc warning introduced by r83988
Victor Stinner committed
August 13, 2010
V
Create _Py_wchar2char() function, reverse of _Py_char2wchar()
Victor Stinner committed
A
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
Antoine Pitrou committed
July 23, 2010
R
Ensure that sys.prefix can reliably be found
Ronald Oussoren committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 12, 2010
V
Merged revisions 78835-78837 via svnmerge from
Victor Stinner committed
February 22, 2010
A
#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
Andrew M. Kuchling committed
February 12, 2009
R
This fixes issue5143 and includes a test.
Ronald Oussoren committed
September 9, 2008
H
Issue #3813: cannot lanch python.exe via symbolic link on cygwin.
Hirokazu Yamamoto committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
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