COMMITS
/ Lib/site.py 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
August 1, 2013
A
Remove Lib/site.py hack to unregister patched builtins.
Antoine Pitrou committed
July 31, 2013
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
May 6, 2013
M
Issue #5845: avoid an exception at startup on OS X if no .editrc file exists.
Mark Dickinson committed
May 4, 2013
April 14, 2013
M
Issue #16804: Fix 'python -S -m site' failure.
Meador Inge committed
M
Issue #16804: Fix 'python -S -m site' failure.
Meador Inge committed
April 12, 2013
R
#17585: merge with 3.3.
Roger Serwy committed
R
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
Roger Serwy committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
January 25, 2013
B
Issue #16972: Have site.addpackage() consider known paths even when
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
November 23, 2012
V
Closes #16519: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #16519: Used os.path.abspath, removed unnecessary code for executable_name.
Vinay Sajip committed
November 18, 2012
C
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Christian Heimes committed
October 5, 2012
J
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea committed