554 Commits (bf63e8d55fd2853df3bb99d66de7f428107aadb3)

Author SHA1 Message Date
Fred Drake 8ed0204bc9 If we have a filename and __main__.__file__ hasn't already been set, 24 years ago
Tim Peters 92e4dd8657 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless 24 years ago
Skip Montanaro 118ec70ea2 provide less mysterious error messages when seeing end-of-line in 24 years ago
Martin v. Löwis 00f1e3f5a5 Patch #534304: Implement phase 1 of PEP 263. 24 years ago
Tim Peters 34b2569327 _Py_AskYesNo(): Removed this function. It was defined only in a 24 years ago
Thomas Heller 6b17abf6c0 Fix SF Bug 564931: compile() traceback must include filename. 24 years ago
Tim Peters 7c321a80f9 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added 24 years ago
Martin v. Löwis 6238d2b024 Patch #569753: Remove support for WIN16. 24 years ago
Jeremy Hylton 1b0bf9b761 Ignore SIGXFSZ. 24 years ago
Tim Peters 0e871188e8 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. 24 years ago
Marc-André Lemburg 95de5c1631 Move Unicode finalization further down in the chain. 24 years ago
Neal Norwitz 7829335763 Get rid of another use of PyArg_Parse() 24 years ago
Neil Schemenauer c24ea08644 Disable the parser hacks that enabled the "yield" keyword using a future 24 years ago
Martin v. Löwis cfeb3b6ab8 Patch #50002: Display line information for bad \x escapes: 24 years ago
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 25 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