aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/combinerefs.py
Commit message (Expand)AuthorAge
* bpo-39573: Use the Py_TYPE() macro (GH-21433)Victor Stinner2020-07-10
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)Serhiy Storchaka2019-03-30
* Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-30
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-26
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Fix a last use of file() that should be open().Guido van Rossum2007-12-06
* Convert print statements to function calls in Tools/.Collin Winter2007-08-03
* Docstring clarifications.Tim Peters2003-04-19
* Don't double-space the "??? new object ..." messages.Guido van Rossum2003-04-18
* Heh -- I checked in an old version of this, at a time I documented theTim Peters2003-04-18
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-18