summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
Commit message (Expand)AuthorAgeFilesLines
* * rangeobject.[ch], bltinmodule.c: incorporate new version of rangeGuido van Rossum1993-12-211-1/+1
* * import.c (get_module): pass .py filename to parse_file, not .pyc filename!Guido van Rossum1993-11-301-44/+3
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-6/+1
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-5/+5
* * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeGuido van Rossum1993-11-011-40/+13
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-011-1/+1
* * listobject.c (list_ass_slice): XDECREF instead of DECREF soGuido van Rossum1993-10-271-182/+123
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-261-2/+579
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-221-1/+1
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-181-9/+0
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+0
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-201-1/+1
* Several changes in one:Guido van Rossum1993-05-191-0/+4
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-301-5/+46
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-6/+41
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+2
* bltinmodule.c: added round(x, [n]); coerce() of two class instancesGuido van Rossum1993-02-121-1/+30
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-261-0/+2
* * config.c: Added audioop to lists.Guido van Rossum1992-11-261-1/+32
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-0/+12
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-19/+14
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-91/+40
* fix *serious* (new) bug in evalfile: forgot to initialize s!!!Guido van Rossum1992-08-191-0/+1
* use getargs() in more cases;Guido van Rossum1992-08-141-63/+48
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-141-29/+13
* Changes so that user-defined classes can implement operations invokedGuido van Rossum1992-08-121-1/+34
* * Makefile: cosmeticsGuido van Rossum1992-08-051-1/+6
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* lintGuido van Rossum1992-03-271-2/+0
* Strip leading whitespace from input().Guido van Rossum1992-03-121-0/+4
* Skip leading whitespace of eval() string argument.Guido van Rossum1992-03-041-1/+7
* Added execfile().Guido van Rossum1992-02-251-0/+37
* Get rid of comment about open().Guido van Rossum1992-02-051-1/+1
* Added getattr and setattr built-in functions.Guido van Rossum1992-01-271-0/+36
* long_format() is now declared in longobject.h.Guido van Rossum1992-01-191-5/+2
* Added SystemExit.Guido van Rossum1991-12-311-0/+2
* Sorted exceptions; added ImportError.Guido van Rossum1991-12-241-9/+11
* Regularize exceptions.Guido van Rossum1991-12-161-36/+27
* Added "apply"; added "SyntaxError"; changed table lay-out.Guido van Rossum1991-12-161-23/+42
* Added new exceptions.Guido van Rossum1991-12-101-4/+25
* Made dir() more robust.Guido van Rossum1991-10-241-6/+57
* Protect dir() against non-directory __dict__ attributes.Guido van Rossum1991-10-201-7/+14
* Change getbuiltin interface to get the name as an object;Guido van Rossum1991-08-161-2/+2
* Add and use coerce() routine for mixed mode arithmeticGuido van Rossum1991-07-011-17/+76
* printobject now returns an error codeGuido van Rossum1991-06-071-4/+8
* Fix conversion of double to long; stylistic changes.Guido van Rossum1991-06-031-3/+3
* Added long() and support for longs in int() and float();Guido van Rossum1991-05-051-58/+72
* Use fileobject's filegetline() to implement unlimited raw_input().Guido van Rossum1991-04-041-19/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Reversed min and max (to alphabetical order).Guido van Rossum1991-02-191-1/+1