Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43931: Export Python version as API data (GH-25577) | Gabriele N. Tornetta | 2021-12-10 | 1 | -0/+3 |
| | | | | | When Python is embedded in other applications, it is not easy to determine which version of Python is being used. This change exposes the Python version as part of the API data. Tools like Austin (https://github.com/P403n1x87/austin) can benefit from this data when targeting applications like uWSGI, as the Python version can then be inferred systematically by looking at the exported symbols rather than relying on unreliable pattern matching or other hacks (like remote code execution etc...). Automerge-Triggered-By: GH:pablogsal | ||||
* | bpo-32150: Expand tabs to spaces in C files. (#4583) | Serhiy Storchaka | 2017-11-28 | 1 | -4/+4 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
| | |||||
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 1 | -2/+2 |
| | |||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
| | | | | declarations yet, those come later. | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
| | |||||
* | Allow longer strings (up to 80 chars each) for version, build, | Guido van Rossum | 1999-04-22 | 1 | -2/+2 |
| | | | | compiler info. | ||||
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -2/+2 |
| | |||||
* | Use PY_VERSION instead of PATCHLEVEL. | Guido van Rossum | 1999-01-03 | 1 | -1/+2 |
| | |||||
* | Make it return a _const_ char*. | Guido van Rossum | 1997-07-19 | 1 | -3/+0 |
| | |||||
* | get build info from elsewhere | Guido van Rossum | 1997-01-20 | 1 | -9/+2 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | grand renaming; added copyright to some files | Guido van Rossum | 1996-05-28 | 1 | -3/+27 |
| | |||||
* | set date to oct 13 | Guido van Rossum | 1995-10-12 | 1 | -1/+1 |
| | |||||
* | include Python.h | Guido van Rossum | 1995-09-18 | 1 | -0/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+21 |