1. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  2. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 27 years ago
  3. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 27 years ago
  4. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 27 years ago
  5. 505043f No need to define assert, it's built in. by Guido van Rossum · 27 years ago
  6. b5d2039 Always use spaces for indentation. by Fred Drake · 27 years ago
  7. 103cc6d Patch by Craig McPheeters to clean up the back-references to widgets by Guido van Rossum · 27 years ago
  8. 5a56649 Remove Digital Creations copyright (Jim sez it's okay). by Guido van Rossum · 27 years ago
  9. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  10. b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 27 years ago
  11. 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 27 years ago
  12. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  13. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  14. 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 27 years ago
  15. 3dc35b0 My own patch: support writable 'softspace' attribute. by Guido van Rossum · 27 years ago
  16. 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 27 years ago
  17. 62bf108 (Jack:) Don't define TRUE and FALSE if already defined. by Guido van Rossum · 27 years ago
  18. 6976a52 (Jack:) On the Mac, use standard strerror() if using MSL C-library. by Guido van Rossum · 27 years ago
  19. 2d45be1 (Jack:) On the Mac, give syntax error on \r. by Guido van Rossum · 27 years ago
  20. 3648884 (Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined. by Guido van Rossum · 27 years ago
  21. fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 27 years ago
  22. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 27 years ago
  23. 54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. by Guido van Rossum · 27 years ago
  24. c511aee Open files in binary mode. by Guido van Rossum · 27 years ago
  25. f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 27 years ago
  26. 9e33074 (Jack:) Recognize PNG files. by Guido van Rossum · 27 years ago
  27. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 27 years ago
  28. 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 27 years ago
  29. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 27 years ago
  30. 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 27 years ago
  31. ec61b77 Pass VERSION and VPATH into getpath.c. by Guido van Rossum · 27 years ago
  32. 5d88aa3 Oops, added <URL:...> around the URL. by Guido van Rossum · 27 years ago
  33. 24c9359 (Sjoerd:) Incorporate `build number' stuff. by Guido van Rossum · 27 years ago
  34. 5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. by Guido van Rossum · 27 years ago
  35. 1e0b19e Bugfix by Sjoerd: by Guido van Rossum · 27 years ago
  36. a3d9e02 base64 support by Sjoerd. by Guido van Rossum · 27 years ago
  37. 44adb0c Added note about SWIG (replacing a whole lot of nonsense about how by Guido van Rossum · 27 years ago
  38. cb5cf9b Use uuencoded test images. by Guido van Rossum · 27 years ago
  39. cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 27 years ago
  40. a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 27 years ago
  41. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 27 years ago
  42. 2095d24 Tweaks to keep the Microsoft compiler quiet. by Guido van Rossum · 27 years ago
  43. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  44. 8017767 Remove unused variable. by Guido van Rossum · 27 years ago
  45. fa658ce Remove two unised variables. by Guido van Rossum · 27 years ago
  46. 45c3aab Got rid of the static decl of PyCObject_Import, which was a 1.4 by Guido van Rossum · 27 years ago
  47. d385d59 Give PyErr_Format a new name and make it static. by Guido van Rossum · 27 years ago
  48. 4706562 support module for cPickle by Guido van Rossum · 27 years ago
  49. 60456fd Jim Fulton's version 2.2. by Guido van Rossum · 27 years ago
  50. 154417e Unknown changes by Jim Fulton. by Guido van Rossum · 27 years ago
  51. 0a73dd5 Changed the way the C API was exported. Jim Fulton. by Guido van Rossum · 27 years ago
  52. b72cf2d New version by Digital Creations, supports binary format compatible by Guido van Rossum · 27 years ago
  53. de65527 Ping's latest. Fixes triple quoted strings ending in odd by Guido van Rossum · 27 years ago
  54. 1836a62 NewMovieFromFile has extra parameter and return value by Jack Jansen · 27 years ago
  55. e0cf87b Enabled resID input/output parameter to NewMovieFromFile. This changes by Jack Jansen · 27 years ago
  56. 3ccd2f1 while (1) -> while 1. Sorry. by Guido van Rossum · 27 years ago
  57. 2ebaa17 Search for a valid begin line instead of requiring the first line. by Guido van Rossum · 27 years ago
  58. 6463920 (Optional) MSL compatability by Jack Jansen · 27 years ago
  59. 184c160 DisposPtr -> DisposePtr by Jack Jansen · 27 years ago
  60. 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 27 years ago
  61. 85ae4a8 Changed [SG]etCRefCon to [SG]etControlReference by Jack Jansen · 27 years ago
  62. 5495672 Modified for (optional) use of MSL by Jack Jansen · 27 years ago
  63. 9e1be97 Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONS by Jack Jansen · 27 years ago
  64. 1aec323 Ka-Ping's muich improved version of March 26, 1997: by Guido van Rossum · 27 years ago
  65. 24dacb3 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 27 years ago
  66. 5f5e817 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 27 years ago
  67. 1508538 Various status updates. by Guido van Rossum · 27 years ago
  68. fc5ee0f Added site by Guido van Rossum · 27 years ago
  69. 571391b New stuff by AMK. by Guido van Rossum · 27 years ago
  70. 6191551 Remove a redundant XINCREF(value). This caused the reference count of by Guido van Rossum · 27 years ago
  71. d641d67 New version by Sjoerd, with support for IRIX 6 audio library. by Guido van Rossum · 27 years ago
  72. f73bab7 Added an attribute string_id_to_buffer, which gives the offset you by Jack Jansen · 27 years ago
  73. 377df98 - Most errors are *not* OSErr style, so raise better exceptions (with by Jack Jansen · 27 years ago
  74. cb2554e Still not a real test, but at least it runs again by Jack Jansen · 27 years ago
  75. 1801aad Use MacOS.string_id_to_buffer for id() to buffer address hack by Jack Jansen · 27 years ago
  76. 4240b61 Use MacOS.string_id_to_buffer for the hack to convert string id() to by Jack Jansen · 27 years ago
  77. 9a8cb84 Checked in some new Tk demos that I wrote a while ago. by Guido van Rossum · 27 years ago
  78. 387c575 Small grammatical touchups: by Fred Drake · 27 years ago
  79. 228b8e8 Whole lotta changes. by Guido van Rossum · 27 years ago
  80. d69a84b use /usr/bin/env by Guido van Rossum · 27 years ago
  81. 101923b Added replace() implementation by Perry Stoll (debugged and reformatted by me). by Guido van Rossum · 27 years ago
  82. f643e3f Spell Unix, not UNIX. by Guido van Rossum · 27 years ago
  83. e8d94a8 Horrible hack to split up code '--' to prevent by Guido van Rossum · 27 years ago
  84. 1cd26f2 Add complex(). Update int(), long(), float() to support string conversions. by Guido van Rossum · 27 years ago
  85. 740eb82 Add cross-refs for int() to atoi() etc. by Guido van Rossum · 27 years ago
  86. 21aa0ef Changed my mind on replace(). by Guido van Rossum · 27 years ago
  87. aa925a5 Add #! line. by Guido van Rossum · 27 years ago
  88. ab096c9 New doc strings. by Guido van Rossum · 27 years ago
  89. fd79566 Fix two small bugs with proxies. by Guido van Rossum · 27 years ago
  90. a9a3575 New symbols due to assert statement. by Guido van Rossum · 27 years ago
  91. c1a4ba9 New test output for test_builtin by Guido van Rossum · 27 years ago
  92. 3917c22 Win32 precision clock() -- Mark Hammond. by Guido van Rossum · 27 years ago
  93. 9bf8445 Support include statement :-( by Guido van Rossum · 27 years ago
  94. 925e547 Support assert stmt. by Guido van Rossum · 27 years ago
  95. 4669fb4 Several fixes reported by jim F. by Guido van Rossum · 27 years ago
  96. 2a7f58d Allow passing a .pyo file. Print correct name in fatal error from PyErr_Print. by Guido van Rossum · 27 years ago
  97. 228d7f3 Added assert statement. by Guido van Rossum · 27 years ago
  98. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  99. 6dacd90 Allow leading underscore in keywords. by Guido van Rossum · 27 years ago
  100. 6fa4466 Added AssertionError. by Guido van Rossum · 27 years ago