summaryrefslogtreecommitdiff
path: root/PC/getpathp.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-1/+1
* Issue #28522: Fixes mishandled buffer reallocation in getpathp.cSteve Dower2016-10-271-4/+15
* Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-35/+78
* One more spelling fixMartin Panter2016-09-101-1/+1
* Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-091-2/+2
* Fix call to PathCombineW.Steve Dower2016-09-091-1/+1
* Issue #27874: Allows use of pythonXX.zip file as landmark on WindowsSteve Dower2016-09-091-15/+20
* Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-66/+115
* getpathp.c: fix compiler warningVictor Stinner2016-03-231-2/+2
* Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
* Fixes handling of long values of PYTHONPATH on Windows.Steve Dower2015-05-231-7/+7
* Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...Steve Dower2015-05-221-75/+103
* Back-out wcstok deprecation suppression and updates calls to use wcstok_s.Steve Dower2015-02-251-3/+4
* Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initializationVictor Stinner2013-07-071-21/+18
* Issue #9566: Fix compiler warning on Windows 64-bitVictor Stinner2013-06-051-1/+1
* #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-051-1/+1
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+81
* Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-291-3/+3
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+35
* issue 9910Kristján Valur Jónsson2010-09-271-0/+24
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-455/+455
* #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ig...Amaury Forgeot d'Arc2009-06-091-3/+8
* Merged revisions 69205 via svnmerge fromMartin v. Löwis2009-02-021-0/+8
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-2/+1
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-171-1/+1
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-157/+128
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+10
* getpythonregpath(): Squash compiler warning aboutTim Peters2006-02-161-2/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-4/+6
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* SF bug 1003471: Python 1.5.2 security vulnerabilityTim Peters2004-08-071-1/+11
* Remove a stray single quote.Thomas Heller2003-08-181-1/+1
* Fix [ 583477 ] wrong dest size.Mark Hammond2003-01-291-1/+1
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
* PEP 302 + zipimport:Just van Rossum2002-12-301-6/+43
* Remove a strange single quote that didn't seem to upset the compilers!Mark Hammond2002-07-221-1/+1
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-11/+11
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Fix bug #410274 - sys.prefix isn't always set.Mark Hammond2001-09-071-1/+35
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-1/+1
* Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #1...Mark Hammond2001-02-231-2/+10
* Prevent possible buffer overflow exploits under Windows. As per (the very qu...Mark Hammond2000-10-071-9/+30
* Patch for [ Bug #113828 ] getpythonregpath with null data in registry keyMark Hammond2000-09-101-8/+14
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfication: remove very-old-varargs code, fix function declarations soThomas Wouters2000-07-221-1/+1
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-22/+13
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: familiar simple Win64 patchesGuido van Rossum2000-06-281-7/+6