summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Move code that uses co_lnotab from ceval to codeobjectJeremy Hylton2006-04-181-0/+15
* Remove types from type_list if they have no objectsMartin v. Löwis2006-04-181-1/+3
* C++ compile cleanup: proper declaration of _Py_BuildValue_SizeTSkip Montanaro2006-04-181-0/+1
* C++ compilation cleanup: Migrate declaration ofSkip Montanaro2006-04-181-0/+5
* frame_traverse(): Use the standard Py_VISIT macro.Tim Peters2006-04-151-7/+7
* There were no comments explaining what Py_CLEAR() did orTim Peters2006-04-151-0/+34
* Make Py_BuildValue, PyObject_CallFunction andMartin v. Löwis2006-04-142-12/+7
* Introduce asdl_int_seq, to hold cmpop_ty.Martin v. Löwis2006-04-132-2/+8
* revert - breaks build of Python/ast.c w/ gccSkip Montanaro2006-04-131-7/+3
* Use union to discriminate pointer types from enum/int types.Skip Montanaro2006-04-131-3/+7
* Don't set gi_frame to Py_None, use NULL instead, eliminating some insanePhillip J. Eby2006-04-121-0/+1
* Ignore the references to the dummy objects used as deleted keysArmin Rigo2006-04-121-0/+3
* Make _kind types global for C++ compilation.Martin v. Löwis2006-04-111-16/+20
* C++ already defines a perfectly good 'bool'. Use that.Anthony Baxter2006-04-111-0/+2
* SF Patch #1463867: Improved generator finalization to allow generatorsPhillip J. Eby2006-04-101-0/+1
* Fixed error in comment for new PY_SSIZE_T_MIN.Tim Peters2006-04-051-1/+1
* Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve.Martin v. Löwis2006-04-051-0/+2
* aargh. Don't make last minute re-organisations before checkin!Anthony Baxter2006-04-041-1/+1
* PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics.Anthony Baxter2006-04-041-0/+12
* Add lineno, col_offset to excephandler to enable future fix forJeremy Hylton2006-04-041-2/+4
* preparation for 2.5a1Anthony Baxter2006-04-031-2/+2
* Don't abbreviate ABS, use long name ABSOLUTE.Neal Norwitz2006-04-033-3/+3
* Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intelAnthony Baxter2006-04-011-1/+3
* SF patch #1458476 with modifications based on discussions in python-dev. ThisBarry Warsaw2006-03-301-0/+3
* Years in the making.Tim Peters2006-03-262-16/+9
* Stop duplicating code and handle slice indices consistently and correctlyNeal Norwitz2006-03-231-0/+1
* Remove false information from the comment and reformat it like otherHye-Shik Chang2006-03-221-8/+6
* Get Py_DEPRECATED to work with gcc 4.x tooNeal Norwitz2006-03-201-1/+2
* Introduced symbol PY_FORMAT_SIZE_T. See the new commentsTim Peters2006-03-171-0/+39
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-4/+18
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-1/+1
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-3/+5
* Checking in the code for PEP 357.Guido van Rossum2006-03-072-1/+16
* Make PyGC_Collect() use Py_ssize_t.Neal Norwitz2006-03-041-1/+1
* Use Py_ssize_t for _Py_RefTotal.Neal Norwitz2006-03-041-1/+1
* Change some sequnce APIs to use Py_ssize_t.Neal Norwitz2006-03-041-4/+4
* Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.Neal Norwitz2006-03-041-1/+1
* Added words about what PyArena_Malloc() does.Tim Peters2006-03-021-4/+16
* Beefed up description of what this does; new XXX.Tim Peters2006-03-021-2/+10
* New XXX pointing out errors in the description ofTim Peters2006-03-021-0/+6
* Trimmed trailing whitespace.Tim Peters2006-03-021-1/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-012-53/+67
* Change GC refcount to Py_ssize_t.Martin v. Löwis2006-03-011-1/+1
* Reconst parameters that lost their const in the AST merge.Martin v. Löwis2006-03-011-2/+2
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+23
* Use Py_ssize_t for PyArg_UnpackTuple arguments.Martin v. Löwis2006-03-011-1/+1
* Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t.Martin v. Löwis2006-03-011-4/+4
* Move #include to outside "extern C {}", before Tim figures out it'll breakThomas Wouters2006-02-281-2/+3
* Include code.h more sanely.Thomas Wouters2006-02-281-3/+2
* No need to export PySTEntry_New, it is only used in symtable.cNeal Norwitz2006-02-281-2/+1