summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Previous commit was viewed as "perverse". Changed to just cast the unusedBrett Cannon2004-08-081-1/+3
* Add a test for Context.copy().Raymond Hettinger2004-08-081-0/+8
* Tell unittest that source files with "badsyntax" in their names shouldTim Peters2004-08-081-1/+5
* Renamed locals to better reflect their meanings.Tim Peters2004-08-081-6/+6
* In verbose mode, display the name of each file before trying to compileTim Peters2004-08-081-1/+4
* Brief xrange news.Tim Peters2004-08-081-1/+3
* Bug 1003935: xrange overflowsTim Peters2004-08-083-11/+37
* Trimmed trailing whitespace.Tim Peters2004-08-081-5/+5
* Get rid of the ignore_imports argument to DocTestFinder.find().Tim Peters2004-08-083-41/+50
* * Context.copy() now makes a deepcopy.Raymond Hettinger2004-08-081-12/+21
* Type in docstring.Tim Peters2004-08-081-1/+1
* Also deprecated the old Tester class, which is no longer used by anythingTim Peters2004-08-082-7/+33
* Deprecate the doctest.is_private() function.Tim Peters2004-08-081-0/+6
* Deprecated testmod's useless & confusing isprivate gimmick.Tim Peters2004-08-082-61/+32
* Whitespace normalization.Tim Peters2004-08-082-6/+3
* Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4Tim Peters2004-08-081-4/+10
* Purged Berkeley code of references to the long-obsolete whrandom.Tim Peters2004-08-083-5/+4
* Trigger DeprecationWarningAndrew M. Kuchling2004-08-071-0/+4
* Remove MacOS 9 refAndrew M. Kuchling2004-08-071-4/+1
* Remove MacOS 9 refsAndrew M. Kuchling2004-08-071-25/+1
* [Patch #862531] Update version numbers.Andrew M. Kuchling2004-08-071-13/+13
* Let's not use string exceptions any more.Armin Rigo2004-08-071-1/+2
* FixMichael W. Hudson2004-08-071-2/+2
* This was quite a dark bug in my recent in-place string concatenationArmin Rigo2004-08-072-2/+3
* Removing tests that fail because of changes in PyString_InternInPlace(),Armin Rigo2004-08-071-16/+0
* [Patch #999280 ] Update kwargs in pickle docs to match implementationsAndrew M. Kuchling2004-08-071-9/+9
* [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:Andrew M. Kuchling2004-08-071-10/+5
* Use LaTeX markupAndrew M. Kuchling2004-08-071-1/+1
* [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