summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-2/+6
* Use code.interact(), which is even simpler, *and* imports readlineGuido van Rossum2002-06-141-3/+3
* Don't poorly emulate the interactive interpreter, useGuido van Rossum2002-06-141-19/+9
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-0/+31
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+27
* Test exceptional condition in select()Neal Norwitz2002-06-131-0/+7
* Test exceptional conditions in list.sort()Neal Norwitz2002-06-131-0/+15
* Cleanup a littleNeal Norwitz2002-06-131-6/+7
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-131-0/+14
* Temporarily disable the timeout and socket tests.Guido van Rossum2002-06-132-14/+14
* Hopefully this addresses the remaining issues of SF bugs 459235 andGuido van Rossum2002-06-131-0/+46
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-1/+0
* Extend dependency tracking so that .o files are rebuilt.Jeremy Hylton2002-06-131-4/+2
* Refactor compile() method implementations.Jeremy Hylton2002-06-135-272/+178
* Add depends=None to the arglist for compile().Jeremy Hylton2002-06-131-1/+2
* Extend compiler() method with optional depends argument.Jeremy Hylton2002-06-131-74/+168
* Comment out testHostnameRes() -- it depends on a correctly workingGuido van Rossum2002-06-131-10/+10
* Fix non-blocking connect() for Windows. Refactored the codeGuido van Rossum2002-06-131-12/+2
* More style changes and little cleanups.Jeremy Hylton2002-06-131-63/+33
* Major overhaul of timeout sockets:Guido van Rossum2002-06-132-4/+7
* Fix a typo.Guido van Rossum2002-06-131-1/+2
* Some more style improvementsJeremy Hylton2002-06-131-25/+4
* Python style conformance: Delete spaces between name of function and arglist.Jeremy Hylton2002-06-131-41/+41
* Whitespace nit.Guido van Rossum2002-06-131-1/+1
* Remove some overly complicated ways to concatenate and repeat stringsGuido van Rossum2002-06-121-6/+7
* Don't test for Java, test for sys.getrefcount.Guido van Rossum2002-06-121-2/+2
* Some provisional changes to get more tests to run on Windows (I hope).Guido van Rossum2002-06-121-6/+8
* Argh. Typo. :-(Guido van Rossum2002-06-121-1/+1
* Allow absent fromfd(), for Windows.Guido van Rossum2002-06-121-0/+2
* testSetSockOpt() should not require the reuse flag to be 1 -- anyGuido van Rossum2002-06-121-2/+2
* Lose the message on assertEqual calls -- they actually hideGuido van Rossum2002-06-121-18/+15
* Docstring, layout and style tweaking. Increase fuzz to 1 second.Guido van Rossum2002-06-121-90/+87
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-122-1/+6
* Add some more basic tests to validate the argument checking ofGuido van Rossum2002-06-121-1/+51
* New test suite for the socket module by Michael Gilfix.Guido van Rossum2002-06-123-180/+486
* Add a testcase to ensure that cycles going through the __class__ linkGuido van Rossum2002-06-121-0/+6
* SF bug 567538: Generator can crash the interpreter (Finn Bock).Guido van Rossum2002-06-121-0/+20
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-1211-1190/+171
* The opcode YIELD_STMT was accidentally called YIELD_VALUE here.Guido van Rossum2002-06-111-1/+1
* Fix SF #565414, FancyURLopener() needs to support **kwargsNeal Norwitz2002-06-111-2/+2
* Fix for problem reported by Neal Norwitz. Tighten up calculation ofMichael W. Hudson2002-06-111-0/+2
* This is my nearly two year old patchMichael W. Hudson2002-06-112-1/+73
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-1110-7/+1157
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-115-3/+51
* Took initial_tab and subsequent_tab away from the fill() method andGreg Ward2002-06-101-22/+34
* SF patch 560794 (Greg Chapman): deepcopy can't handle customGuido van Rossum2002-06-101-8/+15
* Allow the standalone wrap() and fill() functions to take arbitraryGreg Ward2002-06-101-4/+6
* Make 'width' an instance attribute rather than an argument to the wrap()Greg Ward2002-06-101-31/+32
* SF patch 564549 (Erik Andersén).Guido van Rossum2002-06-102-1/+12