summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
Commit message (Expand)AuthorAgeFilesLines
* SF patch #413552 - Premature decref on objectTim Peters2001-04-071-3/+7
* Extend support for from __future__ import nested_scopesJeremy Hylton2001-03-221-2/+14
* Move the code implementing isinstance() and issubclass() to new CGuido van Rossum2001-03-211-96/+6
* Backed out the unistr() builtin.Marc-André Lemburg2001-01-191-18/+0
* clearer error messages for apply() and "no locals"Jeremy Hylton2001-01-191-4/+6
* Fix for the bug in complex() just reported by Ping.Guido van Rossum2001-01-191-1/+7
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+18
* Use rich comparisons in min and max.Guido van Rossum2001-01-171-9/+9
* Update the docstring for apply() so that "args" is marked as optionalFred Drake2001-01-121-1/+1
* (Modified) patch by Ping - SF Patch #102681.Guido van Rossum2001-01-121-27/+33
* Add NotImplemented to the builtin module.Neil Schemenauer2001-01-041-0/+3
* CHange error messages for ord(), using "string" instead of "string or Unicode"Andrew M. Kuchling2000-12-231-2/+3
* Whoops! Two stray characters crept in to my last check-inAndrew M. Kuchling2000-12-201-1/+1
* Patch #102955, fixing one of the warnings in bug #121479:Andrew M. Kuchling2000-12-201-5/+7
* Make isinstance() more permissive in what types of arguments itNeil Schemenauer2000-12-041-17/+9
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-26/+26
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-3/+0
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-191-6/+3
* Deferred the attribute name object type checking to the underlyingMarc-André Lemburg2000-09-181-4/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),Guido van Rossum2000-08-271-4/+1
* comples_from_string(): Move s_buffer[] up to the top-level functionBarry Warsaw2000-08-181-2/+1
* Clean up a couple of warnings on Win64. The downcast of the strlen size_tTrent Mick2000-08-121-1/+1
* Both PEP 201 Lockstep Iteration and SF patch #101030 have beenBarry Warsaw2000-08-031-0/+56
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-2/+0
* Another missed ansification.Thomas Wouters2000-07-231-4/+1
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-179/+60
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-121-1/+1
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-4/+4
* 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
* Include limits.h if we have it.Jack Jansen2000-07-031-0/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick:Guido van Rossum2000-06-281-3/+10
* Christopher Fandrich <cfandrich@8cs.com>:Fred Drake2000-06-201-3/+6
* All the exception building related stuff has been moved out of thisBarry Warsaw2000-05-251-190/+1
* bltin_exc: Removed the leaf_exc flag in the structure, which was onlyBarry Warsaw2000-05-251-35/+29
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-2/+2
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* A bit of cleanup:Guido van Rossum2000-05-031-34/+5
* _PyBuiltin_Init_2(): Remove the misleading comment.Barry Warsaw2000-05-021-1/+0
* initerrors(): Remove this function. String-based standard exceptionsBarry Warsaw2000-05-021-96/+4
* When refering to Unicode characters in exception messages andFred Drake2000-04-131-5/+5
* ord: provide better error messagesJeremy Hylton2000-04-121-8/+19
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-4/+17
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-051-8/+45
* Marc-Andre Lemburg: added new builtin functions unicode() andGuido van Rossum2000-03-101-5/+78
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-5/+5
* Changes by Mark Hammond related to the new WindowsError exception.Guido van Rossum2000-02-171-0/+6