1. 21000ca distutils setup files for Tkinter by Jeremy Hylton · 24 years ago
  2. 355e2f2 misc. RPM support files by Jeremy Hylton · 24 years ago
  3. ac5f748 Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>. by Fred Drake · 24 years ago
  4. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 24 years ago
  5. 0eb75b4 Bump version to 1.0.1. by Greg Ward · 24 years ago
  6. 55b4efd Fixed minor problem with reset(). by Lars Gustäbel · 24 years ago
  7. 6869245 Prep the Windows installer for 2.0 final: by Tim Peters · 24 years ago
  8. 89fb035 For PyErr_Format(), note that the exception parameter can be a string or by Fred Drake · 24 years ago
  9. 3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for by Fred Drake · 24 years ago
  10. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 24 years ago
  11. e764968 Update dependencies for the Macintosh manual. by Fred Drake · 24 years ago
  12. c25296a Update to include all the new chapters & sections. by Fred Drake · 24 years ago
  13. c7babad Remove everything that is not module documentation. It is no longer needed here. by Fred Drake · 24 years ago
  14. 8e850ee Fix some internal references that I botched. by Fred Drake · 24 years ago
  15. 45aa573 Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. by Fred Drake · 24 years ago
  16. 4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to by Fred Drake · 24 years ago
  17. 1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti by Fred Drake · 24 years ago
  18. 8f6ca15 Chris Barker <cbarker@jps.net>: Small fixes. by Fred Drake · 24 years ago
  19. eab58af Chris Barker <cbarker@jps.net>: Various updates and additions. by Fred Drake · 24 years ago
  20. 26fbd8b Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
  21. 658865c Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
  22. f459a09 Wrap a long line. by Fred Drake · 24 years ago
  23. b6441e7 More names. by Fred Drake · 24 years ago
  24. eecdc7f A bunch of nits fix and some additional information added by Chris by Fred Drake · 24 years ago
  25. 8f176ac Update the comments for the BSD DB module, including a new pointer to by Fred Drake · 24 years ago
  26. 9d62943 Center the top line of the license page, to make it look just a little bit by Fred Drake · 24 years ago
  27. 047c372 Removed debugging code at bottom. by Greg Ward · 24 years ago
  28. fa9ff76 Untabified. by Greg Ward · 24 years ago
  29. 4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding by Greg Ward · 24 years ago
  30. 0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if by Greg Ward · 24 years ago
  31. 2e38a50 Bastian Kleineidam: fix up any supplied command-line options. by Greg Ward · 24 years ago
  32. ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. by Jack Jansen · 24 years ago
  33. 8c94d5e Added some of the new Numeric modules (which weren't rebuilt). by Jack Jansen · 24 years ago
  34. 52b5b02 If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. by Jack Jansen · 24 years ago
  35. 31e7c9c Updated with cmd-. fix and PythonCore copy option. by Jack Jansen · 24 years ago
  36. 20da14c getting close by Jeremy Hylton · 24 years ago
  37. ac148b5 run the std regression test suite using bytecode produced by the compiler by Jeremy Hylton · 24 years ago
  38. e7f710c add -d option that dumps entire AST before compiling by Jeremy Hylton · 24 years ago
  39. 9c048f9 Now supports entire Python 2.0 language and still supports Python by Jeremy Hylton · 24 years ago
  40. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  41. ec964d5 Moved appendChild calls back to DOMEventStream. Added SAX2DOM class. by Lars Gustäbel · 24 years ago
  42. 4221ff0 Clear siblings, now that they are being set. by Paul Prescod · 24 years ago
  43. d5fd45f Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  44. 91eb3e8 Update the release number and date. by Fred Drake · 24 years ago
  45. 8a00abc Make the regrtest.py -l (findleaks) option considerably less obnoxious. by Neil Schemenauer · 24 years ago
  46. 1ea8949 Vise archive templates used for 2.0c1 by Jack Jansen · 24 years ago
  47. 2a92f0b Disribution templates used for 2.0c1 by Jack Jansen · 24 years ago
  48. 3714516 Projects used for 2.0c1 by Jack Jansen · 24 years ago
  49. f2bd9ee Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole. by Jack Jansen · 24 years ago
  50. 6433fdf Added sha module, it's needed by the unicode stuff, it seems. by Jack Jansen · 24 years ago
  51. b19c667 Added a method KeepConsole so programs can override the Keep console open option. by Jack Jansen · 24 years ago
  52. dc86f9e Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
  53. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  54. de51909 Updated for 2.0c1 by Jack Jansen · 24 years ago
  55. 816cf9d Python implementation of strptime(). by Jack Jansen · 24 years ago
  56. 14126df Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution. by Jack Jansen · 24 years ago
  57. 237b5f4 Andy Dustman <adustman@users.sourceforge.net>: by Fred Drake · 24 years ago
  58. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  59. 4e1be72 Fix SF bug #116263: support for from .. import * by Jeremy Hylton · 24 years ago
  60. babe326 Added entries for new files of SAX documentation. by Fred Drake · 24 years ago
  61. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 24 years ago
  62. 110941a If the status line is invalid, assume it is a pre-1.0 response. The by Jeremy Hylton · 24 years ago
  63. 2bf405a Repaired a comment and asserted a precondition. by Tim Peters · 24 years ago
  64. 20d529b Recreated after installer source code changes. by Thomas Heller · 24 years ago
  65. 73574ee two fixes for redirects: by Jeremy Hylton · 24 years ago
  66. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
  67. ada6d87 Fix for Bug #116453. by Guido van Rossum · 24 years ago
  68. f4670e9 When we know the compiler is GCC, always add the -Wall and by Fred Drake · 24 years ago
  69. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  70. b636dc6 [ Bug #116636 ] Bug in StringIO.write() by Guido van Rossum · 24 years ago
  71. 2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. by Guido van Rossum · 24 years ago
  72. 0157e7a Added some single tuple/list unpacking for JPython regression testing. by Barry Warsaw · 24 years ago
  73. cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py by Tim Peters · 24 years ago
  74. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  75. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 24 years ago
  76. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 24 years ago
  77. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 24 years ago
  78. 0be483f Do a better job at staying on-screen :P (Sorry, it's late here.) I'm by Thomas Wouters · 24 years ago
  79. 8fb62a2 Adjust debugging code in the implementation of the DUP_TOPX bytecode, use by Thomas Wouters · 24 years ago
  80. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  81. bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. by Lars Gustäbel · 24 years ago
  82. d178ba6 Added non-ns start and end element methods. by Lars Gustäbel · 24 years ago
  83. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 24 years ago
  84. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 24 years ago
  85. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  86. 06fdd2d Another gcc -Wall warning squashed: by Fred Drake · 24 years ago
  87. 4747a18 Remove one more gcc -Wall warning. by Fred Drake · 24 years ago
  88. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 24 years ago
  89. 7e3e1c1 Added test cases for extended printing to an instance. This picked up by Barry Warsaw · 24 years ago
  90. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 24 years ago
  91. 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
  92. 48fba73 Remove the last gcc -Wall warning about possible use of an uninitialized by Fred Drake · 24 years ago
  93. 35ba689 Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, by Tim Peters · 24 years ago
  94. 5428c7d Fix the docstring for new.function(). by Fred Drake · 24 years ago
  95. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  96. e693df9 Avoid a couple of "value computed is not used" warnings from gcc -Wall; by Fred Drake · 24 years ago
  97. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  98. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 24 years ago
  99. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
  100. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 24 years ago