index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
profile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-103935: Use `io.open_code()` when executing code in trace and profile modu...
Tian Gao
2023-04-27
1
-1/+2
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-2/+6
*
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Zhiming Wang
2021-01-20
1
-1/+6
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
1
-0/+5
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-17/+1
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-0/+1
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-1/+16
*
bpo-32512: Add -m option to profile for profiling modules (#5132)
Mario Corchero
2018-11-05
1
-11/+21
*
time.clock() now emits a DeprecationWarning (GH-4020)
Victor Stinner
2017-10-17
1
-1/+1
*
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka
2017-05-04
1
-3/+4
*
Fix #17197: profile/cProfile modules refactored so that code of run() and run...
Giampaolo Rodola'
2013-02-25
1
-19/+37
*
modernize some modules' code by using with statement around open()
Giampaolo Rodola'
2013-02-12
1
-4/+3
*
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
Victor Stinner
2012-04-29
1
-34/+2
*
strip trailing ws
Benjamin Peterson
2011-06-27
1
-3/+3
*
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
1
-24/+15
*
#9428: fix running scripts from profile/cProfile with their own name and the ...
Georg Brandl
2010-08-02
1
-10/+18
*
Remove traces of MacOS9 support.
Ronald Oussoren
2010-05-05
1
-9/+0
*
Issue #4282: Fix the main function of the profile module for a non-ASCII
Victor Stinner
2010-03-22
1
-4/+1
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
Merged revisions 74773 via svnmerge from
Matthias Klose
2009-09-13
1
-2/+2
*
Remove the just-removed "help" from __all__.
Georg Brandl
2009-09-04
1
-1/+1
*
Remove backwards compatibility stuff from profile/cProfile.
Georg Brandl
2009-09-04
1
-7/+0
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
1
-1/+6
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-8/+8
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
test and fix for buggy handling of exceptions raised by C functions,
Armin Rigo
2005-09-20
1
-1/+1
*
Patch #645894: Use getrusage for computing the time consumption in
Martin v. Löwis
2005-03-03
1
-2/+20
*
Whitespace normalization.
Tim Peters
2005-01-10
1
-3/+3
*
Bug #489256: remove out of date and out of place profile.doc, and let
Johannes Gijsbers
2005-01-10
1
-13/+3
*
Move code in __name__ == '__main__' block into main() function, rewrite code so
Johannes Gijsbers
2005-01-09
1
-16/+14
*
Using repr() generates entries that the current stats package can't
Nicholas Bastin
2004-07-12
1
-4/+4
*
Fix SF Bug #989066
Nicholas Bastin
2004-07-12
1
-4/+4
*
Whitespace normalization.
Tim Peters
2004-07-07
1
-2/+2
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
1
-1/+30
*
Add runctx to __all__.
Guido van Rossum
2004-03-23
1
-1/+1
*
Added command line options for profile.py - one for stats output file
Nicholas Bastin
2004-03-23
1
-13/+27
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
1
-0/+17
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
Remove unneeded import.
Guido van Rossum
2003-10-22
1
-1/+0
*
Replace a reduce() with sum().
Raymond Hettinger
2003-10-22
1
-3/+2
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
1
-4/+3
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-01
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-2/+2
*
Added a missing period at the end of an error message.
Fred Drake
2001-12-05
1
-2/+2
*
Minor code cleanups based on comments from Neal Norwitz.
Fred Drake
2001-10-17
1
-3/+2
*
Repair key stutter + auto-complete ugliness.
Tim Peters
2001-10-09
1
-2/+2
*
Allow the profiler's calibration constant to be specified in the constructor
Tim Peters
2001-10-09
1
-19/+27
[next]