summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Tim_one's change to aggressively overallocate nodes when adding childAndrew MacIntyre2002-07-151-9/+2
* Remove httplib from tested modules.Jeremy Hylton2002-07-121-15/+0
* Palm OS encoding from Sjoerd MullenderMarc-André Lemburg2002-07-121-0/+67
* Change _begin() back to begin().Jeremy Hylton2002-07-122-6/+5
* Fix SF bug 579701 (Fernando Pérez); an input line consisting of one orGuido van Rossum2002-07-121-8/+8
* Well, Fred never did explain why the code to determine whether theMichael W. Hudson2002-07-121-7/+3
* _structure(): Don't get the whole Content-Type: header, just get theBarry Warsaw2002-07-111-1/+1
* test_trashcan() and supporting class Ouch(): Jeremy noted that this testTim Peters2002-07-111-3/+9
* _dispatch(): Comment improvements.Barry Warsaw2002-07-111-3/+3
* subtype_resurrection(): Removed unused import.Tim Peters2002-07-111-1/+0
* Extend function() to support an optional closure argument.Jeremy Hylton2002-07-111-0/+24
* subtype_resurrection(): The test suite with -l properly reported theTim Peters2002-07-111-2/+13
* Repaired optimistic comment in new test.Tim Peters2002-07-111-4/+3
* Added a test that provokes the hypothesized (in my last checkin comment)Tim Peters2002-07-111-0/+20
* 1. Prevent Undo before IOmark in PyShell.PyShellKurt B. Kaiser2002-07-112-13/+22
* assertHasattr(): Made failure msg better than useless.Tim Peters2002-07-101-1/+4
* Fix for SF bug 579107.Jeremy Hylton2002-07-091-36/+88
* ndiffAssertEqual(): Stringify the arguments before runningBarry Warsaw2002-07-091-4/+16
* make_header(): New function to take the output of decode_header() andBarry Warsaw2002-07-091-6/+45
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-0/+9
* Anthony Baxter's patch for non-strict parsing. This adds a `strict'Barry Warsaw2002-07-091-24/+71
* Add the concept of a "default type". Normally the default type isBarry Warsaw2002-07-091-0/+22
* __init__(): Don't attach the subparts if its an empty tuple. If theBarry Warsaw2002-07-091-2/+5
* clone(): A new method for creating a clone of this generator (forBarry Warsaw2002-07-091-27/+24
* __init__(): Be sure to set the default type to message/rfc822.Barry Warsaw2002-07-091-0/+2
* _structure(): A handy little debugging aid that I don't (yet) intendBarry Warsaw2002-07-091-0/+10
* TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have anBarry Warsaw2002-07-091-32/+186
* New files which test the corners of multipart/message andBarry Warsaw2002-07-092-0/+48
* With the addition of Oleg's support for RFC 2231, it's time to bumpBarry Warsaw2002-07-091-1/+1
* Change the "__ private" names to "_ protected"; this has been a pain forFred Drake2002-07-081-31/+31
* Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.Jack Jansen2002-07-082-6/+1
* Fix from SF patch #527518: proxy config with user+pass authentication.Jeremy Hylton2002-07-071-3/+8
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-073-4/+131
* 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
* Docstring improvements. In particular, added docstrings for theGreg Ward2002-07-041-10/+27
* 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
* Be consistent with the functions in the posix/nt module: docstringsFred Drake2002-07-021-3/+3
* Convert raise to call exception class. Add whitespace.Jeremy Hylton2002-07-021-1/+1
* Remove bogus assignment to self.length in NamedNodeMap.__delitem__().Fred Drake2002-07-021-1/+0
* 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-303-8/+29
* Merge from PyXML:Martin v. Löwis2002-06-301-2/+26