summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Bob Kline of HTTP 100 fame.Jeremy Hylton2002-06-281-0/+1
* Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections.Jeremy Hylton2002-06-281-32/+102
* pyexpat code cleanup and minor refactorings:Fred Drake2002-06-281-221/+176
* Fix small bug. The count of objects in all generations younger then theNeil Schemenauer2002-06-281-1/+1
* Patch 574531/Bug 574570 - allow freeze on windows to use the _winregMark Hammond2002-06-281-1/+5
* The standard definition file is now called mwerks_shcarbon_plugin.h.Jack Jansen2002-06-271-1/+1
* Started on support for using standard setup.py to build at leastJack Jansen2002-06-271-43/+66
* More fixes for building MacPython extension modules. It now actually succeedsJack Jansen2002-06-271-16/+18
* 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
* Integrate the changes from PyXML's version of pyexpat.c revisionsFred Drake2002-06-271-46/+109
* Added support for some of the more recently defined macros andFred Drake2002-06-271-0/+14
* Clean up some markup.Fred Drake2002-06-271-5/+6
* dis.dis() also supports modulesNeal Norwitz2002-06-261-1/+2
* Disabled non-carbon builds (for the moment still optional) and madeJack Jansen2002-06-262-20/+27
* Whitespace normalization (remove tabs)Neal Norwitz2002-06-261-4/+4
* Fix various typos reported to python-docs.Fred Drake2002-06-261-1/+1
* Fix typo reported to python-docs.Fred Drake2002-06-261-1/+1
* Make the prototype match the declaration in the GUSI header files.Jack Jansen2002-06-261-3/+3
* Undefine DPRINTF before defining it, there was a conflict with some otherJack Jansen2002-06-261-0/+1
* Undefine TRUE and FALSE before redefining them.Jack Jansen2002-06-261-0/+2
* Got rid of an extraneous semicolon.Jack Jansen2002-06-261-1/+1
* Changed some prototypes to match the exact definition in some faraway AppleJack Jansen2002-06-262-4/+4
* In plugin projects use (by default) the new mwerks_shcarbon_pchJack Jansen2002-06-261-1/+1
* Close the project after generating it, so we don't keep a gazillion projectJack Jansen2002-06-261-0/+1
* - Got rid of non-carbon buildsJack Jansen2002-06-265-0/+0
* Fixed a few showstoppers in the process of making MacPython use setup.py to b...Jack Jansen2002-06-261-17/+18
* 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
* Turns out GetArgv() options can be 4-tuples too, with the last value being th...Jack Jansen2002-06-261-3/+9
* This module broke on the Mac (where it can't work, but distutils seems to imp...Jack Jansen2002-06-261-1/+2
* Add some acksAndrew M. Kuchling2002-06-261-1/+2
* Describe textwrap moduleAndrew M. Kuchling2002-06-261-2/+35