summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, asMark Hammond2004-05-101-1/+1
* SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to matchBarry Warsaw2004-05-091-5/+7
* test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.Barry Warsaw2004-05-091-0/+9
* we dont support any Python's before 2.3 now.Barry Warsaw2004-05-092-139/+0
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-095-84/+19
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-281/+20
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-28/+17
* Update to Python 2.3, getting rid of backward compatiblity crud. We don'tBarry Warsaw2004-05-091-10/+52
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-27/+6
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-57/+29
* An updated FeedParser that should be RFC complaint, passes all existingBarry Warsaw2004-05-091-289/+359
* Add MessageDefect and subclasses.Barry Warsaw2004-05-091-4/+27
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-16/+7
* Like msg_12.txt but with some extra vertical whitespace around the innerBarry Warsaw2004-05-091-0/+38
* A bunch of new tests, and updated tests for the email 3.0 FeedParser.Barry Warsaw2004-05-091-63/+189
* Add more examples.Raymond Hettinger2004-05-091-0/+51
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-081-0/+30
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-072-3/+14
* Revert last change.Raymond Hettinger2004-05-071-12/+12
* Use sets instead of lists for membership testingRaymond Hettinger2004-05-061-12/+12
* [Bug #945063] Get file extension correct. (2.3 bugfix candidate)Andrew M. Kuchling2004-05-061-1/+1
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-4/+1
* Consider output encoding in XMLGenerator. Fixes #938076.Martin v. Löwis2004-05-061-13/+28
* Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.Martin v. Löwis2004-05-061-1/+1
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-1/+1
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-061-1/+1
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-047-9/+9
* Testing for None should be done with 'is'Raymond Hettinger2004-05-041-1/+1
* Stacks based on lists work better and read more clearly when theyRaymond Hettinger2004-05-041-8/+7
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-022-16/+26
* Add a test script for the colorsys module.Walter Dörwald2004-04-281-0/+76
* Fix a bug I introduced which causes all block openers at an indent levelKurt B. Kaiser2004-04-261-1/+1
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-243-27/+43
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-243-27/+33
* - New Extension: CodeContext. Provides block structuring hints for codeKurt B. Kaiser2004-04-213-3/+144
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-2/+3
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-0/+261
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+1
* Open file in universal newline mode when passing to compile(). SolutionSkip Montanaro2004-04-161-1/+1
* * Add unittests for iterators that report their lengthRaymond Hettinger2004-04-121-0/+245
* Fixes for AF_UNIX support on OS/2:Andrew MacIntyre2004-04-111-4/+19
* M EditorWindow.pyKurt B. Kaiser2004-04-114-69/+56
* atof: correct parameter nameSkip Montanaro2004-04-101-3/+3
* Refactor common code out of globaltrace_trackcallers() andSkip Montanaro2004-04-101-28/+56
* Added --trackcalls command line arg to display crude caller/calleeSkip Montanaro2004-04-071-18/+88
* Fix comment typoAndrew M. Kuchling2004-04-061-1/+1
* Remove specific Python version from #!Andrew M. Kuchling2004-04-061-1/+1
* OS/2 has support for spawnvp() and spawnvpe() in the C libraries suppliedAndrew MacIntyre2004-04-041-2/+5