2000-02-14 |
Guido van Rossum | Patch by Gerrit Holl: |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | looks like everything is working except for try/except... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | LeftShift & RightShift: fix reprs, change attr names... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Fred Drake | Fix the question marks next to the expansions of some... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | rename several of the generic attribute names for nodes... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | (), [], and {} should not be represented as constant... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Guido van Rossum | Patch by Jack Jansen: |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jeremy Hylton | split compile.py into two files |
commit | commitdiff | tree | snapshot |
2000-02-12 |
Jeremy Hylton | change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jack Jansen | And added a note about needing two "cvs update"s. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jack Jansen | Explained that you have to checkout the Mac portion... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jeremy Hylton | add support for Lambda nodes |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Greg Ward | Ditched '_find_SET()', since it was a no-value-added... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Greg Ward | Latest patch from Thomas Heller/Robin Becker: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add loop handling via |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add an __len__ to Set and Stack |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Barry Warsaw | Document the API changes to the nntplib module (excepti... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Barry Warsaw | Added new exception classes: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Enable -t when compiling Python library modules in... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add namespace attr to CodeGenerator, can be either... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Untabify to pass the -tt test. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Detabify. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jack Jansen | In AskYesNoCancel() treat the "yes" and "no" buttons... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Fred Drake | Make this pass the -tt test. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Stylistic changes to the registry-grovelling code:... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Typecheck 'output_dir' argument to compile/link methods. |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Path from Thomas Heller: resurrect the .def file kludge... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Greg Ward | Patch from Thomas heller: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add ExampleASTVisitor: |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Jeremy Hylton | add remove method to set |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' option, and changed compile/link calls... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' option (just there for 'build_ext' and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' flags to compile and link methods, and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' flags to compile and link methods, and... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Greg Ward | Added 'debug' flag to compile and link method signatures. |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | add optional verbose arg to walk function. it override... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | make all unary operators have a single child node calle... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | add spaces to comparison names is not and not in to... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | now produces valid pyc files for a least a trivial... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | constants from transformer |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Jeremy Hylton | move constants out of transformer so that they can... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Fred Drake | get_config_h_filename(): Support NT as well as Posix... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Greg Ward | Revised version (thank to Thomas Heller and Robin Becke... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Greg Ward | Ditch .def file kludge for (much smaller) /export optio... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Fred Drake | Protect against core dumps in gdbm: don't allow access... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Fred Drake | Added test case for accessing gsbm database by key... |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Guido van Rossum | Same patch (also by Mark Hammond) for this straggler... |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Greg Ward | Added 'libraries' option for use by the 'build_lib... |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Greg Ward | Run the 'build_lib' command before building extensions... |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Greg Ward | New command to build C (and C++, hopefully) libraries... |
commit | commitdiff | tree | snapshot |
2000-02-05 |
Greg Ward | Tweaked various comments, docstrings, and error messages. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Fred Drake | Patch from Paul Sokolovsky <Paul.Sokolovsky@technologis... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jeremy Hylton | rapid evolution towards producing real .pyc files ... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Guido van Rossum | Added a simple test program to disassemble a file,... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Guido van Rossum | Actually, the previous batch's comment should have... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Guido van Rossum | The third and final doc-string sweep by Ka-Ping Yee. |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Guido van Rossum | More trivial comment -> docstring transformations by... |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jeremy Hylton | checking in initial weekend's work |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jeremy Hylton | make p2c a package |
commit | commitdiff | tree | snapshot |
2000-02-04 |
Jeremy Hylton | three files from the p2c cvs tree. the message here... |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Greg Ward | Improved an error message. |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Greg Ward | Changed 'compile()' method to compile files one-at... |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Guido van Rossum | Mark Hammond renames the x86 projects back to what... |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Fred Drake | The dircmp module is now obsolete. |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Fred Drake | These modules are now declared obsolete. |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Guido van Rossum | According to Harri Pasanen, the Solaris+gcc test for... |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Guido van Rossum | According to Harri Pasanen, the Solaris+gcc test for... |
commit | commitdiff | tree | snapshot |
2000-02-03 |
Guido van Rossum | # module filecmp |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Guido van Rossum | In _fileobject, optimize read() a bit (it could be... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Guido van Rossum | Optimize abspath() slightly for the case that win32api... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Guido van Rossum | Make read() and readlines() conform more to the file... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Guido van Rossum | Mass patch by Ka-Ping Yee: |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Greg Ward | Patch from Joe Van Andel: fix arg to % operator in... |
commit | commitdiff | tree | snapshot |
2000-02-02 |
Greg Ward | Comment fix. |
commit | commitdiff | tree | snapshot |
2000-02-01 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
2000-02-01 |
Fred Drake | Added docstring to crypt.crypt() based on the documenta... |
commit | commitdiff | tree | snapshot |
2000-01-31 |
Guido van Rossum | The initialization of posix_putenv_garbage should only... |
commit | commitdiff | tree | snapshot |
2000-01-30 |
Greg Ward | Allow either README or README.txt as a "standard file". |
commit | commitdiff | tree | snapshot |
2000-01-30 |
Greg Ward | Fixed broken list extend in 'copy_tree()'. |
commit | commitdiff | tree | snapshot |
2000-01-30 |
Greg Ward | Added 'description' class attribute to every command... |
commit | commitdiff | tree | snapshot |
2000-01-30 |
Greg Ward | Added 'dist' command. |
commit | commitdiff | tree | snapshot |
2000-01-30 |
Greg Ward | Improvements to the help system: |
commit | commitdiff | tree | snapshot |
2000-01-30 |
Greg Ward | Added missing run of corresponding 'build' command. |
commit | commitdiff | tree | snapshot |
2000-01-24 |
Jack Jansen | Big oops: macfs has always been using a private excepti... |
commit | commitdiff | tree | snapshot |
2000-01-24 |
Jack Jansen | Hmm, the project wasn't a 5.3 file, despite the log... |
commit | commitdiff | tree | snapshot |
2000-01-24 |
Jack Jansen | Build the Nav module too. |
commit | commitdiff | tree | snapshot |
2000-01-24 |
Jack Jansen | If there's an error in an fsspec argument raise MacOS... |
commit | commitdiff | tree | snapshot |
2000-01-21 |
Guido van Rossum | Trent Mick: Setup PC configuration so that MSDEV choose... |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Fred Drake | Don't insert extra indentation before <title> elements. |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Guido van Rossum | The rest of the changes by Trent Mick and Dale Nagata... |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Guido van Rossum | Fix some broken links. |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Guido van Rossum | Changes by Trent Mick (of ActiveState) and Dale Nagata... |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Guido van Rossum | Two patches from Jack Jansen: |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Jeremy Hylton | EXPERIMENTAL |
commit | commitdiff | tree | snapshot |
2000-01-19 |
Guido van Rossum | Change two occurrences of type(x) <> types.CodeType... |
commit | commitdiff | tree | snapshot |
2000-01-18 |
Jack Jansen | Made all textfields in message and question boxes minim... |
commit | commitdiff | tree | snapshot |
2000-01-17 |
Greg Ward | Fix indentation bug. |
commit | commitdiff | tree | snapshot |
2000-01-17 |
Greg Ward | Catch OSError from 'spawnv()' in '_spawn_nt()'. |
commit | commitdiff | tree | snapshot |
2000-01-17 |
Greg Ward | Removed /GD switch -- currently ignored by MSVC. |
commit | commitdiff | tree | snapshot |
2000-01-17 |
Greg Ward | Added compiler flags suggested by Thomas Heller: optimi... |
commit | commitdiff | tree | snapshot |
next |