| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug #412271, bug #449009] Use 'license' as the attribute name, | Andrew M. Kuchling | 2001-08-10 | 1 | -11/+11 |
|
|
* | Patch #441091 from Finn Bock: the more advanced flush options are not | Andrew M. Kuchling | 2001-08-10 | 1 | -15/+20 |
|
|
* | Disable the sub() optimization until Fredrik has time to look into SF | Guido van Rossum | 2001-08-10 | 1 | -0/+1 |
|
|
* | Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. | Guido van Rossum | 2001-08-10 | 2 | -0/+12 |
|
|
* | Remove hard-coded NT constants that are already defined in errno on NT. | Jeremy Hylton | 2001-08-10 | 1 | -11/+5 |
|
|
* | Expose nl_langinfo through locale where available. | Martin v. Löwis | 2001-08-10 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-09 | 12 | -55/+54 |
|
|
* | Skip test_mhlib on Windows -- too many Unix assumptions. | Tim Peters | 2001-08-09 | 1 | -2/+6 |
|
|
* | Fix two bugs detected by PyChecker: there's no need for redundant | Guido van Rossum | 2001-08-09 | 1 | -1/+1 |
|
|
* | Import UnknownFileError | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+1 |
|
|
* | Import the errno module | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+2 |
|
|
* | Use correct variable name | Andrew M. Kuchling | 2001-08-09 | 1 | -1/+1 |
|
|
* | Added tests for operator.floordiv() and operator.truediv(). | Fred Drake | 2001-08-09 | 2 | -0/+4 |
|
|
* | Restore the test for 'object' that I removed when object was | Guido van Rossum | 2001-08-09 | 1 | -0/+24 |
|
|
* | Use type(x).__name__ to get the name of the type instead of parsing | Guido van Rossum | 2001-08-09 | 1 | -1/+1 |
|
|
* | Unittests for mhlib, by Nick Mathewson. | Guido van Rossum | 2001-08-09 | 1 | -0/+328 |
|
|
* | SF patch #403640: incomplete proxy handling in URLLIB | Tim Peters | 2001-08-09 | 1 | -0/+62 |
|
|
* | SF Patch #420725 by Walter Doerwald: | Guido van Rossum | 2001-08-09 | 1 | -4/+17 |
|
|
* | Patch #403514: precompute _subst_format_str to avoid a call to | Martin v. Löwis | 2001-08-09 | 1 | -2/+2 |
|
|
* | Applied SF patch #438424 by Josh Cogliati: | Guido van Rossum | 2001-08-09 | 1 | -4/+42 |
|
|
* | Regenerate for glibc 2.2.3. | Martin v. Löwis | 2001-08-09 | 4 | -342/+769 |
|
|
* | Regenerate for Solaris 8. | Martin v. Löwis | 2001-08-09 | 5 | -739/+1778 |
|
|
* | Patch #448474: Add support for tell() and seek() to gzip.GzipFile. | Martin v. Löwis | 2001-08-09 | 2 | -2/+58 |
|
|
* | A test suite for binary operators, disguised as a rational number | Guido van Rossum | 2001-08-08 | 1 | -0/+340 |
|
|
* | Typo fix (spelling mistake in error message). | Greg Ward | 2001-08-08 | 1 | -1/+1 |
|
|
* | Patch #449083: Use builtins to initalize the module. | Martin v. Löwis | 2001-08-08 | 1 | -7/+7 |
|
|
* | Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. | Steve Purcell | 2001-08-08 | 1 | -3/+4 |
|
|
* | Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. | Tim Peters | 2001-08-08 | 1 | -3/+5 |
|
|
* | Add new tokens // and //=, in support of PEP 238. | Guido van Rossum | 2001-08-08 | 1 | -0/+1 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+1 |
|
|
* | beginning of work on the conf. handling smarts | Steven M. Gava | 2001-08-08 | 1 | -11/+25 |
|
|
* | Fix SF bug [ #447370 ] typo in urllib2.py | Jeremy Hylton | 2001-08-07 | 1 | -7/+9 |
|
|
* | Apply two small changes to the Windows code, according to SF bug | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Remove make_re() function; this is no longer needed since _sre and pcre | Fred Drake | 2001-08-07 | 1 | -10/+0 |
|
|
* | Add a test that xml.sax.saxutils.XMLGenerator does the right thing | Fred Drake | 2001-08-07 | 2 | -1/+18 |
|
|
* | Make sure XMLGenerator uses quoteattr() instead of escape() to quote | Fred Drake | 2001-08-07 | 1 | -2/+2 |
|
|
* | Fix the test so it uses IterableUserDict for the "for x in dict" test. | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Remove the __iter__ method from the UserDict class -- it can silently | Guido van Rossum | 2001-08-07 | 1 | -0/+2 |
|
|
* | Add the NannyNag exception class and the process_tokens() function to | Guido van Rossum | 2001-08-07 | 1 | -1/+1 |
|
|
* | Remove the test for the 'object' type -- it can no longer be | Guido van Rossum | 2001-08-07 | 1 | -24/+0 |
|
|
* | silence warnings about import * | Jeremy Hylton | 2001-08-07 | 1 | -0/+7 |
|
|
* | more fleshing out, this time primarily the 'general' page | Steven M. Gava | 2001-08-07 | 1 | -2/+73 |
|
|
* | fix for Bug ID 448100 - "test code using NL instead of CRNL" | Piers Lauder | 2001-08-05 | 1 | -1/+1 |
|
|
* | began font / indentation page | Steven M. Gava | 2001-08-05 | 1 | -7/+85 |
|
|
* | Hack to workaround bug #445984: attempt to import _socket before | Greg Ward | 2001-08-04 | 1 | -0/+4 |
|
|
* | further work on keybinding page | Steven M. Gava | 2001-08-04 | 1 | -29/+119 |
|
|
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 1 | -39/+46 |
|
|
* | Refactor so that it is easier to work with alternate MIME types databases, | Fred Drake | 2001-08-03 | 1 | -67/+138 |
|
|
* | Don't use any characters C doesn't guarantee are safe for text-mode files. | Tim Peters | 2001-08-03 | 1 | -12/+12 |
|
|
* | Fix stupid bug: when migrating these tests from the Zope repository, the | Fred Drake | 2001-08-03 | 1 | -14/+20 |
|
|