aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/trace.py
Commit message (Expand)AuthorAge
* gh-112192: Increase the trace module coverage precision to one decimal (#126972)RUANG (James Roy)2024-12-03
* gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)Jason R. Coombs2024-05-29
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-22
* gh-103956: Fix `trace` output in case of missing source line (GH-103958)Radislav Chugunov2024-05-09
* gh-38807: Fix race condition in Lib/trace.py (GH-110143)buermarc2024-01-17
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Łukasz Langa2023-11-10
* gh-103935: Use `io.open_code()` when executing code in trace and profile modu...Tian Gao2023-04-27
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)Furkan Onder2022-11-28
* Fix typo in Lib/trace.py (GH-24309)Yonatan Goldschmidt2021-02-01
* bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)Serhiy Storchaka2020-06-28
* bpo-21016: pydoc and trace use sysconfig (GH-18476)Victor Stinner2020-02-12
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-05
* Add option to trace to run modules (GH-5134)Mario Corchero2019-06-01
* bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)Serhiy Storchaka2019-05-06
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-01
* bpo-35202: Remove unused imports in Lib directory. (GH-10445)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-10
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-05
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Serhiy Storchaka2018-08-25
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Michael Selik2018-05-01
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Kyle Altendorf2018-02-17
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* bpo-30166: Import command-line parsing modules only when needed. (#1293)Serhiy Storchaka2017-05-04
* More typo fixes for 3.6Martin Panter2016-06-04
* Issue22642 - Convert trace module's option handling mechanism from getopt to ...Senthil Kumaran2016-01-13
* Issue #26069: Remove the deprecated apis in the trace module.Senthil Kumaran2016-01-11
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-04
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-02
* Fixes #10541: regrtest -T is brokenAlexander Belopolsky2014-06-29
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | #17143: merge with 3.3.Ezio Melotti2013-02-15
|\|
| * #17143: fix a missing import in the trace module. Initial patch by Berker Pe...Ezio Melotti2013-02-15
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* trace: remove unused imports.Florent Xicluna2012-07-07
* Close #14690: Use monotonic clock instead of system clock in the sched,Victor Stinner2012-05-30
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-26
* Make the trace module ignore modules whose names start with "<" andBrett Cannon2012-04-10
* Prevent deprecation warningÉric Araujo2011-04-17
* Issue #10371: Deprecated undocumented functions in the trace module.Alexander Belopolsky2010-11-20
* Issue #10335: Add tokenize.open(), detect the file encoding usingVictor Stinner2010-11-09
* Streamlined code in trace.Ignore and added unit tests.Alexander Belopolsky2010-11-08
* Issue #10329: The trace module writes reports using the input Python scriptVictor Stinner2010-11-07
* Issue #10330: trace module can now be used with python built without threads.Alexander Belopolsky2010-11-06
* close files correctlyBenjamin Peterson2010-10-30
* Reverted inadvertent change that slipped into r85695Alexander Belopolsky2010-10-18
* Issue #10117: Tools/scripts/reindent.py now accepts source files thatAlexander Belopolsky2010-10-18
* Issue 9941: Minor code cleanup before implementing the context manager feature:Alexander Belopolsky2010-09-27