| Commit message (Expand) | Author | Age | Files | Lines |
* | pre-release machinations | Anthony Baxter | 2006-08-02 | 1 | -2/+2 |
|
|
* | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. | Neal Norwitz | 2006-08-02 | 1 | -1/+1 |
|
|
* | Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). | Neal Norwitz | 2006-07-30 | 1 | -1/+5 |
|
|
* | After approval from Anthony, merge the tim-current_frames | Tim Peters | 2006-07-10 | 1 | -0/+5 |
|
|
* | preparing for 2.5b2 | Anthony Baxter | 2006-07-10 | 1 | -2/+2 |
|
|
* | Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). | Trent Mick | 2006-06-19 | 1 | -2/+2 |
|
|
* | Preparing for 2.5b1. | Anthony Baxter | 2006-06-19 | 1 | -3/+3 |
|
|
* | Use Py_ssize_t | Neal Norwitz | 2006-06-19 | 1 | -3/+3 |
|
|
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 1 | -0/+7 |
|
|
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-13 | 1 | -0/+3 |
|
|
* | Get rid of f_restricted too. Doc the other 4 ints that were already removed | Neal Norwitz | 2006-06-12 | 1 | -2/+2 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 2 | -5/+5 |
|
|
* | Revert revisions: | Tim Peters | 2006-06-04 | 1 | -3/+0 |
|
|
* | Patch #1346214: correctly optimize away "if 0"-style stmts | Georg Brandl | 2006-06-04 | 1 | -0/+2 |
|
|
* | Patch #1359618: Speed-up charmap encoder. | Martin v. Löwis | 2006-06-04 | 1 | -0/+5 |
|
|
* | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-04 | 1 | -0/+3 |
|
|
* | Convert relevant dict internals to Py_ssize_t. | Tim Peters | 2006-05-30 | 1 | -5/+9 |
|
|
* | needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), | Fredrik Lundh | 2006-05-28 | 2 | -9/+23 |
|
|
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -2/+66 |
|
|
* | needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- | Fredrik Lundh | 2006-05-27 | 1 | -8/+15 |
|
|
* | Patch 1145039. | Tim Peters | 2006-05-26 | 1 | -0/+9 |
|
|
* | needforspeed: added rpartition implementation | Fredrik Lundh | 2006-05-26 | 1 | -1/+12 |
|
|
* | needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" | Fredrik Lundh | 2006-05-26 | 1 | -0/+8 |
|
|
* | use Py_LOCAL also for string and unicode objects | Fredrik Lundh | 2006-05-26 | 1 | -2/+7 |
|
|
* | needforspeed: added Py_LOCAL macro, based on the LOCAL macro used | Fredrik Lundh | 2006-05-26 | 1 | -0/+17 |
|
|
* | needforspeed: partition implementation, part two. | Fredrik Lundh | 2006-05-26 | 1 | -0/+9 |
|
|
* | A new table to help string->integer conversion was added yesterday to | Tim Peters | 2006-05-25 | 1 | -0/+1 |
|
|
* | Fix incorrect documentation for the Py_IS_FINITE(X) macro. | Kristján Valur Jónsson | 2006-05-25 | 1 | -3/+3 |
|
|
* | Fix another typo | Andrew M. Kuchling | 2006-05-25 | 1 | -1/+1 |
|
|
* | 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 |
|
|