| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | _parse_headers(): Strip a trailing newline from the envelope header. Closes | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
|
|
* | _split_ascii(): Small optimization by RH. | Barry Warsaw | 2004-05-10 | 1 | -1/+1 |
|
|
* | Temporarily disable doctest until genexps are in CVS | Raymond Hettinger | 2004-05-10 | 1 | -1/+1 |
|
|
* | Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as | Mark Hammond | 2004-05-10 | 1 | -1/+1 |
|
|
* | SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match | Barry Warsaw | 2004-05-09 | 1 | -5/+7 |
|
|
* | test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. | Barry Warsaw | 2004-05-09 | 1 | -0/+9 |
|
|
* | we dont support any Python's before 2.3 now. | Barry Warsaw | 2004-05-09 | 2 | -139/+0 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 5 | -84/+19 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -281/+20 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -28/+17 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. We don't | Barry Warsaw | 2004-05-09 | 1 | -10/+52 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a | Barry Warsaw | 2004-05-09 | 1 | -27/+6 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a | Barry Warsaw | 2004-05-09 | 1 | -57/+29 |
|
|
* | An updated FeedParser that should be RFC complaint, passes all existing | Barry Warsaw | 2004-05-09 | 1 | -289/+359 |
|
|
* | Add MessageDefect and subclasses. | Barry Warsaw | 2004-05-09 | 1 | -4/+27 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -16/+7 |
|
|
* | Like msg_12.txt but with some extra vertical whitespace around the inner | Barry Warsaw | 2004-05-09 | 1 | -0/+38 |
|
|
* | A bunch of new tests, and updated tests for the email 3.0 FeedParser. | Barry Warsaw | 2004-05-09 | 1 | -63/+189 |
|
|
* | Add more examples. | Raymond Hettinger | 2004-05-09 | 1 | -0/+51 |
|
|
* | SF #950057: itertools.chain doesn't "process" exceptions as they occur | Raymond Hettinger | 2004-05-08 | 1 | -0/+30 |
|
|
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 2 | -3/+14 |
|
|
* | Revert last change. | Raymond Hettinger | 2004-05-07 | 1 | -12/+12 |
|
|
* | Use sets instead of lists for membership testing | Raymond Hettinger | 2004-05-06 | 1 | -12/+12 |
|
|
* | [Bug #945063] Get file extension correct. (2.3 bugfix candidate) | Andrew M. Kuchling | 2004-05-06 | 1 | -1/+1 |
|
|
* | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -4/+1 |
|
|
* | Consider output encoding in XMLGenerator. Fixes #938076. | Martin v. Löwis | 2004-05-06 | 1 | -13/+28 |
|
|
* | Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|
* | Patch #944110: Properly process empty passwords. Fixes #944082. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|
* | Using reversed() is not compatible with Python 1.5.2. | Guido van Rossum | 2004-05-04 | 1 | -1/+1 |
|
|
* | Replace str.find()!=1 with the more readable "in" operator. | Raymond Hettinger | 2004-05-04 | 7 | -9/+9 |
|
|
* | Testing for None should be done with 'is' | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
|
|
* | Stacks based on lists work better and read more clearly when they | Raymond Hettinger | 2004-05-04 | 1 | -8/+7 |
|
|
* | Do not use the default namespace for attributes. | Martin v. Löwis | 2004-05-02 | 2 | -16/+26 |
|
|
* | Add a test script for the colorsys module. | Walter Dörwald | 2004-04-28 | 1 | -0/+76 |
|
|
* | Fix a bug I introduced which causes all block openers at an indent level | Kurt B. Kaiser | 2004-04-26 | 1 | -1/+1 |
|
|
* | 1. Add an Options menu entry: Code Context | Kurt B. Kaiser | 2004-04-24 | 3 | -27/+43 |
|
|
* | 1. Polish variables in EditorWindow extension loading and Tkinter variable code. | Kurt B. Kaiser | 2004-04-24 | 3 | -27/+33 |
|
|
* | - New Extension: CodeContext. Provides block structuring hints for code | Kurt B. Kaiser | 2004-04-21 | 3 | -3/+144 |
|
|
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -0/+8 |
|
|
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -2/+3 |
|
|
* | * Restore the pure python version of heapq.py. | Raymond Hettinger | 2004-04-19 | 1 | -0/+261 |
|
|
* | Special case normalization of empty strings. Fixes #924361. | Martin v. Löwis | 2004-04-17 | 1 | -0/+1 |
|
|
* | Open file in universal newline mode when passing to compile(). Solution | Skip Montanaro | 2004-04-16 | 1 | -1/+1 |
|
|
* | * Add unittests for iterators that report their length | Raymond Hettinger | 2004-04-12 | 1 | -0/+245 |
|
|
* | Fixes for AF_UNIX support on OS/2: | Andrew MacIntyre | 2004-04-11 | 1 | -4/+19 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2004-04-11 | 4 | -69/+56 |
|
|
* | atof: correct parameter name | Skip Montanaro | 2004-04-10 | 1 | -3/+3 |
|
|
* | Refactor common code out of globaltrace_trackcallers() and | Skip Montanaro | 2004-04-10 | 1 | -28/+56 |
|
|
* | Added --trackcalls command line arg to display crude caller/callee | Skip Montanaro | 2004-04-07 | 1 | -18/+88 |
|
|