summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-2245-1526/+704
* Fix two instances of empty argument lists, and fix styleThomas Wouters2000-07-221-79/+78
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-1610-11/+11
* just fixing the indentationPeter Schneider-Kamp2000-07-131-1/+1
* raise error on duplicate function argumentsPeter Schneider-Kamp2000-07-131-1/+10
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-122-8/+0
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-123-10/+11
* Worm around MSVC6 error on single string literal > 2Kb.Tim Peters2000-07-121-2/+7
* Include macglue.h for some function prototypes, and renamed a fewJack Jansen2000-07-113-3/+10
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-112-4/+42
* Exception__str__(): In case 1, be sure to decref the tmp localBarry Warsaw2000-07-091-4/+8
* EnvironmentError__init__(): The two case clauses were missingBarry Warsaw2000-07-091-3/+9
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-0911-135/+126
* Get rid of unused vars in builtin_unicode (they were causingTim Peters2000-07-091-2/+0
* Fixed unicode() to use the new API PyUnicode_FromEncodedObject().Marc-André Lemburg2000-07-071-14/+1
* Added support for H (unsigned short) specifier in PyArg_ParseTuple andJack Jansen2000-07-062-1/+30
* Include limits.h if we have it.Jack Jansen2000-07-034-0/+12
* init_exceptions(): Decref `doc' so it doesn't leak.Barry Warsaw2000-07-011-0/+1
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+3
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+6
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-2/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-3049-294/+0
* Change copyright notice.Guido van Rossum2000-06-3051-1112/+347
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-2/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-302-14/+33
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-3011-110/+110
* replace constant 1 with symbolic constant METH_VARARGSJeremy Hylton2000-06-301-9/+9
* another typo caught by Rob HooftJeremy Hylton2000-06-301-1/+1
* - workaround to make 1.6 build under MSVC 5.0. hopefully,Fredrik Lundh2000-06-291-0/+4
* Change the loop index in normalizestring() to size_t too, to avoid aGuido van Rossum2000-06-291-1/+1
* Vladimir Marangozov:Guido van Rossum2000-06-281-8/+8
* Urmpf. Quality control on this patch lapsed a bit. :-(Guido van Rossum2000-06-281-2/+6
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-289-21/+40
* Trent Mick:Guido van Rossum2000-06-281-3/+10
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-281-3/+22
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-201-0/+3
* mark SyntaxError__str__ as METH_VARARGSJeremy Hylton2000-06-201-1/+1
* Added a new debug method sys.gettotalrefcount(), which returns the total numb...Mark Hammond2000-06-201-1/+14
* Christopher Fandrich <cfandrich@8cs.com>:Fred Drake2000-06-201-3/+6
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-10/+10
* The standard exception classes. Moved here from ../Modules/_exceptions.cBarry Warsaw2000-05-261-0/+994
* Added exceptions.o to the list of object to build in this subdir.Barry Warsaw2000-05-261-1/+2
* All the exception building related stuff has been moved out of thisBarry Warsaw2000-05-251-190/+1
* Py_Initialize(): Now that standard exceptions are builtin, we don'tBarry Warsaw2000-05-251-11/+11
* bltin_exc: Removed the leaf_exc flag in the structure, which was onlyBarry Warsaw2000-05-251-35/+29
* Bill Tutt:Guido van Rossum2000-05-111-1/+24
* At Bob Kahn's request, add CNRI to the copyright string (but not toGuido van Rossum2000-05-101-1/+5
* Trent Mick <trentm@activestate.com>:Fred Drake2000-05-091-12/+12
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-0/+37
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-9/+5