SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

COMMITS

/ Lib/cProfile.py
main
December 6, 2025
V
Remove unused imports (#142320)
Victor Stinner committed
August 27, 2025
P
gh-138122: Implement PEP 799 (#138142)
Pablo Galindo Salgado committed
April 24, 2025
May 29, 2024
February 16, 2024
April 27, 2023
October 6, 2022
March 30, 2022
January 20, 2021
October 18, 2020
June 5, 2019
May 6, 2019
April 1, 2019
October 17, 2018
August 3, 2018
June 1, 2018
November 8, 2017
February 25, 2013
February 12, 2013
August 2, 2010
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 4, 2009
October 16, 2007
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
July 16, 2007
G
Fix for cProfile.
Guido van Rossum committed
February 9, 2007
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
February 8, 2006
A
Added the cProfile module.
Armin Rigo committed