Movatterモバイル変換


[0]ホーム

URL:


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

[8]ページ先頭

©2009-2025 Movatter.jp