summaryrefslogtreecommitdiff
path: root/Tools/scripts/combinerefs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-261-0/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Fix a last use of file() that should be open().Guido van Rossum2007-12-061-1/+2
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-7/+7
* Docstring clarifications.Tim Peters2003-04-191-7/+12
* Don't double-space the "??? new object ..." messages.Guido van Rossum2003-04-181-1/+1
* Heh -- I checked in an old version of this, at a time I documented theTim Peters2003-04-181-3/+1
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-181-0/+124