summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug #575360Jeremy Hylton2002-07-061-0/+6
* Handle HTTP/0.9 responses.Jeremy Hylton2002-07-061-19/+132
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-062-3/+11
* Decent burial for venerated ancestor (urn in attic)Kurt B. Kaiser2002-07-061-342/+0
* Remove dead code.Kurt B. Kaiser2002-07-061-38/+0
* 1. Test Sourceforge checkin, idle-dev postingKurt B. Kaiser2002-07-061-1/+0
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-053-290/+164
* printlist(): Replaced the guts with a call to textwrap. Yay!Tim Peters2002-07-041-30/+19
* gc_list_move defined but not used.Michael W. Hudson2002-07-041-15/+0
* Docstring improvements. In particular, added docstrings for theGreg Ward2002-07-041-10/+27
* Fix a typo.Thomas Heller2002-07-041-1/+1
* Revise asyncore documentation and document asynchat for the first time.Steve Holden2002-07-034-55/+347
* No need to be ambiguous about *how* extended slices and built-in typesFred Drake2002-07-031-11/+25
* Fix up a few more consistency nits and incorrectly applied markup.Fred Drake2002-07-031-21/+29
* append(): Clarify the expected type of charset.Barry Warsaw2002-07-031-1/+2
* Debugger Exception Info and GUI Stack Exception Traceback: finishKurt B. Kaiser2002-07-031-10/+23
* Stop trying to cater to platforms with a broken HUGE_VAL definition. ItTim Peters2002-07-032-12/+25
* Update freeze to use zlib 1.1.4.Mark Hammond2002-07-031-2/+2
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Another stab at SF 576327: zipfile when sizeof(long) == 8Tim Peters2002-07-021-100/+106
* 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