| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add spaces to comparison names is not and not in to match dis | Jeremy Hylton | 2000-02-08 | 1 | -2/+2 |
|
|
* | now produces valid pyc files for a least a trivial subset of the | Jeremy Hylton | 2000-02-08 | 1 | -80/+306 |
|
|
* | constants from transformer | Jeremy Hylton | 2000-02-08 | 1 | -0/+9 |
|
|
* | move constants out of transformer so that they can be shared with ast | Jeremy Hylton | 2000-02-08 | 2 | -8/+9 |
|
|
* | get_config_h_filename(): Support NT as well as Posix systems. | Fred Drake | 2000-02-08 | 1 | -10/+14 |
|
|
* | Revised version (thank to Thomas Heller and Robin Becker) that tries a lot | Greg Ward | 2000-02-08 | 1 | -3/+98 |
|
|
* | Ditch .def file kludge for (much smaller) /export option kludge. | Greg Ward | 2000-02-08 | 1 | -12/+1 |
|
|
* | Added test case for accessing gsbm database by key after it's closed; | Fred Drake | 2000-02-07 | 1 | -1/+7 |
|
|
* | Added 'libraries' option for use by the 'build_lib' command. | Greg Ward | 2000-02-05 | 1 | -1/+2 |
|
|
* | Run the 'build_lib' command before building extensions, if necessary. | Greg Ward | 2000-02-05 | 1 | -0/+6 |
|
|
* | New command to build C (and C++, hopefully) libraries needed by extensions | Greg Ward | 2000-02-05 | 2 | -0/+322 |
|
|
* | Tweaked various comments, docstrings, and error messages. | Greg Ward | 2000-02-05 | 1 | -2/+12 |
|
|
* | rapid evolution towards producing real .pyc files (even though I don't | Jeremy Hylton | 2000-02-04 | 1 | -11/+176 |
|
|
* | Added a simple test program to disassemble a file, invoked as __main__. | Guido van Rossum | 2000-02-04 | 1 | -0/+27 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 20 | -48/+99 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 29 | -829/+942 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 30 | -1823/+1578 |
|
|
* | checking in initial weekend's work | Jeremy Hylton | 2000-02-04 | 2 | -0/+424 |
|
|
* | make p2c a package | Jeremy Hylton | 2000-02-04 | 1 | -0/+0 |
|
|
* | three files from the p2c cvs tree. the message here indicates the | Jeremy Hylton | 2000-02-04 | 2 | -0/+1893 |
|
|
* | Improved an error message. | Greg Ward | 2000-02-03 | 1 | -2/+5 |
|
|
* | Changed 'compile()' method to compile files one-at-a-time -- gives better | Greg Ward | 2000-02-03 | 1 | -28/+21 |
|
|
* | These modules are now declared obsolete. | Fred Drake | 2000-02-03 | 3 | -0/+0 |
|
|
* | # module filecmp | Guido van Rossum | 2000-02-03 | 1 | -38/+299 |
|
|
* | In _fileobject, optimize read() a bit (it could be really slow), and | Guido van Rossum | 2000-02-02 | 1 | -14/+30 |
|
|
* | Optimize abspath() slightly for the case that win32api can't be | Guido van Rossum | 2000-02-02 | 1 | -6/+11 |
|
|
* | Make read() and readlines() conform more to the file object interface: | Guido van Rossum | 2000-02-02 | 1 | -3/+3 |
|
|
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 18 | -2642/+2640 |
|
|
* | Patch from Joe Van Andel: fix arg to % operator in warning. | Greg Ward | 2000-02-02 | 1 | -2/+2 |
|
|
* | Comment fix. | Greg Ward | 2000-02-02 | 1 | -8/+13 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 2000-02-01 | 1 | -5/+14 |
|
|
* | Allow either README or README.txt as a "standard file". | Greg Ward | 2000-01-30 | 1 | -4/+16 |
|
|
* | Fixed broken list extend in 'copy_tree()'. | Greg Ward | 2000-01-30 | 1 | -2/+2 |
|
|
* | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 8 | -6/+26 |
|
|
* | Added 'dist' command. | Greg Ward | 2000-01-30 | 1 | -0/+2 |
|
|
* | Improvements to the help system: | Greg Ward | 2000-01-30 | 1 | -5/+89 |
|
|
* | Added missing run of corresponding 'build' command. | Greg Ward | 2000-01-30 | 3 | -0/+9 |
|
|
* | EXPERIMENTAL | Jeremy Hylton | 2000-01-20 | 1 | -0/+1063 |
|
|
* | Change two occurrences of type(x) <> types.CodeType into | Guido van Rossum | 2000-01-19 | 1 | -2/+2 |
|
|
* | Fix indentation bug. | Greg Ward | 2000-01-17 | 1 | -2/+2 |
|
|
* | Catch OSError from 'spawnv()' in '_spawn_nt()'. | Greg Ward | 2000-01-17 | 1 | -5/+12 |
|
|
* | Removed /GD switch -- currently ignored by MSVC. | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added missing import. | Greg Ward | 2000-01-17 | 1 | -8/+23 |
|
|
* | Added code to use Jim Ahlstrom's zipfile.py module if the external zip | Greg Ward | 2000-01-17 | 1 | -5/+32 |
|
|
* | Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. | Greg Ward | 2000-01-17 | 1 | -5/+2 |
|
|
* | Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' | Greg Ward | 2000-01-17 | 1 | -4/+4 |
|
|
* | Ditch unneeded imports. | Greg Ward | 2000-01-17 | 1 | -1/+0 |
|
|
* | Fix by Nick Russo in processing of timezone in test program; the | Guido van Rossum | 2000-01-17 | 1 | -2/+4 |
|
|
* | 'newer_group()' can now deal with missing files, in a way specified by | Greg Ward | 2000-01-09 | 1 | -2/+17 |
|
|