571 Commits (6d5ee973f0600a3a9444f569dcf0dd346bfa2a11)

Author SHA1 Message Date
Guido van Rossum 0fc8f00252 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() 23 years ago
Guido van Rossum d922fa46ce Move the call to _Py_PrintReferences() a bit further down. This 23 years ago
Neal Norwitz 5c16c7b014 Move declaration of enc to scope where it is used 23 years ago
Gustavo Niemeyer 5ddd4c3f77 Fixed SF bug #663074. The codec system was using global static 23 years ago
Fred Drake 6a9a3292f5 Declare all variables at the start of their scope. 23 years ago
Martin v. Löwis 73d538b9c6 Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, 23 years ago
Just van Rossum 5bfba3aeb9 Addendum to #683658: 23 years ago
Mark Hammond a43fd0c899 Fix bug 683658 - PyErr_Warn may cause import deadlock. 23 years ago
Guido van Rossum 4b499dd3fb - Finally fixed the bug in compile() and exec where a string ending 23 years ago
Jack Jansen a038270590 MacPython-OS9 has had an abort() function for quite a while now, so there's no reason to stall in an endless loop, just call abort() on a fatal error. 23 years ago
Martin v. Löwis d7ceb222bd Patch #671459: Invoke import hooks in Py_NewInterpreter. 23 years ago
Neal Norwitz b2501f4cd1 Since the *_Init() are private, prefix with _, suggested by Skip 23 years ago
Neal Norwitz c91ed400e0 SF #561244, Micro optimizations 23 years ago
Just van Rossum 52e14d640b PEP 302 + zipimport: 23 years ago
Jack Jansen 72f3b7a5de Added missing casts. 23 years ago
Martin v. Löwis 95292d6caa Constify filenames and scripts. Fixes #651362. 23 years ago
Neil Schemenauer 89350a41b9 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes 23 years ago
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 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