summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* _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
* SF 560736. Optimize list iteration by filling the tp_iter slot.Raymond Hettinger2002-05-311-0/+1
* SF bug 533625 (Armin Rigo). rexec: potential security holeGuido van Rossum2002-05-311-1/+11
* Use string methods, remove import stringNeal Norwitz2002-05-311-4/+3
* Use more string methods, remove import stringNeal Norwitz2002-05-313-18/+12
* Replace '== None' with 'is None'Raymond Hettinger2002-05-312-2/+2
* 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
* Fix SF bug [ 561825 ] Confusing error for "del f()"Jeremy Hylton2002-05-311-0/+34
* Remove unneeded importAndrew M. Kuchling2002-05-301-1/+0
* Verify that the imp can find and load .py files.Jeremy Hylton2002-05-301-0/+5
* Remove comment about inheritance, look one line upNeal Norwitz2002-05-301-5/+1
* Move statement out of comment blockRaymond Hettinger2002-05-301-1/+1
* Use floor division where appropriate.Guido van Rossum2002-05-291-2/+2
* Minor cleanup:Fred Drake2002-05-291-5/+11
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...Raymond Hettinger2002-05-299-8/+499
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-0/+1
* Whitespace normalizationNeal Norwitz2002-05-291-2/+2
* Importing Charset should not fail when Unicode is disabled. (XXXGuido van Rossum2002-05-281-3/+11
* This is a Python 2.1 and 2.2 bugfix candidate:Christian Tismer2002-05-281-11/+5
* Geiger Ho's patch for better subclassingSteven M. Gava2002-05-271-1/+1
* This is patchMichael W. Hudson2002-05-271-3/+65
* GvR's rpc patchChui Tey2002-05-267-94/+1208
* Fix for SF bug 551412. When _PyType_Lookup() is called on a typeGuido van Rossum2002-05-241-0/+16
* Don't require Unicode support.Guido van Rossum2002-05-241-2/+9
* Whitespace normalized.Raymond Hettinger2002-05-231-11/+11
* Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.Raymond Hettinger2002-05-231-0/+81
* Whitespace normalization.Tim Peters2002-05-2320-101/+100
* parseaddr(): Fixed in the same way that Message.getaddrlist() wasBarry Warsaw2002-05-232-1/+10
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-232-1/+9