711 Commits (c6b292cdeee689f0bfac6c1e2c2d4e4e01fa8d9e)

Author SHA1 Message Date
Guido van Rossum 32120311ed rename arglist to alist (conflict with new grammar symbol) 31 years ago
Guido van Rossum 872537cc86 added locals() and globals(); [raw_]input() uses readline() 31 years ago
Guido van Rossum 8a1e8eb62f fix bogus test for negative float 31 years ago
Guido van Rossum 24c137432c call __import__() with 4 args instead of 1 31 years ago
Guido van Rossum 2165158ab3 test for float to the float power here 31 years ago
Guido van Rossum a6f6050229 moved callable() to object.c 31 years ago
Guido van Rossum 7f9fa97ca2 fix import related leaks 31 years ago
Guido van Rossum 0865dd9ce9 fix Alpha bug in (x)range; different __builtins__ initialization 31 years ago
Guido van Rossum 58b6873f6b fix subtle refcount big in filter() -- Tim MacKenzie 31 years ago
Guido van Rossum 5524a59b09 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently 31 years ago
Guido van Rossum 84eaa8396e fix globals/locals defaults for eval/execfile 31 years ago
Guido van Rossum 6135a87f2b __builtins__ mods (and sys_checkinterval for ceval.c) 31 years ago
Guido van Rossum 6a00cd8b89 * Python/bltinmodule.c: restructured coerce(), divmod(), pow() to 31 years ago
Guido van Rossum 6d023c98b0 Added 1995 to copyright message. 31 years ago
Guido van Rossum 1ae940a587 Lots of changes, most minor (fatal() instead of abort(), use of 31 years ago
Guido van Rossum 030ae17582 fix pow() core dump 32 years ago
Guido van Rossum 180d7b4d55 * Python/ceval.c, Include/ceval.h: promote MakePendingCalls to 32 years ago
Guido van Rossum e4ab6475f1 * Python/getmtime.c: Remove mac specifics (Mac subdirectory has 32 years ago
Guido van Rossum 14144fcdfd Added delattr() 32 years ago
Guido van Rossum cae027b298 * Python/bltinmodule.c: added tuple() builtin 32 years ago
Guido van Rossum df05ac6dfb Python/bltinmodule.c: mods by Andrew Kuchling to implement 32 years ago
Guido van Rossum 2d9518585c * Python/bltinmodule.c (builtin_vars): correct typo in error msg 32 years ago
Guido van Rossum 7d6aa51b56 * rangeobject.[ch], bltinmodule.c: incorporate new version of range 33 years ago
Guido van Rossum 590baa4a7a * import.c (get_module): pass .py filename to parse_file, not .pyc filename! 33 years ago
Guido van Rossum c600411755 * mpzmodule.c: removed redundant mpz_print function. 33 years ago
Guido van Rossum e77a757094 * nismodule.c: database keys and values can contain null bytes. be more 33 years ago
Guido van Rossum 2586bf0a34 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range 33 years ago
Sjoerd Mullender 615194a352 Fixed bugs in resizetuple and extended the interface. 33 years ago
Guido van Rossum dc4b93db70 * listobject.c (list_ass_slice): XDECREF instead of DECREF so 33 years ago
Guido van Rossum 12d12c5faf * compile.[ch]: support for lambda() 33 years ago
Guido van Rossum 89b3325dc4 * import.c (MAGIC): Changed magic word to avoid confusion about exec 33 years ago
Guido van Rossum db3165e655 * bltinmodule.c: removed exec() built-in function. 33 years ago
Guido van Rossum 234f942aef * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 33 years ago
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods 33 years ago
Guido van Rossum 25831652fd Several changes in one: 33 years ago
Guido van Rossum 5b7221849e * Fixed some subtleties with fastlocals. You can no longer access 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum e537240c25 * Changed many files to use mkvalue() instead of newtupleobject(). 33 years ago
Guido van Rossum 9e51f9bec8 bltinmodule.c: added round(x, [n]); coerce() of two class instances 33 years ago
Guido van Rossum d014ea6b5e * classobject.c: in instance_lenth, test result of call_object 34 years ago
Guido van Rossum c89705d697 * config.c: Added audioop to lists. 34 years ago
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b) 34 years ago
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or 34 years ago
Guido van Rossum 1899c2e055 Made builtins int(), long(), float(), oct() and hex() more generic. 34 years ago
Guido van Rossum 2b81dc9c00 fix *serious* (new) bug in evalfile: forgot to initialize s!!! 34 years ago
Guido van Rossum 94390a4eaf use getargs() in more cases; 34 years ago
Guido van Rossum e6eefc2231 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 34 years ago
Guido van Rossum 04691fc1c1 Changes so that user-defined classes can implement operations invoked 34 years ago
Guido van Rossum ff4949eeee * Makefile: cosmetics 34 years ago
Guido van Rossum bab9d03855 Copyright for 1992 added 34 years ago