| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) | Amaury Forgeot d'Arc | 2008-01-14 | 1 | -0/+8 |
|
|
* | Back out r59931 - test_ctypes fails with it. | Georg Brandl | 2008-01-13 | 1 | -8/+0 |
|
|
* | Patch #1700288: Method cache optimization, by Armin Rigo, ported to | Georg Brandl | 2008-01-12 | 1 | -0/+8 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -0/+1 |
|
|
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute imp... | Christian Heimes | 2008-01-03 | 2 | -5/+2 |
|
|
* | Some build bots don't compile mathmodule. There is an issue with the long def... | Christian Heimes | 2008-01-03 | 1 | -2/+9 |
|
|
* | Patch #1583 by Adam Olsen. | Guido van Rossum | 2007-12-19 | 1 | -0/+3 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 32 | -74/+79 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 3 | -0/+56 |
|
|
* | Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. | Raymond Hettinger | 2007-12-18 | 1 | -0/+1 |
|
|
* | Speed-up dictionary constructor by about 10%. | Raymond Hettinger | 2007-12-18 | 1 | -0/+1 |
|
|
* | Backport of r59456:59458 from py3k to trunk | Christian Heimes | 2007-12-10 | 1 | -0/+4 |
|
|
* | Fix Issue 1045. | Raymond Hettinger | 2007-12-06 | 1 | -17/+4 |
|
|
* | Feature #1534 | Christian Heimes | 2007-12-01 | 1 | -0/+4 |
|
|
* | Backport of the PCbuild9 directory from the py3k branch. | Christian Heimes | 2007-11-22 | 1 | -2/+2 |
|
|
* | The incremental decoder for utf-7 must preserve its state between calls. | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -0/+7 |
|
|
* | Patch #1739468: Directories and zipfiles containing __main__.py are now execu... | Nick Coghlan | 2007-11-18 | 1 | -0/+2 |
|
|
* | Fix a crasher where Python code managed to infinitely recurse in C code without | Brett Cannon | 2007-09-07 | 1 | -0/+1 |
|
|
* | Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. | Walter Dörwald | 2007-08-17 | 1 | -0/+82 |
|
|
* | Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport | Neal Norwitz | 2007-08-03 | 1 | -1/+3 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 32 | -74/+80 |
|
|
* | Fix #1752132: wrong comment in opcode description. | Georg Brandl | 2007-07-11 | 1 | -1/+1 |
|
|
* | Add T_PYSSIZET in structmember.h: This can be used for | Walter Dörwald | 2007-06-13 | 2 | -2/+3 |
|
|
* | Provide PY_LLONG_MAX on all systems having long long. | Martin v. Löwis | 2007-06-13 | 1 | -4/+10 |
|
|
* | Provide LLONG_MAX for S390. | Martin v. Löwis | 2007-06-09 | 1 | -0/+7 |
|
|
* | Patch #1733960: Allow T_LONGLONG to accept ints. | Martin v. Löwis | 2007-06-09 | 1 | -0/+3 |
|
|
* | Add -3 option to the interpreter to warn about features that are | Neal Norwitz | 2007-05-23 | 1 | -0/+2 |
|
|
* | Stop using PyMem_FREE while the GIL is not held. For details see: | Neal Norwitz | 2007-05-02 | 1 | -0/+2 |
|
|
* | Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode()... | Kristján Valur Jónsson | 2007-04-26 | 1 | -0/+5 |
|
|
* | Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call... | Raymond Hettinger | 2007-03-20 | 1 | -1/+2 |
|
|
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 1 | -0/+1 |
|
|
* | Variant of patch #697613: don't exit the interpreter on a SystemExit | Georg Brandl | 2007-03-07 | 1 | -0/+1 |
|
|
* | Variation of patch # 1624059 to speed up checking if an object is a subclass | Neal Norwitz | 2007-02-25 | 9 | -13/+31 |
|
|
* | Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). | Raymond Hettinger | 2007-02-19 | 1 | -0/+3 |
|
|
* | Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c | Brett Cannon | 2007-02-12 | 1 | -1/+1 |
|
|
* | Prefix AST symbols with _Py_. Fixes #1637022. | Martin v. Löwis | 2007-01-19 | 1 | -87/+145 |
|
|
* | Patch #1580872: Remove duplicate declaration of PyCallable_Check. | Martin v. Löwis | 2006-10-22 | 1 | -1/+2 |
|
|
* | Add check for the PyArg_ParseTuple format, and declare | Martin v. Löwis | 2006-10-19 | 2 | -1/+10 |
|
|
* | Guard uintptr_t test with HAVE_STDINT_H, test for | Martin v. Löwis | 2006-10-02 | 1 | -0/+4 |
|
|
* | Mostly revert this file to the same version as before. Only force setting | Neal Norwitz | 2006-09-22 | 1 | -3/+3 |
|
|
* | Fix %zd string formatting on Mac OS X so it prints negative numbers. | Neal Norwitz | 2006-09-22 | 1 | -3/+3 |
|
|
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 | 2 | -0/+4 |
|
|
* | Move peephole optimizer to separate file. (Forgot .h in previous checkin.) | Jeremy Hylton | 2006-08-21 | 1 | -0/+3 |
|
|
* | SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro | Neal Norwitz | 2006-08-19 | 1 | -1/+1 |
|
|
* | Set version to 2.6a0, seems more consistent. | Neal Norwitz | 2006-08-18 | 1 | -1/+1 |
|
|
* | More post-release wibble | Neal Norwitz | 2006-08-18 | 1 | -4/+4 |
|
|
* | preparing for 2.5c1 - no, really this time | Anthony Baxter | 2006-08-16 | 1 | -1/+1 |
|
|
* | preparing for 2.5c1 | Anthony Baxter | 2006-08-16 | 1 | -2/+2 |
|
|
* | Slightly revised version of patch #1538956: | Marc-André Lemburg | 2006-08-14 | 2 | -0/+25 |
|
|
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 2 | -4/+18 |
|
|