summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #486743: remove bad INCREF, propagate exception in append_objects.Martin v. Löwis2001-12-021-6/+11
* Patch #487455: make types.StringTypes a tuple.Martin v. Löwis2001-12-021-2/+2
* Remove INET6 define. Use ENABLE_IPV6 instead.Martin v. Löwis2001-12-025-248/+236
* mywrite(): The test for trouble in PyOS_vsnprintf was wrong on bothTim Peters2001-12-021-3/+10
* When the number of bytes written to the malloc'ed buffer is largerGuido van Rossum2001-12-011-5/+5
* Whitespace normalization.Tim Peters2001-12-011-1/+0
* SF bug #487743: test_builtin fails on 64 bit platform.Tim Peters2001-12-011-1/+1
* Synchronize with pulldom from PyXML (revision 1.18).Fred Drake2001-11-301-2/+24
* Synchronize with minidom from PyXML (revision 1.35).Fred Drake2001-11-301-5/+5
* Drop xmllib in favor of SAX.Fred Drake2001-11-301-21/+30
* Add a couple of entries to the whitespace-cleanups table.Fred Drake2001-11-301-0/+2
* Add description of tkCommonDialog.Fred Drake2001-11-301-0/+1
* Added two new conversion specifications.Fred Drake2001-11-301-0/+7
* Change the chapter title to reflect the Tk affinity.Fred Drake2001-11-301-5/+5
* Add a new environment in the Python docs markup: seealso*. This is similarFred Drake2001-11-303-11/+41
* Minor adjustments to markup for the getDOMImplementation() description.Fred Drake2001-11-301-10/+13
* Added the convenience constants that are present in PyXML to make theseFred Drake2001-11-302-0/+41
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-3053-300/+1815
* unicodedata_decomposition(): sprintf -> PyOS_snprintf.Tim Peters2001-11-301-2/+4
* Updated documentation for the new httplib interface, by Kalle Svensson.Fred Drake2001-11-302-79/+140
* Update the signature of PyFile_WriteString().Fred Drake2001-11-292-2/+2
* More information about Tix support, contributed by Mike Clarkson.Fred Drake2001-11-291-0/+101
* Various cleanups & markup fixes, mostly relating to the stat and statvfsFred Drake2001-11-291-38/+77
* Neil Schemenauer suggested a small improvement to one of the example REs.Fred Drake2001-11-291-1/+1
* writeline() --> writelines()Fred Drake2001-11-291-1/+1
* Use identity instead of equality when looking for referrers. Fixes #485781.Martin v. Löwis2001-11-291-3/+4
* New section of regular expression examples contributed by Skip Montanaro,Fred Drake2001-11-291-0/+56
* Clarify the description of the creation of an owned reference from an APIFred Drake2001-11-291-5/+5
* Add an index entry for the discussion of PyEval_CallObject().Fred Drake2001-11-291-8/+9
* A few small changes:Fred Drake2001-11-291-8/+17
* SF bug 486278 SystemError: Python/getargs.c:1086: bad.Tim Peters2001-11-292-8/+18
* canonic(): don't use abspath() for filenames looking like <...>; thisGuido van Rossum2001-11-291-0/+2
* SF bug 486480: zipfile __del__ is brokenTim Peters2001-11-281-3/+3
* PyFloat_AsStringEx(): This function takes an output char* but doesn'tTim Peters2001-11-281-8/+24
* Two screwups fixed for sizeof(char *) instead of sizeof(char []).Jeremy Hylton2001-11-281-77/+82
* PyFile_WriteString(): change prototype so that the string arg isTim Peters2001-11-282-2/+2
* More sprintf -> PyOS_snprintf.Tim Peters2001-11-285-9/+14
* Use PyOS_snprintf() instead of sprintf().Jeremy Hylton2001-11-281-4/+4
* Use PyOS_snprintf() at some cost even though it was correct before.Jeremy Hylton2001-11-281-6/+7
* Use PyOS_vsnprintf() and check its return value.Jeremy Hylton2001-11-281-2/+9
* ste_repr(): Conversion of sprintf() to PyOS_snprintf() for bufferBarry Warsaw2001-11-281-4/+5
* aix_loaderror(): Conversion of sprintf() to PyOS_snprintf() for bufferBarry Warsaw2001-11-281-1/+1
* Reverting last change so we don't have to think about the assert macroBarry Warsaw2001-11-281-5/+4
* Use strncpy() instead of sprintf() in calculate_path().Jeremy Hylton2001-11-281-15/+19
* code_repr(), com_addop_varname(), com_list_comprehension(),Barry Warsaw2001-11-281-32/+42
* PyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_snprintf() forBarry Warsaw2001-11-281-4/+5
* PyWin_FindRegisteredModule(): Conversion of sprintf() toBarry Warsaw2001-11-281-3/+3
* weakref_repr(), proxy_repr(): Conversion of sprintf() toBarry Warsaw2001-11-281-8/+11
* formatfloat(), formatint(): Conversion of sprintf() to PyOS_snprintf()Barry Warsaw2001-11-281-4/+6
* structseq_new(): Conversion of sprintf() to PyOS_snprintf() for bufferBarry Warsaw2001-11-281-1/+2