Movatterモバイル変換
[0]ホーム
- 8e454f3Misc changes.by Guido van Rossum· 32 years ago
- be0e942New files.by Guido van Rossum· 32 years ago
- 7d6aa51* rangeobject.[ch], bltinmodule.c: incorporate new version of rangeby Guido van Rossum· 32 years ago
- b898bd2New fileby Guido van Rossum· 32 years ago
- 67a5fdb* mpzmodule.c: cast some methods to the proper type.by Guido van Rossum· 32 years ago
- 66bca32Port to Solaris 2.3.by Sjoerd Mullender· 32 years ago
- 57531fechange syntactical position of lambdef (was an atom, now is a test)by Guido van Rossum· 32 years ago
- 590baa4* import.c (get_module): pass .py filename to parse_file, not .pyc filename!by Guido van Rossum· 32 years ago
- b376a4a* timemodule.c: Add hack for Solaris 2.by Guido van Rossum· 32 years ago
- c45611d* import.c (get_module): total rewrite, to ensure proper search order: forby Guido van Rossum· 32 years ago
- a3d78fb* posixmodule.c: added set{uid,gid}.by Guido van Rossum· 32 years ago
- c600411* mpzmodule.c: removed redundant mpz_print function.by Guido van Rossum· 32 years ago
- 2e8f8a3Added compare operations for functions and code objects.by Guido van Rossum· 32 years ago
- 094885bMust initialize 'inspect' flagby Guido van Rossum· 32 years ago
- e77a757* nismodule.c: database keys and values can contain null bytes. be moreby Guido van Rossum· 32 years ago
- b73cc04* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,by Guido van Rossum· 32 years ago
- 2586bf0* rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from rangeby Guido van Rossum· 32 years ago
- 615194aFixed bugs in resizetuple and extended the interface.by Sjoerd Mullender· 32 years ago
- dc4b93d* listobject.c (list_ass_slice): XDECREF instead of DECREF soby Guido van Rossum· 32 years ago
- 3b71604Committing the correct graminit.c; also changed confusing comments in Grammar.by Guido van Rossum· 32 years ago
- 12d12c5* compile.[ch]: support for lambda()by Guido van Rossum· 32 years ago
- 8054fadChanges to accept double-quoted strings on input.by Guido van Rossum· 32 years ago
- 5a2a683* filemodule.c: added writelines() -- analogous to readlines()by Guido van Rossum· 32 years ago
- 52c1f51import.c: When something is wrong with the .pyc, properly open the .pyby Sjoerd Mullender· 32 years ago
- 89b3325* import.c (MAGIC): Changed magic word to avoid confusion about execby Guido van Rossum· 32 years ago
- 3bb8a05Several optimizations and speed improvements.by Sjoerd Mullender· 32 years ago
- db3165e* bltinmodule.c: removed exec() built-in function.by Guido van Rossum· 32 years ago
- cacd957* stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isby Guido van Rossum· 32 years ago
- 21d335eMakefile, import.c: Lance's alternative module search (allow .pyc fileby Guido van Rossum· 32 years ago
- cbaddb5Added widget methods {Height,Width}{,MM}OfScreen.by Sjoerd Mullender· 32 years ago
- a9c3c22* Extended X interface: pixmap objects, colormap objects visual objects,by Sjoerd Mullender· 32 years ago
- f1dc566* Makefile: added all: and default: targets.by Guido van Rossum· 32 years ago
- 9e90a67* pythonmain.c: -k option, usage message, more environment flags.by Guido van Rossum· 32 years ago
- 234f942* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.by Guido van Rossum· 32 years ago
- eb6b33a* classobject.c: in instance_getattr, don't make a method out of aby Guido van Rossum· 32 years ago
- b3f7258* Lots of small changes related to access.by Guido van Rossum· 32 years ago
- 81daa32Access checks now work, at least for instance data (not for methodsby Guido van Rossum· 32 years ago
- 2583165Several changes in one:by Guido van Rossum· 32 years ago
- 6ac258d* pythonrun.c: Print exception type+arg *after* stack trace instead ofby Guido van Rossum· 32 years ago
- acbe8da(I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)by Guido van Rossum· 32 years ago
- 9575a44* Microscopic corrections to make things compile on the Cray APP.by Guido van Rossum· 32 years ago
- f56e3dbSupport for frozen scripts; added -i option.by Guido van Rossum· 32 years ago
- 5b72218* Fixed some subtleties with fastlocals. You can no longer accessby Guido van Rossum· 32 years ago
- 8b17d6bChanges to speed up local variables enormously, by avoiding dictionaryby Guido van Rossum· 32 years ago
- 9bfef44* Changed all copyright messages to include 1993.by Guido van Rossum· 32 years ago
- e537240* Changed many files to use mkvalue() instead of newtupleobject().by Guido van Rossum· 32 years ago
- 9e51f9bbltinmodule.c: added round(x, [n]); coerce() of two class instancesby Guido van Rossum· 32 years ago
- bf80e54* stdwinmodule.c: various new commands: setwin{pos,size},by Guido van Rossum· 32 years ago
- 6f5afc9* ceval.c: ifdef out the last argument passing compat hack.by Guido van Rossum· 32 years ago
- 34679b7* Added Fixcprt.py: script to fix copyright message.by Guido van Rossum· 33 years ago
- 0b0db8eAdded separate main program for the Mac: macmain.cby Guido van Rossum· 33 years ago
- 76ab5feushdr_t was not defined so fill in its size instead of using sizeof.by Sjoerd Mullender· 33 years ago
- e893412Added error checking. Improved coexistance with dl module.by Sjoerd Mullender· 33 years ago
- 775f4da* Makefile: use cp -r to install the libraryby Guido van Rossum· 33 years ago
- ed59d20Various changes.by Sjoerd Mullender· 33 years ago
- a2b7f40* Configure.py: use #!/usr/local/bin/pythonby Guido van Rossum· 33 years ago
- 5f59d60* mymalloc.h: always allocate one extra byte, since some malloc'sby Guido van Rossum· 33 years ago
- d014ea6* classobject.c: in instance_lenth, test result of call_objectby Guido van Rossum· 33 years ago
- c89705d* config.c: Added audioop to lists.by Guido van Rossum· 33 years ago
- a9e7dc1* bltinmodule.c: added built-in function cmp(a, b)by Guido van Rossum· 33 years ago
- 3165fe6Modified most (but not yet all) I/O to always go through sys.stdout orby Guido van Rossum· 33 years ago
- 1899c2eMade builtins int(), long(), float(), oct() and hex() more generic.by Guido van Rossum· 33 years ago
- d10d829Added C++ support in thread.h; don't use signals if not strictlyby Sjoerd Mullender· 33 years ago
- 2dff991Give code objects a more useful representation.by Guido van Rossum· 33 years ago
- 99bec95Add some debugging features if DEBUG definedby Guido van Rossum· 33 years ago
- 59bff39Add sys.exitfunc feature. Make askync non-static.by Guido van Rossum· 33 years ago
- da8cd86Add $PYTHONSTARTUP feature.by Guido van Rossum· 33 years ago
- 14b4adbAdd an optional interface to turn malloc debugging on and off.by Guido van Rossum· 33 years ago
- 2179945newest versionby Sjoerd Mullender· 33 years ago
- aee8bc1adapted SV module to the new svideo library. update thread package.by Sjoerd Mullender· 33 years ago
- a93265asuppress unnecessary error message if too many arguments are passedby Guido van Rossum· 33 years ago
- f9a2d33fix *serious* (new) bug in testbool: by default objects should testby Guido van Rossum· 33 years ago
- 2b81dc9fix *serious* (new) bug in evalfile: forgot to initialize s!!!by Guido van Rossum· 33 years ago
- f9f2e82New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()by Guido van Rossum· 33 years ago
- 94390a4use getargs() in more cases; oct(0) should return '0', not '00'by Guido van Rossum· 33 years ago
- 96caaeecheck for embedded \0 in strings for z and s formatsby Guido van Rossum· 33 years ago
- e6eefc2* classobject.[ch], {float,long,int}object.c, bltinmodule.c:by Guido van Rossum· 33 years ago
- 04691fcChanges so that user-defined classes can implement operations invokedby Guido van Rossum· 33 years ago
- df72a65To ignore a call, cast it to (void), not to (void *)...by Guido van Rossum· 33 years ago
- ff4949e* Makefile: cosmeticsby Guido van Rossum· 33 years ago
- 1984f1e* Makefile adapted to changes below.by Guido van Rossum· 33 years ago
- 5dc8eb0sysmodule.c: calling sys.settrace() or sys.setprofile() withoutby Guido van Rossum· 33 years ago
- 138e6bfRemoved confusing, incorrect comment.by Guido van Rossum· 33 years ago
- ab2490aAdded new types to setattr() as well...by Guido van Rossum· 33 years ago
- 899dcf3Added parameter decls to do_mkvalue for non-template machinesby Guido van Rossum· 33 years ago
- fc61adbMerged with Steve Miale's versionby Guido van Rossum· 33 years ago
- 3cfe6faAdded mkvalue() functionby Guido van Rossum· 33 years ago
- bd9cccaTest for NULL coming out of err_get() in call_exc_trace()by Guido van Rossum· 33 years ago
- 801dcaereverse sense of test for CHECKEXCby Guido van Rossum· 33 years ago
- 5b7313aArg of cmp_outcome becomes an int for portability to the Macby Guido van Rossum· 33 years ago
- 7cdf5ebDon't use NULL as 0 int!by Guido van Rossum· 33 years ago
- 74b31c9Latest gramamrby Guido van Rossum· 33 years ago
- bab9d03Copyright for 1992 addedby Guido van Rossum· 33 years ago
- 94fb82eOnly * can be used for varargs argument listsby Guido van Rossum· 33 years ago
- eee3fd4(Hopefully) fix bug in reference count in call_exc_trace()by Guido van Rossum· 33 years ago
- e765f7dFix reference counts of sys_trace and sys_profileby Guido van Rossum· 33 years ago
- 2c81957tightened try statement syntaxby Guido van Rossum· 33 years ago
- dcc6ef2fix HUGE and MAXVAL (suggested by Tim Peters)by Guido van Rossum· 33 years ago
- df840d9lintby Guido van Rossum· 33 years ago
- 0a066c0lint (added prototypes for all static fns)by Guido van Rossum· 33 years ago
[8]ページ先頭