Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
21a9ba1992775b5a833da28bfa0a9f028d1b6761
/
Lib
/
cProfile.py
42a139e
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
by Serhiy Storchaka
· 6 years ago
fcd5e84
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
by Stéphane Wirtel
· 6 years ago
2ebd381
Fix docstring of Profiler class (GH-8651)
by INADA Naoki
· 6 years ago
2e01b75
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
by Scott Sanderson
· 6 years ago
7973e27
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
by Sanyam Khurana
· 7 years ago
fca677a
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules.
by Giampaolo Rodola'
· 12 years ago
2f50aaf
modernize some modules' code by using with statement around open()
by Giampaolo Rodola'
· 12 years ago
8e43fbf
#9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103.
by Georg Brandl
· 14 years ago
90f5ba5
convert shebang lines: python -> python3
by Benjamin Peterson
· 15 years ago
b6b1324
Remove the just-removed "help" from __all__.
by Georg Brandl
· 15 years ago
85477af
Remove backwards compatibility stuff from profile/cProfile.
by Georg Brandl
· 15 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
0168802
Kill execfile(), use exec() instead
by Neal Norwitz
· 17 years ago
1c5a98a
Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc.
by Guido van Rossum
· 17 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 18 years ago
a871ef2
Added the cProfile module.
by Armin Rigo
· 19 years ago