summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vgetargskeywords:Tim Peters2001-10-271-15/+10
* PyArg_ParseTupleAndKeywords: return false on internal error, not -1 (ITim Peters2001-10-271-30/+34
* PyArg_ParseTupleAndKeywords: do basic sanity checks on the arguments,Tim Peters2001-10-271-1/+16
* tuple(3,4,5,x=2) dumped core on my box. vgetargskeywords() overindexedTim Peters2001-10-271-3/+13
* vgetargskeywords(): remove test that can't succeed. Not a bugfix, justTim Peters2001-10-271-13/+7
* dict_constructor(): The last test was passing for the wrong reason (itTim Peters2001-10-261-1/+1
* Fill in remaining XXX spotsAndrew M. Kuchling2001-10-261-19/+31
* Fix up a number of small problems with the DOM documentation.Fred Drake2001-10-262-20/+35
* Finish off the type/class section; I don't think there's much elseAndrew M. Kuchling2001-10-261-73/+125
* Remove unused variable.Fred Drake2001-10-261-1/+0
* Now that Misc/Makefile.pre.in is gone, do not attempt to install it.Fred Drake2001-10-261-1/+0
* Explain what [].insert() does when the target index is negative.Fred Drake2001-10-261-7/+11
* Add notes pointing out that these classes are kept for backward compatibilityFred Drake2001-10-261-0/+17
* Re-arrange things and remove some unused variables/imports to keep pycheckerFred Drake2001-10-262-4/+14
* Be smarter about clearing the weakref lists for instances, instance methods,Fred Drake2001-10-262-3/+6
* Many, many small fixes and improvements, most suggested by Detlef Lannert.Fred Drake2001-10-261-17/+27
* Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs().Fred Drake2001-10-261-11/+32
* Added refcount data for PyObject_CallFunctionObArgs() andFred Drake2001-10-261-0/+9
* Added two new functions to conveniently call functions/methods from C.Fred Drake2001-10-262-5/+99
* Some style changes and typo fixes.Fred Drake2001-10-261-6/+9
* Updated this README to reality.Guido van Rossum2001-10-261-15/+6
* Some news.Guido van Rossum2001-10-261-1/+13
* Delete Makefile.pre.in (BDFL pronouncement)Andrew M. Kuchling2001-10-261-305/+0
* Clean up the tables of child links generated by stock LaTeX2HTML so we getFred Drake2001-10-261-0/+8
* Moved PythonScript to unsupported at Bill Bedford's request. It'll goJack Jansen2001-10-269-0/+0
* Typo: destuction --> destructionFred Drake2001-10-261-1/+1
* further work supporting reading config dialog values form config files.Steven M. Gava2001-10-261-20/+40
* dynamic option menu widget.Steven M. Gava2001-10-261-0/+34
* further work on loading config dialog values from the config filesSteven M. Gava2001-10-261-61/+15
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-267-36/+199
* Update. __dict__ assignment done. Reorder remaining "to do" items byGuido van Rossum2001-10-261-7/+22
* Allow assignment to newinstance.__dict__.Guido van Rossum2001-10-262-1/+50
* Fix two typos, one noted by Noah Spurrier in SF bug #475166, theGuido van Rossum2001-10-262-2/+3
* Add sendall() method, which loops until all data is written or anGuido van Rossum2001-10-261-2/+44
* Add yet more markup that let's a stylesheet pick out a small bit of theFred Drake2001-10-261-3/+11
* Enforce a bit of markup consistency.Fred Drake2001-10-261-13/+12
* Minor textual adjustment, and style-guide conformance (no use of "iff").Fred Drake2001-10-261-4/+5
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-253-1/+51
* Added various tidbits.Jack Jansen2001-10-251-3/+18
* I went back and figured out the release date for Python 2.2a1.Barry Warsaw2001-10-251-0/+1
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-253-148/+263
* Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod()Fred Drake2001-10-251-5/+3
* Typo: NamedNodeList --> NamedNodeMapFred Drake2001-10-251-1/+1
* Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)Guido van Rossum2001-10-252-3/+14
* Ignore the posixfile deprecation warning for the test suite.Fred Drake2001-10-251-0/+3
* complex_subtype_from_string(): move the declaration of s_buffer[] outGuido van Rossum2001-10-251-1/+3
* Slightly better conformance to the Python C style guide.Fred Drake2001-10-251-4/+8
* One more LaTeX-ism that we'd rather ignore.Fred Drake2001-10-251-0/+1
* No need to run make twice here.Fred Drake2001-10-251-1/+0
* Update the rules so that changes to the HTML stylesheet cause appropriateFred Drake2001-10-251-21/+55