summaryrefslogtreecommitdiffstats
path: root/Objects/typeslots.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-261-26/+37
| | | | as the Python program to be used for file generation during the build.
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+2
|
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-1/+1
|
* Support comment lines and missing indices in typeslots.h.Martin v. Löwis2011-01-061-1/+6
|
* Add Revision keyword.Martin v. Löwis2010-12-041-0/+1
|
* Make script 2-vs-3-agnostic.Martin v. Löwis2010-12-041-1/+1
|
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+24