1. a46d51d round up list item counts to improve realloc performance by Guido van Rossum · 30 years ago
  2. 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 30 years ago
  3. e95d92b removed unused vars by Guido van Rossum · 30 years ago
  4. 27e916f apply dictclear to dict of deleted modules by Guido van Rossum · 30 years ago
  5. 49b11fe move callable() here by Guido van Rossum · 30 years ago
  6. e9c6bcd fix leak in func_dealloc (forgot to decref name) by Guido van Rossum · 30 years ago
  7. 7874d1f Fix NULL dereference in case of out-of-memory condition by Jack Jansen · 30 years ago
  8. 32b582b fix strobject() behavior by Guido van Rossum · 30 years ago
  9. b0fe3a9 added reverselist; free recycling bin on error exit by Guido van Rossum · 30 years ago
  10. 3535f6e long_scan is no longer used by Guido van Rossum · 30 years ago
  11. ce00509 make a few things static by Guido van Rossum · 30 years ago
  12. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 30 years ago
  13. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  14. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 30 years ago
  15. ae7bf1a fix reentrancy bug in slice assignment by Guido van Rossum · 30 years ago
  16. 2056684 properly implement cmp() for class instances by Guido van Rossum · 30 years ago
  17. 5524a59 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently by Guido van Rossum · 30 years ago
  18. 879c581 implement coercions involving instances properly by Guido van Rossum · 30 years ago
  19. c206c76 fix memory leak and null pointer dereference by Guido van Rossum · 30 years ago
  20. 10393b1 add restrictions in restricted mode by Guido van Rossum · 30 years ago
  21. c113482 add builtins handling and restricted flag by Guido van Rossum · 30 years ago
  22. e7d444f * Objects/classobject.c: added 5th (function) parameter to by Guido van Rossum · 30 years ago
  23. cab650d * Objects/methodobject.c: changed drastically, the object now by Guido van Rossum · 30 years ago
  24. 5bd3805 Added __doc__ attribute (alias func_doc), initialized from first by Guido van Rossum · 30 years ago
  25. 8b14b4c initialize __doc__ to None by Guido van Rossum · 30 years ago
  26. 29ca26e added getattr(), supporting __doc__ and _name__ by Guido van Rossum · 30 years ago
  27. 016564a attribute-less object is AttributeError, not TypeError by Guido van Rossum · 30 years ago
  28. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  29. efc8713 * Objects/mappingobject.c (mappingremove): don't call by Guido van Rossum · 30 years ago
  30. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  31. bb3c5f7 fix comparison of instances without _-cmp__ by Guido van Rossum · 30 years ago
  32. b9a6d12 Comparison of two class instances without __cmp__ or __rcmp__ methods by Sjoerd Mullender · 30 years ago
  33. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  34. 9776adf rearranged code in debugging version of DELREF to avoid touching data by Guido van Rossum · 30 years ago
  35. 52ca98a Yet another version (by me) of __getattr__ etc. by Guido van Rossum · 30 years ago
  36. e773754 Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc. by Guido van Rossum · 30 years ago
  37. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  38. 013142a fix nasty bug in resizing (formatstring) by Guido van Rossum · 30 years ago
  39. bf8c0e3 mods by Andrew Kuchling to implement by Guido van Rossum · 30 years ago
  40. eb1fafc New patches by Andrew to fix various problems Add cast for Lance by Guido van Rossum · 30 years ago
  41. 6cd2fe0 Correct problems found by THINK C 6.0 by Guido van Rossum · 30 years ago
  42. f0171a1 * configure.in, */Makefile*.in: OPT can now be specified in the by Guido van Rossum · 30 years ago
  43. 91ab4a8 If an attribute is deleted, __setattr__ is called with 2 instead of 3 by Guido van Rossum · 30 years ago
  44. 0b7d02a New patches by Andrew to fix various problems by Guido van Rossum · 30 years ago
  45. e149fa2 * Objects/classobject.c, Include/classobject.h: added __getattr__ by Guido van Rossum · 30 years ago
  46. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  47. 2e1d433 Added getmaxint() so sys can initialize sys.maxint. Added Makefile.in. by Guido van Rossum · 31 years ago
  48. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
  49. 455b87d New file by Guido van Rossum · 31 years ago
  50. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  51. 8732d6a Fix lay-out of previous fix. by Guido van Rossum · 31 years ago
  52. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  53. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  54. 71e57d0 Fix the fix :-( by Guido van Rossum · 31 years ago
  55. 6938a29 Three micro fixes to formatstring by Guido van Rossum · 31 years ago
  56. 52f2c05 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python by Guido van Rossum · 31 years ago
  57. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  58. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  59. 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
  60. 4199fac Added getmappingsize(). (Needed by previous checkin of posixmodule.c) by Guido van Rossum · 31 years ago
  61. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  62. 82d410e * fileobject.c (softspace): fix bug if called with NULL file. by Guido van Rossum · 31 years ago
  63. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  64. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  65. dc4b93d * listobject.c (list_ass_slice): XDECREF instead of DECREF so by Guido van Rossum · 31 years ago
  66. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  67. 444fc7c Add some necessary casts; use double quotes to represent strings in some cases. by Guido van Rossum · 31 years ago
  68. 72481a3 Changes to make range checks portable to 64-bit machines. by Guido van Rossum · 31 years ago
  69. 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
  70. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  71. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  72. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  73. 842d2cc intobject.c: Save references to small integers, so that they can be by Sjoerd Mullender · 31 years ago
  74. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  75. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  76. f64992e * clmodule.c (doParams): free PVbuffer in error condition. by Sjoerd Mullender · 31 years ago
  77. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  78. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  79. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  80. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  81. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  82. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  83. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  84. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  85. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  86. 8a0c345 Fix bug in class instance hash (forgot to clear error condition). by Guido van Rossum · 31 years ago
  87. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  88. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  89. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  90. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  91. 4b1302b Generalized version of dictionaries, with compatibility hacks. by Guido van Rossum · 31 years ago
  92. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  93. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 31 years ago
  94. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 32 years ago
  95. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  96. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  97. e35399e Checking in last-minute changes that are already part of release 0.9.8 by Guido van Rossum · 32 years ago
  98. a2b7f40 * Configure.py: use #!/usr/local/bin/python by Guido van Rossum · 32 years ago
  99. de788b8 fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. by Guido van Rossum · 32 years ago
  100. d014ea6 * classobject.c: in instance_lenth, test result of call_object by Guido van Rossum · 32 years ago