1. bcdb940 Added docstrings by Sue Williams, re-indented to 4 spaces / level. by Fred Drake · 27 years ago
  2. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  3. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  4. f668d17 Clear the ftp cache when it contains more than 10 entries. by Guido van Rossum · 27 years ago
  5. 2966b32 Catch *all* errors that ftplib can raise (ftplib.all_errors) rather by Guido van Rossum · 27 years ago
  6. 2b1566b Correct typo in last line (test program invocation). by Guido van Rossum · 27 years ago
  7. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  8. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  9. c24751b Add Host: header to URL request. by Guido van Rossum · 27 years ago
  10. b94cd96 Fix bug in copy() by using copy.copy() instead of making assumptions by Guido van Rossum · 27 years ago
  11. bd40d7e Added the new dictionary methods to the wrapper class. by Fred Drake · 27 years ago
  12. 2d3aac2 The usual by Guido van Rossum · 27 years ago
  13. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  14. 77e1db3 Support $HOME in expanduser(). by Guido van Rossum · 27 years ago
  15. 1d0fe31 Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit by Barry Warsaw · 27 years ago
  16. f7cea10 Remove '(' in column 0 of doc strings. Add dependency on dict.copy(). by Guido van Rossum · 27 years ago
  17. d7c9d96 Tweak default source of query a bit so it is possible to invoke by Guido van Rossum · 27 years ago
  18. 1aec3f0 lowercase proxies env variables, for Windows. by Guido van Rossum · 27 years ago
  19. 4305542 Reworded the doc string to remove the need for The Emacs font-lock kludge. by Guido van Rossum · 27 years ago
  20. c8296db Widget._setup(): Support name=None in a similar way to the handling of other by Fred Drake · 27 years ago
  21. f1e6354 The usual by Guido van Rossum · 27 years ago
  22. d6a111e Fix for boundary case (Jack) by Guido van Rossum · 27 years ago
  23. f858021 Add test for presence of socket_type. by Guido van Rossum · 27 years ago
  24. 05ba2ab Fix ratecv test (Sjoerd). by Guido van Rossum · 27 years ago
  25. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  26. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  27. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  28. 32f92ca Handling of pathnames pointing to files on toplevel folder of disk was by Guido van Rossum · 27 years ago
  29. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  30. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  31. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 27 years ago
  32. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 27 years ago
  33. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 27 years ago
  34. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  35. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 27 years ago
  36. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 27 years ago
  37. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 27 years ago
  38. ad16471 Untested changes by Skip Montanaro to have an optional limit on the by Guido van Rossum · 27 years ago
  39. 725a67e Regenerated on newer Solaris version by Guido van Rossum · 27 years ago
  40. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 27 years ago
  41. d0f2372 Modernized for 1.5 by Guido van Rossum · 27 years ago
  42. 57c30f6 Regenerated on a newer Linux version. by Guido van Rossum · 27 years ago
  43. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 27 years ago
  44. f518d5e Print less in test_socket. by Guido van Rossum · 27 years ago
  45. 16cd332 Add root.tkraise() to the _test() program so the window doesn't hide by Guido van Rossum · 27 years ago
  46. de554ec The usual. by Guido van Rossum · 27 years ago
  47. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 27 years ago
  48. 56f78d9 Set correct RFC number. by Guido van Rossum · 27 years ago
  49. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 27 years ago
  50. 526749b Misc.__init__(): Removed method, replaced with class attribute (which by Fred Drake · 27 years ago
  51. 1526219 Adding Jeremy Hylton's gzip module. by Guido van Rossum · 27 years ago
  52. 9d0a3df Transformed comments to doc strings. Added symlinks option to copytree. by Guido van Rossum · 27 years ago
  53. a2baf46 Reindented at 4 spaces. by Guido van Rossum · 27 years ago
  54. 5980845 Add feature to copy(), copy2(): dst may be a directory. by Guido van Rossum · 27 years ago
  55. 277206b Improvements to copyfile(): open the files in binary mode, and close by Guido van Rossum · 27 years ago
  56. 8be9a11 Restore two features of the original 1.4 pickle: by Guido van Rossum · 27 years ago
  57. faeae5c Alas, I have to restore 'marshal', since it is needed by the new by Guido van Rossum · 27 years ago
  58. caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 27 years ago
  59. 5fd026d Fix a couple of glitches identified by Greg Stein. by Fred Drake · 27 years ago
  60. f39d051 _safe_repr(): Make the context parameter required; ok since it's only for by Fred Drake · 27 years ago
  61. a89fda0 Muchly changed and improved pprint.py: by Fred Drake · 27 years ago
  62. ab0d1af spliturl() should not throw away everything past first newline by Guido van Rossum · 27 years ago
  63. 0c5e049 Reindented with 4 spaces. by Guido van Rossum · 27 years ago
  64. 7cfd31e Rewrite parsesequence() to emulate MH without invoking pick. by Guido van Rossum · 27 years ago
  65. 5e92aff Checking in a copy of Fred Drake's data structure pretty-printer by Guido van Rossum · 27 years ago
  66. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 27 years ago
  67. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 27 years ago
  68. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 27 years ago
  69. 505043f No need to define assert, it's built in. by Guido van Rossum · 27 years ago
  70. 103cc6d Patch by Craig McPheeters to clean up the back-references to widgets by Guido van Rossum · 27 years ago
  71. 5a56649 Remove Digital Creations copyright (Jim sez it's okay). by Guido van Rossum · 27 years ago
  72. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 27 years ago
  73. 54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. by Guido van Rossum · 27 years ago
  74. c511aee Open files in binary mode. by Guido van Rossum · 27 years ago
  75. f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 27 years ago
  76. 9e33074 (Jack:) Recognize PNG files. by Guido van Rossum · 27 years ago
  77. 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 27 years ago
  78. a3d9e02 base64 support by Sjoerd. by Guido van Rossum · 27 years ago
  79. cb5cf9b Use uuencoded test images. by Guido van Rossum · 27 years ago
  80. cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 27 years ago
  81. a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 27 years ago
  82. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 27 years ago
  83. 4706562 support module for cPickle by Guido van Rossum · 27 years ago
  84. b72cf2d New version by Digital Creations, supports binary format compatible by Guido van Rossum · 27 years ago
  85. de65527 Ping's latest. Fixes triple quoted strings ending in odd by Guido van Rossum · 27 years ago
  86. 3ccd2f1 while (1) -> while 1. Sorry. by Guido van Rossum · 27 years ago
  87. 2ebaa17 Search for a valid begin line instead of requiring the first line. by Guido van Rossum · 27 years ago
  88. 1aec323 Ka-Ping's muich improved version of March 26, 1997: by Guido van Rossum · 27 years ago
  89. 228b8e8 Whole lotta changes. by Guido van Rossum · 27 years ago
  90. 21aa0ef Changed my mind on replace(). by Guido van Rossum · 27 years ago
  91. aa925a5 Add #! line. by Guido van Rossum · 27 years ago
  92. ab096c9 New doc strings. by Guido van Rossum · 27 years ago
  93. fd79566 Fix two small bugs with proxies. by Guido van Rossum · 27 years ago
  94. a9a3575 New symbols due to assert statement. by Guido van Rossum · 27 years ago
  95. c1a4ba9 New test output for test_builtin by Guido van Rossum · 27 years ago
  96. 659a3b5 Optimized the hell out of listmessages(). by Guido van Rossum · 27 years ago
  97. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 27 years ago
  98. bfc3944 Change by Andrew Kuchling (edited by Guido): by Guido van Rossum · 27 years ago
  99. 1eb9a81 Added new functions replace() and replace1(). by Guido van Rossum · 27 years ago
  100. 4fc7067 Added a 'sync' method to shelve. If the underlying database does not have a sync by Roger E. Masse · 27 years ago