summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marc-Andre Lemburg: New exported API PyUnicode_Resize().Guido van Rossum2000-04-101-0/+19
* Bump version to 1.6a2 -- to be released one of these days.Guido van Rossum2000-04-061-3/+3
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-054-3/+36
* Make it version 1.6a1.Guido van Rossum2000-03-301-3/+3
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-301-0/+2
* Version updated to 1.6; API version to 1009.Guido van Rossum2000-03-292-7/+9
* remove reference to CALL_FUNCTION_STAR in commentJeremy Hylton2000-03-291-1/+1
* slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+7
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-1/+7
* Prototypes added for MBCS codecs. (Win32 only.)Guido van Rossum2000-03-281-0/+20
* Updated comment: in PyTypeObject:Fred Drake2000-03-211-1/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-7/+9
* Marc-Andre Lemburg: add declaration for PyUnicode_Contains().Guido van Rossum2000-03-131-0/+11
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-131-0/+47
* Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer,Guido van Rossum2000-03-101-0/+46
* Marc-Andre Lemburg: include unicodeobject.h and codecs.hGuido van Rossum2000-03-101-0/+2
* Marc-Andre Lemburg: add PyExc_UnicodeErrorGuido van Rossum2000-03-101-0/+1
* Unicode implementation by Marc-Andre Lemburg based on original code by Fredri...Guido van Rossum2000-03-101-0/+754
* Python Codec Registry and support functions, by Marc-Andre Lemburg.Guido van Rossum2000-03-101-0/+55
* Got rid of silly "123456789-..." lines in comments.Guido van Rossum2000-03-015-22/+0
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-1/+7
* Declarations related to new WindowsError exception.Guido van Rossum2000-02-171-0/+7
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-0/+1
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-122-0/+2
* Patch by Tim Peters:Guido van Rossum1999-06-221-0/+1
* Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ toGuido van Rossum1999-06-091-2/+2
* Prepare for final release.Guido van Rossum1999-04-131-4/+5
* Release 1.5.2c1Guido van Rossum1999-04-081-4/+4