| Commit message (Expand) | Author | Age | Files | Lines |
* | Script to run the pystones "benchmark" under HotShot. | Fred Drake | 2002-07-18 | 1 | -0/+35 |
|
|
* | Simplify; the low-level log reader is now always a modern iterator, | Fred Drake | 2002-07-18 | 1 | -6/+1 |
|
|
* | Expose the fileno() method of the underlying profiler. | Fred Drake | 2002-07-18 | 1 | -0/+4 |
|
|
* | Expose the fileno() method of the underlying log reader. | Fred Drake | 2002-07-18 | 1 | -6/+4 |
|
|
* | - When the log reader detects end-of-file, close the file. | Fred Drake | 2002-07-18 | 1 | -45/+84 |
|
|
* | Remove extraneous semicolon. | Jeremy Hylton | 2002-07-18 | 1 | -1/+1 |
|
|
* | Add default timeout functionality. This adds setdefaulttimeout() and | Guido van Rossum | 2002-07-18 | 3 | -1/+97 |
|
|
* | Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted | Tim Peters | 2002-07-18 | 1 | -35/+46 |
|
|
* | Gave hotshot.LogReader a close() method, to allow users to close the | Tim Peters | 2002-07-18 | 2 | -4/+4 |
|
|
* | We're no longer trying to support older Python versions with this | Guido van Rossum | 2002-07-18 | 1 | -7/+2 |
|
|
* | test_hotshot fails on Windows now. Added XXX comment explaining why, | Tim Peters | 2002-07-17 | 1 | -0/+4 |
|
|
* | (py-pychecker-run): Use the last pychecker invocation as the default | Barry Warsaw | 2002-07-17 | 1 | -1/+3 |
|
|
* | Added documentation for the buffer_text and related attributes of the | Fred Drake | 2002-07-17 | 1 | -0/+23 |
|
|
* | Mark the closed attribute of the profiler with PyDoc_STR(), and added | Fred Drake | 2002-07-17 | 1 | -2/+3 |
|
|
* | Added a docstring for the closed attribute. | Fred Drake | 2002-07-17 | 1 | -4/+9 |
|
|
* | SF patch 552161 - Py_AddPendingCall doesn't unlock on fail (Daniel | Guido van Rossum | 2002-07-17 | 1 | -1/+3 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 8 | -9/+9 |
|
|
* | Change staticforward and statichere to just use static. | Fred Drake | 2002-07-17 | 1 | -2/+2 |
|
|
* | Remove now-obsolete staticforward/statichere discussion. | Fred Drake | 2002-07-17 | 1 | -10/+2 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 61 | -222/+126 |
|
|
* | Some modernization. Get rid of the redundant next() method. Always | Guido van Rossum | 2002-07-17 | 1 | -66/+37 |
|
|
* | Add a test for the 'closed' attribute on the C-profiler object. | Guido van Rossum | 2002-07-17 | 1 | -0/+3 |
|
|
* | Add missing comma. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Add test_zlib and test_struct to list of slow tests | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. | Tim Peters | 2002-07-17 | 1 | -4/+0 |
|
|
* | Add a rather generous set of tests allowed to be skipped on sunos5. | Guido van Rossum | 2002-07-17 | 1 | -0/+23 |
|
|
* | Remove RCSId; this produces annoying warnings. | Fred Drake | 2002-07-17 | 1 | -3/+0 |
|
|
* | Wipe out some warnings about non-ANSI code and an unsafe arg to | Guido van Rossum | 2002-07-17 | 1 | -7/+4 |
|
|
* | reduce(): Clarified what is returned in the case of a sequence 1 item long and | Fred Drake | 2002-07-17 | 1 | -6/+6 |
|
|
* | We need to (require 'compile) to guarantee that compile-internal is | Barry Warsaw | 2002-07-17 | 1 | -0/+1 |
|
|
* | Use sys.executable to run Python, as suggested by Neal Norwitz. | Tim Peters | 2002-07-17 | 1 | -2/+3 |
|
|
* | There's no need for generators to define an explicit next() method. | Tim Peters | 2002-07-17 | 1 | -22/+1 |
|
|
* | Bunch of tests to make sure that StopIteration is a sink state. | Guido van Rossum | 2002-07-16 | 1 | -0/+76 |
|
|
* | Fix typos and such caught by the pycheckerbot. | Jeremy Hylton | 2002-07-16 | 1 | -3/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 14 | -50/+48 |
|
|
* | Send HTTP requests with a single send() call instead of many. | Jeremy Hylton | 2002-07-16 | 1 | -15/+26 |
|
|
* | Remove the next() method -- one is supplied automatically by | Guido van Rossum | 2002-07-16 | 1 | -16/+11 |
|
|
* | Remove the next() method -- one is supplied automatically by | Guido van Rossum | 2002-07-16 | 1 | -10/+1 |
|
|
* | Make StopIteration a sink state. This is done by clearing out the | Guido van Rossum | 2002-07-16 | 1 | -28/+11 |
|
|
* | Make StopIteration a sink state. This is done by clearing out the | Guido van Rossum | 2002-07-16 | 1 | -62/+47 |
|
|
* | Whitespace normalization. | Guido van Rossum | 2002-07-16 | 1 | -66/+66 |
|
|
* | Make StopIteration a sink state. This is done by clearing out the | Guido van Rossum | 2002-07-16 | 1 | -11/+10 |
|
|
* | Record the decision that StopIteration is a sink state (see recent | Guido van Rossum | 2002-07-16 | 1 | -0/+7 |
|
|
* | Given the persistent id code a shot at a class before calling save_global(). | Jeremy Hylton | 2002-07-16 | 2 | -10/+10 |
|
|
* | The object returned by tp_new() may not have a tp_init. | Jeremy Hylton | 2002-07-16 | 1 | -1/+2 |
|
|
* | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 3 | -24/+53 |
|
|
* | (py-imenu-create-index-function): Skip over stuff that looks like code | Barry Warsaw | 2002-07-16 | 1 | -0/+2 |
|
|
* | Make list_iter() really static. | Guido van Rossum | 2002-07-16 | 1 | -1/+1 |
|
|
* | (py-pychecker-run): Thomas Heller points out that this function messes | Barry Warsaw | 2002-07-16 | 1 | -2/+2 |
|
|
* | valid_identifier(): use an unsigned char* so that isalpha() will do | Guido van Rossum | 2002-07-16 | 1 | -2/+2 |
|
|