Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -57/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in ↵ | Georg Brandl | 2010-08-01 | 1 | -1/+1 |
| | | | | Demo/embed code. | ||||
* | Merged revisions 81880 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -3/+3 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81880 | andrew.kuchling | 2010-06-10 19:14:34 -0500 (Thu, 10 Jun 2010) | 1 line Edit comments for current Python; bump version number of Python ........ | ||||
* | correct version | Benjamin Peterson | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | Update version. | Michael W. Hudson | 2005-06-15 | 1 | -1/+1 |
| | | | | | I wonder if there's a way to fix this Makefile to be slightly less totally unreliable. | ||||
* | - Make number in comment match the targets in that section of the | Fred Drake | 2002-07-25 | 1 | -2/+2 |
| | | | | | | Makefile. - Update the Python version number so we're using the library built from the current working sources. | ||||
* | Bump the version number; used to identify the Python runtime we link to. | Fred Drake | 2001-11-17 | 1 | -1/+1 |
| | |||||
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 1 | -1/+2 |
| | | | | directives, which is the role of CPPFLAGS. Closes SF patch #414991. | ||||
* | import.c -> importexc.c | Barry Warsaw | 2001-02-20 | 1 | -4/+6 |
| | | | | Added `realclean' target. | ||||
* | Add targets to make building `loop' and `import' easier. Useful for | Barry Warsaw | 2001-01-31 | 1 | -2/+5 |
| | | | | debugging memory leaks and the like. | ||||
* | Updates and changes: | Barry Warsaw | 2001-01-23 | 1 | -2/+2 |
| | | | | | | | - set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session). | ||||
* | Add loop.c -- a test program for repeatedly calling Py_Initialize() | Guido van Rossum | 2001-01-10 | 1 | -1/+8 |
| | | | | and Py_Finalize(). It seems to dump core right now... | ||||
* | Add linker flag -export-dynamic so symbols in libpython*.a are exported. | Guido van Rossum | 2000-07-10 | 1 | -1/+2 |
| | |||||
* | Adapted for Python 2.0 under RH Linux. | Guido van Rossum | 2000-07-10 | 1 | -5/+6 |
| | |||||
* | Updated the Makefile to work with the new build strategy. | Guido van Rossum | 1997-07-19 | 1 | -19/+18 |
| | |||||
* | adapted to new naming; clarify comments somewhat | Guido van Rossum | 1995-03-28 | 1 | -2/+3 |
| | |||||
* | initial checkin | Guido van Rossum | 1994-10-08 | 1 | -0/+42 |