Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -1/+7 |
| | | | | | The patch fixes several issues with Py_NewInterpreter as well as the demo for multiple subinterpreters. Most of the patch was written by MvL with help from Benjamin, Amaury and me. Graham Dumpleton has verified that this patch fixes an issue with mod_wsgi. | ||||
* | Issue #3717: Fix Demo/embed/demo.c. | Martin v. Löwis | 2008-10-17 | 1 | -14/+29 |
| | | | | Reviewed by Benjamin Peterson. | ||||
* | correct version | Benjamin Peterson | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases ↵ | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
| | | | | in intobject.h | ||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 |
| | | | | properties now. | ||||
* | 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. | ||||
* | Update to use more modern calling conventions; also avoid a magic number | Fred Drake | 2001-11-17 | 1 | -3/+2 |
| | | | | | in the function table. Add a docstring for the function as well, since examples should show good form. | ||||
* | 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 | -0/+0 |
| | |||||
* | import -> importexc | Barry Warsaw | 2001-02-20 | 1 | -1/+1 |
| | |||||
* | import.c -> importexc.c | Barry Warsaw | 2001-02-20 | 1 | -4/+6 |
| | | | | Added `realclean' target. | ||||
* | Simple embedded program that does a module import. Useful for | Barry Warsaw | 2001-01-31 | 1 | -0/+17 |
| | | | | debugging leaks and other memory problems. | ||||
* | Ignore the programs created in this directory. | Barry Warsaw | 2001-01-31 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Slight reworking to make it more useful for debugging | Barry Warsaw | 2001-01-23 | 1 | -5/+12 |
| | | | | | | | | | | Py_Initialize()/Py_Finalize() loop leaks. - allow an optional 3rd argument which is the loop count. -1 means infloop (the default). - Add a setting of Py_NoSiteFlag=1, but leave it commented out by default. | ||||
* | 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 | 3 | -1/+41 |
| | | | | and Py_Finalize(). It seems to dump core right now... | ||||
* | Fix weird typo caused by ANSIfication (nobody bothered to test it | Guido van Rossum | 2001-01-10 | 1 | -1/+1 |
| | | | | since! :-( ). | ||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -8/+5 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | 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 |
| | |||||
* | Call Py_SetProgramName() instead of redefining getprogramname(), | Guido van Rossum | 1999-03-09 | 1 | -11/+3 |
| | | | | reflecting changes in the runtime around 1.5 or earlier. | ||||
* | Just for fun, add a static module, "xyzzy" -- show that calling its | Guido van Rossum | 1997-12-25 | 1 | -0/+30 |
| | | | | initxyzzy() works. | ||||
* | 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 | 3 | -12/+14 |
| | |||||
* | initial checkin | Guido van Rossum | 1994-10-08 | 3 | -0/+100 |