1. 37e97bc The usual. by Guido van Rossum · 27 years ago
  2. 9b71273 Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substitute by Guido van Rossum · 27 years ago
  3. 0739797 The usual. by Guido van Rossum · 27 years ago
  4. 6100aaf Added test for pthread.h. by Guido van Rossum · 27 years ago
  5. d11bfdd Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even by Guido van Rossum · 27 years ago
  6. 1ed5e57 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  7. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  8. 2b713b2 One more inittab. by Guido van Rossum · 27 years ago
  9. bb5c6f8 Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  10. 87490eb Renamed inittab. by Guido van Rossum · 27 years ago
  11. 0bac33b Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  12. 1a43ce8 Added inittab. by Guido van Rossum · 27 years ago
  13. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  14. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  15. 04e30c1 Remove err_input from rename list -- it is a static inside errors.c. by Guido van Rossum · 27 years ago
  16. 373c869 Quickly renamed. Also removed the long comment explaining why this is by Guido van Rossum · 27 years ago
  17. 58d8e3d Remove renaming instructions for ANY -- this is not renamed in by Guido van Rossum · 27 years ago
  18. b209a11 Quickly renamed. by Guido van Rossum · 27 years ago
  19. e2b4f09 Track updates in rename2.h. by Guido van Rossum · 27 years ago
  20. e601c0f Added new name for inittab! by Guido van Rossum · 27 years ago
  21. 63c35e5 Remove macros that are only used for cgensupport.[ch]. by Guido van Rossum · 27 years ago
  22. 92e8782 Moved cgensupport.h to Modules (awaiting oblivion). by Guido van Rossum · 27 years ago
  23. 8105821 Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. by Guido van Rossum · 27 years ago
  24. 62cb0ba Moved to ../Modules. by Guido van Rossum · 27 years ago
  25. ba9d7c5 Change the exception objects to have the string value "os.error" by Guido van Rossum · 27 years ago
  26. 8ec9e63 Adapt Mac specific code to new universal headers (I think -- this is by Guido van Rossum · 27 years ago
  27. dfed920 Hm. What was previously checked in was the edited *output* of the old by Guido van Rossum · 27 years ago
  28. 3837de0 Moved here from ../Python and quickly renamed. by Guido van Rossum · 27 years ago
  29. 58a6ac5 Removed cgensupport.[co] (to ../Modules). by Guido van Rossum · 27 years ago
  30. 4f1099f Added cgensupport.o. by Guido van Rossum · 27 years ago
  31. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 27 years ago
  32. 9e3a812 Added Jeremy's resource module. by Guido van Rossum · 27 years ago
  33. 0a3eaf0 Quickly renamed. by Guido van Rossum · 27 years ago
  34. fb22156 Added Andrew Kuchling's zlib module. by Guido van Rossum · 27 years ago
  35. 1818b77 Moved rename2's macros relevant to this module here and added comment by Guido van Rossum · 27 years ago
  36. 1875247 Quickly renamed. by Guido van Rossum · 27 years ago
  37. 9d0a3df Transformed comments to doc strings. Added symlinks option to copytree. by Guido van Rossum · 27 years ago
  38. a2baf46 Reindented at 4 spaces. by Guido van Rossum · 27 years ago
  39. 5980845 Add feature to copy(), copy2(): dst may be a directory. by Guido van Rossum · 27 years ago
  40. 277206b Improvements to copyfile(): open the files in binary mode, and close by Guido van Rossum · 27 years ago
  41. e9a0732 Note that passing a filename to uu.{en,de}code() is deprecated. by Guido van Rossum · 27 years ago
  42. e76b7a8 Added fnmatch, base64 and quopri, received from Andrew Kuchling. by Guido van Rossum · 27 years ago
  43. 8be9a11 Restore two features of the original 1.4 pickle: by Guido van Rossum · 27 years ago
  44. faeae5c Alas, I have to restore 'marshal', since it is needed by the new by Guido van Rossum · 27 years ago
  45. 5026cb4 Now that the string-sig has settled on r"obin" strings, restrict the by Guido van Rossum · 27 years ago
  46. c474dea Expand one level of symbolic link in sys.argv[0] before inserting its by Guido van Rossum · 27 years ago
  47. 4246edd Unroll the for loop used for building python, so the first three by Guido van Rossum · 27 years ago
  48. caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 27 years ago
  49. 5fd026d Fix a couple of glitches identified by Greg Stein. by Fred Drake · 27 years ago
  50. f39d051 _safe_repr(): Make the context parameter required; ok since it's only for by Fred Drake · 27 years ago
  51. a89fda0 Muchly changed and improved pprint.py: by Fred Drake · 27 years ago
  52. ab0d1af spliturl() should not throw away everything past first newline by Guido van Rossum · 27 years ago
  53. b2c02de Removed pprint.py. by Fred Drake · 27 years ago
  54. 0c5e049 Reindented with 4 spaces. by Guido van Rossum · 27 years ago
  55. 7cfd31e Rewrite parsesequence() to emulate MH without invoking pick. by Guido van Rossum · 27 years ago
  56. 5e92aff Checking in a copy of Fred Drake's data structure pretty-printer by Guido van Rossum · 27 years ago
  57. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  58. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 27 years ago
  59. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 27 years ago
  60. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 27 years ago
  61. 505043f No need to define assert, it's built in. by Guido van Rossum · 27 years ago
  62. b5d2039 Always use spaces for indentation. by Fred Drake · 27 years ago
  63. 103cc6d Patch by Craig McPheeters to clean up the back-references to widgets by Guido van Rossum · 27 years ago
  64. 5a56649 Remove Digital Creations copyright (Jim sez it's okay). by Guido van Rossum · 27 years ago
  65. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  66. b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 27 years ago
  67. 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 27 years ago
  68. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  69. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  70. 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 27 years ago
  71. 3dc35b0 My own patch: support writable 'softspace' attribute. by Guido van Rossum · 27 years ago
  72. 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 27 years ago
  73. 62bf108 (Jack:) Don't define TRUE and FALSE if already defined. by Guido van Rossum · 27 years ago
  74. 6976a52 (Jack:) On the Mac, use standard strerror() if using MSL C-library. by Guido van Rossum · 27 years ago
  75. 2d45be1 (Jack:) On the Mac, give syntax error on \r. by Guido van Rossum · 27 years ago
  76. 3648884 (Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined. by Guido van Rossum · 27 years ago
  77. fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 27 years ago
  78. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 27 years ago
  79. 54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. by Guido van Rossum · 27 years ago
  80. c511aee Open files in binary mode. by Guido van Rossum · 27 years ago
  81. f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 27 years ago
  82. 9e33074 (Jack:) Recognize PNG files. by Guido van Rossum · 27 years ago
  83. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 27 years ago
  84. 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 27 years ago
  85. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 27 years ago
  86. 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 27 years ago
  87. ec61b77 Pass VERSION and VPATH into getpath.c. by Guido van Rossum · 27 years ago
  88. 5d88aa3 Oops, added <URL:...> around the URL. by Guido van Rossum · 27 years ago
  89. 24c9359 (Sjoerd:) Incorporate `build number' stuff. by Guido van Rossum · 27 years ago
  90. 5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. by Guido van Rossum · 27 years ago
  91. 1e0b19e Bugfix by Sjoerd: by Guido van Rossum · 27 years ago
  92. a3d9e02 base64 support by Sjoerd. by Guido van Rossum · 27 years ago
  93. 44adb0c Added note about SWIG (replacing a whole lot of nonsense about how by Guido van Rossum · 27 years ago
  94. cb5cf9b Use uuencoded test images. by Guido van Rossum · 27 years ago
  95. cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 27 years ago
  96. a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 27 years ago
  97. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 27 years ago
  98. 2095d24 Tweaks to keep the Microsoft compiler quiet. by Guido van Rossum · 27 years ago
  99. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  100. 8017767 Remove unused variable. by Guido van Rossum · 27 years ago