summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-093-23/+31
* post release version adjustmentBenjamin Peterson2010-01-091-1/+1
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-2/+2
* Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDoubleMark Dickinson2010-01-021-7/+7
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-2/+4
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-211-19/+3
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+1
* initialize to NULLBenjamin Peterson2009-12-131-1/+1
* Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almostMark Dickinson2009-12-101-2/+2
* Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal buil...Ronald Oussoren2009-12-081-0/+5
* post release version bumpBenjamin Peterson2009-12-051-1/+1
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-2/+2
* Fix for issue #7416: SIZEOF_UINTPTR_T can be invalid when configuring aRonald Oussoren2009-12-011-0/+6
* Include ieeefp.h (when available) in pyport.h instead of individually inMark Dickinson2009-11-281-0/+4
* Enable short float repr!Mark Dickinson2009-11-181-8/+0
* Issue #7117, continued: Change round implementation to use the correctly-rou...Mark Dickinson2009-11-181-0/+7
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+16
* Issue #7117: Backport missing pystrtod.h declarations from py3k.Mark Dickinson2009-10-261-0/+5
* Finished removing _PyOS_double_to_string, as mentioned in issue 7117.Eric Smith2009-10-261-7/+0
* Issue #7117: temporarily disable the short float repr while theMark Dickinson2009-10-241-0/+7
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-243-0/+85
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-242-0/+16
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-282-3/+10
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-161-0/+4
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+8
* Issue #6848: Fix curses module build failure on OS X 10.6.Mark Dickinson2009-09-061-1/+6
* Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a buildMark Dickinson2009-06-301-0/+6
* Remove unused stdint.h includesMark Dickinson2009-06-282-8/+0
* remove some unused symtable constantsBenjamin Peterson2009-06-231-7/+3
* remove tmpname support since it's no longer usedBenjamin Peterson2009-06-211-2/+0
* Add const qualifier to PyErr_SetFromErrnoWithFilename and toAlexandre Vassalotti2009-06-121-2/+3
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-1/+1
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-251-1/+3
* Issue #6042:Jeffrey Yasskin2009-05-231-9/+6
* Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.Hirokazu Yamamoto2009-05-171-7/+3
* Issue 5954, PyFrame_GetLineNumber:Jeffrey Yasskin2009-05-082-2/+11
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+5
* add _PyObject_LookupSpecial to handle fetching special method lookupBenjamin Peterson2009-05-081-0/+1
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-0/+6
* Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se...Antoine Pitrou2009-05-041-4/+2
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-0/+6
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-273-22/+42
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-1/+11
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-222-6/+35
* Fix for issue5657.Ronald Oussoren2009-04-191-0/+12
* many more types to initialize (I had to expose some of them)Benjamin Peterson2009-04-182-0/+4
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-181-0/+4
* Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'Matthias Klose2009-04-051-2/+2
* - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.Matthias Klose2009-04-051-5/+7
* revert r71159 since it broke the buildBenjamin Peterson2009-04-041-7/+5