summaryrefslogtreecommitdiff
path: root/PC/getpathp.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-476/+476
* Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.Martin v. Löwis2009-02-021-0/+12
* Fix potential crash in path manipulation on windowsKristján Valur Jónsson2007-04-131-1/+1
* Patch #1232023: Don't include empty path component from registry,Martin v. Löwis2006-07-241-0/+4
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+6
* 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
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-2/+2
* Revamped path access again, by Mark Hammond, to be more robust in theGuido van Rossum2000-03-301-91/+193
* Changes to completely ignore the registry when it detects that you areGuido van Rossum2000-03-291-25/+30
* Back out of a recent policy change (Mark Hammond disagreed).Guido van Rossum1998-08-111-27/+8
* Sigh. More restructuring was needed.Guido van Rossum1998-08-081-27/+57
* This file's previous log message is bogus. The real change is thatGuido van Rossum1998-08-081-1/+1
* Different version games:Guido van Rossum1998-08-081-9/+16
* Two changes:Guido van Rossum1998-07-271-3/+15
* Fix some outdated comments (mostly by removing a large comment blockGuido van Rossum1998-02-191-16/+11
* Allocate one byte extra in some cases.Guido van Rossum1997-12-111-1/+1
* Seem to be some changes related to DLL version from string resource,Guido van Rossum1997-09-291-2/+19
* Much rewritten. Added Win32 registry stuff (from getpath_nt.c, whichGuido van Rossum1997-08-131-55/+222
* Some changes to make it work on NT; add the directory where the binaryGuido van Rossum1997-08-131-2/+9
* Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1.Guido van Rossum1997-05-191-0/+294