summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-3/+58
* Bump version to 2.0b1.Guido van Rossum2000-06-291-6/+6
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-0/+4
* Jack Jansen: Use include "" instead of <>; and staticforward declarationsGuido van Rossum2000-06-291-1/+1
* Jack Jansen: Removed support for long-dead Think C compilerGuido van Rossum2000-06-281-5/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+20
* Fredrik Lundh: get rid of warning in pythonrun.cGuido van Rossum2000-06-261-0/+1
* part 2 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-232-0/+13
* Round 1 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-2/+8
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-202-1/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-1/+2
* Patch from /F:Andrew M. Kuchling2000-06-181-1/+20
* Typo fix in comment.Greg Ward2000-05-281-1/+1
* Now that standard exceptions are builtin, we don't need two phase initBarry Warsaw2000-05-251-6/+3
* Removing thread.h -- it has been obsolete for quite a while.Guido van Rossum2000-05-121-62/+0
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+2
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-4/+26
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-7/+75
* Trent Mick:Guido van Rossum2000-05-081-0/+3