aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/getversion.c
Commit message (Collapse)AuthorAge
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-28
|
* Remove trailing whitespace.Georg Brandl2010-07-31
|
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-28
|
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
| | | | This should match the situation in the 1.6b1 tree.
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
| | | | declarations yet, those come later.
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
|
* Change copyright notice.Guido van Rossum2000-06-30
|
* Allow longer strings (up to 80 chars each) for version, build,Guido van Rossum1999-04-22
| | | | compiler info.
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-27
|
* Use PY_VERSION instead of PATCHLEVEL.Guido van Rossum1999-01-03
|
* Make it return a _const_ char*.Guido van Rossum1997-07-19
|
* get build info from elsewhereGuido van Rossum1997-01-20
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
|
* grand renaming; added copyright to some filesGuido van Rossum1996-05-28
|
* set date to oct 13Guido van Rossum1995-10-12
|
* include Python.hGuido van Rossum1995-09-18
|
* Initial revisionGuido van Rossum1995-08-04