summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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