| Commit message (Expand) | Author | Age | Files | Lines |
* | (py-comint-output-filter-function): Horrible kludgearound for making | Barry Warsaw | 1998-09-25 | 1 | -1/+4 |
|
|
* | In PyFrame_New(), don't set extras to something derived from code | Guido van Rossum | 1998-09-25 | 1 | -1/+2 |
|
|
* | (py-guess-indent-offset): Only print message about py-indent-offset | Barry Warsaw | 1998-09-25 | 1 | -3/+4 |
|
|
* | (py-execute-file, py-execute-import-or-reload): Use a Python `raw' | Barry Warsaw | 1998-09-24 | 1 | -2/+2 |
|
|
* | Add two constants (with the same value) to specify the on-board CD input. | Guido van Rossum | 1998-09-24 | 1 | -0/+2 |
|
|
* | Added realclean and distclean targets to match ../Makefile. | Fred Drake | 1998-09-23 | 1 | -0/+3 |
|
|
* | Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. | Guido van Rossum | 1998-09-23 | 1 | -0/+3 |
|
|
* | Reworked it quite a bit. There are now two classes: a base class, | Guido van Rossum | 1998-09-22 | 1 | -102/+206 |
|
|
* | (py-block-comment-prefix): Remove trailing space. Also explain that | Barry Warsaw | 1998-09-22 | 1 | -4/+5 |
|
|
* | Do the check for lacking sys.stdin.fileno() *before* testing for | Guido van Rossum | 1998-09-22 | 1 | -4/+4 |
|
|
* | When sys.stdin.fileno() doesn't work, fall back to default_getpass() | Guido van Rossum | 1998-09-21 | 1 | -1/+4 |
|
|
* | Explicitly document the fact that the search method returns a MatchObject. | Guido van Rossum | 1998-09-21 | 1 | -1/+2 |
|
|
* | After the previous changes, func_normalize() turned out to be redundant. | Guido van Rossum | 1998-09-21 | 1 | -60/+5 |
|
|
* | Changes so that JPython can also use this version of profile.py. | Guido van Rossum | 1998-09-21 | 1 | -25/+4 |
|
|
* | Get rid of the classes RModuleLoader and RModuleImporter -- these were | Guido van Rossum | 1998-09-21 | 1 | -16/+3 |
|
|
* | Comment out 't = t[0] + t[1]' in profiler_simulation() -- this | Guido van Rossum | 1998-09-21 | 1 | -1/+1 |
|
|
* | Get rid of the test for non-NULL thread state in EventHook; it can be | Guido van Rossum | 1998-09-21 | 1 | -2/+0 |
|
|
* | When we have siginterrupt(), use it to disable restarting interrupted | Guido van Rossum | 1998-09-21 | 1 | -0/+6 |
|
|
* | Enable the 'new' module by default. | Guido van Rossum | 1998-09-21 | 1 | -1/+1 |
|
|
* | Patch by Greg Stein to document the 'P' flag. | Guido van Rossum | 1998-09-21 | 1 | -0/+17 |
|
|
* | re.findall(): Mark as added in 1.5.2. | Fred Drake | 1998-09-18 | 1 | -0/+1 |
|
|
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 5 | -0/+96 |
|
|
* | Get rid of 'ppp' that accidentally crept in. | Guido van Rossum | 1998-09-17 | 1 | -1/+1 |
|
|
* | Added optional mouseregion parameter to WaitNextEvent (which is now | Jack Jansen | 1998-09-17 | 3 | -25/+56 |
|
|
* | Richard Wolff's changes, documenting his changes to pdb.py. | Guido van Rossum | 1998-09-17 | 1 | -13/+96 |
|
|
* | Untabified and applied Richard Wolff's changes (plus my own reflowing | Guido van Rossum | 1998-09-17 | 1 | -160/+110 |
|
|
* | Richard Wolff's additional changes; some layout nits, and change the | Guido van Rossum | 1998-09-17 | 1 | -11/+11 |
|
|
* | Duplicate the decls for PySys_WriteStd{out,err} here so the VC++ | Guido van Rossum | 1998-09-17 | 1 | -0/+9 |
|
|
* | At Greg Stein's request, add PyLong_*LongLong entry points. | Guido van Rossum | 1998-09-17 | 1 | -0/+4 |
|
|
* | Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. | Guido van Rossum | 1998-09-17 | 1 | -0/+1 |
|
|
* | In load_inst(), when instantiating an instance the old way (i.e. when | Guido van Rossum | 1998-09-15 | 1 | -4/+7 |
|
|
* | Ignore the TclError exception raised when deleting the registration | Guido van Rossum | 1998-09-14 | 1 | -1/+4 |
|
|
* | Several changes that Python carry on in the face of errors in the | Barry Warsaw | 1998-09-14 | 1 | -26/+61 |
|
|
* | Added the mainloop() call. | Guido van Rossum | 1998-09-14 | 1 | -0/+1 |
|
|
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -1/+1 |
|
|
* | There was a confusion in my checkin of the code to support list() with | Guido van Rossum | 1998-09-14 | 1 | -4/+4 |
|
|
* | nannified | Guido van Rossum | 1998-09-14 | 22 | -1650/+1651 |
|
|
* | Print serious errors to stderr instead of stdout. | Guido van Rossum | 1998-09-14 | 3 | -12/+33 |
|
|
* | #Code rearranging to quiet byte-compiler | Barry Warsaw | 1998-09-14 | 1 | -88/+88 |
|
|
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -885/+885 |
|
|
* | Nannified. | Guido van Rossum | 1998-09-14 | 1 | -5/+5 |
|
|
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -17/+17 |
|
|
* | nannified. | Guido van Rossum | 1998-09-14 | 1 | -8/+8 |
|
|
* | Patch by Marc-Andre Lemburg: use re module to compare test results. | Guido van Rossum | 1998-09-14 | 1 | -5/+5 |
|
|
* | Utility to replace CRLF with LF in argument files. | Guido van Rossum | 1998-09-14 | 1 | -0/+19 |
|
|
* | Utility to replace LF with CRLF in argument files. | Guido van Rossum | 1998-09-14 | 1 | -0/+19 |
|
|
* | Utility to untabify stubber results. | Guido van Rossum | 1998-09-14 | 1 | -0/+50 |
|
|
* | nannified. | Guido van Rossum | 1998-09-14 | 1 | -70/+70 |
|
|
* | Mac-specific mod to enable aliases on import paths. | Guido van Rossum | 1998-09-14 | 2 | -9/+35 |
|
|
* | Remove some unused variables from gethostbyaddr_ex and gethostbyaddr, | Guido van Rossum | 1998-09-13 | 1 | -4/+0 |
|
|