COMMITS
/ Lib/trace.py February 1, 2021
Y
Fix typo in Lib/trace.py (GH-24309)
Yonatan Goldschmidt committed
June 28, 2020
S
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
Serhiy Storchaka committed
February 12, 2020
V
bpo-21016: pydoc and trace use sysconfig (GH-18476)
Victor Stinner committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
June 1, 2019
M
Add option to trace to run modules (GH-5134)
Mario Corchero committed
May 6, 2019
S
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka committed
April 1, 2019
S
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka committed
November 10, 2018
S
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
August 25, 2018
S
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
Serhiy Storchaka committed
May 1, 2018
M
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
Michael Selik committed
February 17, 2018
K
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
Kyle Altendorf committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
May 4, 2017
S
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka committed
June 4, 2016
M
More typo fixes for 3.6
Martin Panter committed
January 13, 2016
S
Issue22642 - Convert trace module's option handling mechanism from getopt to argparse.
Senthil Kumaran committed
January 11, 2016
S
Issue #26069: Remove the deprecated apis in the trace module.
Senthil Kumaran committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
June 29, 2014
A
Fixes #10541: regrtest -T is broken
Alexander Belopolsky committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
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
February 15, 2013
E
#17143: merge with 3.3.
Ezio Melotti committed
E
#17143: fix a missing import in the trace module. Initial patch by Berker Peksag.
Ezio Melotti committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
July 7, 2012
F
trace: remove unused imports.
Florent Xicluna committed
May 30, 2012
V
Close #14690: Use monotonic clock instead of system clock in the sched,
Victor Stinner committed
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
April 11, 2012
B
Make the trace module ignore modules whose names start with "<" and
Brett Cannon committed
April 17, 2011
É
Prevent deprecation warning
Éric Araujo committed
November 20, 2010
A
Issue #10371: Deprecated undocumented functions in the trace module.
Alexander Belopolsky committed
November 9, 2010
V
Issue #10335: Add tokenize.open(), detect the file encoding using
Victor Stinner committed
November 8, 2010
A
Streamlined code in trace.Ignore and added unit tests.
Alexander Belopolsky committed
November 7, 2010
V
Issue #10329: The trace module writes reports using the input Python script
Victor Stinner committed
November 6, 2010
A
Issue #10330: trace module can now be used with python built without threads.
Alexander Belopolsky committed
October 30, 2010
B
close files correctly
Benjamin Peterson committed
October 18, 2010
A
Reverted inadvertent change that slipped into r85695
Alexander Belopolsky committed
A
Issue #10117: Tools/scripts/reindent.py now accepts source files that
Alexander Belopolsky committed
September 27, 2010
A
Issue 9941: Minor code cleanup before implementing the context manager feature:
Alexander Belopolsky committed
September 24, 2010
A
Issue #9936: Fixed executable lines' search in the trace module.
Alexander Belopolsky committed
September 13, 2010
A
Issue #9315: Fix for the trace module to record correct class name
Alexander Belopolsky committed
August 2, 2010
G
Fix softspace relic.
Georg Brandl committed
G
Get rid of spurious "threading" entries in trace output.
Georg Brandl committed
August 1, 2010
G
G
#1690103: fix initial namespace for code run with trace.main().
Georg Brandl committed
July 21, 2010
A
Issue #9323: Fixed a bug in trace.py that resulted in loosing the name
Alexander Belopolsky committed
July 20, 2010
A
Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli
Alexander Belopolsky committed