| Commit message (Expand) | Author | Age | Files | Lines |
* | bump version to 2.7a3v2.7a3 | Benjamin Peterson | 2010-02-06 | 1 | -2/+2 |
|
|
* | Issue #5677: Explicitly forbid write operations on read-only file objects, | Antoine Pitrou | 2010-02-05 | 1 | -0/+2 |
|
|
* | Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a | Mark Dickinson | 2010-01-30 | 1 | -0/+1 |
|
|
* | - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 | Ronald Oussoren | 2010-01-17 | 1 | -1/+1 |
|
|
* | Use PyAPI_DATA. | Antoine Pitrou | 2010-01-17 | 1 | -1/+1 |
|
|
* | Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) | Antoine Pitrou | 2010-01-17 | 1 | -1/+5 |
|
|
* | Issue #1967: Backport dictionary views. | Alexandre Vassalotti | 2010-01-11 | 1 | -0/+12 |
|
|
* | Issue #2333: Backport set and dict comprehensions syntax. | Alexandre Vassalotti | 2010-01-11 | 4 | -8/+29 |
|
|
* | Issue #2335: Backport set literals syntax from Python 3.x. | Alexandre Vassalotti | 2010-01-09 | 3 | -23/+31 |
|
|
* | post release version adjustment | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | bump version to 2.7a2v2.7a2 | Benjamin Peterson | 2010-01-09 | 1 | -2/+2 |
|
|
* | Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble | Mark Dickinson | 2010-01-02 | 1 | -7/+7 |
|
|
* | #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ... | Georg Brandl | 2009-12-28 | 1 | -2/+4 |
|
|
* | Issue #7518: Move substitute definitions of C99 math functions from | Mark Dickinson | 2009-12-21 | 1 | -19/+3 |
|
|
* | Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. | Mark Dickinson | 2009-12-21 | 1 | -0/+1 |
|
|
* | initialize to NULL | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
* | Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost | Mark Dickinson | 2009-12-10 | 1 | -2/+2 |
|
|
* | Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal buil... | Ronald Oussoren | 2009-12-08 | 1 | -0/+5 |
|
|
* | post release version bump | Benjamin Peterson | 2009-12-05 | 1 | -1/+1 |
|
|
* | bump version to 2.7a1v2.7a1 | Benjamin Peterson | 2009-12-05 | 1 | -2/+2 |
|
|
* | Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring a | Ronald Oussoren | 2009-12-01 | 1 | -0/+6 |
|
|
* | Include ieeefp.h (when available) in pyport.h instead of individually in | Mark Dickinson | 2009-11-28 | 1 | -0/+4 |
|
|
* | Enable short float repr! | Mark Dickinson | 2009-11-18 | 1 | -8/+0 |
|
|
* | Issue #7117, continued: Change round implementation to use the correctly-rou... | Mark Dickinson | 2009-11-18 | 1 | -0/+7 |
|
|
* | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -0/+16 |
|
|
* | Issue #7117: Backport missing pystrtod.h declarations from py3k. | Mark Dickinson | 2009-10-26 | 1 | -0/+5 |
|
|
* | Finished removing _PyOS_double_to_string, as mentioned in issue 7117. | Eric Smith | 2009-10-26 | 1 | -7/+0 |
|
|
* | Issue #7117: temporarily disable the short float repr while the | Mark Dickinson | 2009-10-24 | 1 | -0/+7 |
|
|
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-24 | 3 | -0/+85 |
|
|
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 2 | -0/+16 |
|
|
* | http://bugs.python.org/issue6836 | Kristján Valur Jónsson | 2009-09-28 | 2 | -3/+10 |
|
|
* | Issue #6713: Improve performance of str(n) and repr(n) for integers n | Mark Dickinson | 2009-09-16 | 1 | -0/+4 |
|
|
* | Fix issue #1590864, multiple threads and fork() can cause deadlocks, by | Thomas Wouters | 2009-09-16 | 1 | -0/+8 |
|
|
* | Issue #6848: Fix curses module build failure on OS X 10.6. | Mark Dickinson | 2009-09-06 | 1 | -1/+6 |
|
|
* | Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build | Mark Dickinson | 2009-06-30 | 1 | -0/+6 |
|
|
* | Remove unused stdint.h includes | Mark Dickinson | 2009-06-28 | 2 | -8/+0 |
|
|
* | remove some unused symtable constants | Benjamin Peterson | 2009-06-23 | 1 | -7/+3 |
|
|
* | remove tmpname support since it's no longer used | Benjamin Peterson | 2009-06-21 | 1 | -2/+0 |
|
|
* | Add const qualifier to PyErr_SetFromErrnoWithFilename and to | Alexandre Vassalotti | 2009-06-12 | 1 | -2/+3 |
|
|
* | Allow multiple context managers in one with statement, as proposed | Georg Brandl | 2009-05-25 | 1 | -1/+1 |
|
|
* | add a SETUP_WITH opcode | Benjamin Peterson | 2009-05-25 | 1 | -1/+3 |
|
|
* | Issue #6042: | Jeffrey Yasskin | 2009-05-23 | 1 | -9/+6 |
|
|
* | Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. | Hirokazu Yamamoto | 2009-05-17 | 1 | -7/+3 |
|
|
* | Issue 5954, PyFrame_GetLineNumber: | Jeffrey Yasskin | 2009-05-08 | 2 | -2/+11 |
|
|
* | PyCode_NewEmpty: | Jeffrey Yasskin | 2009-05-08 | 1 | -0/+5 |
|
|
* | add _PyObject_LookupSpecial to handle fetching special method lookup | Benjamin Peterson | 2009-05-08 | 1 | -0/+1 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -0/+6 |
|
|
* | Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se... | Antoine Pitrou | 2009-05-04 | 1 | -4/+2 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -0/+6 |
|
|
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 3 | -22/+42 |
|
|