index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
pyport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.
Tim Peters
2001-05-14
1
-0/+9
*
Remove include-file-dependant half-prototype of clnt_create().
Thomas Wouters
2001-01-22
1
-3/+0
*
Move declaration of 'clnt_create()' NIS function to pyport.h, as it's
Thomas Wouters
2001-01-21
1
-0/+3
*
Move distributed and duplicated config for stat() and fstat() into pyport.h.
Tim Peters
2001-01-18
1
-2/+34
*
Change LONG_BIT error warning to mention glibc, too, since this is really
Andrew M. Kuchling
2001-01-12
1
-1/+1
*
Added Py_FPROTO macro which was available in Python 1.5.x and below.
Marc-André Lemburg
2000-10-05
1
-0/+3
*
Move LONG_BIT from intobject.c to pyport.h. #error if it's already been
Tim Peters
2000-10-05
1
-0/+13
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
1
-0/+32
*
Close SF bug 110826: a complaint about the way Python #define'd NULL.
Tim Peters
2000-09-10
1
-4/+0
*
A #define didn't start in column 1. Closes SF bug 113888.
Tim Peters
2000-09-08
1
-1/+1
*
Add missing Py_PROTO macro for backward compatibility with old extensions
Vladimir Marangozov
2000-09-08
1
-1/+7
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-8/+0
*
Moved LONG_LONG #define from longobject.h to here, since it's needed
Barry Warsaw
2000-08-18
1
-0/+43
*
Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470.
Tim Peters
2000-08-15
1
-1/+9
*
#include reordering so that extern "C" does not interfere with
Vladimir Marangozov
2000-08-11
1
-38/+40
*
remove all occurence of math.rint() from the sources
Peter Schneider-Kamp
2000-08-10
1
-2/+0
*
Of course, you meant "#if 0" and not "#ifdef 0". :)
Guido van Rossum
2000-08-01
1
-1/+1
*
Guido said this is food for the beta-testers<wink>
Peter Schneider-Kamp
2000-08-01
1
-0/+5
*
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Peter Schneider-Kamp
2000-07-31
1
-154/+5
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-0/+317
*
Make mode_t available for the declaration of _getpty().
Sjoerd Mullender
2000-07-26
1
-1/+1
*
Create a new section of pyport.h to hold all external function declarations
Thomas Wouters
2000-07-24
1
-0/+62
*
Removed all instances of RETSIGTYPE from the source code: signal
Tim Peters
2000-07-23
1
-17/+0
*
Included assert.h in Python.h -- it's absurd that this basic tool of
Tim Peters
2000-07-23
1
-0/+17
*
Recent ANSIfication introduced a couple instances of
Tim Peters
2000-07-23
1
-1/+25
*
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
Vladimir Marangozov
2000-07-10
1
-1/+1
*
Cray J90 fixes for long ints.
Tim Peters
2000-07-08
1
-0/+57