summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* visit_decref(): Added another assert.Tim Peters2002-07-021-0/+1
* Don't list all the keyword args to the TextWrapper constructor in theGreg Ward2002-07-021-15/+23
* Be consistent with the functions in the posix/nt module: docstringsFred Drake2002-07-021-3/+3
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Deal with & remove the XXX comments.Fred Drake2002-07-021-30/+24
* Abstract the creation of signature lines for callable things; the newFred Drake2002-07-022-7/+20
* Fix for SF bug #576327: zipfile when sizeof(long) == 8Tim Peters2002-07-021-1/+11
* Convert raise to call exception class. Add whitespace.Jeremy Hylton2002-07-021-1/+1
* Repair badly formatted code.Jeremy Hylton2002-07-021-19/+17
* Finished transitioning to using gc_refs to track gc objects' states.Tim Peters2002-07-022-42/+71
* Remove bogus assignment to self.length in NamedNodeMap.__delitem__().Fred Drake2002-07-021-1/+0
* Minor markup adjustments, consistency changes, and shorten a longFred Drake2002-07-021-12/+13
* Add refcount info for PyErr_SetFromWindowsErr() andFred Drake2002-07-021-0/+7
* Docs for PyErr_SetFromWindowsErrWithFilename() andThomas Heller2002-07-021-0/+23
* Do not depend on pymemcompat.h (was only used for PyXML); Martin likesFred Drake2002-07-021-4/+6
* Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().Jack Jansen2002-07-021-0/+5
* Reserved another gc_refs value for untracked objects. Every live gcTim Peters2002-07-022-8/+26
* Bring this back into sync with PyXML revision 1.58.Fred Drake2002-07-011-3/+10
* OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what'sTim Peters2002-07-011-96/+163
* visit_decref(): Two optimizations.Tim Peters2002-06-301-5/+3
* SF bug #574132: Major GC related performance regressionTim Peters2002-06-301-13/+43
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-3018-241/+102
* Bump required PyXML version to 0.6.5.Martin v. Löwis2002-06-301-1/+1
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-305-9/+68
* Merge from PyXML:Martin v. Löwis2002-06-301-2/+26
* Add xml namespace initially (PyXML 1.19).Martin v. Löwis2002-06-301-1/+2
* Fix spacing.Martin v. Löwis2002-06-301-1/+1
* Merge changes from PyXML:Martin v. Löwis2002-06-301-13/+76
* Define PyDoc_STRVAR if it is not available (PyXML 1.54).Martin v. Löwis2002-06-301-63/+11
* Undo usage of PyOS_snprintf (rev. 1.51 of PyXML).Martin v. Löwis2002-06-301-1/+3
* Fixed bug 574978 shutil example out of sync with source codeRaymond Hettinger2002-06-301-2/+1
* Fix bug 575221 referred to dictionary type instead of dict.Raymond Hettinger2002-06-301-1/+1
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-3011-42/+19
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Another test of long headers.Barry Warsaw2002-06-292-0/+19
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-292-1/+34
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-0/+57
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-7/+27
* test_multilingual(): Test for Header.__unicode__().Barry Warsaw2002-06-291-0/+22
* __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementationBarry Warsaw2002-06-291-0/+6
* Add documentation for new textwrap module.Greg Ward2002-06-293-0/+143
* Typo fix.Greg Ward2002-06-291-1/+1
* Track change of begin() to _begin().Jeremy Hylton2002-06-281-2/+2
* Lots of new and updated tests to check for proper ascii headerBarry Warsaw2002-06-282-42/+187
* _max_append(): When adding the string `s' to its own line, it shouldBarry Warsaw2002-06-281-2/+2
* Teach this class about "highest-level syntactic breaks" but only forBarry Warsaw2002-06-281-58/+151
* _split_header(): The code here was terminally broken because it didn'tBarry Warsaw2002-06-281-53/+11
* Simplify HTTPSConnection constructor.Jeremy Hylton2002-06-281-21/+7
* Close SF patch 523944: importing modules with foreign newlines.Jeremy Hylton2002-06-281-1/+1
* Added character data buffering to pyexpat parser objects.Fred Drake2002-06-282-21/+251