1. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago
  2. 1697b9c Improved a bunch of things. by Guido van Rossum · 25 years ago
  3. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago
  4. 7c6a90d Added some rules that affect those little "See also:" sections. by Fred Drake · 25 years ago
  5. bb584d3 Be more stylesheet friendly. by Fred Drake · 25 years ago
  6. a608a1d Require the verbatim package (similar to the LaTeX version). by Fred Drake · 25 years ago
  7. 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 25 years ago
  8. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago
  9. f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 25 years ago
  10. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 25 years ago
  11. cb1f242 Document complex() with string arg. by Guido van Rossum · 25 years ago
  12. b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 25 years ago
  13. 1195023 Patch by Nick and Stephanie Lockwood to implement complex() with a string by Guido van Rossum · 25 years ago
  14. 5fc9c86 SIGTERM is no longer caught to call sys.exitfunc. by Guido van Rossum · 25 years ago
  15. 2cafcbb Remove \platformof support, since it's been removed from the LaTeX style sheet. by Fred Drake · 25 years ago
  16. e82f5b3 Added note about ftpmirror.py, since that seems to be one of the most by Fred Drake · 25 years ago
  17. 5450062 Added Samuel Bayer's new webchecker. by Guido van Rossum · 25 years ago
  18. 2bc1379 Vladimir Marangozov contributed updated comments. by Guido van Rossum · 25 years ago
  19. cd037e7 Folded long lines. by Guido van Rossum · 25 years ago
  20. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 25 years ago
  21. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 25 years ago
  22. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 25 years ago
  23. d023a78 Conform to standard boilerplate. by Guido van Rossum · 25 years ago
  24. 6b9da45 Chris Herborth: the new compiler in R4.1 needs some new options to work... by Guido van Rossum · 25 years ago
  25. e7de206 Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the by Guido van Rossum · 25 years ago
  26. 7b6c71f Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. by Guido van Rossum · 25 years ago
  27. e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 25 years ago
  28. 9b8afde Use more recent option to \pdfdest to not change the zoom factor. by Fred Drake · 25 years ago
  29. c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 25 years ago
  30. 8ad22c8 Add $(EXE) to various occurrences of python so it will work on Cygwin by Guido van Rossum · 25 years ago
  31. 8db7d8b Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested! by Guido van Rossum · 25 years ago
  32. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 25 years ago
  33. d709b48 Adding thread.h -- unused but for b/w compatibility. by Guido van Rossum · 25 years ago
  34. 012ae20 Added bufferobject.c by Jack Jansen · 25 years ago
  35. a96f0ba Add code to test for all sorts of gethostbyname_r variants, by Guido van Rossum · 25 years ago
  36. 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 25 years ago
  37. 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 25 years ago
  38. 955becc Jonathan Giddy writes: by Guido van Rossum · 25 years ago
  39. 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 25 years ago
  40. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 25 years ago
  41. f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 25 years ago
  42. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 25 years ago
  43. 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 25 years ago
  44. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago
  45. 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 25 years ago
  46. 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 25 years ago
  47. d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 25 years ago
  48. 51288bc Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if by Guido van Rossum · 25 years ago
  49. 8be2296 Document new builtin buffer(). Greg Stein. by Guido van Rossum · 25 years ago
  50. 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 25 years ago
  51. 0daf022 New builtin buffer() creates a derived read-only buffer from any by Guido van Rossum · 25 years ago
  52. 49ded3e Added check for negative offset for PyBuffer_FromObject and check for by Guido van Rossum · 25 years ago
  53. 7d5f5dd Added htmldoc, to generate the HTML for "Documenting Python". by Fred Drake · 25 years ago
  54. 1468d77 Add "Documenting Python" to the list of processed documents. by Fred Drake · 25 years ago
  55. 03dffcc LaTeX2HTML support for the ltxmarkup package. by Fred Drake · 25 years ago
  56. 9466b9a Add some (commented out) macros to change the page size to the size of by Fred Drake · 25 years ago
  57. 5967667 Documented FTP.set_pasv(). by Fred Drake · 25 years ago
  58. f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  59. e3fd106 Make this simpler; don't care about the paper size. Require that the by Fred Drake · 25 years ago
  60. a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  61. 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 25 years ago
  62. b8c9f01 Removed all owner resources except for "Pyth". by Jack Jansen · 25 years ago
  63. a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 25 years ago
  64. 154d909 Note that abspath() was added in 1.5.2. by Fred Drake · 25 years ago
  65. 5744d2a For some reason these files had never been checked in. by Jack Jansen · 25 years ago
  66. cd219d5 For reasons unknown these files were never checked in to CVS. by Jack Jansen · 25 years ago
  67. 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 25 years ago
  68. 90fc0a7 Be sure "make" understands the "doc" target is phony. by Fred Drake · 25 years ago
  69. eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 25 years ago
  70. 8d2c0c2 Fixed minor nits, added index entries to make these easier to find for people by Fred Drake · 25 years ago
  71. c43e6a2 Ignore some more files kept by mkhowto --keep. by Fred Drake · 25 years ago
  72. 1508743 Add support for "Documenting Python". by Fred Drake · 25 years ago
  73. 8df362c Removed the embedded sections showing module documentation; just by Fred Drake · 25 years ago
  74. acffaee New document: "Documenting Python". by Fred Drake · 25 years ago
  75. 1d8f07a Markup for documenting LaTeX macros and environments. by Fred Drake · 25 years ago
  76. 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 25 years ago
  77. caa69fd Should test for gethost*by*name_r, not for gethostname_r (which by Guido van Rossum · 25 years ago
  78. e9cd07b Patch by Rob Riggs for Linux -- glibc2 has a different argument by Guido van Rossum · 25 years ago
  79. 701f25e Rob Riggs wrote: by Guido van Rossum · 25 years ago
  80. c7e7c60 New mixin class that defines cmp and hash that use by Guido van Rossum · 25 years ago
  81. 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  82. f03fdbc Added the new sections from Skip Montanaro. by Fred Drake · 25 years ago
  83. 658cef0 Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! by Fred Drake · 25 years ago
  84. 8387af6 If a control has no refcon pointing back to the Python object we create a new by Jack Jansen · 25 years ago
  85. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 25 years ago
  86. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 25 years ago
  87. bf5a6d2 Fixed tons of small markup problems. by Fred Drake · 25 years ago
  88. 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 25 years ago
  89. 4edf656 Remove stuff with unsure copyright status by Guido van Rossum · 25 years ago
  90. 9a4da08 Change #! line to modern usage; also chmod +x by Guido van Rossum · 25 years ago
  91. 7e75c94 Change #! line to modern usage by Guido van Rossum · 25 years ago
  92. b3a20bc Added availabililty annotations to respond to concerns of /F. by Fred Drake · 25 years ago
  93. 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 25 years ago
  94. 93503ca Fixup the module keys. There were some problems with hosting / processing by Fred Drake · 25 years ago
  95. be110c1 Updates based on comments from /F. by Fred Drake · 25 years ago
  96. 367ac80 From: Sjoerd Mullender by Guido van Rossum · 25 years ago
  97. f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 25 years ago
  98. dd58416 Don't crash when sys.path contains an empty string. by Guido van Rossum · 25 years ago
  99. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 25 years ago
  100. 49c7bc4 This file was never supposed to be part of IDLE. by Guido van Rossum · 25 years ago