| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix comment typos | Andrew M. Kuchling | 2006-05-25 | 1 | -1/+1 |
|
|
* | Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi... | Kristján Valur Jónsson | 2006-05-25 | 1 | -0/+9 |
|
|
* | Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. | Richard Jones | 2006-05-23 | 1 | -4/+0 |
|
|
* | Merge from rjones-funccall branch. | Richard Jones | 2006-05-23 | 1 | -0/+1 |
|
|
* | needforspeed: check first *and* last character before doing a full memcmp | Fredrik Lundh | 2006-05-23 | 1 | -4/+6 |
|
|
* | needforspeed: use memcpy for "long" strings; use a better algorithm | Fredrik Lundh | 2006-05-22 | 1 | -4/+9 |
|
|
* | needforspeed: speed up unicode repeat, unicode string copy | Fredrik Lundh | 2006-05-22 | 1 | -4/+7 |
|
|
* | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 2 | -0/+14 |
|
|
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 1 | -0/+1 |
|
|
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -2/+2 |
|
|
* | Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses | Thomas Wouters | 2006-04-25 | 1 | -0/+4 |
|
|
* | Refactor: Move code that uses co_lnotab from ceval to codeobject | Jeremy Hylton | 2006-04-18 | 1 | -0/+15 |
|
|
* | Remove types from type_list if they have no objects | Martin v. Löwis | 2006-04-18 | 1 | -1/+3 |
|
|
* | C++ compile cleanup: proper declaration of _Py_BuildValue_SizeT | Skip Montanaro | 2006-04-18 | 1 | -0/+1 |
|
|
* | C++ compilation cleanup: Migrate declaration of | Skip Montanaro | 2006-04-18 | 1 | -0/+5 |
|
|
* | frame_traverse(): Use the standard Py_VISIT macro. | Tim Peters | 2006-04-15 | 1 | -7/+7 |
|
|
* | There were no comments explaining what Py_CLEAR() did or | Tim Peters | 2006-04-15 | 1 | -0/+34 |
|
|
* | Make Py_BuildValue, PyObject_CallFunction and | Martin v. Löwis | 2006-04-14 | 2 | -12/+7 |
|
|
* | Introduce asdl_int_seq, to hold cmpop_ty. | Martin v. Löwis | 2006-04-13 | 2 | -2/+8 |
|
|
* | revert - breaks build of Python/ast.c w/ gcc | Skip Montanaro | 2006-04-13 | 1 | -7/+3 |
|
|
* | Use union to discriminate pointer types from enum/int types. | Skip Montanaro | 2006-04-13 | 1 | -3/+7 |
|
|
* | 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 |
|
|