| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #17095: merge from 3.4 | Ned Deily | 2014-09-15 | 1 | -14/+0 |
|\ |
|
| * | Issue #17095: Temporarily revert getpath.c change that added the Modules | Ned Deily | 2014-09-15 | 1 | -14/+0 |
|
|
* | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 1 | -8/+8 |
|/ |
|
* | Issue #17095: Fix Modules/Setup *shared* support. | Ned Deily | 2014-06-02 | 1 | -0/+14 |
|
|
* | Issue #16136: Remove VMS support and VMS-related code | Christian Heimes | 2013-12-21 | 1 | -5/+1 |
|
|
* | calculate_path() now fails with a fatal error when it fails to allocate memory | Victor Stinner | 2013-11-16 | 1 | -49/+40 |
|
|
* | Don't mix wide character strings and byte strings (L"lib/python" VERSION): use | Victor Stinner | 2013-11-15 | 1 | -6/+13 |
|
|
* | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | Christian Heimes | 2013-07-22 | 1 | -4/+12 |
|\ |
|
| * | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | Christian Heimes | 2013-07-22 | 1 | -4/+12 |
|
|
* | | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization | Victor Stinner | 2013-07-07 | 1 | -11/+9 |
|
|
* | | Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at ... | Andrew Svetlov | 2012-11-03 | 1 | -3/+1 |
|/ |
|
* | Closes #15307: symlinks now work on OS X with framework Python builds. Patch... | Vinay Sajip | 2012-07-17 | 1 | -4/+12 |
|
|
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -0/+86 |
|
|
* | calculate_path() decodes the PYTHONPATH environment variable from the locale | Victor Stinner | 2011-06-20 | 1 | -7/+9 |
|
|
* | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ... | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
|
|
* | getpath.c: fix test to detech PyUnicode_AsWideChar() failure | Victor Stinner | 2010-11-10 | 1 | -4/+4 |
|
|
* | Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using | Victor Stinner | 2010-11-08 | 1 | -17/+30 |
|
|
* | Issue #6011: getpath: decode VPATH env var from the locale encoding | Victor Stinner | 2010-10-23 | 1 | -7/+10 |
|
|
* | Oops, fix my previous commit (r85583) on calculate_path() | Victor Stinner | 2010-10-16 | 1 | -4/+7 |
|
|
* | calculate_path(): use _Py_char2wchar() to decode the PATH environment variable, | Victor Stinner | 2010-10-16 | 1 | -9/+4 |
|
|
* | _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates | Victor Stinner | 2010-10-14 | 1 | -6/+6 |
|
|
* | copy_absolute() keeps the relative path on _Py_wgetcwd() failure | Victor Stinner | 2010-10-07 | 1 | -2/+5 |
|
|
* | copy_absolute() raises a fatal error on _Py_wgetcwd() failure | Victor Stinner | 2010-10-07 | 1 | -1/+2 |
|
|
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -77/+4 |
|
|
* | _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) | Victor Stinner | 2010-10-07 | 1 | -3/+6 |
|
|
* | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -0/+20 |
|
|
* | Fix indentation in Modules/getpath.c | Antoine Pitrou | 2010-08-14 | 1 | -59/+59 |
|
|
* | Add comments about Windows in Modules/getpath.c | Antoine Pitrou | 2010-08-14 | 1 | -2/+7 |
|
|
* | Kill a gcc warning introduced by r83988 | Victor Stinner | 2010-08-14 | 1 | -1/+2 |
|
|
* | Create _Py_wchar2char() function, reverse of _Py_char2wchar() | Victor Stinner | 2010-08-13 | 1 | -4/+7 |
|
|
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute it | Antoine Pitrou | 2010-08-13 | 1 | -4/+27 |
|
|
* | Ensure that sys.prefix can reliably be found | Ronald Oussoren | 2010-07-23 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -85/+85 |
|
|
* | Merged revisions 78835-78837 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -1/+1 |
|
|
* | #4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai) | Andrew M. Kuchling | 2010-02-22 | 1 | -1/+1 |
|
|
* | This fixes issue5143 and includes a test. | Ronald Oussoren | 2009-02-12 | 1 | -2/+8 |
|
|
* | Issue #3813: cannot lanch python.exe via symbolic link on cygwin. | Hirokazu Yamamoto | 2008-09-09 | 1 | -2/+1 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -120/+200 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -5/+5 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+12 |
|
|
* | Patch #931938: prevent setting sys.prefix to "" | Georg Brandl | 2006-02-20 | 1 | -0/+6 |
|
|
* | squash compiler warning on Mac OSX 10.3 | Skip Montanaro | 2006-01-05 | 1 | -0/+4 |
|
|
* | Change type on variable to silence gcc 4 warning. Call signature was found at | Brett Cannon | 2005-09-16 | 1 | -1/+1 |
|
|
* | Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4 | Tim Peters | 2004-08-08 | 1 | -4/+10 |
|
|
* | Modules/getpath.c now compiles properly under OS X when using the | Brett Cannon | 2004-06-26 | 1 | -1/+1 |
|
|
* | Change comment from C++ style to C. | Brett Cannon | 2004-06-24 | 1 | -1/+1 |
|
|
* | Fix for #932977: MacOSX does not pass the whole pathname in argv[0] for | Jack Jansen | 2004-06-03 | 1 | -0/+17 |
|
|
* | Make sure zip_path is null-terminated, since it's on the stack | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
|
|