summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix SF bug [ 561825 ] Confusing error for "del f()"Jeremy Hylton2002-05-312-2/+40
* Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.cNeal Norwitz2002-05-311-1/+1
* Remove unneeded importAndrew M. Kuchling2002-05-301-1/+0
* imp_load_module(): correct and comment the sense of the test for '+'Guido van Rossum2002-05-301-2/+7
* Cover a few corners in the 'U' mode integration to make imp work.Jeremy Hylton2002-05-301-8/+14
* Verify that the imp can find and load .py files.Jeremy Hylton2002-05-301-0/+5
* Typo fixes.Fred Drake2002-05-301-2/+2
* Add the pymemcompat.h header as discussed on python-dev.Michael W. Hudson2002-05-301-0/+86
* Holger Krekel.Guido van Rossum2002-05-301-0/+1
* SF #558432: Prevent Annoying ' ' from readline (Holker Krekel).Guido van Rossum2002-05-301-0/+1
* Remove comment about inheritance, look one line upNeal Norwitz2002-05-301-5/+1
* Move statement out of comment blockRaymond Hettinger2002-05-301-1/+1