COMMITS
/ Lib/site.py March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
December 20, 2020
P
November 7, 2020
September 19, 2020
September 4, 2020
S
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower committed
July 2, 2020
V
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
Victor Stinner committed
June 12, 2020
N
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
December 14, 2019
D
Fix typo in site module (GH-17597)
Daniel Andersson committed
June 29, 2019
S
June 21, 2019
S
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
Steve Dower committed
February 4, 2019
S
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower committed
August 6, 2018
A
bpo-19891: Ignore error while writing history file (GH-8483)
Anthony Sottile committed
June 11, 2018
S
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
Steve Weber committed
January 30, 2018
N
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
Ned Deily committed
June 30, 2017
I
bpo-30804: fix macOS build with framework enabled. (#2516)
INADA Naoki committed
June 28, 2017
V
bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)
Victor Stinner committed
I
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 14, 2017
I
bpo-29592: site: skip abs_paths() when it's redundant (GH-167)
INADA Naoki committed
November 8, 2016
S
Issue #28637: No longer use re in site.py.
Serhiy Storchaka committed
October 2, 2016
N
Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit().
Ned Deily committed
September 17, 2016
S
Issue #28192: Don't import readline in isolated mode
Steve Dower committed
September 9, 2016
S
Changes pyvenv.cfg trick into an actual sys.path file.
Steve Dower committed
September 7, 2016
S
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
Steve Dower committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
April 8, 2016
B
Issue #26587: Allow .pth files to specify file paths as well as
Brett Cannon committed
March 31, 2016
N
Revert back to 3.6.0, buildbots do not want chocolate for 04-01
Ned Deily committed
V
Python 8: no pep8, no chocolate!
Victor Stinner committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
January 22, 2016
V
site: error on sitecustomize import error
Victor Stinner committed
October 1, 2015
V
Closes #25185: merged fix from 3.4.
Vinay Sajip committed
V
Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg.
Vinay Sajip committed
July 17, 2015
S
Fixes sys.path for applocal environments.
Steve Dower committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
February 2, 2015
B
https goodness
Benjamin Peterson committed
June 12, 2014
May 31, 2014
N
Issue #21572: Change license command to fallback to generic license URL.
Ned Deily committed
March 30, 2014
M
Issue #16047: Fix module exception list and __file__ handling in freeze.
Martin v. Löwis committed
January 28, 2014
October 25, 2013
October 11, 2013
C
Issue #19205 fix 406529adf156
Christian Heimes committed
C
Issue #19205: Don't import the 're' module in site and sysconfig module to
Christian Heimes committed
September 29, 2013
September 14, 2013
R
#18206: Re-fix license URL.
R David Murray committed
September 6, 2013
R
#18852: Handle readline.__doc__ being None in site.py readline activation.
R David Murray committed
August 6, 2013