summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Michael fixed the race conditions and removed the sleeps.Guido van Rossum2002-06-181-9/+55
* \productioncont: Replace leading spaces with   so that it'sFred Drake2002-06-181-0/+3
* Refactor the generation of signature lines for funcdesc, methoddesc,Fred Drake2002-06-181-27/+22
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+6
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-182-0/+6
* Corect speling and add \n\ to line ends in new docstring for access().Guido van Rossum2002-06-181-5/+5
* Clarified documentation for os.access().Fred Drake2002-06-182-6/+12
* Mechanically translated string method calls to string methods.Fred Drake2002-06-181-36/+22
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-181-29/+508
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* About the new but unreferenced new_class, Guido sez:Michael W. Hudson2002-06-181-15/+0
* Update description of the Expat library.Fred Drake2002-06-171-6/+9
* PyModule_AddObject(): Added missing exceptions.Fred Drake2002-06-171-7/+14
* Fix documentation for PyMarshal_WriteObjectToFile() andFred Drake2002-06-171-5/+5
* Ensure \verbatiminput always uses a unique filename for each input file inFred Drake2002-06-171-8/+66
* Add reminder, and a new POSIX functionAndrew M. Kuchling2002-06-171-6/+8
* Typo.Michael W. Hudson2002-06-171-1/+1
* Whitespace normalization (tabs -> spaces)Neal Norwitz2002-06-171-5/+5
* Apply diff2.txt from SF patch http://www.python.org/sf/566999Walter Dörwald2002-06-172-7/+32
* Add IMAP4 QUOTA extension methodsPiers Lauder2002-06-172-3/+58
* Alter text test arg to obey new rule, also include inverse test to make time-...Piers Lauder2002-06-171-6/+5
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-166-46/+69
* Nuked another reference to newmodule.c.Tim Peters2002-06-161-1/+0
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-164-233/+0
* Forgot to add this. It's part of patch 568629.Guido van Rossum2002-06-161-0/+17
* test_module_with_large_stack(): This failed when Python was run with -O,Tim Peters2002-06-151-2/+5
* test_module_with_large_stack(): This failed on Windows, for the wrongTim Peters2002-06-151-1/+1
* Unsure exactly why I'm doing this, but I couldn't build a debug-modeTim Peters2002-06-151-0/+15
* Add Oren Tirosh and news about his patch.Guido van Rossum2002-06-142-0/+11
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-1417-130/+287
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-147-60/+162
* Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()Fred Drake2002-06-142-8/+18
* 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