summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* A bit o' reformatting and removal of non-_getframe currentframe().Jeremy Hylton2003-06-271-19/+14
* Don't assume the name of the table of contents will be contents.html;Fred Drake2003-06-271-1/+4
* Fix for SF bug 620190: getargspec() doesn't work with methods.Jeremy Hylton2003-06-271-3/+10
* Add tests for __nonzero__() problems.Jeremy Hylton2003-06-271-0/+21
* Require that __nonzero__() return a bool or exactly an int.Jeremy Hylton2003-06-271-6/+2
* Add definitions of the test and testlist symbols in the grammar soFred Drake2003-06-271-0/+5
* Revert previous checkin and just add a comment about constructor_ob.Jeremy Hylton2003-06-271-3/+5
* Check return type of __nonzero__() method.Jeremy Hylton2003-06-271-1/+13
* fix link-hovering so <a name='...'> (no href attribute) doesn't getFred Drake2003-06-271-4/+10
* Fix several bugs in handling of exceptions with trace function enabled.Jeremy Hylton2003-06-271-15/+48
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-274-5/+10
* (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__Skip Montanaro2003-06-271-10/+10
* Jacob Hallen cornered me here at EuroPython and got me to look atMichael W. Hudson2003-06-271-1/+5
* SF bug #761337: datetime.strftime fails on trivial format stringRaymond Hettinger2003-06-272-1/+2
* * Markup nits for the Invoking Descriptors sectionRaymond Hettinger2003-06-271-7/+121
* Don't call constructor() from pickle().Jeremy Hylton2003-06-261-3/+3
* SF patch #760792: "wo" in "word" now valid but not documented as suchRaymond Hettinger2003-06-261-4/+7
* Portion of SF patch #761104. Fixes a minor docstring error.Raymond Hettinger2003-06-261-4/+3
* * Fixed an unmatched parenthesis early in the text.Raymond Hettinger2003-06-261-2/+10
* Enable tracing of multi-threaded applications.Jeremy Hylton2003-06-261-1/+6
* Fixing bug described in patch #756032, where SRE reads invalid dataGustavo Niemeyer2003-06-261-1/+1
* markup consistency nitsFred Drake2003-06-261-9/+10
* remove _ from label: LaTeX rejects this due to all the magic we use toFred Drake2003-06-261-1/+1
* Removed useless intra-section references which jump to the top of theRaymond Hettinger2003-06-251-4/+2
* SF bug #696777: How to make a class iterable using a member generator.Raymond Hettinger2003-06-251-0/+6
* * Document how descriptors are invoked.Raymond Hettinger2003-06-251-3/+63
* SF bug #757822: Additional index items, other minor detailsRaymond Hettinger2003-06-251-2/+2
* Whitespace normalization.Walter Dörwald2003-06-251-3/+3
* SF bug #759889: Pickling of Random is brokenRaymond Hettinger2003-06-242-0/+10
* _make_boundary(): A minor optimization suggested by the Timbot.Barry Warsaw2003-06-241-1/+1
* Deal with a couple XXX comments which asked questions.Greg Stein2003-06-241-4/+2
* SF patch #736962. Converted test_compile to unittest format.Raymond Hettinger2003-06-232-167/+140
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-222-4/+15
* 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn'tTim Peters2003-06-222-11/+16
* Give compileall a -d option so it works correctly in the face ofJack Jansen2003-06-211-2/+2
* Better error messageJeremy Hylton2003-06-211-1/+7
* some old changes to this unused moduleJust van Rossum2003-06-211-13/+6
* changed 8-space indentation to 4Just van Rossum2003-06-214-1935/+1935
* Patch #640236: Better eplain unused data.Martin v. Löwis2003-06-211-7/+12
* Patch #755087: Deal with emptied dumbdbm files correctly.Martin v. Löwis2003-06-211-3/+3
* Patch #755683: Document that there might be a maximum indentation limit.Martin v. Löwis2003-06-211-1/+3
* Set -d in compileall, to get proper path in case DESTDIR is not empty.Martin v. Löwis2003-06-211-0/+4
* Added a field that allows the user to set sys.argv-style argumentsJack Jansen2003-06-209-5/+21
* Add some documentation which describes how to use the email packageBarry Warsaw2003-06-201-1/+35
* - do the right thing with symlinks inside directories we're copyingJust van Rossum2003-06-201-6/+13
* Cop out, and set things to be group-writeable recursively. The variousJack Jansen2003-06-203-1/+7
* make sure paths to dirs don't end in a /Just van Rossum2003-06-201-2/+2
* Reworked --strip option: it will now look at _any_ file that's markedJust van Rossum2003-06-201-13/+24
* Set the executable bits when installing the shared library in a MacOSXJack Jansen2003-06-201-1/+1
* register the library inside Python.framework as eligable for strippingJust van Rossum2003-06-201-2/+4