- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
- 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 37ffcf7 Commit __version__ change. by Martin v. Löwis · 18 years ago
- 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
- c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
- 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
- 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
- 5672904 Oops, re-add 'static' qualifier. by Thomas Wouters · 18 years ago
- 2bdf2cb Regenerate frozen.c's manual marshal as directed, fixing test_frozen. by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 16f3e03 Check "sep" and "end" for stringness in Print(). by Georg Brandl · 18 years ago
- 3434351 Add built-in Print() function. This is PEP 3105 except for the name; by Guido van Rossum · 18 years ago
- 29602e4 Make it compile with older compilers. by Guido van Rossum · 18 years ago
- 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
- 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 17ab9a0 Fix set literals not being visited in symtable creation. by Georg Brandl · 18 years ago
- 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
- 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
- b65fb33 SF patch 1546297 (with some tweaks): by Guido van Rossum · 18 years ago
- e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
- cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
- 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
- b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
- 93a6692 Make it compile with C89. by Guido van Rossum · 18 years ago
- 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
- fbfe093 Check for exceptions set by PyDict_GetItem(). by Jeremy Hylton · 18 years ago
- 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 19 years ago
- c350d1a Commit regenerated Python-ast.c. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
- 303de6a Fix (and add test for) missing check for BaseException subclasses in the C API. by Thomas Wouters · 19 years ago
- e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 19 years ago
- 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 19 years ago
- d910855 Remove apply() by Neal Norwitz · 19 years ago
- 9e2b966 Whoops, input *and* raw_input are slated for removal, and now both are gone. by Neal Norwitz · 19 years ago
- cd65e3f raw_input() -> input(). old input behavior is history (and test_builtin passes again). It was failing due to future division. by Neal Norwitz · 19 years ago
- ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
- c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 19 years ago
- 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
- eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 19 years ago
- f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
- 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 9d78550 Address an coverity issue. Coverity was complaining about a line that's fine, by Guido van Rossum · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
- f2e0c45 Fix warnings on x86 (32-bit). by Neal Norwitz · 19 years ago
- 3e90fa5 Try to cleanup the error handling a bit so there aren't false positives by Neal Norwitz · 19 years ago
- 99b93c2 Use %Id for size_t-ish things on Win64. by Martin v. Löwis · 19 years ago
- 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 19 years ago
- 9589ee2 Tabify by Neal Norwitz · 19 years ago
- e92fba0 Get rid of run_err_mod(). It was only used in two places. by Neal Norwitz · 19 years ago
- 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 19 years ago
- 9742f27 Remove commented code by Neal Norwitz · 19 years ago
- 3909ff6 Text moved to PEP 339. by Brett Cannon · 19 years ago
- 5118517 Fix minor docstring typo. by Brett Cannon · 19 years ago
- f638630 Document the purpose of the struct _block members. by Tim Peters · 19 years ago
- 6fd92dc Added words about what PyArena_Malloc() does. by Tim Peters · 19 years ago
- 8cfaa0e Trimmed trailing whitespace. by Tim Peters · 19 years ago
- 2e63b73 Fix refleak in PyErr_Display(). by Brett Cannon · 19 years ago
- d9cf85f Fix refleak if from __future__ import was not first by Neal Norwitz · 19 years ago
- 814e938 Use Py_ssize_t since we are working with list size below by Neal Norwitz · 19 years ago
- 46872b1 Add a missing Py_DECREF to BaseException__unicode__ . by Brett Cannon · 19 years ago
- 3a5468e Update known issues to reflect reality by Neal Norwitz · 19 years ago
- 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 19 years ago
- 695934a Make Py_ssize_t clean. by Thomas Wouters · 19 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
- 7464b43 Fix incompatible assignment warning from previous checkin. by Thomas Wouters · 19 years ago
- 7f401ef Fix gcc (4.0.x) warning about use of uninitialized variables. by Thomas Wouters · 19 years ago
- 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
- 65b3dab Fix uninitialized value. (Why are we using bools instead of ints, like we do by Thomas Wouters · 19 years ago
- 0b300be Fix more memory leaks. Will backport to 2.4. by Martin v. Löwis · 19 years ago
- c3547a3 Fix C99-ism, and add XXX to comment by Thomas Wouters · 19 years ago
- 056a69c Reconst parameters that lost their const in the AST merge. by Martin v. Löwis · 19 years ago
- e9357b2 Tabify and reflow some long lines. by Jeremy Hylton · 19 years ago
- 224003b Add missing DECREF. by Jeremy Hylton · 19 years ago
- 572a9f3 Use %zd format characters for Py_ssize_t types. by Thomas Wouters · 19 years ago
- 7f59732 Put back the essence of Jeremy's original XXX comment. by Thomas Wouters · 19 years ago
- bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
- 7624674 Use Py_ssize_t for PyArg_UnpackTuple arguments. by Martin v. Löwis · 19 years ago
- 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 19 years ago
- 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 19 years ago
- 090b3dd No need to export PySTEntry_New, it is only used in symtable.c by Neal Norwitz · 19 years ago
- 1a5e21e Updates to the with-statement: by Guido van Rossum · 19 years ago
- 5e9f1fa Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out by Thomas Wouters · 19 years ago
- 56820c2 Add some stats collection in debugging mode. by Jeremy Hylton · 19 years ago
- 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago