1. b738d26 Win/CE thread support by Mark Hammond. by Guido van Rossum · 25 years ago
  2. b729a1d Patch by Andrew Kuchling to unflush() (flush() for deflating). by Guido van Rossum · 25 years ago
  3. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  4. 00b6d0f New change log. by Guido van Rossum · 25 years ago
  5. a2ca434 New version. by Guido van Rossum · 25 years ago
  6. b6987b1 Alas, get rid of the Win specific hack to ask the user to press Return by Guido van Rossum · 25 years ago
  7. a99c5db Version bump awaiting impending new release. (Not much has changed :-( ) by Guido van Rossum · 25 years ago
  8. 1e7b0ac Removing an unused image of a snake. by Guido van Rossum · 25 years ago
  9. 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 25 years ago
  10. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 25 years ago
  11. 99fb7c7 Remove unused variable from complex_from_string() code. by Guido van Rossum · 25 years ago
  12. bd341fa Add the possibility of a gamma release (release candidate). by Guido van Rossum · 25 years ago
  13. 7969f31 Updated documentation by Per Cederqvist. I've added back the by Guido van Rossum · 25 years ago
  14. 8c67e4e Add extern decl for fsync() for SunOS 4.x. by Guido van Rossum · 25 years ago
  15. 296e143 Changes by Per Cederquist and The Dragon. by Guido van Rossum · 25 years ago
  16. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 25 years ago
  17. f3c695c Withdraw the UNC support from splitdrive(). Instead, a new function by Guido van Rossum · 25 years ago
  18. 8137680 For BeOS PowerPC. Chris Herborth. by Guido van Rossum · 25 years ago
  19. 4f21d54 Added more "See also" entries, + 1 inline hyperlink. by Fred Drake · 25 years ago
  20. ea003fc Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  21. 45b0aed correct version info for zlib. by Jeremy Hylton · 25 years ago
  22. 0ffdd05 Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on by Guido van Rossum · 25 years ago
  23. 93aa0f2 Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  24. b55ce1e Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  25. 52e2d51 Fixed latex2html weirdness for a footnote. by Fred Drake · 25 years ago
  26. 9aa8543 open() description: Made it more clear that 'b' should always be by Fred Drake · 25 years ago
  27. ae14230 Bunch of new contributors, including 9 who contributed to the Docs, by Guido van Rossum · 25 years ago
  28. 0155370 Added a few items to the "See also" sections at Guido's prompting. Made by Fred Drake · 25 years ago
  29. 766e0cb Added "doc" target to match the other document-prefix targets. by Fred Drake · 25 years ago
  30. 50ae47b Removed bosities around example code; not sure where that stuff crept in! by Fred Drake · 25 years ago
  31. 1dc3a50 Made improvements based on changes just made and comments from by Fred Drake · 25 years ago
  32. fa1591c Oops, missed mode parameter to open(). by Fred Drake · 25 years ago
  33. 9bb76d1 Made the default mode 'rb' instead of 'r', for better cross-platform by Fred Drake · 25 years ago
  34. 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 25 years ago
  35. e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 25 years ago
  36. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 25 years ago
  37. bd3bdde For reasons I dare not explain, this script should always execute by Guido van Rossum · 25 years ago
  38. 8ff764f Jonathan Giddy write: by Guido van Rossum · 25 years ago
  39. 60e7330 Per Cederqvist writes: by Guido van Rossum · 25 years ago
  40. 275e834 Added "Documenting Python" to the index. by Fred Drake · 25 years ago
  41. f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 25 years ago
  42. 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 25 years ago
  43. 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 25 years ago
  44. c91fcaa Protection against picling to/from closed (real) file. by Guido van Rossum · 25 years ago
  45. 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 25 years ago
  46. 4958f9a #$@%! Forgot to remove a #error directive used for testing. Sorry. by Guido van Rossum · 25 years ago
  47. 5773160 Chris Lawrence writes: by Guido van Rossum · 25 years ago
  48. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 25 years ago
  49. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 25 years ago
  50. cf95b0f Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my by Guido van Rossum · 25 years ago
  51. 2c4e009 Fixed a lot of the smaller nits identified in Guido's comments. by Fred Drake · 25 years ago
  52. 825df2a At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. by Guido van Rossum · 25 years ago
  53. 02ef28b Tim Peters writes: by Guido van Rossum · 25 years ago
  54. a3433e8 Tim Peters writes: by Guido van Rossum · 25 years ago
  55. 806a467 Where rfc822.Message is mentioned, add a link to the rfc822 module. by Fred Drake · 25 years ago
  56. b091134 During display, if EPIPE is raised, it's probably because a pager was by Fred Drake · 25 years ago
  57. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 25 years ago
  58. 447b4a0 Test suite for UserList. by Guido van Rossum · 25 years ago
  59. 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 25 years ago
  60. ecb1a65 Helpwin.__init__(): The text widget should get focus. by Barry Warsaw · 25 years ago
  61. 61ba072 Removed unnecessary import `from PyncheWidget import PyncheWidget' by Barry Warsaw · 25 years ago
  62. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago
  63. 1697b9c Improved a bunch of things. by Guido van Rossum · 25 years ago
  64. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago
  65. 7c6a90d Added some rules that affect those little "See also:" sections. by Fred Drake · 25 years ago
  66. bb584d3 Be more stylesheet friendly. by Fred Drake · 25 years ago
  67. a608a1d Require the verbatim package (similar to the LaTeX version). by Fred Drake · 25 years ago
  68. 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 25 years ago
  69. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago
  70. f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 25 years ago
  71. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 25 years ago
  72. cb1f242 Document complex() with string arg. by Guido van Rossum · 25 years ago
  73. b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 25 years ago
  74. 1195023 Patch by Nick and Stephanie Lockwood to implement complex() with a string by Guido van Rossum · 25 years ago
  75. 5fc9c86 SIGTERM is no longer caught to call sys.exitfunc. by Guido van Rossum · 25 years ago
  76. 2cafcbb Remove \platformof support, since it's been removed from the LaTeX style sheet. by Fred Drake · 25 years ago
  77. e82f5b3 Added note about ftpmirror.py, since that seems to be one of the most by Fred Drake · 25 years ago
  78. 5450062 Added Samuel Bayer's new webchecker. by Guido van Rossum · 25 years ago
  79. 2bc1379 Vladimir Marangozov contributed updated comments. by Guido van Rossum · 25 years ago
  80. cd037e7 Folded long lines. by Guido van Rossum · 25 years ago
  81. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 25 years ago
  82. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 25 years ago
  83. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 25 years ago
  84. d023a78 Conform to standard boilerplate. by Guido van Rossum · 25 years ago
  85. 6b9da45 Chris Herborth: the new compiler in R4.1 needs some new options to work... by Guido van Rossum · 25 years ago
  86. e7de206 Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the by Guido van Rossum · 25 years ago
  87. 7b6c71f Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. by Guido van Rossum · 25 years ago
  88. e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 25 years ago
  89. 9b8afde Use more recent option to \pdfdest to not change the zoom factor. by Fred Drake · 25 years ago
  90. c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 25 years ago
  91. 8ad22c8 Add $(EXE) to various occurrences of python so it will work on Cygwin by Guido van Rossum · 25 years ago
  92. 8db7d8b Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested! by Guido van Rossum · 25 years ago
  93. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 25 years ago
  94. d709b48 Adding thread.h -- unused but for b/w compatibility. by Guido van Rossum · 25 years ago
  95. 012ae20 Added bufferobject.c by Jack Jansen · 25 years ago
  96. a96f0ba Add code to test for all sorts of gethostbyname_r variants, by Guido van Rossum · 25 years ago
  97. 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 25 years ago
  98. 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 25 years ago
  99. 955becc Jonathan Giddy writes: by Guido van Rossum · 25 years ago
  100. 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 25 years ago