1. 554fa49 get build info from elsewhere by Guido van Rossum · 28 years ago
  2. 2fff2e6 work build# into version string by Guido van Rossum · 28 years ago
  3. 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 28 years ago
  4. 7683602 Changes for frame object speedup: by Guido van Rossum · 28 years ago
  5. f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 28 years ago
  6. cdf578e New lay-out of frame object, for fewer mallocs. by Guido van Rossum · 28 years ago
  7. 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
  8. 8d75161 Intern the string "__complex__". by Guido van Rossum · 28 years ago
  9. 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
  10. a412d24 Intern the various string objects created to speed up lookups. by Guido van Rossum · 28 years ago
  11. b56933e Intern the strings "__builtins__". by Guido van Rossum · 28 years ago
  12. c6d0670 Intern the strings created in getattr() and setattr(). by Guido van Rossum · 28 years ago
  13. 2a61e74 String interning. by Guido van Rossum · 28 years ago
  14. ee5cf9b Bump API version due to the various speedup hacks. by Guido van Rossum · 28 years ago
  15. 1e6e9a2 Two speedup hacks. Caching the hash saves recalculation of a string's by Guido van Rossum · 28 years ago
  16. 3dfd53b Add "if (x != NULL) continue;" (or similar for err==0) before the by Guido van Rossum · 28 years ago
  17. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  18. 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
  19. e325801 Remove obsolete PyFrame_ExtendStack. by Guido van Rossum · 28 years ago
  20. 3d77d2b Removed accessobject.c from file list. by Guido van Rossum · 28 years ago
  21. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  22. 792fd43 Comment out extend_stack() -- it is no longer needed. by Guido van Rossum · 28 years ago
  23. 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 28 years ago
  24. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  25. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 28 years ago
  26. 62f7d15 Use the stack size from the code object and the CO_MAXBLOCKS constant by Guido van Rossum · 28 years ago
  27. 8b993a9 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  28. 3f6e408 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  29. 00f86e6 Of course, when the type of the argument to dis() is unsupported, it by Guido van Rossum · 28 years ago
  30. bd30795 More user friedly interface: by Guido van Rossum · 28 years ago
  31. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 28 years ago
  32. 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
  33. ed648a2 Renamed, but not tested. Guido will you try your test script on this? by Roger E. Masse · 28 years ago
  34. e474fb3 Renamed. by Roger E. Masse · 28 years ago
  35. 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
  36. 69ed964 Lame test script for the SGI cl C module. by Roger E. Masse · 28 years ago
  37. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
  38. bb779ec README file for hints on Purify'ing or Quantify'ing the Python by Barry Warsaw · 28 years ago
  39. d9240d1 Already renamed. Indented. by Roger E. Masse · 28 years ago
  40. eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  41. 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  42. 7d18159 Rewrote lookmapping() according to suggestions by Jyrki Alakuijala. by Guido van Rossum · 28 years ago
  43. 3b039fa Minor output message change by Roger E. Masse · 28 years ago
  44. d0bc9cb Merge several mods: by Guido van Rossum · 28 years ago
  45. 5f4ce18 Renamed. by Roger E. Masse · 28 years ago
  46. 469848a As per GvR recomendations, remove the restriction that binhex only run on by Roger E. Masse · 28 years ago
  47. 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
  48. 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago
  49. 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago
  50. fa701a8 reformatted by Barry Warsaw · 28 years ago
  51. e4d7821 test is no longer needed by Barry Warsaw · 28 years ago
  52. 52a6ea7 Opps. Added tests for the last two methods that were missing from by Roger E. Masse · 28 years ago
  53. e17ec8d Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading by Roger E. Masse · 28 years ago
  54. 1ce7c6f Irix 6 specific files -- thanks Sjoerd! by Guido van Rossum · 28 years ago
  55. 6ad8d13 "ported" Guido's embedding demo to the mac, and wrote some minimal by Jack Jansen · 28 years ago
  56. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  57. 5cd7520 Describe new ("unsigned") behavior of hex() and oct(). by Guido van Rossum · 28 years ago
  58. 9a0313c Removed _xdr module by Barry Warsaw · 28 years ago
  59. bd8a911 test(): close the pipe, just to shut up Purify. by Barry Warsaw · 28 years ago
  60. 93d29b6 Eliminated gcc -Wall complaints: by Barry Warsaw · 28 years ago
  61. 61a63e1 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  62. 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  63. 845a4c6 Formatting. by Barry Warsaw · 28 years ago
  64. 41317d1 Obsolete, now that xdrlib.py uses the new-and-improved struct module. by Barry Warsaw · 28 years ago
  65. 7e98bda Raise ConversionError instances the new fangled way, e.g.: by Barry Warsaw · 28 years ago
  66. 6f72f97 Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit by Guido van Rossum · 28 years ago
  67. 7a515b9 Output for test of the timing module by Barry Warsaw · 28 years ago
  68. a6aca46 Test of the timing module by Barry Warsaw · 28 years ago
  69. 58d40a7 Renamed. by Barry Warsaw · 28 years ago
  70. 5b45664 Use the new regrtest harness by Barry Warsaw · 28 years ago
  71. 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
  72. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  73. 906a5e9 updated the oct(-100) test since oct() of a signed literal has changed. by Barry Warsaw · 28 years ago
  74. 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
  75. 3de721d Catch sunaudiodev.error on open() and re-raise TestFailed exception. by Barry Warsaw · 28 years ago
  76. 59e066e Oops, remove debugging statements by Barry Warsaw · 28 years ago
  77. b241c42 A slightly better test of sunaudiodev module. Include the audio data by Barry Warsaw · 28 years ago
  78. dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 28 years ago
  79. d08735a Skip empty paths read from the registry. by Guido van Rossum · 28 years ago
  80. 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 28 years ago
  81. ebee025 Changed hex() and oct() again, to never emit a '-' sign. by Guido van Rossum · 28 years ago
  82. fde462e Add the Lib/MACHDEP subdir to TESTPATH. by Guido van Rossum · 28 years ago
  83. ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
  84. f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
  85. 919cf1a New, better hash for floating point and complex by Guido van Rossum · 28 years ago
  86. 265b5b3 Use new struct which supports standardized sizes by Guido van Rossum · 28 years ago
  87. 88b85d4 Add __len__ method by Guido van Rossum · 28 years ago
  88. afe3ebf Use newer struct, which handles unsigned long right by Guido van Rossum · 28 years ago
  89. fe27a50 Added warning that gethostname() doesn't always return fqdn, and show by Guido van Rossum · 28 years ago
  90. 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
  91. 4de02d9 (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows by Fred Drake · 28 years ago
  92. 80dd9b6 Subtle change to hex/oct formatting so the largest negative number by Guido van Rossum · 28 years ago
  93. 8dc797d Return preferences of unknown type as opaque data by Jack Jansen · 28 years ago
  94. 466be80 Minor fix to get non-gusi python to compile again by Jack Jansen · 28 years ago
  95. 8dc8a6e Mac-specific version of getmtime (for non-GUSI Python, which needs by Jack Jansen · 28 years ago
  96. 41dc09d (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative by Fred Drake · 28 years ago
  97. 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 28 years ago
  98. 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
  99. 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
  100. 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago