402 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Collin Winter 670e692134 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. 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
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
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 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 21 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