summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mention new encoding.Marc-André Lemburg2002-07-121-0/+2
* Palm OS encoding from Sjoerd MullenderMarc-André Lemburg2002-07-121-0/+67
* Change _begin() back to begin().Jeremy Hylton2002-07-122-6/+5
* Fernando Pérez of SF bug 579701 fame.Guido van Rossum2002-07-121-0/+1
* Fix SF bug 579701 (Fernando Pérez); an input line consisting of one orGuido van Rossum2002-07-121-8/+8
* minor fixes, removed obsolete warningJust van Rossum2002-07-121-10/+3
* Well, Fred never did explain why the code to determine whether theMichael W. Hudson2002-07-121-7/+3
* HAVE_LIMITS_H -- raise #error if not defined; limits.h is std CTim Peters2002-07-122-12/+2
* remove decl of unused variableJeremy Hylton2002-07-111-1/+1
* Do more robust test of whether global objects are accessible.Jeremy Hylton2002-07-111-4/+3
* docompare(): Use PyTuple_New instead of Py_BuildValue to build compare'sTim Peters2002-07-111-2/+7
* move make_eiffel_method() out of base metaclassJeremy Hylton2002-07-111-7/+7
* Remove list prenpost. It's not used any longer.Jeremy Hylton2002-07-111-3/+0
* Add a call to a Sub() method that actually works.Jeremy Hylton2002-07-111-0/+1
* Add Enum and Eiffel examples using new-style classes.Jeremy Hylton2002-07-112-0/+323
* Make another pass through Misc/NEWS and add stuff.Andrew M. Kuchling2002-07-111-15/+64
* _structure(): Don't get the whole Content-Type: header, just get theBarry Warsaw2002-07-111-1/+1