summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, while using non-whitespace literals forBarry Warsaw2002-04-161-26/+26
* Expect test_email_codecs to be skipped -- few users or developers willGuido van Rossum2002-04-161-0/+1
* Apparently 3 of the tests here rely on trailing whitespace and/or hardTim Peters2002-04-161-26/+26
* Remove repeated index entry; adds nothing different.Fred Drake2002-04-161-2/+1
* Fewer deprecation warnings.Tim Peters2002-04-161-0/+5
* resetwarnings(): Remove extra space from docstring guts.Tim Peters2002-04-161-1/+1
* Whitespace normalization.Tim Peters2002-04-1623-88/+84
* resetwarnings(): change the docstring to reflect what the codeTim Peters2002-04-161-1/+1
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-169-16/+34
* OK, don't call resetwarnings().Tim Peters2002-04-161-2/+0
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-164-9/+4
* I expect test_univnewlines to be skipped on Windows. I expect thisTim Peters2002-04-151-0/+1
* Reduce the number of test-suite DeprecationWarnings; start addingTim Peters2002-04-153-3/+12
* Fix grammarNeal Norwitz2002-04-151-2/+2
* test_main(): Added this so the test can actually get run under theBarry Warsaw2002-04-152-21/+20
* parseaddr(): Don't use rfc822.parseaddr() because this now implies aBarry Warsaw2002-04-151-4/+3
* Add documentation for PyObject_Call().Fred Drake2002-04-151-0/+16
* Separate out a \cfuncline macro from the cfuncdesc environment.Fred Drake2002-04-152-9/+25
* Document the cmemberdesc environment.Fred Drake2002-04-151-0/+11
* ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTPBarry Warsaw2002-04-151-1/+5
* Better documentation for GetArgv() and the ProgressBar type.Fred Drake2002-04-151-40/+157
* Be consistent in presenting the signatures.Fred Drake2002-04-151-1/+1
* Add docs for os.fchdir().Fred Drake2002-04-151-0/+9
* posix_fildes(): New helper: run a function that takes a file descriptorFred Drake2002-04-151-52/+71
* Generate the right annotations in the index entries.Fred Drake2002-04-151-2/+2
* Add a test for fchdir().Fred Drake2002-04-153-3/+7
* Integrated more text from Guido.Fred Drake2002-04-151-2/+359
* Move the listing of the type structure, since both the C API reference andFred Drake2002-04-151-0/+0
* Return the orginal string only if it's a real str or unicodeWalter Dörwald2002-04-152-4/+18
* Clean up the application of style to verbatim text.Fred Drake2002-04-153-8/+10
* Add support for \cmemberline and the cmemberdesc environment.Fred Drake2002-04-151-0/+24
* Remove unused variable reported by Walter DörwaldNeal Norwitz2002-04-151-1/+1
* Add itemAndrew M. Kuchling2002-04-151-0/+2
* Remove 'const' from local variable declaration in string_zfill() -- itGuido van Rossum2002-04-151-71/+80
* Apply the second version of SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-158-13/+83
* posix.mknod() and {}.pop() were addedNeal Norwitz2002-04-151-1/+2
* Deprecate % as well. The message for deprecation of //, % and divmodGuido van Rossum2002-04-151-1/+6
* Add news about deprecated complex ops.Guido van Rossum2002-04-151-0/+4
* update build infrastructure for pymalloc and bool changesAndrew MacIntyre2002-04-152-5/+18
* Add itemsAndrew M. Kuchling2002-04-151-0/+20
* SF bug #543387.Guido van Rossum2002-04-151-0/+5
* Four more names for the hall of fame.Guido van Rossum2002-04-151-0/+4
* SF bug #541883 (Vincent Fiack).Guido van Rossum2002-04-152-0/+11
* Add exit as alias for quit, as the easiest way to address SF bugGuido van Rossum2002-04-151-1/+4
* SF bug #543318 (Frank J. Tobin).Guido van Rossum2002-04-151-1/+1
* Fix from SF bug #541980 (Jacques A. Vidrine).Guido van Rossum2002-04-151-1/+4
* Provisional fix for writefile() [SF bug # 541730].Guido van Rossum2002-04-151-1/+1
* Enable universal newline support for MacPython.Jack Jansen2002-04-141-0/+3
* SF bug 543840: complex(string) accepts strings with \0Tim Peters2002-04-142-1/+14
* Test suite for universal newline support.Jack Jansen2002-04-141-0/+114