| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Martin von Loewis' _locale module (locale.py follows tomorrow). | Guido van Rossum | 1997-11-18 | 1 | -0/+355 |
|
|
* | Undo another glitch of the automatic not-so-Grand Renaming; some local | Guido van Rossum | 1997-11-18 | 1 | -10/+10 |
|
|
* | start numbering things 1.5b1 now | Guido van Rossum | 1997-11-18 | 1 | -1/+1 |
|
|
* | Assert that the proxies object passed in to the URLopener constructor | Guido van Rossum | 1997-11-18 | 1 | -0/+1 |
|
|
* | Added docstrings (contributed by Martin von Loewis). | Guido van Rossum | 1997-11-18 | 1 | -1/+13 |
|
|
* | Fix the release date for 1.5b1 to be Nov. 26 | Guido van Rossum | 1997-11-18 | 2 | -2/+2 |
|
|
* | Add support for NULL macro (like UNIX, ABC etc.). | Guido van Rossum | 1997-11-18 | 1 | -0/+1 |
|
|
* | Add xmllib; remove (slow) from description of htmllib. | Guido van Rossum | 1997-11-18 | 2 | -2/+8 |
|
|
* | dis is now documented; bisect is deemed useful. | Guido van Rossum | 1997-11-18 | 2 | -6/+2 |
|
|
* | Document s.connect_ex(), which does not raise an exception on error. | Guido van Rossum | 1997-11-18 | 2 | -0/+14 |
|
|
* | Clarified reference to old profiler. | Guido van Rossum | 1997-11-18 | 2 | -6/+14 |
|
|
* | Added doc for errorcode dictionary. | Guido van Rossum | 1997-11-18 | 2 | -2/+12 |
|
|
* | Fixed case sensitivity of attributes (they are case *sensitive*). | Guido van Rossum | 1997-11-18 | 1 | -12/+8 |
|
|
* | Adding dis and xmllib docs | Guido van Rossum | 1997-11-18 | 3 | -1/+5 |
|
|
* | Docu for xmllib.py, by Sjoerd Mullender. | Guido van Rossum | 1997-11-18 | 2 | -0/+370 |
|
|
* | Docu for dis.py, written by Martin von Loewis. | Guido van Rossum | 1997-11-18 | 2 | -0/+1048 |
|
|
* | Sjoerd Mullender's xml parser (based on sgmllib, somewhat). | Guido van Rossum | 1997-11-18 | 1 | -0/+568 |
|
|
* | This BUGS list hasn't been updated since the release of Python 1.2! | Guido van Rossum | 1997-11-14 | 1 | -373/+0 |
|
|
* | This fix (across 4 files in 3 directories) solves a subtle problem with | Guido van Rossum | 1997-11-14 | 4 | -0/+16 |
|
|
* | Suggestion by David Ascher: set EXE macro to empty string and use it | Guido van Rossum | 1997-11-11 | 1 | -2/+5 |
|
|
* | Use a %s format for the exit status -- through the magical workings of | Guido van Rossum | 1997-11-11 | 1 | -1/+1 |
|
|
* | As Mark Hammond found out, it was a bad idea to add "set -e" to the | Guido van Rossum | 1997-11-11 | 1 | -1/+1 |
|
|
* | New version from Neale... He promised it's the last. | Guido van Rossum | 1997-11-11 | 1 | -3/+3 |
|
|
* | 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 |
|
|