| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically translated string method calls to string methods. | Fred Drake | 2002-06-18 | 1 | -36/+22 |
|
|
* | SF patch #552837, submitted by Robert Pyron: | Fred Drake | 2002-06-18 | 1 | -29/+508 |
|
|
* | Clarified description of error handling for shutil.rmtree(). | Fred Drake | 2002-06-18 | 1 | -2/+3 |
|
|
* | About the new but unreferenced new_class, Guido sez: | Michael W. Hudson | 2002-06-18 | 1 | -15/+0 |
|
|
* | Update description of the Expat library. | Fred Drake | 2002-06-17 | 1 | -6/+9 |
|
|
* | PyModule_AddObject(): Added missing exceptions. | Fred Drake | 2002-06-17 | 1 | -7/+14 |
|
|
* | Fix documentation for PyMarshal_WriteObjectToFile() and | Fred Drake | 2002-06-17 | 1 | -5/+5 |
|
|
* | Ensure \verbatiminput always uses a unique filename for each input file in | Fred Drake | 2002-06-17 | 1 | -8/+66 |
|
|
* | Add reminder, and a new POSIX function | Andrew M. Kuchling | 2002-06-17 | 1 | -6/+8 |
|
|
* | Typo. | Michael W. Hudson | 2002-06-17 | 1 | -1/+1 |
|
|
* | Whitespace normalization (tabs -> spaces) | Neal Norwitz | 2002-06-17 | 1 | -5/+5 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/566999 | Walter Dörwald | 2002-06-17 | 2 | -7/+32 |
|
|
* | Add IMAP4 QUOTA extension methods | Piers Lauder | 2002-06-17 | 2 | -3/+58 |
|
|
* | Alter text test arg to obey new rule, also include inverse test to make time-... | Piers Lauder | 2002-06-17 | 1 | -6/+5 |
|
|
* | Polish RemoteDebugger code. | Kurt B. Kaiser | 2002-06-16 | 6 | -46/+69 |
|
|
* | Nuked another reference to newmodule.c. | Tim Peters | 2002-06-16 | 1 | -1/+0 |
|
|
* | Removed newmodule.c from the project, and removed references to it from | Tim Peters | 2002-06-16 | 4 | -233/+0 |
|
|
* | Forgot to add this. It's part of patch 568629. | Guido van Rossum | 2002-06-16 | 1 | -0/+17 |
|
|
* | test_module_with_large_stack(): This failed when Python was run with -O, | Tim Peters | 2002-06-15 | 1 | -2/+5 |
|
|
* | test_module_with_large_stack(): This failed on Windows, for the wrong | Tim Peters | 2002-06-15 | 1 | -1/+1 |
|
|
* | Unsure exactly why I'm doing this, but I couldn't build a debug-mode | Tim Peters | 2002-06-15 | 1 | -0/+15 |
|
|
* | Add Oren Tirosh and news about his patch. | Guido van Rossum | 2002-06-14 | 2 | -0/+11 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 17 | -130/+287 |
|
|
* | This introduces stricter library/header file checking for the Berkeley DB | Skip Montanaro | 2002-06-14 | 7 | -60/+162 |
|
|
* | Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() | Fred Drake | 2002-06-14 | 2 | -8/+18 |
|
|
* | Use code.interact(), which is even simpler, *and* imports readline | Guido van Rossum | 2002-06-14 | 1 | -3/+3 |
|
|
* | Now FOR_LOOP is gone, loop_subscript can go too. | Michael W. Hudson | 2002-06-14 | 1 | -19/+0 |
|
|
* | Don't poorly emulate the interactive interpreter, use | Guido van Rossum | 2002-06-14 | 1 | -19/+9 |
|
|
* | Anchors ("a" elements) used only for the name attribute should not | Fred Drake | 2002-06-14 | 1 | -1/+1 |
|
|
* | Make a start at describing the results of class/type unification | Steve Holden | 2002-06-14 | 1 | -121/+86 |
|
|
* | Test for the bug in recurse_down_subclasses() that I just fixed. | Guido van Rossum | 2002-06-14 | 1 | -0/+10 |
|
|
* | Inexplicably, recurse_down_subclasses() was comparing the object | Guido van Rossum | 2002-06-14 | 1 | -1/+2 |
|
|
* | Missed one use of new PyDoc_STRVAR macro | Neal Norwitz | 2002-06-14 | 1 | -2/+2 |
|
|
* | Refer the reader to the correct module for constant definitions. | Fred Drake | 2002-06-14 | 1 | -1/+1 |
|
|
* | Fix SF bug # 561858 Assertion with very long lists | Neal Norwitz | 2002-06-14 | 1 | -7/+7 |
|
|
* | Fix SF bug # 561858 Assertion with very long lists | Neal Norwitz | 2002-06-14 | 3 | -12/+43 |
|
|
* | SF bug # 493951 string.{starts,ends}with vs slices | Neal Norwitz | 2002-06-14 | 4 | -45/+70 |
|
|
* | Document the Binary.data attribute. | Fred Drake | 2002-06-14 | 1 | -5/+13 |
|
|
* | Use \code{True} (or False) instead of true/false. | Neal Norwitz | 2002-06-14 | 1 | -4/+4 |
|
|
* | Test exceptional condition in select() | Neal Norwitz | 2002-06-13 | 1 | -0/+7 |
|
|
* | Test exceptional conditions in list.sort() | Neal Norwitz | 2002-06-13 | 1 | -0/+15 |
|
|
* | Cleanup a little | Neal Norwitz | 2002-06-13 | 1 | -6/+7 |
|
|
* | SF # 533070 Silence AIX C Compiler Warnings | Neal Norwitz | 2002-06-13 | 2 | -2/+2 |
|
|
* | Major cleanup operation: whenever there's a call that looks for an | Guido van Rossum | 2002-06-13 | 1 | -10/+59 |
|
|
* | Fix for SF bug 532646. This is a little simpler than what Neal | Guido van Rossum | 2002-06-13 | 2 | -1/+31 |
|
|
* | SF # 561244 Micro optimizations | Neal Norwitz | 2002-06-13 | 1 | -5/+3 |
|
|
* | Fix typo in exception message | Neal Norwitz | 2002-06-13 | 1 | -1/+1 |
|
|
* | Use new PyDoc_STRVAR macro | Neal Norwitz | 2002-06-13 | 1 | -2/+2 |
|
|
* | Add "version added" for getpgid | Neal Norwitz | 2002-06-13 | 1 | -0/+1 |
|
|
* | SF #561244 Micro optimizations | Neal Norwitz | 2002-06-13 | 3 | -14/+7 |
|
|