| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak in exec statement with code object -- the None returned | Guido van Rossum | 1997-11-11 | 1 | -2/+4 |
|
|
* | v1.1; added attribution to Neale Pickett. | Guido van Rossum | 1997-11-08 | 1 | -6/+6 |
|
|
* | Some restructuring. | Guido van Rossum | 1997-11-07 | 1 | -111/+166 |
|
|
* | Added vgrindefs. | Guido van Rossum | 1997-11-07 | 1 | -0/+1 |
|
|
* | Plucked this from the net. | Guido van Rossum | 1997-11-07 | 1 | -0/+10 |
|
|
* | Fix problem discovered by Barry: if you hit ^C to | Guido van Rossum | 1997-11-07 | 1 | -2/+2 |
|
|
* | Separate out a function pystones(loops=LOOPS) which runs the benchmark | Guido van Rossum | 1997-11-06 | 1 | -8/+12 |
|
|
* | Add __init__.py to test package. | Guido van Rossum | 1997-11-06 | 1 | -0/+1 |
|
|
* | #(py-emacs-features): Fixed typo in docstring. | Barry Warsaw | 1997-11-06 | 1 | -2/+2 |
|
|
* | (python-font-lock-keywords): Pick up block introducing keywords with | Barry Warsaw | 1997-11-06 | 1 | -11/+18 |
|
|
* | (python-font-lock-keywords): Fix for consecutive keyword font locking, | Barry Warsaw | 1997-11-05 | 1 | -6/+2 |
|
|
* | (py-emacs-features): Test for working make-temp-name, which is broken | Barry Warsaw | 1997-11-05 | 1 | -10/+20 |
|
|
* | A nice blurb that Mark Hammond wrote, aimed at Windows users. | Guido van Rossum | 1997-11-05 | 1 | -0/+81 |
|
|
* | (py-execute-region): Fixed small bug with queuing file for execution | Barry Warsaw | 1997-11-05 | 1 | -2/+1 |
|
|
* | (mark-python-def-or-class): Renamed to py-mark-def-or-class globally. | Barry Warsaw | 1997-11-05 | 1 | -11/+13 |
|
|
* | Got rid of the errorstr dictionary, which is redundant now that | Guido van Rossum | 1997-11-04 | 1 | -21/+9 |
|
|
* | Undo half of the previous change :-( | Guido van Rossum | 1997-11-04 | 1 | -7/+6 |
|
|
* | (py-backspace-function): New variable. | Barry Warsaw | 1997-11-04 | 1 | -60/+101 |
|
|
* | First round of changes, mostly subprocess stuff. | Barry Warsaw | 1997-11-04 | 1 | -138/+129 |
|
|
* | islink() returns false, but there is no constant false! Return 0 instead. | Guido van Rossum | 1997-11-04 | 1 | -1/+1 |
|
|
* | When checking for equality, open the slave file in text mode so it | Guido van Rossum | 1997-11-04 | 1 | -2/+6 |
|
|
* | Use ``0'' instead of ``None'' to reset the underlying object in close | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | Fix due to Bill Noon for problem discovered by Ken Manheimer: packing | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | Get rid of another reference to _PyImport_Inittab (now a static array) | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | The warning about thread still having a frame now only happens in | Guido van Rossum | 1997-11-03 | 1 | -1/+1 |
|
|
* | Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() | Guido van Rossum | 1997-11-03 | 1 | -7/+15 |
|
|
* | Two independent changes (alas): | Guido van Rossum | 1997-11-03 | 1 | -19/+16 |
|
|
* | Change the signal finialization so that it also resets the signal | Guido van Rossum | 1997-11-03 | 1 | -1/+7 |
|
|
* | Doing the most complicated CVS dance I've ever seen. Barry has had | Guido van Rossum | 1997-11-03 | 1 | -2442/+0 |
|
|
* | Changes in preparation for integrating into the Python CVS tree. | Barry Warsaw | 1997-11-03 | 1 | -70/+59 |
|
|
* | Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) | Guido van Rossum | 1997-10-31 | 2 | -4/+5 |
|
|
* | New policy for package imports: only a directory containing | Guido van Rossum | 1997-10-31 | 1 | -2/+38 |
|
|
* | Instead of using _PyImport_Inittab[] directly, use the new "official" | Guido van Rossum | 1997-10-31 | 1 | -4/+8 |
|
|
* | Remove the declaration of "internal" table _PyImport_Inittab[]; add | Guido van Rossum | 1997-10-31 | 1 | -3/+1 |
|
|
* | Add empty __init__.py files to the test packages so the new policy | Guido van Rossum | 1997-10-31 | 1 | -1/+4 |
|
|
* | Take out the setlocale() call. It affects atof() and will break | Guido van Rossum | 1997-10-31 | 1 | -8/+0 |
|
|
* | Hack suggested by Matthias Klose to pull in all relevant entry points | Guido van Rossum | 1997-10-31 | 1 | -0/+10 |
|
|
* | Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). | Guido van Rossum | 1997-10-31 | 1 | -0/+1 |
|
|
* | New version from Sjoerd, small bugfix + optimizations. | Guido van Rossum | 1997-10-30 | 1 | -24/+28 |
|
|
* | Install Misc/Makefile.pre.in in the config/ install directory. | Guido van Rossum | 1997-10-29 | 1 | -0/+1 |
|
|
* | Tests for tokenize.py (Ka-Ping Yee) | Guido van Rossum | 1997-10-27 | 3 | -0/+775 |
|
|
* | New, fixed version with proper r"..." and R"..." support from Ka-Ping. | Guido van Rossum | 1997-10-27 | 1 | -7/+10 |
|
|
* | Redone (by Ka-Ping) using the new re module, and adding recognition | Guido van Rossum | 1997-10-27 | 1 | -57/+55 |
|
|
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 2 | -4/+20 |
|
|
* | This should hopefully finally clean up the remaining __del__ related | Guido van Rossum | 1997-10-27 | 1 | -9/+11 |
|
|
* | Bugfix in match() -- the number of registers shouldn't be divided by two! | Guido van Rossum | 1997-10-27 | 1 | -1/+1 |
|
|
* | Use __dict__.update(state) instead of for loop over state.items() and | Guido van Rossum | 1997-10-26 | 1 | -11/+9 |
|
|
* | Ooops, found too more references to old conditions on floating point values. | Fred Drake | 1997-10-24 | 2 | -14/+2 |
|
|
* | Removed obsolete discussion on _xdr helper module. | Fred Drake | 1997-10-24 | 2 | -42/+2 |
|
|
* | re -> regex conversions by Sjoerd. | Guido van Rossum | 1997-10-24 | 3 | -95/+100 |
|
|