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