summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDictRaymond Hettinger2002-06-261-15/+11
* Suppress the variable verbose output from test.xmltests; the inclusion ofFred Drake2002-06-262-15/+3
* This module broke on the Mac (where it can't work, but distutils seems to imp...Jack Jansen2002-06-261-1/+2
* Also look up variable names in __builtins__ if not found in globals.Ka-Ping Yee2002-06-261-3/+15
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-264-41/+80
* Add convenience module to run all the XML tests.Fred Drake2002-06-252-0/+395
* Remove all EditorWindow BREAK tags when closing DebuggerKurt B. Kaiser2002-06-251-0/+8
* fix incorrect size calc. in IMAP4_SSL.readPiers Lauder2002-06-241-1/+1
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-244-66/+78
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+12
* Fix IMAP4_SSL read and send methods to take account of short dataPiers Lauder2002-06-231-3/+16
* Add a check that the bug Jeremy just fixed in _PyTuple_Resize() isGuido van Rossum2002-06-211-0/+5
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+18
* Disable the test for importing very long lists for MacPython: it triggersJack Jansen2002-06-201-1/+2
* Removed the generator future-stmt -- not needed for 2.3.Tim Peters2002-06-201-1/+0
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-204-27/+79
* I get failures half of the time that I run this, so I'll disableGuido van Rossum2002-06-201-2/+2
* SF 570727 indexer() class no longer needed since lists now support slicingRaymond Hettinger2002-06-201-13/+4