summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated to the current state of things (long overdue).Jack Jansen2001-08-161-91/+61
* Removed expat from the access paths, it isn't needed.Jack Jansen2001-08-161-0/+0
* [Patch #444854 from twburton]Andrew M. Kuchling2001-08-161-1/+4
* [Patch #442530 from twburton]Andrew M. Kuchling2001-08-161-4/+4
* Patch #427190: Implement and use METH_NOARGS and METH_O.Martin v. Löwis2001-08-1617-552/+430
* Fix SF bug #442501: calculate __module__ properly.Guido van Rossum2001-08-161-5/+71
* Change the type names to xxsublist.<name>.Guido van Rossum2001-08-161-2/+2
* The change of type(None).__name__ from 'None' to 'NoneType' broke thisGuido van Rossum2001-08-162-4/+4
* Subtle change to make None.__class__ work:Guido van Rossum2001-08-162-4/+2
* Oops. Two fixes for SF bug #422004 are not needed. :-)Guido van Rossum2001-08-161-1/+0
* Bunchathings:Guido van Rossum2001-08-161-5/+6
* Add a function _Py_ReadyTypes() which initializes various and sundryGuido van Rossum2001-08-161-4/+21
* Update to MvL's patch #424475 to avoid returning 2 when tp_compareGuido van Rossum2001-08-161-2/+5
* No change, just wanted to record more info in the log: after the lastTim Peters2001-08-160-0/+0
* Wise uninstallers never delete the Python DLL from the system directory.Tim Peters2001-08-161-0/+9
* Add tests for overridable operators that have default interpretationsGuido van Rossum2001-08-151-0/+127
* - Another big step in the right direction. All the overridableGuido van Rossum2001-08-151-47/+226
* Rewrote Jack's latest change so it does what it intended to do...Just van Rossum2001-08-151-4/+8
* Given a class without __cmp__ or __eq__, cmp() of two instances ofGuido van Rossum2001-08-151-0/+8
* A large contribution from Dave Kuhlman describing what each of the slotsFred Drake2001-08-151-6/+385
* Dave Kuhlman has contributed a nice improvement to the "Defining New Types"Fred Drake2001-08-151-0/+1
* Remove spurious space before a period.Fred Drake2001-08-151-1/+1
* Added comments before recently added/assigned slots in the type object,Fred Drake2001-08-151-0/+6
* Add 'state' as a get/set attribute to spamlist. This serves as anGuido van Rossum2001-08-151-1/+12
* Add 'state' as a read-only attribute to spamdict. This serves as anGuido van Rossum2001-08-151-1/+7
* PyMethod_Type: add a tp_descr_get slot function to ensure properGuido van Rossum2001-08-151-1/+19
* Add a test to verify that bound methods work correctly.Guido van Rossum2001-08-151-0/+18
* Fix portability problems with glibc 2.0, as reported in #449157.Martin v. Löwis2001-08-157-4/+23
* Use the "howto" document class rather than the "manual" class.Fred Drake2001-08-151-85/+81
* Properly mark attribute names in the table.Fred Drake2001-08-151-117/+117
* Change the generated markup so that attribute names are properly marked.Fred Drake2001-08-151-1/+1
* Use the abstract object interfaces when digging around in module objectsFred Drake2001-08-151-19/+19
* Note addition of cleanfuture.pyAndrew M. Kuchling2001-08-151-0/+6
* Fix typoAndrew M. Kuchling2001-08-151-1/+1
* Fix small markup consistency nits.Fred Drake2001-08-151-7/+8
* MacOSX: if we're building without --enable-toolbox-glue don't attempt toJack Jansen2001-08-152-245/+249
* On OSX we should not pass the -shared option to ld: it make the buildJack Jansen2001-08-151-1/+4
* Don't remove non-directories from sys.path on the mac: filesJack Jansen2001-08-151-2/+3
* New, larger installer bitmap from Erik van Blokland. Added moreTim Peters2001-08-152-4/+6
* Fix typo in module docstring.Tim Peters2001-08-151-1/+1
* Add blurb about cleanfuture.py. Fix misspelling in an older item.Tim Peters2001-08-151-1/+7
* Move one of the tests into the "PEP 255" section, to reflect a change inTim Peters2001-08-151-12/+15
* Oops, forgot to check in configure.Jack Jansen2001-08-151-400/+420
* Lots of changes in the framework support:Jack Jansen2001-08-152-103/+197
* With WITH_NEXT_FRAMEWORK defined we now also expect a normal PythonJack Jansen2001-08-151-6/+20
* update simple explanation of parseFile()Jeremy Hylton2001-08-141-1/+1
* First day's progress on documentationJeremy Hylton2001-08-143-0/+588
* Fix a minor typo and mark an exception name that was missed.Fred Drake2001-08-141-1/+1
* Add material about the "r" and "u" prefixes for string literals; shouldFred Drake2001-08-141-8/+14
* Added some examples of table markup.Fred Drake2001-08-141-0/+71