1. 75fce30 Add flush() method to fake file. by Guido van Rossum · 27 years ago
  2. db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
  3. 9e48b27 Catch all exceptions in test modules. by Guido van Rossum · 27 years ago
  4. 65cd989 Added output from new tests. by Guido van Rossum · 27 years ago
  5. 9ddd9da Fixed a syntax error caused by a bad line in the Perl source. by Guido van Rossum · 27 years ago
  6. 26d80e6 Correct inf. while loop. by Guido van Rossum · 27 years ago
  7. e8b8131 Merged Jeffrey's changes in. by Guido van Rossum · 27 years ago
  8. 16bd0ff Merged my changes in, and added all converted Perl tests. by Guido van Rossum · 27 years ago
  9. 337c6d4 Jeffrey's version by Guido van Rossum · 27 years ago
  10. 9f845ec More changes by Jeffrey. by Guido van Rossum · 27 years ago
  11. 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 27 years ago
  12. 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 27 years ago
  13. 5310975 Fix group() -- should be tuple even when re has exactly one group. by Guido van Rossum · 27 years ago
  14. 09bcfd6 Jeffrey's latest -- almost there. by Guido van Rossum · 27 years ago
  15. 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
  16. 70f107f Three fewer incorrect failures by Guido van Rossum · 27 years ago
  17. 7449540 After some discussion with Jeremy and Fred, decided to limit the by Guido van Rossum · 27 years ago
  18. 1d8b758 Removed the traceback output in non-verbose mode by Guido van Rossum · 27 years ago
  19. 5d6de25 New from Jeffrey; small nits. by Guido van Rossum · 27 years ago
  20. 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
  21. 035aae0 Some small nits. by Guido van Rossum · 27 years ago
  22. 185147f Test urlparse cache with try/except instead of has_key. by Guido van Rossum · 27 years ago
  23. 7ffbd2f This is pretty pathetic and full of errors, by Guido van Rossum · 27 years ago
  24. 8e0ce30 test suite for re.py by Guido van Rossum · 27 years ago
  25. 105bd98 Added /usr/bin/env python and made executable. by Guido van Rossum · 27 years ago
  26. e3cd151 Use the modules base64, quopri, and uu, instead of external programs by Guido van Rossum · 27 years ago
  27. 9e1ee97 Support for conditional breakpoints (Jim Fulton, with some changes). by Guido van Rossum · 27 years ago
  28. 6683617 Normalize whitespace. by Guido van Rossum · 27 years ago
  29. ff02e1d Support for conditional breakpoints (Jim Fulton). by Guido van Rossum · 27 years ago
  30. 65c28b7 Removed debug print in set construction. Changed some '==' to 'in' (Tim Peters). by Guido van Rossum · 27 years ago
  31. 63e1819 New version from Jeffrey after I complained about some glaring bugs. by Guido van Rossum · 27 years ago
  32. 5ca1b71 Straight from Jeffrey Ollie's web page. by Guido van Rossum · 27 years ago
  33. d247812 Two improvements suggested by Tim Peters: speed up random() since we by Guido van Rossum · 27 years ago
  34. 475d51d Wrapped up the ~/.netrc support. This is basically just the changes Guido & by Fred Drake · 27 years ago
  35. bcdb940 Added docstrings by Sue Williams, re-indented to 4 spaces / level. by Fred Drake · 27 years ago
  36. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  37. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  38. f668d17 Clear the ftp cache when it contains more than 10 entries. by Guido van Rossum · 27 years ago
  39. 2966b32 Catch *all* errors that ftplib can raise (ftplib.all_errors) rather by Guido van Rossum · 27 years ago
  40. 2b1566b Correct typo in last line (test program invocation). by Guido van Rossum · 27 years ago
  41. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  42. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  43. c24751b Add Host: header to URL request. by Guido van Rossum · 27 years ago
  44. b94cd96 Fix bug in copy() by using copy.copy() instead of making assumptions by Guido van Rossum · 27 years ago
  45. bd40d7e Added the new dictionary methods to the wrapper class. by Fred Drake · 27 years ago
  46. 2d3aac2 The usual by Guido van Rossum · 27 years ago
  47. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  48. 77e1db3 Support $HOME in expanduser(). by Guido van Rossum · 27 years ago
  49. 1d0fe31 Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bit by Barry Warsaw · 27 years ago
  50. f7cea10 Remove '(' in column 0 of doc strings. Add dependency on dict.copy(). by Guido van Rossum · 27 years ago
  51. d7c9d96 Tweak default source of query a bit so it is possible to invoke by Guido van Rossum · 27 years ago
  52. 1aec3f0 lowercase proxies env variables, for Windows. by Guido van Rossum · 27 years ago
  53. 4305542 Reworded the doc string to remove the need for The Emacs font-lock kludge. by Guido van Rossum · 27 years ago
  54. c8296db Widget._setup(): Support name=None in a similar way to the handling of other by Fred Drake · 27 years ago
  55. f1e6354 The usual by Guido van Rossum · 27 years ago
  56. d6a111e Fix for boundary case (Jack) by Guido van Rossum · 27 years ago
  57. f858021 Add test for presence of socket_type. by Guido van Rossum · 27 years ago
  58. 05ba2ab Fix ratecv test (Sjoerd). by Guido van Rossum · 27 years ago
  59. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  60. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  61. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  62. 32f92ca Handling of pathnames pointing to files on toplevel folder of disk was by Guido van Rossum · 27 years ago
  63. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 28 years ago
  64. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 28 years ago
  65. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 28 years ago
  66. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 28 years ago
  67. 4dfd458 Fix typo in error reporting. by Guido van Rossum · 28 years ago
  68. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 28 years ago
  69. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 28 years ago
  70. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 28 years ago
  71. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 28 years ago
  72. ad16471 Untested changes by Skip Montanaro to have an optional limit on the by Guido van Rossum · 28 years ago
  73. 725a67e Regenerated on newer Solaris version by Guido van Rossum · 28 years ago
  74. 0e351f3 Finally found a wat to set a file nonblocking that works on Irix, by Guido van Rossum · 28 years ago
  75. d0f2372 Modernized for 1.5 by Guido van Rossum · 28 years ago
  76. 57c30f6 Regenerated on a newer Linux version. by Guido van Rossum · 28 years ago
  77. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 28 years ago
  78. f518d5e Print less in test_socket. by Guido van Rossum · 28 years ago
  79. 16cd332 Add root.tkraise() to the _test() program so the window doesn't hide by Guido van Rossum · 28 years ago
  80. de554ec The usual. by Guido van Rossum · 28 years ago
  81. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 28 years ago
  82. 56f78d9 Set correct RFC number. by Guido van Rossum · 28 years ago
  83. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 28 years ago
  84. 526749b Misc.__init__(): Removed method, replaced with class attribute (which by Fred Drake · 28 years ago
  85. 1526219 Adding Jeremy Hylton's gzip module. by Guido van Rossum · 28 years ago
  86. 9d0a3df Transformed comments to doc strings. Added symlinks option to copytree. by Guido van Rossum · 28 years ago
  87. a2baf46 Reindented at 4 spaces. by Guido van Rossum · 28 years ago
  88. 5980845 Add feature to copy(), copy2(): dst may be a directory. by Guido van Rossum · 28 years ago
  89. 277206b Improvements to copyfile(): open the files in binary mode, and close by Guido van Rossum · 28 years ago
  90. 8be9a11 Restore two features of the original 1.4 pickle: by Guido van Rossum · 28 years ago
  91. faeae5c Alas, I have to restore 'marshal', since it is needed by the new by Guido van Rossum · 28 years ago
  92. caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 28 years ago
  93. 5fd026d Fix a couple of glitches identified by Greg Stein. by Fred Drake · 28 years ago
  94. f39d051 _safe_repr(): Make the context parameter required; ok since it's only for by Fred Drake · 28 years ago
  95. a89fda0 Muchly changed and improved pprint.py: by Fred Drake · 28 years ago
  96. ab0d1af spliturl() should not throw away everything past first newline by Guido van Rossum · 28 years ago
  97. 0c5e049 Reindented with 4 spaces. by Guido van Rossum · 28 years ago
  98. 7cfd31e Rewrite parsesequence() to emulate MH without invoking pick. by Guido van Rossum · 28 years ago
  99. 5e92aff Checking in a copy of Fred Drake's data structure pretty-printer by Guido van Rossum · 28 years ago
  100. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 28 years ago