1. d0f2372 Modernized for 1.5 by Guido van Rossum · 28 years ago
  2. 57c30f6 Regenerated on a newer Linux version. by Guido van Rossum · 28 years ago
  3. 16dffdc Fix the NDELAY test; avoid outputting binary garbage. by Guido van Rossum · 28 years ago
  4. f518d5e Print less in test_socket. by Guido van Rossum · 28 years ago
  5. 16cd332 Add root.tkraise() to the _test() program so the window doesn't hide by Guido van Rossum · 28 years ago
  6. de554ec The usual. by Guido van Rossum · 28 years ago
  7. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 28 years ago
  8. 56f78d9 Set correct RFC number. by Guido van Rossum · 28 years ago
  9. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 28 years ago
  10. 526749b Misc.__init__(): Removed method, replaced with class attribute (which by Fred Drake · 28 years ago
  11. 1526219 Adding Jeremy Hylton's gzip module. by Guido van Rossum · 28 years ago
  12. 9d0a3df Transformed comments to doc strings. Added symlinks option to copytree. by Guido van Rossum · 28 years ago
  13. a2baf46 Reindented at 4 spaces. by Guido van Rossum · 28 years ago
  14. 5980845 Add feature to copy(), copy2(): dst may be a directory. by Guido van Rossum · 28 years ago
  15. 277206b Improvements to copyfile(): open the files in binary mode, and close by Guido van Rossum · 28 years ago
  16. 8be9a11 Restore two features of the original 1.4 pickle: by Guido van Rossum · 28 years ago
  17. faeae5c Alas, I have to restore 'marshal', since it is needed by the new by Guido van Rossum · 28 years ago
  18. caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 28 years ago
  19. 5fd026d Fix a couple of glitches identified by Greg Stein. by Fred Drake · 28 years ago
  20. f39d051 _safe_repr(): Make the context parameter required; ok since it's only for by Fred Drake · 28 years ago
  21. a89fda0 Muchly changed and improved pprint.py: by Fred Drake · 28 years ago
  22. ab0d1af spliturl() should not throw away everything past first newline by Guido van Rossum · 28 years ago
  23. 0c5e049 Reindented with 4 spaces. by Guido van Rossum · 28 years ago
  24. 7cfd31e Rewrite parsesequence() to emulate MH without invoking pick. by Guido van Rossum · 28 years ago
  25. 5e92aff Checking in a copy of Fred Drake's data structure pretty-printer by Guido van Rossum · 28 years ago
  26. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 28 years ago
  27. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 28 years ago
  28. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 28 years ago
  29. 505043f No need to define assert, it's built in. by Guido van Rossum · 28 years ago
  30. 103cc6d Patch by Craig McPheeters to clean up the back-references to widgets by Guido van Rossum · 28 years ago
  31. 5a56649 Remove Digital Creations copyright (Jim sez it's okay). by Guido van Rossum · 28 years ago
  32. 62bd30c Catch and report ValueError raised by strftime. by Guido van Rossum · 28 years ago
  33. 54a1d0b (Jack+Guido:) interpret ../ in basejoin() according to RFC1808. by Guido van Rossum · 28 years ago
  34. c511aee Open files in binary mode. by Guido van Rossum · 28 years ago
  35. f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 28 years ago
  36. 9e33074 (Jack:) Recognize PNG files. by Guido van Rossum · 28 years ago
  37. 5f32248 From: Clarence Gardner <clarence@king.silcom.com> by Guido van Rossum · 28 years ago
  38. a3d9e02 base64 support by Sjoerd. by Guido van Rossum · 28 years ago
  39. cb5cf9b Use uuencoded test images. by Guido van Rossum · 28 years ago
  40. cee1dd3 Don't just die when an error is not defined; print a warning instead. by Guido van Rossum · 28 years ago
  41. a6ed225 Try calling getpid() from /usr/lib/libc.so instead of some other random things. by Guido van Rossum · 28 years ago
  42. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 28 years ago
  43. 4706562 support module for cPickle by Guido van Rossum · 28 years ago
  44. b72cf2d New version by Digital Creations, supports binary format compatible by Guido van Rossum · 28 years ago
  45. de65527 Ping's latest. Fixes triple quoted strings ending in odd by Guido van Rossum · 28 years ago
  46. 3ccd2f1 while (1) -> while 1. Sorry. by Guido van Rossum · 28 years ago
  47. 2ebaa17 Search for a valid begin line instead of requiring the first line. by Guido van Rossum · 28 years ago
  48. 1aec323 Ka-Ping's muich improved version of March 26, 1997: by Guido van Rossum · 28 years ago
  49. 228b8e8 Whole lotta changes. by Guido van Rossum · 28 years ago
  50. 21aa0ef Changed my mind on replace(). by Guido van Rossum · 28 years ago
  51. aa925a5 Add #! line. by Guido van Rossum · 28 years ago
  52. ab096c9 New doc strings. by Guido van Rossum · 28 years ago
  53. fd79566 Fix two small bugs with proxies. by Guido van Rossum · 28 years ago
  54. a9a3575 New symbols due to assert statement. by Guido van Rossum · 28 years ago
  55. c1a4ba9 New test output for test_builtin by Guido van Rossum · 28 years ago
  56. 659a3b5 Optimized the hell out of listmessages(). by Guido van Rossum · 28 years ago
  57. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 28 years ago
  58. bfc3944 Change by Andrew Kuchling (edited by Guido): by Guido van Rossum · 28 years ago
  59. 1eb9a81 Added new functions replace() and replace1(). by Guido van Rossum · 28 years ago
  60. 4fc7067 Added a 'sync' method to shelve. If the underlying database does not have a sync by Roger E. Masse · 28 years ago
  61. 3ee6b19 Removed 'marshal' from the list of "ok" built-in functions -- the by Guido van Rossum · 28 years ago
  62. 4d81984 Ping's new version -- more efficient at finding the keywords. by Guido van Rossum · 28 years ago
  63. 3d99e35 Added __assert__. by Guido van Rossum · 28 years ago
  64. eb8c972 Ka-Ping Yee's version is better: by Guido van Rossum · 28 years ago
  65. 90d556f Simple module to publish list of Python keywords. by Guido van Rossum · 28 years ago
  66. f789ee4 Avoid crashes with nested multipart/mixed parts. by Guido van Rossum · 28 years ago
  67. efd3a3a Implement find_class() without exec statement. by Guido van Rossum · 28 years ago
  68. c6995534 Change the list() function to match the documentation in the comment by Guido van Rossum · 28 years ago
  69. 56d1e3a Added Fred Drake's netrc parser class. by Guido van Rossum · 28 years ago
  70. 18aef3c Support disassembly of a variety of objects through dis.dis(). by Guido van Rossum · 28 years ago
  71. 7b7c578 Add optional 4th argument to [r]find and [r]index (end of slice). by Guido van Rossum · 28 years ago
  72. ef8dc06 compile(): Use the __debug__ flag to determine the proper filename extension by Fred Drake · 28 years ago
  73. b5dc5e3 Added support for imaginary constants (e.g. 0j, 1j, 1.0j). by Guido van Rossum · 28 years ago
  74. 27e280d Restore old behavior of autotest and testall, using regrtest. by Guido van Rossum · 28 years ago
  75. f58ed25 Add "extra-verbose" mode, triggered by specifying two -v flags. In by Guido van Rossum · 28 years ago
  76. e69be3e Much more rigorous testing -- we now try many times, varying in time by Guido van Rossum · 28 years ago
  77. b51eaa1 Fixed doc string, added __version__, fixed 1 bug. by Guido van Rossum · 28 years ago
  78. fc6f533 Ka-Ping's version. by Guido van Rossum · 28 years ago
  79. 2a0711d Removing this -- complex numbers are now builtin, by Guido van Rossum · 28 years ago
  80. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 28 years ago
  81. 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 28 years ago
  82. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 28 years ago
  83. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 28 years ago
  84. 384d249 join(): join one or more path components by Barry Warsaw · 28 years ago
  85. b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 28 years ago
  86. 152f9d9 Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is by Guido van Rossum · 28 years ago
  87. 9580609 Require _tkinter -- don't attempt to import tkinter when _tkinter does by Guido van Rossum · 29 years ago
  88. 764d6c7 Gave the Listbox selection methods their correct (longer) names. by Guido van Rossum · 29 years ago
  89. c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 29 years ago
  90. 17ca992 Put support for a cnf dictionary back in, since it is still supported by Guido van Rossum · 29 years ago
  91. 50b82e8 Merged in Jack's fixes. This brings some lines beyond 79 chars again; by Guido van Rossum · 29 years ago
  92. 838cb28 Put a new, more useful, set of references in the leading comment. by Guido van Rossum · 29 years ago
  93. d23d940 Move the 'import os' in URLopener.cleanup() to inside the block by Guido van Rossum · 29 years ago
  94. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 29 years ago
  95. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 29 years ago
  96. 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 29 years ago
  97. 73e122f Fix splitext() to go up to the last dot, not the first. by Guido van Rossum · 29 years ago
  98. 76f587b Avoid traceback in selection_own_get() when no Tk widget owns the by Guido van Rossum · 29 years ago
  99. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 29 years ago
  100. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 29 years ago