525 Commits (e4d65e3aab980cd8c2347d71bc6e26c19227953b)

Author SHA1 Message Date
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
Martin v. Löwis 2b366e41c3 Check whether there are flags. 20 years ago
Martin v. Löwis bd260da900 Generate code to recursively copy an AST into 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz db83eb3170 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. 20 years ago
Neal Norwitz adb69fcdff Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 20 years ago
Martin v. Löwis b45b315855 Patch #1350409: Port signal handling to VS 2005. 20 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 20 years ago
Neal Norwitz 40d3781416 - Fix segfault with invalid coding. 21 years ago
Martin v. Löwis d35edda682 Forward UnicodeDecodeError into SyntaxError for source encoding errors. 21 years ago
Raymond Hettinger d794666048 * Improve code for the empty frozenset singleton: 21 years ago
Michael W. Hudson ba283e2b7f This is my patch: 21 years ago
Anthony Baxter 12b6f6cac7 Move exception finalisation later in the shutdown process - this 21 years ago
Martin v. Löwis 4bf108d74f Patch #802188: better parser error message for non-EOL following line cont. 21 years ago
Anthony Baxter 9ceaa72ebe Patch #975056 - fixes for restartable signals on *BSD. In addition, 22 years ago
Tim Peters 7f468f29f4 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick 22 years ago
Raymond Hettinger fb09f0e85c Finalize the freelist of list objects. 22 years ago
Martin v. Löwis 336e85f56a Patch #900727: Add Py_InitializeEx to allow embedding without signals. 22 years ago
Martin v. Löwis c2632a5c34 Patch #984714: Properly diagnose E_DECODE errors. 22 years ago
Michael W. Hudson 30ea2f223f This closes patch: 22 years ago
Nicholas Bastin e5662aedef Changed random calls to PyThreadState_Get() to use the macro 22 years ago
Armin Rigo 5d2c68359b Lost reference. 22 years ago
Skip Montanaro 7befb9966e remove support for missing ANSI C header files (limits.h, stddef.h, etc). 22 years ago
Tim Peters 1d7323e4e7 Py_Finalize(): disabled the second call of cyclic gc, and added extensive 22 years ago
Jack Jansen eddc1449ba Getting rid of all the code inside #ifdef macintosh too. 22 years ago
Jack Jansen fb2765666f Getting rid of support for the ancient Apple MPW compiler. 22 years ago
Martin v. Löwis f56d015a71 Patch #804543: strdup saved locales. Backported to 2.3. 22 years ago
Raymond Hettinger 8ae4689657 Simplify and speedup uses of Py_BuildValue(): 23 years ago
Michael W. Hudson 68debc935b Fix refcounting and cut & paste error (?) in last checkin. 23 years ago
Martin v. Löwis a2c17c5820 Move initialization of sys.std{in,out}.encoding to Py_Initialize. 23 years ago
Mark Hammond 5f4e8ca376 Correct previous patch looking for warnings module: sys.modules, not 23 years ago