SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

COMMITS

/ Lib/profile.py
main
December 11, 2025
August 27, 2025
P
gh-138122: Implement PEP 799 (#138142)
Pablo Galindo Salgado committed
July 10, 2025
May 29, 2024
February 16, 2024
April 27, 2023
October 6, 2022
January 20, 2021
October 18, 2020
June 5, 2019
May 6, 2019
April 1, 2019
November 5, 2018
October 17, 2017
May 4, 2017
February 25, 2013
February 12, 2013
April 29, 2012
June 27, 2011
B
strip trailing ws
Benjamin Peterson committed
B
update profile license (closes #12417)
Benjamin Peterson committed
August 2, 2010
May 5, 2010
R
Remove traces of MacOS9 support.
Ronald Oussoren committed
March 22, 2010
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 13, 2009
M
Merged revisions 74773 via svnmerge from
Matthias Klose committed
September 4, 2009
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
February 11, 2007
February 9, 2007
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 18, 2006
September 20, 2005
March 3, 2005
January 10, 2005
January 9, 2005
July 12, 2004
July 7, 2004
T
Whitespace normalization.
Tim Peters committed
March 24, 2004
March 23, 2004
March 22, 2004
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
October 22, 2003
G
Remove unneeded import.
Guido van Rossum committed
R
Replace a reduce() with sum().
Raymond Hettinger committed
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
June 2, 2002
R
Replaced .keys() with dictionary iterators
Raymond Hettinger committed
June 1, 2002
R
Replace boolean test with is None.
Raymond Hettinger committed