- 0b5b2c8 Updated change log. by Guido van Rossum · 25 years ago
- 46ffbec News update. Probably incomplete; what else is new? by Guido van Rossum · 25 years ago
- 6d3be50 Updated for pending IDLE 0.5 release (still very rough -- just getting by Guido van Rossum · 25 years ago
- b4b8381 Tiny addition. by Guido van Rossum · 25 years ago
- fb4574e In response to one particular complaint on edu-sig, change some error by Guido van Rossum · 25 years ago
- 9e1cd68 edit a doc string (real intent is to test out rsync install) by Jeremy Hylton · 25 years ago
- 1991ddc Make multiplying a sequence by a long integer (5L * 'b') legal by Andrew M. Kuchling · 25 years ago
- a46fb38 get rid of spurious print by Jeremy Hylton · 25 years ago
- 967e509 Patch by Gerrit Holl: by Guido van Rossum · 25 years ago
- d962878 Patch by Gerrit Holl: by Guido van Rossum · 25 years ago
- 126960b looks like everything is working except for try/except (pystone by Jeremy Hylton · 25 years ago
- 17988d2 LeftShift & RightShift: fix reprs, change attr names to left and right by Jeremy Hylton · 25 years ago
- b217687 Fix the question marks next to the expansions of some of the by Fred Drake · 25 years ago
- bf6267e rename several of the generic attribute names for nodes. new node attrs are: by Jeremy Hylton · 25 years ago
- 4290779 (), [], and {} should not be represented as constant expressions, they by Jeremy Hylton · 25 years ago
- e817acd Patch by Jack Jansen: by Guido van Rossum · 25 years ago
- a505812 split compile.py into two files by Jeremy Hylton · 25 years ago
- 3050d51 change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag by Jeremy Hylton · 25 years ago
- dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 25 years ago
- 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 25 years ago
- 76d01b8 add support for Lambda nodes by Jeremy Hylton · 25 years ago
- 5de8cee Ditched '_find_SET()', since it was a no-value-added wrapper around by Greg Ward · 25 years ago
- 6998809 Latest patch from Thomas Heller/Robin Becker: by Greg Ward · 25 years ago
- 4eb504c add loop handling via by Jeremy Hylton · 25 years ago
- 95b8614 add an __len__ to Set and Stack by Jeremy Hylton · 25 years ago
- 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 25 years ago
- 9dd7872 Added new exception classes: by Barry Warsaw · 25 years ago
- 9abc25e Enable -t when compiling Python library modules in libinstall (.pyc by Fred Drake · 25 years ago
- 3e0910c add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or by Jeremy Hylton · 25 years ago
- 13a2c27 Untabify to pass the -tt test. by Fred Drake · 25 years ago
- 857c4c3 Detabify. by Fred Drake · 25 years ago
- 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 25 years ago
- ad892dc Make this pass the -tt test. by Fred Drake · 25 years ago
- 62e3393 Stylistic changes to the registry-grovelling code: code formatting, changed by Greg Ward · 25 years ago
- 10ca82b Typecheck 'output_dir' argument to compile/link methods. by Greg Ward · 25 years ago
- 968d883 Path from Thomas Heller: resurrect the .def file kludge while preserving the by Greg Ward · 25 years ago
- 4ba9b2e Patch from Thomas heller: by Greg Ward · 25 years ago
- 5e0ce53 add ExampleASTVisitor: by Jeremy Hylton · 25 years ago
- 69926ea add remove method to set by Jeremy Hylton · 25 years ago
- e8c6ce4 Added 'debug' option, and changed compile/link calls to use it. by Greg Ward · 25 years ago
- 3246200 Added 'debug' option (just there for 'build_ext' and 'build_lib' commands by Greg Ward · 25 years ago
- 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 25 years ago
- ba233fb Added 'debug' flags to compile and link methods, and modified code to add by Greg Ward · 25 years ago
- 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 25 years ago
- 4024560 add optional verbose arg to walk function. it overrides the global by Jeremy Hylton · 25 years ago
- 156a975 make all unary operators have a single child node called expr by Jeremy Hylton · 25 years ago
- 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 25 years ago
- 53187f3 now produces valid pyc files for a least a trivial subset of the language. by Jeremy Hylton · 25 years ago
- aa9d2d6 constants from transformer by Jeremy Hylton · 25 years ago
- 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 25 years ago
- 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 25 years ago
- 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
- f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 25 years ago
- da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 25 years ago
- a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 25 years ago
- ef6ceb6 Same patch (also by Mark Hammond) for this straggler project file as by Guido van Rossum · 25 years ago
- 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
- 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
- aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
- c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
- 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
- 0fdffcf rapid evolution towards producing real .pyc files (even though I don't by Jeremy Hylton · 25 years ago
- 1fdae12 Added a simple test program to disassemble a file, invoked as __main__. by Guido van Rossum · 25 years ago
- 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
- e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
- 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
- 8b6323d checking in initial weekend's work by Jeremy Hylton · 25 years ago
- 106a02d make p2c a package by Jeremy Hylton · 25 years ago
- f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago
- 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
- ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
- 4310deb Mark Hammond renames the x86 projects back to what they were named by Guido van Rossum · 25 years ago
- 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
- d89ffeb These modules are now declared obsolete. by Fred Drake · 25 years ago
- ff48418 According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
- 9c6ba9b According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
- 43265be # module filecmp by Guido van Rossum · 25 years ago
- 75a7959 In _fileobject, optimize read() a bit (it could be really slow), and by Guido van Rossum · 25 years ago
- 823e91c Optimize abspath() slightly for the case that win32api can't be by Guido van Rossum · 25 years ago
- 5606801 Make read() and readlines() conform more to the file object interface: by Guido van Rossum · 25 years ago
- 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
- 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 25 years ago
- a0ca3f2 Comment fix. by Greg Ward · 25 years ago
- 3c8baed Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
- a664dbb Added docstring to crypt.crypt() based on the documentation. by Fred Drake · 25 years ago
- b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 25 years ago
- d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 25 years ago
- a002edc Fixed broken list extend in 'copy_tree()'. by Greg Ward · 25 years ago
- 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
- 4c67936 Added 'dist' command. by Greg Ward · 25 years ago
- f0fd617 Improvements to the help system: by Greg Ward · 25 years ago
- 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
- 4377a1a Big oops: macfs has always been using a private exception but calling it mac.error. by Jack Jansen · 25 years ago
- 0475104 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. by Jack Jansen · 25 years ago
- 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
- 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
- a4596a4 Trent Mick: Setup PC configuration so that MSDEV chooses the x86 by Guido van Rossum · 25 years ago
- ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
- bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
- e0a928d Fix some broken links. by Guido van Rossum · 25 years ago