COMMITS
/ PC/getpathp.c March 11, 2017
X
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang committed
February 4, 2017
S
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower committed
October 27, 2016
S
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
Steve Dower committed
September 17, 2016
S
Issue #28137: Renames Windows path file to ._pth
Steve Dower committed
September 10, 2016
M
One more spelling fix
Martin Panter committed
Z
Issue #28046: Remove platform-specific directories from sys.path
Zachary Ware committed
September 9, 2016
S
Fix call to PathCombineW.
Steve Dower committed
S
Issue #27874: Allows use of pythonXX.zip file as landmark on Windows
Steve Dower committed
S
Changes pyvenv.cfg trick into an actual sys.path file.
Steve Dower committed
March 23, 2016
V
getpathp.c: fix compiler warning
Victor Stinner committed
December 18, 2015
S
Issue #25893: Removed unused variable reqdSize.
Serhiy Storchaka committed
May 24, 2015
S
Fixes handling of long values of PYTHONPATH on Windows.
Steve Dower committed
May 22, 2015
February 26, 2015
S
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
Steve Dower committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
June 4, 2013
V
Issue #9566: Fix compiler warning on Windows 64-bit
Victor Stinner committed
October 5, 2012
J
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea committed
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
September 28, 2011
V
Use the new Py_ARRAY_LENGTH macro
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 27, 2010
K
issue 9910
Kristján Valur Jónsson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 9, 2009
A
#5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored.
Amaury Forgeot d'Arc committed
February 2, 2009
M
Merged revisions 69205 via svnmerge from
Martin v. Löwis committed
June 13, 2008
A
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc committed
May 17, 2008
G
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Georg Brandl 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
February 16, 2006
T
getpythonregpath(): Squash compiler warning about
Tim Peters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
July 22, 2005
G
Fix all wrong instances of "it's".
Georg Brandl committed
August 7, 2004
T
SF bug 1003471: Python 1.5.2 security vulnerability
Tim Peters committed
August 18, 2003
T
Remove a stray single quote.
Thomas Heller committed
January 29, 2003
M
Fix [ 583477 ] wrong dest size.
Mark Hammond committed
December 31, 2002
N
Make sure zip_path is null-terminated, since it's on the stack
Neal Norwitz committed
December 30, 2002
J
PEP 302 + zipimport:
Just van Rossum committed
July 22, 2002
M
Remove a strange single quote that didn't seem to upset the compilers!
Mark Hammond committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
September 7, 2001
M
Fix bug #410274 - sys.prefix isn't always set.
Mark Hammond committed
July 23, 2001
N
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer committed
February 23, 2001
October 7, 2000
September 10, 2000
M
Patch for [ Bug #113828 ] getpythonregpath with null data in registry key
Mark Hammond committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
ANSIfication: remove very-old-varargs code, fix function declarations so
Thomas Wouters committed
T
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed