summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor future feature handlingJeremy Hylton2001-08-102-16/+3
* Added documentation for PyDict_Update() and PyDict_Merge().Fred Drake2001-08-101-1/+19
* Add test for SF bug #442833 (multiple inheritance).Guido van Rossum2001-08-101-0/+14
* The message accompanying the TypeError exception on a readonlyGuido van Rossum2001-08-101-1/+1
* - Big changes to fix SF bug #442833 (a nasty multiple inheritanceGuido van Rossum2001-08-101-91/+122
* Autotest for netpacket/packet.h, as it is not available on all Linux versions.Martin v. Löwis2001-08-102-2/+5
* Autotest for netpacket/packet.h, as it is not available on all Linux versions.Martin v. Löwis2001-08-102-7/+7
* Add PyDict_Merge(a, b, override):Guido van Rossum2001-08-102-2/+19
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Pass the Makefile's value of CC and LDSHARED to the environment of setup.py.Martin v. Löwis2001-08-101-1/+1
* Do more to be compatible with Windows/CygWin. Make error messages moreFred Drake2001-08-101-2/+14
* Remove the use of the "cat" program. This improves portability to non-UnixFred Drake2001-08-101-1/+5
* Added this LaTeX style file to the package since not all LaTeX installationsFred Drake2001-08-101-0/+329
* Allow AttributeError as well as TypeError for attribute-less objects.Guido van Rossum2001-08-101-1/+1
* _DATE_FMT does not always accompany CODESET.Martin v. Löwis2001-08-101-0/+3
* 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