summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Bug #914375] Crude modulefinder docs, but the module's code is very hard to ...Andrew M. Kuchling2004-08-071-0/+49
* eval_frame now has a PyAPI-style nameMichael W. Hudson2004-08-071-1/+1
* Fixed some compiler warnings.Armin Rigo2004-08-071-2/+2
* Add a trivial test for the compiler package, guarded by compiler resource.Jeremy Hylton2004-08-072-1/+39
* Remove various modules that have been documentedAndrew M. Kuchling2004-08-071-16/+2
* SF patch 836879.Jeremy Hylton2004-08-071-21/+19
* Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-074-22/+40
* [Bug #827209] Add footnote from Alex M. about listcomps leaking their index v...Andrew M. Kuchling2004-08-071-1/+5
* SF bug 1003471: Python 1.5.2 security vulnerabilityTim Peters2004-08-071-1/+11
* Various minor editsAndrew M. Kuchling2004-08-071-14/+15
* [Bug #866222] Update docs to match the moduleAndrew M. Kuchling2004-08-071-7/+15
* [Bug #866222] Update docstrings.Andrew M. Kuchling2004-08-071-4/+3
* FixMichael W. Hudson2004-08-071-9/+7
* [Bug #991883] Document calling conditionAndrew M. Kuchling2004-08-071-1/+2
* [Bug #990792] Mention that repl can be a callableAndrew M. Kuchling2004-08-071-2/+6
* Fix urllib2.urlopen() handling of chunked content encoding.Jeremy Hylton2004-08-073-2/+108
* FixMichael W. Hudson2004-08-071-3/+3
* [Bug #998066] Mention result mismatchAndrew M. Kuchling2004-08-071-0/+2
* [Bug #923315] Produce correct result on AIXAndrew M. Kuchling2004-08-071-1/+5
* Patch:Michael W. Hudson2004-08-071-1/+1
* [Bug #873146] Document pickletools module (haven't tested the LaTeX yet)Andrew M. Kuchling2004-08-072-0/+33
* Add argument to docstringAndrew M. Kuchling2004-08-071-1/+1
* Point out that the setdefault defaults the value to None. Inspired byMichael W. Hudson2004-08-071-1/+1
* Resolution of bug #997368, "strftime() backward compatibility".Barry Warsaw2004-08-074-5/+5
* SF bug 874842 and patch 997626: httplib bugsJeremy Hylton2004-08-072-11/+64
* Make 'bin' argument trigger DeprecationWarningAndrew M. Kuchling2004-08-071-1/+1
* [Bug #984952] Include more material from PEP 307.Andrew M. Kuchling2004-08-071-30/+35
* Resolution of SF bug #1002475 and patch #1003693; Header lines that end inBarry Warsaw2004-08-072-3/+33
* [Bug #984952] Include some material from PEP 307Andrew M. Kuchling2004-08-071-4/+35
* This is more-or-less:Michael W. Hudson2004-08-071-3/+4
* Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.Michael W. Hudson2004-08-071-1/+1
* This is patchMichael W. Hudson2004-08-071-17/+4
* [Bug #998307] Use open() instead of file() in docsAndrew M. Kuchling2004-08-071-3/+3
* fix two typos in markupFred Drake2004-08-071-2/+2
* Add nameAndrew M. Kuchling2004-08-071-0/+1
* Create section for 2.4a3; remove empty sections in 2.4a2Andrew M. Kuchling2004-08-071-16/+39
* Another typoAndrew M. Kuchling2004-08-071-1/+1
* Typo fixAndrew M. Kuchling2004-08-071-1/+1
* Add recent itemsAndrew M. Kuchling2004-08-071-0/+14
* Simplify languageAndrew M. Kuchling2004-08-071-11/+9
* Add string concat itemAndrew M. Kuchling2004-08-071-0/+7
* Exercise DocTestSuite's search for __test__.Raymond Hettinger2004-08-071-2/+2
* Whitespace normalization.Tim Peters2004-08-075-139/+139
* Bug 772091: doctest.DocTestSuite does not support __test__Tim Peters2004-08-072-16/+29
* SF bug #1004669: Type returned from .keys() is not checkedRaymond Hettinger2004-08-072-0/+14
* SF bug #1002530: test_decimal fails if repeatedRaymond Hettinger2004-08-061-6/+8
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-065-182/+919
* SF bug #1004088: big code objects (>64K) may be optimized incorrectlyRaymond Hettinger2004-08-061-0/+5
* Bump versionAndrew M. Kuchling2004-08-061-1/+1
* Typo fix; use 'in-place' instead of 'inplace'Andrew M. Kuchling2004-08-061-2/+2