summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF 662923: iterator for dbm keysRaymond Hettinger2003-06-281-1/+2
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-281-1/+7
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-272-1/+22
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-273-17/+26
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-17/+58
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-271-2/+2
* fix typoFred Drake2003-06-271-1/+1
* add mention of -l, --listfuncs to usage() small part of 542562Skip Montanaro2003-06-271-0/+3
* Add a trivial test of getargspec() with a method.Jeremy Hylton2003-06-271-16/+21
* A bit o' reformatting and removal of non-_getframe currentframe().Jeremy Hylton2003-06-271-19/+14
* 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
* Revert previous checkin and just add a comment about constructor_ob.Jeremy Hylton2003-06-271-3/+5
* (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-271-0/+1
* Don't call constructor() from pickle().Jeremy Hylton2003-06-261-3/+3
* Portion of SF patch #761104. Fixes a minor docstring error.Raymond Hettinger2003-06-261-4/+3
* Enable tracing of multi-threaded applications.Jeremy Hylton2003-06-261-1/+6
* 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
* 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 #755087: Deal with emptied dumbdbm files correctly.Martin v. Löwis2003-06-211-3/+3
* - do the right thing with symlinks inside directories we're copyingJust van Rossum2003-06-201-6/+13
* 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
* register the library inside Python.framework as eligable for strippingJust van Rossum2003-06-201-2/+4
* Add initial standalone support for Python.frameworkJust van Rossum2003-06-201-2/+32
* Added regression test for SF #757818Raymond Hettinger2003-06-201-0/+5
* Many new tests, based on gcov's coverage information.Gustavo Niemeyer2003-06-201-0/+172
* Use find() instead of looping over the string in expanduser().Walter Dörwald2003-06-192-5/+9
* randrange(): Repaired my overly optimistic rewrite, and added commentsTim Peters2003-06-191-1/+13
* randrange(): 2.3 can no longer raises OverflowError on an int() call, soTim Peters2003-06-191-10/+1
* Minor updates:Raymond Hettinger2003-06-181-5/+14
* Port test_complex.py to unittest.Walter Dörwald2003-06-182-145/+249
* Give default _elemdict and _propdict attributes to OSA classes, soJack Jansen2003-06-181-4/+6
* An indenting error in the code made it miss some suites that have an applicationJack Jansen2003-06-181-2/+2
* SF bug #753451: classmethod abuse --> SystemErrorRaymond Hettinger2003-06-181-0/+8
* Remove debug print on filename with NUL byte.Greg Ward2003-06-181-1/+0
* SF patch #755987 (Jim Ahlstrom):Greg Ward2003-06-181-16/+15
* Change all header strings to be as if they were capitalize()'ed. Also callBrett Cannon2003-06-171-9/+9
* Use _PyEval_SliceIndex to handle list.index() calls withWalter Dörwald2003-06-171-0/+9
* Fix docstringRaymond Hettinger2003-06-171-1/+1
* Fix sloppy index() implementation:Guido van Rossum2003-06-171-2/+6
* Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(),Walter Dörwald2003-06-171-15/+16
* SF Patch 569574 - enhancements to cgitb for plain text displaySkip Montanaro2003-06-171-14/+95