summaryrefslogtreecommitdiff
path: root/Modules/getpath.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-1/+4
* Silenced compiler warnings.Serhiy Storchaka2016-10-081-5/+3
* remove (hilarious) defaults for various constants getpath.c needsBenjamin Peterson2016-06-021-23/+2
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-4/+19
* copy_absolute(): keep the relative path if getcwd() failedVictor Stinner2010-10-071-1/+5
* Merged revisions 83096 via svnmerge fromRonald Oussoren2010-07-231-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-51/+51
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-1/+1
* Typos.Georg Brandl2007-03-101-1/+1
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-101-5/+5
* spread the extern "C" { } magic pixie dust around. Python itself builds nowAnthony Baxter2006-04-131-0/+11
* Some more changes to make code compile under a C++ compiler.Anthony Baxter2006-04-111-1/+1
* Patch #931938: prevent setting sys.prefix to ""Georg Brandl2006-02-201-0/+6
* squash compiler warning on Mac OSX 10.3Skip Montanaro2006-01-051-0/+4
* Change type on variable to silence gcc 4 warning. Call signature was found atBrett Cannon2005-09-161-1/+1
* Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4Tim Peters2004-08-081-4/+10
* Modules/getpath.c now compiles properly under OS X when using theBrett Cannon2004-06-261-1/+1
* Change comment from C++ style to C.Brett Cannon2004-06-241-1/+1
* Fix for #932977: MacOSX does not pass the whole pathname in argv[0] forJack Jansen2004-06-031-0/+17
* 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-0/+18
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-231-1/+1
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-0/+4
* SF # 602108 ensure string is null terminated after strncpyNeal Norwitz2002-09-131-0/+1
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Changed logic for finding python home in Mac OS X framework Pythons.Jack Jansen2001-12-021-47/+45
* Be more rigorous about making pathnames absolute, to address SF bugGuido van Rossum2001-09-281-53/+58
* With WITH_NEXT_FRAMEWORK defined we now also expect a normal PythonJack Jansen2001-08-151-6/+20
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-081-9/+0
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-1/+1
* Build now happens in toplevel directory, not Modules. Don't monkey withNeil Schemenauer2001-01-241-12/+1
* Clean up some comments and the default VERSION.Guido van Rossum2001-01-231-3/+2
* Minor ANSIfication: lib_python no longer needs to be initializedFred Drake2000-09-281-4/+1
* Fix buffer overflow vulnerabilities in calculate_path(). Code usedJeremy Hylton2000-09-271-16/+41
* fix bug #114290: when interpreter's argv[0] has a relative path makeJeremy Hylton2000-09-251-2/+19
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-5/+5
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-372/+363
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: use size_t instead of int where appropriate (various spots).Guido van Rossum2000-06-281-9/+9
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-25/+23
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-1/+25
* When following symlinks to the real executable, use a loop so aGuido van Rossum1998-04-291-1/+2
* - Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-02-061-2/+4
* Instead of a single exists(), differentiate between files, modules,Guido van Rossum1998-01-191-13/+70
* Remove "Lib/test" from the default path; this is now a package!Guido van Rossum1997-12-101-1/+0