406 Commits (090f7be6dfd4e246cf5bc2db24c2070810d3c98b)

Author SHA1 Message Date
Martin v. Löwis cdc4451222 Include <unistd.h> in Python.h. Fixes #500924. 24 years ago
Jeremy Hylton 0702858d73 Missing DECREFs when exception is raised in sys.excepthook. 24 years ago
Tim Peters 3caca2326e SF bug #488514: -Qnew needs work 24 years ago
Jeremy Hylton 518ab1c02a Use PyOS_snprintf instead of sprintf. 24 years ago
Barry Warsaw afeb2a4d89 PyOS_getsig(), PyOS_setsig(): The minimal amount of work to avoid the 24 years ago
Guido van Rossum 9abaf4d3b7 SF patch #467455 : Enhanced environment variables, by Toby Dickenson. 25 years ago
Guido van Rossum 393661d15f Add warning mode for classic division, almost exactly as specified in 25 years ago
Martin v. Löwis 339d0f720e Patch #445762: Support --disable-unicode 25 years ago
Guido van Rossum f6309e8ecf Oops. Two fixes for SF bug #422004 are not needed. :-) 25 years ago
Guido van Rossum 70d893a6aa Bunchathings: 25 years ago
Barry Warsaw 5821bc5145 Py_Initialize(): Apply patch by Jürgen Hermann to call 25 years ago
Jeremy Hylton b857ba261f Refactor future feature handling 25 years ago
Guido van Rossum 92e2d5c7ae Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of 25 years ago
Guido van Rossum 528b7eb0b0 - Rename PyType_InitDict() to PyType_Ready(). 25 years ago
Tim Peters 6d6c1a35e0 Merge of descr-branch back into trunk. 25 years ago
Neil Schemenauer 7d4bb9f179 Add -E command line switch (ignore environment variables like PYTHONHOME 25 years ago
Guido van Rossum a1b3a47406 PyRun_StringFlags(): forgot to pass the flags on to 25 years ago
Tim Peters fe2127d3cb Ugly. A pile of new xxxFlags() functions, to communicate to the parser 25 years ago
Tim Peters 51d76f1f75 future.c: insert a cosmetic space. 25 years ago
Tim Peters 5ba5866281 Part way to allowing "from __future__ import generators" to communicate 25 years ago
Marc-André Lemburg 464fe3aa7b Temporarily disable the message to stderr. Jeremy will know what to do 25 years ago
Jeremy Hylton 673a4fda51 Bug fix: compile() called from a nested-scopes-enable Python was not 25 years ago
Guido van Rossum 66e8e86cf8 Finishing touch to Ping's changes. This is a patch that Ping sent me 25 years ago
Fred Drake 6a12d8d3b4 call_sys_exitfunc(): Remove unused variable f. 25 years ago
Ka-Ping Yee 26fabb0016 Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). 25 years ago
Guido van Rossum 4131830c23 Fix memory leak with SyntaxError. (The DECREF was originally hidden 25 years ago
Ka-Ping Yee b5c5132d1a Add sys.excepthook. 25 years ago
Jeremy Hylton bc32024769 Extend support for from __future__ import nested_scopes 25 years ago
Jeremy Hylton 9f324e964e Useful future statement support for the interactive interpreter 25 years ago
Fred Drake b797f1f6d2 Now that Jeremy is asking about this code, it looks really bogus to me, 25 years ago
Jeremy Hylton 9f1b9932b8 Print the offending line of code in the traceback for SyntaxErrors 25 years ago
Tim Peters 6f5a4efc0a Bug #132850 unix line terminator on windows. 25 years ago
Tim Peters 3e876565a3 Ugly fix for SF bug 131239 (-x flag busted). 25 years ago
Jeremy Hylton 4b38da664c Move a bunch of definitions that were internal to compile.c to 25 years ago
Tim Peters d9b9ac855c It's unclear whether PyMarshal_XXX() are part of the public or private API. 25 years ago
Tim Peters 384fd106e8 Bug #128475: mimetools.encode (sometimes) fails when called from a thread. 25 years ago
Guido van Rossum 44a6ff6cf4 Get rid of the initialization of _PyCompareState_Key. 25 years ago
Tim Peters b8584e0894 Fix signed/unsigned wng. Unfortunately, (unsigned char) << int 25 years ago
Martin v. Löwis be4c0f56a2 Recognize pyc files even if they don't end in pyc. 25 years ago
Guido van Rossum 6f25618be5 Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Fred Drake 399739f79f PyOS_CheckStack(): Better ANSI'fy this while we're at it. 26 years ago
Fred Drake e8de31cbd0 Add a comment explaining the return value of PyOS_CheckStack(). 26 years ago
Tim Peters e868211e10 Hard to believe Guido compiled this! Function lacked a return stmt. 26 years ago
Guido van Rossum 0df002c45b Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), 26 years ago
Fredrik Lundh 2f15b25da2 implements PyOS_CheckStack for Windows and MSVC. this fixes a 26 years ago
Marc-André Lemburg dc3d606bd9 Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE 26 years ago
Fred Drake a811a5b13a Remove the osdefs.h #include; it was not needed in the final version of 26 years ago
Fred Drake 83cb797380 When raising a SyntaxError, make a best-effort attempt to set the 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago