summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Martin owns PEP 353 and did most of the workNeal Norwitz2006-02-281-1/+1
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-285-3/+15
* Remove asdl_seq_APPEND() and simplify asdl seq implementation.Jeremy Hylton2006-02-281-12/+2
* Real arena implementationJeremy Hylton2006-02-281-10/+4
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-285-3/+14
* PEP 343 -- the with-statement.Guido van Rossum2006-02-273-49/+58
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-272-6/+6
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-272-41/+52
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-262-0/+2
* Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...Neal Norwitz2006-02-252-2/+5
* Bug #1086854: Rename PyHeapType members adding ht_ prefix.Georg Brandl2006-02-201-3/+3
* Generators have been permanent for a while. This comment is no longer applic...Neal Norwitz2006-02-191-6/+1
* Fix intptr_t fallback for Py_ssize_t.Martin v. Löwis2006-02-181-1/+1
* Change _PyObject_GC_Resize to expect Py_ssize_t.Martin v. Löwis2006-02-161-1/+1
* Use Py_ssize_t for field sizes and offsets.Martin v. Löwis2006-02-161-3/+3
* Allow for ssize_t field offsets.Martin v. Löwis2006-02-161-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-1520-147/+202
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-111-5/+10
* Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix givenBarry Warsaw2006-01-261-1/+1
* Fix icc warnings: single bit fields should be unsignedNeal Norwitz2006-01-071-7/+7
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-052-1/+6
* const poisoning, spreading to fix new const warningsTim Peters2005-12-241-3/+3
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+1
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-177-73/+116
* moved magic into structure (mainly to simplify the client code)Fredrik Lundh2005-12-131-3/+5
* renamed dispatch -> capi to match other CAPI implementationsFredrik Lundh2005-12-131-3/+3
* added cobject-based expat dispatch mechanism to pyexpatFredrik Lundh2005-12-131-0/+45
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-111-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-107-34/+36
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-132-7/+4