summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...Mark Dickinson2012-04-151-0/+24
* Merged revisions 84810 via svnmerge fromDaniel Stutzbach2010-09-141-7/+8
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-120/+120
* Fix for issue #7072Ronald Oussoren2010-04-181-1/+10
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-1/+1
* 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 #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+16
* 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-241-0/+74
* Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a buildMark Dickinson2009-06-301-0/+6
* Rewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid for all signedMark Dickinson2009-03-201-7/+11
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+51
* Fix issue 4884, preventing a crash in the socket code when python is compiledJeffrey Yasskin2009-01-091-0/+9
* Merge in release25-maint r60793:Gregory P. Smith2008-06-111-0/+11
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-231-0/+7
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-126/+0
* Fixed bug #1983: Return from fork() is pid_t, not intChristian Heimes2008-01-311-1/+5
* Fixed a missing (X) in defineChristian Heimes2008-01-221-1/+1
* Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ...Christian Heimes2008-01-201-2/+2
* Some build bots don't compile mathmodule. There is an issue with the long def...Christian Heimes2008-01-031-2/+9
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+32
* Provide PY_LLONG_MAX on all systems having long long.Martin v. Löwis2007-06-131-4/+10
* Provide LLONG_MAX for S390.Martin v. Löwis2007-06-091-0/+7
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-0/+3
* Add check for the PyArg_ParseTuple format, and declareMartin v. Löwis2006-10-191-0/+9
* Guard uintptr_t test with HAVE_STDINT_H, test forMartin v. Löwis2006-10-021-0/+4
* Mostly revert this file to the same version as before. Only force settingNeal Norwitz2006-09-221-3/+3
* Fix %zd string formatting on Mac OS X so it prints negative numbers.Neal Norwitz2006-09-221-3/+3
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-4/+4
* needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),Fredrik Lundh2006-05-281-0/+21
* needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in-Fredrik Lundh2006-05-271-8/+15
* needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive"Fredrik Lundh2006-05-261-0/+8
* use Py_LOCAL also for string and unicode objectsFredrik Lundh2006-05-261-2/+7
* needforspeed: added Py_LOCAL macro, based on the LOCAL macro usedFredrik Lundh2006-05-261-0/+17
* Fix incorrect documentation for the Py_IS_FINITE(X) macro.Kristján Valur Jónsson2006-05-251-3/+3
* Fix another typoAndrew M. Kuchling2006-05-251-1/+1
* Fix comment typosAndrew M. Kuchling2006-05-251-1/+1
* Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi...Kristján Valur Jónsson2006-05-251-0/+9
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-221-0/+12
* Fixed error in comment for new PY_SSIZE_T_MIN.Tim Peters2006-04-051-1/+1
* Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve.Martin v. Löwis2006-04-051-0/+2
* Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intelAnthony Baxter2006-04-011-1/+3
* Remove false information from the comment and reformat it like otherHye-Shik Chang2006-03-221-8/+6
* Get Py_DEPRECATED to work with gcc 4.x tooNeal Norwitz2006-03-201-1/+2
* Introduced symbol PY_FORMAT_SIZE_T. See the new commentsTim Peters2006-03-171-0/+39
* Fix intptr_t fallback for Py_ssize_t.Martin v. Löwis2006-02-181-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+9