summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix HTTPError __init__ for cases where fp is None.Jeremy Hylton2002-06-031-2/+6
* Remove uses of the string and types modules:Walter Dörwald2002-06-0315-71/+43
* Fix a regression from the 1.68->1.69 checkin:Walter Dörwald2002-06-031-1/+1
* regrtest has a newTim Peters2002-06-021-7/+34
* _parsebody(): Fix for the new message/rfc822 tree structure (theBarry Warsaw2002-06-021-4/+3
* Generator.__call__() => Generator.flatten()Barry Warsaw2002-06-021-28/+56
* header_encode(), encode(): Use _floordiv() from the appropriateBarry Warsaw2002-06-021-2/+9
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-2/+2
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-021-5/+5
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-025-22/+23
* flatten(): Renamed from __call__() which is (silently) deprecated.Barry Warsaw2002-06-021-7/+11
* _intdiv2() -> _floordiv(), merge of uncommitted changes.Barry Warsaw2002-06-022-8/+8
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-029-50/+46
* Get email test to pass. Barry, hope this is what you had in mindNeal Norwitz2002-06-022-6/+6
* Make test_mhlib run again.Michael W. Hudson2002-06-021-1/+1
* Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint.Martin v. Löwis2002-06-021-0/+2
* Replaced boolean tests with is None.Raymond Hettinger2002-06-025-14/+14
* Replace boolean test with is None.Raymond Hettinger2002-06-026-10/+10
* Use somewhat longer C++ program to detect whether linking requires the C++Martin v. Löwis2002-06-012-3/+3
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-0118-79/+59
* Replace boolean test with is None.Raymond Hettinger2002-06-017-12/+12
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-3/+3
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-0154-222/+243
* Bump to version 2.0.5, and also use absolute import paths.Barry Warsaw2002-06-011-3/+3
* These two classes provide bases for more specific content typeBarry Warsaw2002-06-012-0/+54
* The _compat modules now export _floordiv() instead of _intdiv2() forBarry Warsaw2002-06-011-5/+4
* Slightly better docstringBarry Warsaw2002-06-011-1/+1
* A bogus assert in the new listiter code prevented starting Python in aTim Peters2002-06-011-10/+12
* _is_unicode(): Use UnicodeType instead of the unicode builtin forBarry Warsaw2002-06-011-1/+3
* Replaced boolean test with is NoneRaymond Hettinger2002-06-013-4/+4
* Replace boolean test with is NoneRaymond Hettinger2002-06-014-5/+5
* Replaced boolean test with 'is None'Raymond Hettinger2002-06-012-5/+5
* Use is None rather than general booleanRaymond Hettinger2002-06-011-2/+2
* Use is None rather than general booleanRaymond Hettinger2002-05-311-1/+1
* Use is None rather than general booleanRaymond Hettinger2002-05-311-1/+1
* Remove unused static functionNeal Norwitz2002-05-311-19/+0
* SF 560736. Optimize list iteration by filling the tp_iter slot.Raymond Hettinger2002-05-313-18/+126
* SF bug 533625 (Armin Rigo). rexec: potential security holeGuido van Rossum2002-05-312-1/+23
* Explain that tp_basicsize must provide alignment for the items.Guido van Rossum2002-05-311-0/+8
* Use string methods, remove import stringNeal Norwitz2002-05-311-4/+3
* Use more string methods, remove import stringNeal Norwitz2002-05-313-18/+12
* Fix typoNeal Norwitz2002-05-311-1/+1
* Implement the intention of SF patch 472523 (but coded differently).Guido van Rossum2002-05-311-15/+67
* Change name from string to basestringNeal Norwitz2002-05-313-6/+6
* Update links and information on PyQt/PyKDE.Fred Drake2002-05-311-6/+13
* Replace '== None' with 'is None'Raymond Hettinger2002-05-312-2/+2
* Add definition of Py_IgnoreEnvironmentFlag (needed at least in debugGuido van Rossum2002-05-311-0/+1
* Fix printing plural (s or "").Neal Norwitz2002-05-311-1/+1
* Remove import of re, it is not usedNeal Norwitz2002-05-311-1/+1
* Use string methods where possible, and remove import stringNeal Norwitz2002-05-313-13/+11