summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Andy Dustman: add GNU pth user-space thread support.Guido van Rossum2000-05-081-0/+4
* Add two scenarios by Vladimir Marangozov that show how to use your ownGuido van Rossum2000-05-051-1/+43
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-032-51/+294
* At last, this backward compatibility file bites the dust.Guido van Rossum2000-05-021-434/+0
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-0/+1
* Christian Tismer -- total rewrite on trashcan code.Guido van Rossum2000-04-241-2/+8
* Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac)Guido van Rossum2000-04-241-1/+1
* Fix PR#7 comparisons of recursive objectsJeremy Hylton2000-04-141-0/+3
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-1/+1