summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-031-2/+3
* Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.Guido van Rossum2000-08-031-10/+0
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-032-2/+2
* Added #define for oldest version of argument callingAndrew M. Kuchling2000-08-031-0/+1
* Of course, you meant "#if 0" and not "#ifdef 0". :)Guido van Rossum2000-08-011-1/+1
* Guido said this is food for the beta-testers<wink>Peter Schneider-Kamp2000-08-011-0/+5
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-3110-177/+221
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-318-6/+339
* Make mode_t available for the declaration of _getpty().Sjoerd Mullender2000-07-261-1/+1
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-253-37/+19
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-0/+62
* Remove function-less prototype (old function that was removed ?) thatThomas Wouters2000-07-241-1/+0
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-17/+0
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-232-1/+20
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-1/+25
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-226-34/+3
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-3/+1
* Restore PyXXX_Length() APIs for binary compatibility.Marc-André Lemburg2000-07-171-6/+18
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-167-11/+11
* Added PyObject_AsFileDescriptor, which checks for integer, long integer,Andrew M. Kuchling2000-07-131-0/+1
* fix PyXXX_Length macros as suggested by FredJeremy Hylton2000-07-131-3/+3
* deleted obsolete SYMANTEC__CFM68K__ testsSkip Montanaro2000-07-121-8/+0
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-122-12/+0
* change abstract size functions PySequence_Size &c.Jeremy Hylton2000-07-121-6/+12
* Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).Fred Drake2000-07-111-1/+1
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-112-2/+6
* Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasonsVladimir Marangozov2000-07-101-1/+1
* A small comment fix just to make sure I got my cvs/ssh setup right.Vladimir Marangozov2000-07-101-1/+1
* Remove legacy use of __SC__; no longer needed now that ANSI source isFred Drake2000-07-091-4/+0
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-095-17/+22
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0910-173/+166
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0914-338/+340
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0812-174/+176
* ANSI-fication of the sources -- remove Py_PROTO!Fred Drake2000-07-082-35/+39
* Cray J90 fixes for long ints.Tim Peters2000-07-083-3/+62
* One of the new prototypes was missing the "void" args.Greg Stein2000-07-081-1/+1
* Got RID of redundant coercions in longobject.c (as spotted by GregTim Peters2000-07-081-54/+54
* Fix to use Py_UCS4Marc-André Lemburg2000-07-071-1/+1
* Some cleanup of longs in prepartion for Cray J90 fixes: gotTim Peters2000-07-072-15/+15
* Added new API PyUnicode_FromEncodedObject() which supports decodingMarc-André Lemburg2000-07-071-0/+18
* Defunct the _XOPEN_SOURCE define for now. Suggested by FredrikMarc-André Lemburg2000-07-071-3/+8
* Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these needMarc-André Lemburg2000-07-071-0/+11
* Added prototypes for the new codec APIs for strings. These APIsMarc-André Lemburg2000-07-061-0/+31
* Modified the ISALPHA and ISALNUM macros to use the new lookup APIsMarc-André Lemburg2000-07-051-5/+8
* Added #defines to enable SUSv2 compatibility where available andMarc-André Lemburg2000-07-051-0/+10
* Removed Py_PROTO and switched to ANSI C declarations in the dictTim Peters2000-07-041-14/+14
* Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macrosMarc-André Lemburg2000-07-031-0/+11
* Neil Schemenauer: small fixes for GCGuido van Rossum2000-07-011-6/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-3051-306/+0
* Change copyright notice.Guido van Rossum2000-06-3051-1108/+343