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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make mode_t available for the declaration of _getpty().
Sjoerd Mullender
2000-07-26
1
-1/+1
*
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Thomas Wouters
2000-07-25
3
-37/+19
*
Create a new section of pyport.h to hold all external function declarations
Thomas Wouters
2000-07-24
1
-0/+62
*
Remove function-less prototype (old function that was removed ?) that
Thomas Wouters
2000-07-24
1
-1/+0
*
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
2
-1/+20
*
Recent ANSIfication introduced a couple instances of
Tim Peters
2000-07-23
1
-1/+25
*
ANSIfications: fix empty arglists, and remove the checks for
Thomas Wouters
2000-07-22
6
-34/+3
*
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters
2000-07-22
1
-3/+1
*
Restore PyXXX_Length() APIs for binary compatibility.
Marc-André Lemburg
2000-07-17
1
-6/+18
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
7
-11/+11
*
Added PyObject_AsFileDescriptor, which checks for integer, long integer,
Andrew M. Kuchling
2000-07-13
1
-0/+1
*
fix PyXXX_Length macros as suggested by Fred
Jeremy Hylton
2000-07-13
1
-3/+3
*
deleted obsolete SYMANTEC__CFM68K__ tests
Skip Montanaro
2000-07-12
1
-8/+0
*
delete obsolete SYMANTEC__CFM68K__ #ifdefs
Skip Montanaro
2000-07-12
2
-12/+0
*
change abstract size functions PySequence_Size &c.
Jeremy Hylton
2000-07-12
1
-6/+12
*
Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Fred Drake
2000-07-11
1
-1/+1
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
2
-2/+6
*
Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons
Vladimir Marangozov
2000-07-10
1
-1/+1
*
A small comment fix just to make sure I got my cvs/ssh setup right.
Vladimir Marangozov
2000-07-10
1
-1/+1
*
Remove legacy use of __SC__; no longer needed now that ANSI source is
Fred Drake
2000-07-09
1
-4/+0
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
5
-17/+22
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
10
-173/+166
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
14
-338/+340
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-08
12
-174/+176
*
ANSI-fication of the sources -- remove Py_PROTO!
Fred Drake
2000-07-08
2
-35/+39
*
Cray J90 fixes for long ints.
Tim Peters
2000-07-08
3
-3/+62
*
One of the new prototypes was missing the "void" args.
Greg Stein
2000-07-08
1
-1/+1
*
Got RID of redundant coercions in longobject.c (as spotted by Greg
Tim Peters
2000-07-08
1
-54/+54
*
Fix to use Py_UCS4
Marc-André Lemburg
2000-07-07
1
-1/+1
*
Some cleanup of longs in prepartion for Cray J90 fixes: got
Tim Peters
2000-07-07
2
-15/+15
*
Added new API PyUnicode_FromEncodedObject() which supports decoding
Marc-André Lemburg
2000-07-07
1
-0/+18
*
Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik
Marc-André Lemburg
2000-07-07
1
-3/+8
*
Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need
Marc-André Lemburg
2000-07-07
1
-0/+11
*
Added prototypes for the new codec APIs for strings. These APIs
Marc-André Lemburg
2000-07-06
1
-0/+31
*
Modified the ISALPHA and ISALNUM macros to use the new lookup APIs
Marc-André Lemburg
2000-07-05
1
-5/+8
*
Added #defines to enable SUSv2 compatibility where available and
Marc-André Lemburg
2000-07-05
1
-0/+10
*
Removed Py_PROTO and switched to ANSI C declarations in the dict
Tim Peters
2000-07-04
1
-14/+14
*
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
Marc-André Lemburg
2000-07-03
1
-0/+11
*
Neil Schemenauer: small fixes for GC
Guido van Rossum
2000-07-01
1
-6/+3
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
51
-306/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
51
-1108/+343
*
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton
2000-06-30
1
-3/+58
*
Bump version to 2.0b1.
Guido van Rossum
2000-06-29
1
-6/+6
*
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake
2000-06-29
1
-0/+4
*
Jack Jansen: Use include "" instead of <>; and staticforward declarations
Guido van Rossum
2000-06-29
1
-1/+1
*
Jack Jansen: Removed support for long-dead Think C compiler
Guido van Rossum
2000-06-28
1
-5/+0
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-0/+20
*
Fredrik Lundh: get rid of warning in pythonrun.c
Guido van Rossum
2000-06-26
1
-0/+1
*
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
2
-0/+13
[next]