summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-0934-211/+268
* Edward's latest checkins somehow managed to wipe out my previous latestTim Peters2004-08-092-15/+17
* - DocTest is now a simple container class; its constructor is no longerEdward Loper2004-08-092-105/+111
* This started as a spelling and whitespace cleanup. The comment forTim Peters2004-08-092-20/+22
* Patch #1006003: Cygwin standard module build problemsJason Tishler2004-08-092-3/+4
* Add itemAndrew M. Kuchling2004-08-091-0/+4
* - make a module reference a hyperlinkFred Drake2004-08-091-2/+3
* fix markup nitFred Drake2004-08-091-1/+2
* Bug #1001857: socketmodule does not build under cygwinJason Tishler2004-08-091-0/+4
* Added support for pdb.set_trace.Jim Fulton2004-08-092-1/+103
* Ooops - for some reason I had the wrong versionadded...Dave Cole2004-08-091-1/+1
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-097-0/+130
* Removed lots of stuff from the module docstring. My intent for 2.4 isTim Peters2004-08-091-137/+18
* Repair some out-of-date comments.Tim Peters2004-08-091-8/+2
* Drop the excruciating newline requirements on arguments toTim Peters2004-08-092-32/+42
* Give return stmts their own lines.Tim Peters2004-08-091-2/+4
* Indent body of _EXAMPLE_RE for readability. _IS_BLANK_OR_COMMENT makesTim Peters2004-08-091-13/+13
* Changed Parser.get_examples() to return a list of Example objects,Edward Loper2004-08-091-21/+13
* - Split DocTestRunner's check_output and output_difference methods offEdward Loper2004-08-091-127/+139
* Rewrote Parser, using regular expressions instead of walking thoughEdward Loper2004-08-092-221/+227
* Fixed doctest error (wrong prompts)Edward Loper2004-08-091-3/+3
* 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