summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Change PyType_Ready() to use the READY and READYING flags. This makesGuido van Rossum2001-08-101-13/+26
* Added a warning about reference cycles and memory consumption to theFred Drake2001-08-101-0/+10
* Add new flags for PyType_Ready(): READY to explicitly indicate theGuido van Rossum2001-08-101-0/+6
* Usage fix, problem reported by Keith Briggs.Fred Drake2001-08-101-1/+1
* Added documentation for the new rich comparison support.Fred Drake2001-08-101-73/+147
* Patch #441091 from Finn Bock: the more advanced flush options are notAndrew M. Kuchling2001-08-101-15/+20
* Disable the sub() optimization until Fredrik has time to look into SFGuido van Rossum2001-08-101-0/+1
* Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.Guido van Rossum2001-08-102-0/+12
* Remove "referents" structure (it's not needed). Check return valueNeil Schemenauer2001-08-101-20/+17
* Remove hard-coded NT constants that are already defined in errno on NT.Jeremy Hylton2001-08-101-11/+5
* Remove the bogus flags parameter from the PyFile_WriteString() signature;Fred Drake2001-08-101-2/+1
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-106-321/+550
* Regenerated.Jack Jansen2001-08-102-232/+248
* Changed reference to config.h to pyconfig.h.Jack Jansen2001-08-101-0/+0
* Get OPT from the environment to build the CCSHARED command.Martin v. Löwis2001-08-101-2/+2
* SF patch #438013 Remove 2-byte Py_UCS2 assumptionsTim Peters2001-08-092-82/+90
* Whitespace normalization.Tim Peters2001-08-0912-55/+54
* Skip test_mhlib on Windows -- too many Unix assumptions.Tim Peters2001-08-091-2/+6
* Fix two bugs detected by PyChecker: there's no need for redundantGuido van Rossum2001-08-091-1/+1
* Import UnknownFileErrorAndrew M. Kuchling2001-08-091-1/+1
* Import the errno moduleAndrew M. Kuchling2001-08-091-1/+2
* Use correct variable nameAndrew M. Kuchling2001-08-091-1/+1
* Add resolution of __new__ story sequel.Guido van Rossum2001-08-091-0/+4
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-092-0/+4
* Add wrappers around the rich-comparison operations.Fred Drake2001-08-091-1/+22
* Restore the test for 'object' that I removed when object wasGuido van Rossum2001-08-091-0/+24
* Sigh. Strengthen the resriction of the previous checkin: tp_new isGuido van Rossum2001-08-091-1/+2
* Thinking back to the 2.22 revision, I didn't like what I did there oneGuido van Rossum2001-08-091-13/+4
* Use type(x).__name__ to get the name of the type instead of parsingGuido van Rossum2001-08-091-1/+1
* Unittests for mhlib, by Nick Mathewson.Guido van Rossum2001-08-091-0/+328
* Apply anonymous SF patch #441229.Guido van Rossum2001-08-091-0/+6
* SF patch #403640: incomplete proxy handling in URLLIBTim Peters2001-08-091-0/+62
* SF Patch #420725 by Walter Doerwald:Guido van Rossum2001-08-091-4/+17
* Patch #403514: precompute _subst_format_str to avoid a call toMartin v. Löwis2001-08-091-2/+2
* Added Josh Cogliati (turtle.py contributor).Guido van Rossum2001-08-091-0/+1
* Applied SF patch #438424 by Josh Cogliati:Guido van Rossum2001-08-091-4/+42
* Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead ofGuido van Rossum2001-08-091-5/+1
* One more.Neil Schemenauer2001-08-091-0/+1
* Add get_objects function. This is a low level function (likeNeil Schemenauer2001-08-091-0/+38
* Add get_referents function. Closes SF patch #402925.Neil Schemenauer2001-08-091-0/+50
* Regenerate for glibc 2.2.3.Martin v. Löwis2001-08-094-342/+769
* Regenerate for Solaris 8.Martin v. Löwis2001-08-095-739/+1778
* When representing #includes as imports, do from MOD import *.Martin v. Löwis2001-08-091-1/+1
* Patch #437683: Use re instead of regex.Martin v. Löwis2001-08-091-33/+38