508 Commits (013bb91aa304062bb65fe8951e2d263f2065ee56)

Author SHA1 Message Date
Collin Winter 276887b16d Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. 19 years ago
Georg Brandl 7b9c555520 Bug #1678647: write a newline after printing an exception in any 19 years ago
Georg Brandl aa2321b0f8 Patch #703779: unset __file__ in __main__ after running a file. This 19 years ago
Georg Brandl 49aafc9f2c Variant of patch #697613: don't exit the interpreter on a SystemExit 19 years ago
Georg Brandl 098cd69ff9 Bug #1674503: close the file opened by execfile() in an error condition. 19 years ago
Georg Brandl 15e138a0dc Bug #1674503: close the file opened by execfile() in an error condition. 19 years ago
Neal Norwitz 6968b056ef SF patch #1669633, add methods for bytes from Pete Shinners. 19 years ago
Neal Norwitz 2633c69fae Remove the exceptions builtin module, all the exceptions are already builtin. 19 years ago
Guido van Rossum 79139b247b Kill off softspace completely (except in formatter.py which seems to have 19 years ago
Thomas Wouters b213704f3c Merged revisions 53451-53537 via svnmerge from 19 years ago
Thomas Wouters e471317a08 Backport trunk revision 53527: 19 years ago
Thomas Wouters afea529088 SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize 19 years ago
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Neal Norwitz ca460d9722 with and as are now keywords. There are some generated files I can't recreate. 20 years ago
Neal Norwitz bebdc9e52c Backport 51443: 20 years ago
Neal Norwitz 0c6ae5bad4 Handle a few more error conditions. 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Neal Norwitz 0f7dbf731a PyModule_GetDict() can fail, produce fatal errors if this happens on startup. 20 years ago
Neal Norwitz 421c1319ad Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed 20 years ago
Neal Norwitz 6b4953fd3d Check returned pointer is valid. 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Neal Norwitz b59d08c2fb Fix more memory allocation issues found with failmalloc. 20 years ago
Neal Norwitz d12bd012a6 Handle more memory allocation failures without crashing. 20 years ago
Neal Norwitz a5e4f22bfb Reported by Klocwork #151. 20 years ago
Martin v. Löwis 0e8bd7e1cc Patch #1495999: Part two of Windows CE changes. 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Tim Peters 5e9d6cfbda PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Richard Jones 7b9558d37d Conversion of exceptions over from faked-up classes to new-style C types. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Thomas Heller 1b04664eab Change those parts of the Python-api that were functions in 2.4, and 20 years ago
Martin v. Löwis 45294a9562 Remove types from type_list if they have no objects 20 years ago
Anthony Baxter ac6bd46d5c spread the extern "C" { } magic pixie dust around. Python itself builds now 20 years ago
Armin Rigo e170937af6 Ignore the references to the dummy objects used as deleted keys 20 years ago
Martin v. Löwis ea62d2535f Bug #1421664: Set sys.stderr.encoding 20 years ago
Tim Peters 62e97f023b In format strings slinging Py_ssize_t, unconditionally 20 years ago
Tim Peters c9d78aa470 Years in the making. 20 years ago
Neal Norwitz 712ce45415 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer 20 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 20 years ago
Guido van Rossum 9d7855076a Address an coverity issue. Coverity was complaining about a line that's fine, 20 years ago
Neal Norwitz f2e0c45492 Fix warnings on x86 (32-bit). 20 years ago
Martin v. Löwis 99b93c2824 Use %Id for size_t-ish things on Win64. 20 years ago
Neal Norwitz 4281cef205 Use Py_ssize_t for _Py_RefTotal. 20 years ago
Neal Norwitz 9589ee276a Tabify 20 years ago
Neal Norwitz e92fba0a12 Get rid of run_err_mod(). It was only used in two places. 20 years ago
Brett Cannon 2e63b73a2c Fix refleak in PyErr_Display(). 20 years ago
Martin v. Löwis 056a69cba6 Reconst parameters that lost their const in the AST merge. 20 years ago
Brett Cannon bf36409e2a PEP 352 implementation. Creates a new base class, BaseException, which has an 20 years ago
Thomas Wouters 34aa7ba114 from __future__ import with_statement addon for 'with', mostly written by 20 years ago