summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use code.interact(), which is even simpler, *and* imports readlineGuido van Rossum2002-06-141-3/+3
* Now FOR_LOOP is gone, loop_subscript can go too.Michael W. Hudson2002-06-141-19/+0
* Don't poorly emulate the interactive interpreter, useGuido van Rossum2002-06-141-19/+9
* Anchors ("a" elements) used only for the name attribute should notFred Drake2002-06-141-1/+1
* Make a start at describing the results of class/type unificationSteve Holden2002-06-141-121/+86
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Inexplicably, recurse_down_subclasses() was comparing the objectGuido van Rossum2002-06-141-1/+2
* Missed one use of new PyDoc_STRVAR macroNeal Norwitz2002-06-141-2/+2
* Refer the reader to the correct module for constant definitions.Fred Drake2002-06-141-1/+1
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-7/+7
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-143-12/+43
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-144-45/+70
* Document the Binary.data attribute.Fred Drake2002-06-141-5/+13
* Use \code{True} (or False) instead of true/false.Neal Norwitz2002-06-141-4/+4
* 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
* SF # 533070 Silence AIX C Compiler WarningsNeal Norwitz2002-06-132-2/+2
* Major cleanup operation: whenever there's a call that looks for anGuido van Rossum2002-06-131-10/+59
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-132-1/+31
* SF # 561244 Micro optimizationsNeal Norwitz2002-06-131-5/+3
* Fix typo in exception messageNeal Norwitz2002-06-131-1/+1
* Use new PyDoc_STRVAR macroNeal Norwitz2002-06-131-2/+2
* Add "version added" for getpgidNeal Norwitz2002-06-131-0/+1
* SF #561244 Micro optimizationsNeal Norwitz2002-06-133-14/+7
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-138-3/+41
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-1363-1625/+1509
* 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-132-24/+85
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-134-40/+3
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Munge depends files to have absolute paths.Jeremy Hylton2002-06-131-2/+7
* 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
* Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up fromGuido van Rossum2002-06-131-2/+2
* 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-132-39/+42
* More style changes and little cleanups.Jeremy Hylton2002-06-131-63/+33
* Get rid of accidentally checked-in reference to "bits".Guido van Rossum2002-06-131-2/+0
* Major overhaul of timeout sockets:Guido van Rossum2002-06-135-247/+89
* 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
* Add dependencies on socketmodule.h.Guido van Rossum2002-06-131-2/+6
* _Py prefix is verboten for static entry pointsAndrew MacIntyre2002-06-131-4/+4
* work around name clash with OS/2 TCPIP routine sock_init()Andrew MacIntyre2002-06-131-2/+2
* Whitespace nit.Guido van Rossum2002-06-131-1/+1
* Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),Fred Drake2002-06-131-0/+42