summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some modernization. Get rid of the redundant next() method. AlwaysGuido van Rossum2002-07-171-66/+37
* Add a test for the 'closed' attribute on the C-profiler object.Guido van Rossum2002-07-171-0/+3
* Add missing comma.Jeremy Hylton2002-07-171-1/+1
* Add test_zlib and test_struct to list of slow testsJeremy Hylton2002-07-171-1/+1
* Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.Tim Peters2002-07-171-4/+0
* Add a rather generous set of tests allowed to be skipped on sunos5.Guido van Rossum2002-07-171-0/+23
* Remove RCSId; this produces annoying warnings.Fred Drake2002-07-171-3/+0
* Wipe out some warnings about non-ANSI code and an unsafe arg toGuido van Rossum2002-07-171-7/+4
* reduce(): Clarified what is returned in the case of a sequence 1 item long andFred Drake2002-07-171-6/+6
* We need to (require 'compile) to guarantee that compile-internal isBarry Warsaw2002-07-171-0/+1
* Use sys.executable to run Python, as suggested by Neal Norwitz.Tim Peters2002-07-171-2/+3
* There's no need for generators to define an explicit next() method.Tim Peters2002-07-171-22/+1
* Bunch of tests to make sure that StopIteration is a sink state.Guido van Rossum2002-07-161-0/+76
* Fix typos and such caught by the pycheckerbot.Jeremy Hylton2002-07-161-3/+3
* Whitespace normalization.Tim Peters2002-07-1614-50/+48
* Send HTTP requests with a single send() call instead of many.Jeremy Hylton2002-07-161-15/+26
* Remove the next() method -- one is supplied automatically byGuido van Rossum2002-07-161-16/+11
* Remove the next() method -- one is supplied automatically byGuido van Rossum2002-07-161-10/+1
* Make StopIteration a sink state. This is done by clearing out theGuido van Rossum2002-07-161-28/+11
* Make StopIteration a sink state. This is done by clearing out theGuido van Rossum2002-07-161-62/+47
* Whitespace normalization.Guido van Rossum2002-07-161-66/+66
* Make StopIteration a sink state. This is done by clearing out theGuido van Rossum2002-07-161-11/+10
* Record the decision that StopIteration is a sink state (see recentGuido van Rossum2002-07-161-0/+7
* Given the persistent id code a shot at a class before calling save_global().Jeremy Hylton2002-07-162-10/+10
* The object returned by tp_new() may not have a tp_init.Jeremy Hylton2002-07-161-1/+2
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-163-24/+53
* (py-imenu-create-index-function): Skip over stuff that looks like codeBarry Warsaw2002-07-161-0/+2
* Make list_iter() really static.Guido van Rossum2002-07-161-1/+1
* (py-pychecker-run): Thomas Heller points out that this function messesBarry Warsaw2002-07-161-2/+2
* valid_identifier(): use an unsigned char* so that isalpha() will doGuido van Rossum2002-07-161-2/+2
* Add a blurb on the 3 Windows bugs I worked on over the last couple of days.Mark Hammond2002-07-161-0/+8
* Fix bug 581232 - [Windows] Can not interrupt time.sleep()Mark Hammond2002-07-161-3/+46
* Added the "weird" ccTLDs ac, gg, im, and je. These are not recognizedBarry Warsaw2002-07-151-5/+17
* XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmtTim Peters2002-07-151-10/+33
* Added Andrew MacIntyre -- overdue!Tim Peters2002-07-151-1/+2
* /F revealed that ShellExecute() only requires shellapi.h, not theTim Peters2002-07-151-1/+2
* Clarify that the description of sys.path[0] is only valid upon programGuido van Rossum2002-07-151-2/+5
* Tim_one's change to aggressively overallocate nodes when adding childAndrew MacIntyre2002-07-151-9/+2
* docompare(): Another reasonable optimization from Jonathan Hogg for theTim Peters2002-07-152-1/+2
* Fix bug 231273 - [windows] os.popen doens't kill subprocess when interruptedMark Hammond2002-07-141-1/+1
* Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.Mark Hammond2002-07-141-0/+33
* WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very fewTim Peters2002-07-144-4/+5
* SF patch # 580411, move frame macros from frameobject.h into ceval.cNeal Norwitz2002-07-142-23/+10
* Undef MIN and MAX before defining them, to avoid warnings on certainGuido van Rossum2002-07-131-0/+2
* Don't declare a function with staticforward.Jeremy Hylton2002-07-131-2/+2
* Add more itemsAndrew M. Kuchling2002-07-121-13/+46
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* fixed wrong classic MacOS pathname assumptionJust van Rossum2002-07-121-1/+1
* Remove httplib from tested modules.Jeremy Hylton2002-07-121-15/+0
* Get the meta class inheritance right.Jeremy Hylton2002-07-121-5/+6