summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-3011-42/+19
* 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
* 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-281-1/+94
* Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections.Jeremy Hylton2002-06-281-32/+102
* The standard definition file is now called mwerks_shcarbon_plugin.h.Jack Jansen2002-06-271-1/+1
* merged with SLAB codebase (version 1.0.1)Fredrik Lundh2002-06-271-78/+344
* made the code match the comments (1.5.2 compatibility)Fredrik Lundh2002-06-271-3/+3
* Fix bug #570057: Broken pre.subn() (and pre.sub())Fredrik Lundh2002-06-271-2/+4
* Integrate the tests for name interning from PyXML (test_pyexpat.pyFred Drake2002-06-271-0/+18
* Whitespace normalization (remove tabs)Neal Norwitz2002-06-261-4/+4
* Fixed various MacPython-specific issues found by attempting to use the standa...Jack Jansen2002-06-262-4/+37