| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't set gi_frame to Py_None, use NULL instead, eliminating some insane | Phillip J. Eby | 2006-04-12 | 1 | -0/+1 |
|
|
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 1 | -0/+3 |
|
|
* | Make _kind types global for C++ compilation. | Martin v. Löwis | 2006-04-11 | 1 | -16/+20 |
|
|
* | C++ already defines a perfectly good 'bool'. Use that. | Anthony Baxter | 2006-04-11 | 1 | -0/+2 |
|
|
* | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 1 | -0/+1 |
|
|
* | Fixed error in comment for new PY_SSIZE_T_MIN. | Tim Peters | 2006-04-05 | 1 | -1/+1 |
|
|
* | Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. | Martin v. Löwis | 2006-04-05 | 1 | -0/+2 |
|
|
* | aargh. Don't make last minute re-organisations before checkin! | Anthony Baxter | 2006-04-04 | 1 | -1/+1 |
|
|
* | PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics. | Anthony Baxter | 2006-04-04 | 1 | -0/+12 |
|
|
* | Add lineno, col_offset to excephandler to enable future fix for | Jeremy Hylton | 2006-04-04 | 1 | -2/+4 |
|
|
* | preparation for 2.5a1 | Anthony Baxter | 2006-04-03 | 1 | -2/+2 |
|
|
* | Don't abbreviate ABS, use long name ABSOLUTE. | Neal Norwitz | 2006-04-03 | 3 | -3/+3 |
|
|
* | Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intel | Anthony Baxter | 2006-04-01 | 1 | -1/+3 |
|
|
* | SF patch #1458476 with modifications based on discussions in python-dev. This | Barry Warsaw | 2006-03-30 | 1 | -0/+3 |
|
|
* | Years in the making. | Tim Peters | 2006-03-26 | 2 | -16/+9 |
|
|
* | Stop duplicating code and handle slice indices consistently and correctly | Neal Norwitz | 2006-03-23 | 1 | -0/+1 |
|
|
* | Remove false information from the comment and reformat it like other | Hye-Shik Chang | 2006-03-22 | 1 | -8/+6 |
|
|
* | Get Py_DEPRECATED to work with gcc 4.x too | Neal Norwitz | 2006-03-20 | 1 | -1/+2 |
|
|
* | Introduced symbol PY_FORMAT_SIZE_T. See the new comments | Tim Peters | 2006-03-17 | 1 | -0/+39 |
|
|
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -4/+18 |
|
|
* | Avoid forward-declaring the methods array. | Martin v. Löwis | 2006-03-10 | 1 | -1/+1 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -3/+5 |
|
|
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 2 | -1/+16 |
|
|
* | Make PyGC_Collect() use Py_ssize_t. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for _Py_RefTotal. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
|
|
* | Change some sequnce APIs to use Py_ssize_t. | Neal Norwitz | 2006-03-04 | 1 | -4/+4 |
|
|
* | Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
|
|
* | Added words about what PyArena_Malloc() does. | Tim Peters | 2006-03-02 | 1 | -4/+16 |
|
|
* | Beefed up description of what this does; new XXX. | Tim Peters | 2006-03-02 | 1 | -2/+10 |
|
|
* | New XXX pointing out errors in the description of | Tim Peters | 2006-03-02 | 1 | -0/+6 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2006-03-02 | 1 | -1/+1 |
|
|
* | Patch #1440601: Add col_offset attribute to AST nodes. | Martin v. Löwis | 2006-03-01 | 2 | -53/+67 |
|
|
* | Change GC refcount to Py_ssize_t. | Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
|
|
* | Reconst parameters that lost their const in the AST merge. | Martin v. Löwis | 2006-03-01 | 1 | -2/+2 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -0/+23 |
|
|
* | Use Py_ssize_t for PyArg_UnpackTuple arguments. | Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
|
|
* | Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t. | Martin v. Löwis | 2006-03-01 | 1 | -4/+4 |
|
|
* | Move #include to outside "extern C {}", before Tim figures out it'll break | Thomas Wouters | 2006-02-28 | 1 | -2/+3 |
|
|
* | Include code.h more sanely. | Thomas Wouters | 2006-02-28 | 1 | -3/+2 |
|
|
* | No need to export PySTEntry_New, it is only used in symtable.c | Neal Norwitz | 2006-02-28 | 1 | -2/+1 |
|
|
* | Martin owns PEP 353 and did most of the work | Neal Norwitz | 2006-02-28 | 1 | -1/+1 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 5 | -3/+15 |
|
|
* | Remove asdl_seq_APPEND() and simplify asdl seq implementation. | Jeremy Hylton | 2006-02-28 | 1 | -12/+2 |
|
|
* | Real arena implementation | Jeremy Hylton | 2006-02-28 | 1 | -10/+4 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 5 | -3/+14 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 3 | -49/+58 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 2 | -6/+6 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 2 | -41/+52 |
|
|
* | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 2 | -0/+2 |
|
|
* | Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo... | Neal Norwitz | 2006-02-25 | 2 | -2/+5 |
|
|