1. db0c9f7 Declarations related to new WindowsError exception. by Guido van Rossum · 24 years ago
  2. 1efac33 Added WindowsError, for Mark Hammond's extensions. by Guido van Rossum · 24 years ago
  3. 8006d31 Added docs for new crc32() function. By Jim Ahlstrom. by Guido van Rossum · 24 years ago
  4. cba0436 Added test for new crc32() function. by Guido van Rossum · 24 years ago
  5. 7d47c9e Patch by Jim Ahlstrom to add crc32, a useful checksum function by Guido van Rossum · 24 years ago
  6. 44cf8ef The 0.5 release happened on 2/15, not on 2/14. :-) by Guido van Rossum · 24 years ago
  7. ad9a86f support for arglists with implicit tuple unpacks by Jeremy Hylton · 24 years ago
  8. 3d9f5e4 more robust assignment of lineno for keyword args by Jeremy Hylton · 24 years ago
  9. 2ce27b2 fix argcount generation for arg lists containing tuple unpacks by Jeremy Hylton · 24 years ago
  10. 65d4ea0 add flatten helper function by Jeremy Hylton · 24 years ago
  11. 4f6bcd8 finish first impl of code generator by Jeremy Hylton · 24 years ago
  12. 1ebba96 fix creation of Ellipsis node by Jeremy Hylton · 24 years ago
  13. 410e840 add a little debugging support when new.code raises SystemError by Jeremy Hylton · 24 years ago
  14. ae3d7920 no real change -- testing syncmail by Jeremy Hylton · 24 years ago
  15. d603dee add line numbers to nodes in the except clause (when possible) by Jeremy Hylton · 24 years ago
  16. ca1ad18 tidy up tryexcept and tryfinally nodes by Jeremy Hylton · 24 years ago
  17. 6e83cac A bit restructured. by Guido van Rossum · 24 years ago
  18. dec0b68 Oops, somehow the initial checkin was botched. :-( by Guido van Rossum · 24 years ago
  19. 83d4657 Added some clarifications. by Guido van Rossum · 24 years ago
  20. 90ad858 Temporarily add a copy here for easy distribution. by Guido van Rossum · 24 years ago
  21. 17ae233 More changes. by Guido van Rossum · 24 years ago
  22. 1d841fe Notice status back and stack viewer. by Guido van Rossum · 24 years ago
  23. ec73dc6 Support for Moshe's status bar. by Guido van Rossum · 24 years ago
  24. 17752f7 Status bar code -- by Moshe Zadka. by Guido van Rossum · 24 years ago
  25. 2bb8e72 Adding the old stack viewer implementation back, for the debugger. by Guido van Rossum · 24 years ago
  26. b658469 New stack viewer, uses a tree widget. (XXX: the debugger doesn't yet use this.) by Guido van Rossum · 24 years ago
  27. 553fa44 Correct a typo and remove an unqualified except that was hiding the error. by Guido van Rossum · 24 years ago
  28. f801f3b Add an XXX comment about the ClassBrowser AIP. by Guido van Rossum · 24 years ago
  29. 0b5b2c8 Updated change log. by Guido van Rossum · 24 years ago
  30. 46ffbec News update. Probably incomplete; what else is new? by Guido van Rossum · 24 years ago
  31. 6d3be50 Updated for pending IDLE 0.5 release (still very rough -- just getting by Guido van Rossum · 24 years ago
  32. b4b8381 Tiny addition. by Guido van Rossum · 24 years ago
  33. fb4574e In response to one particular complaint on edu-sig, change some error by Guido van Rossum · 24 years ago
  34. 9e1cd68 edit a doc string (real intent is to test out rsync install) by Jeremy Hylton · 24 years ago
  35. 1991ddc Make multiplying a sequence by a long integer (5L * 'b') legal by Andrew M. Kuchling · 24 years ago
  36. a46fb38 get rid of spurious print by Jeremy Hylton · 24 years ago
  37. 967e509 Patch by Gerrit Holl: by Guido van Rossum · 24 years ago
  38. d962878 Patch by Gerrit Holl: by Guido van Rossum · 24 years ago
  39. 126960b looks like everything is working except for try/except (pystone by Jeremy Hylton · 24 years ago
  40. 17988d2 LeftShift & RightShift: fix reprs, change attr names to left and right by Jeremy Hylton · 24 years ago
  41. b217687 Fix the question marks next to the expansions of some of the by Fred Drake · 24 years ago
  42. bf6267e rename several of the generic attribute names for nodes. new node attrs are: by Jeremy Hylton · 24 years ago
  43. 4290779 (), [], and {} should not be represented as constant expressions, they by Jeremy Hylton · 24 years ago
  44. e817acd Patch by Jack Jansen: by Guido van Rossum · 24 years ago
  45. a505812 split compile.py into two files by Jeremy Hylton · 24 years ago
  46. 3050d51 change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag by Jeremy Hylton · 24 years ago
  47. dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 24 years ago
  48. 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 24 years ago
  49. 76d01b8 add support for Lambda nodes by Jeremy Hylton · 24 years ago
  50. 5de8cee Ditched '_find_SET()', since it was a no-value-added wrapper around by Greg Ward · 24 years ago
  51. 6998809 Latest patch from Thomas Heller/Robin Becker: by Greg Ward · 24 years ago
  52. 4eb504c add loop handling via by Jeremy Hylton · 24 years ago
  53. 95b8614 add an __len__ to Set and Stack by Jeremy Hylton · 24 years ago
  54. 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 24 years ago
  55. 9dd7872 Added new exception classes: by Barry Warsaw · 24 years ago
  56. 9abc25e Enable -t when compiling Python library modules in libinstall (.pyc by Fred Drake · 24 years ago
  57. 3e0910c add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or by Jeremy Hylton · 24 years ago
  58. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  59. 857c4c3 Detabify. by Fred Drake · 24 years ago
  60. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 24 years ago
  61. ad892dc Make this pass the -tt test. by Fred Drake · 24 years ago
  62. 62e3393 Stylistic changes to the registry-grovelling code: code formatting, changed by Greg Ward · 24 years ago
  63. 10ca82b Typecheck 'output_dir' argument to compile/link methods. by Greg Ward · 24 years ago
  64. 968d883 Path from Thomas Heller: resurrect the .def file kludge while preserving the by Greg Ward · 24 years ago
  65. 4ba9b2e Patch from Thomas heller: by Greg Ward · 24 years ago
  66. 5e0ce53 add ExampleASTVisitor: by Jeremy Hylton · 24 years ago
  67. 69926ea add remove method to set by Jeremy Hylton · 24 years ago
  68. e8c6ce4 Added 'debug' option, and changed compile/link calls to use it. by Greg Ward · 24 years ago
  69. 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 24 years ago
  70. 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 24 years ago
  71. ba233fb Added 'debug' flags to compile and link methods, and modified code to add by Greg Ward · 24 years ago
  72. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 24 years ago
  73. 4024560 add optional verbose arg to walk function. it overrides the global by Jeremy Hylton · 24 years ago
  74. 156a975 make all unary operators have a single child node called expr by Jeremy Hylton · 24 years ago
  75. 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 24 years ago
  76. 53187f3 now produces valid pyc files for a least a trivial subset of the language. by Jeremy Hylton · 24 years ago
  77. aa9d2d6 constants from transformer by Jeremy Hylton · 24 years ago
  78. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 24 years ago
  79. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 24 years ago
  80. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 24 years ago
  81. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 24 years ago
  82. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 24 years ago
  83. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 24 years ago
  84. ef6ceb6 Same patch (also by Mark Hammond) for this straggler project file as by Guido van Rossum · 24 years ago
  85. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
  86. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  87. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
  88. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
  89. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
  90. 0fdffcf rapid evolution towards producing real .pyc files (even though I don't by Jeremy Hylton · 25 years ago
  91. 1fdae12 Added a simple test program to disassemble a file, invoked as __main__. by Guido van Rossum · 25 years ago
  92. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  93. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  94. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  95. 8b6323d checking in initial weekend's work by Jeremy Hylton · 25 years ago
  96. 106a02d make p2c a package by Jeremy Hylton · 25 years ago
  97. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago
  98. 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
  99. ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
  100. 4310deb Mark Hammond renames the x86 projects back to what they were named by Guido van Rossum · 25 years ago