| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SF patch #756996: Bare except in ZipFile.testzip() | Raymond Hettinger | 2003-06-27 | 2 | -1/+22 |
|
|
* | SF patch #761519: Fixes for bugs 760703 and 757821 | Raymond Hettinger | 2003-06-27 | 3 | -17/+26 |
|
|
* | A hack to ease compatibility with pre-2.3 Pythons: by default, doctest | Tim Peters | 2003-06-27 | 1 | -17/+58 |
|
|
* | Do not add extra "\n" after bang line. | Gustavo Niemeyer | 2003-06-27 | 1 | -2/+2 |
|
|
* | fix typo | Fred Drake | 2003-06-27 | 1 | -1/+1 |
|
|
* | add mention of -l, --listfuncs to usage() small part of 542562 | Skip Montanaro | 2003-06-27 | 1 | -0/+3 |
|
|
* | Add a trivial test of getargspec() with a method. | Jeremy Hylton | 2003-06-27 | 1 | -16/+21 |
|
|
* | A bit o' reformatting and removal of non-_getframe currentframe(). | Jeremy Hylton | 2003-06-27 | 1 | -19/+14 |
|
|
* | Fix for SF bug 620190: getargspec() doesn't work with methods. | Jeremy Hylton | 2003-06-27 | 1 | -3/+10 |
|
|
* | Add tests for __nonzero__() problems. | Jeremy Hylton | 2003-06-27 | 1 | -0/+21 |
|
|
* | Revert previous checkin and just add a comment about constructor_ob. | Jeremy Hylton | 2003-06-27 | 1 | -3/+5 |
|
|
* | (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ | Skip Montanaro | 2003-06-27 | 1 | -10/+10 |
|
|
* | Jacob Hallen cornered me here at EuroPython and got me to look at | Michael W. Hudson | 2003-06-27 | 1 | -1/+5 |
|
|
* | SF bug #761337: datetime.strftime fails on trivial format string | Raymond Hettinger | 2003-06-27 | 1 | -0/+1 |
|
|
* | Don't call constructor() from pickle(). | Jeremy Hylton | 2003-06-26 | 1 | -3/+3 |
|
|
* | Portion of SF patch #761104. Fixes a minor docstring error. | Raymond Hettinger | 2003-06-26 | 1 | -4/+3 |
|
|
* | Enable tracing of multi-threaded applications. | Jeremy Hylton | 2003-06-26 | 1 | -1/+6 |
|
|
* | SF bug #759889: Pickling of Random is broken | Raymond Hettinger | 2003-06-24 | 2 | -0/+10 |
|
|
* | _make_boundary(): A minor optimization suggested by the Timbot. | Barry Warsaw | 2003-06-24 | 1 | -1/+1 |
|
|
* | Deal with a couple XXX comments which asked questions. | Greg Stein | 2003-06-24 | 1 | -4/+2 |
|
|
* | SF patch #736962. Converted test_compile to unittest format. | Raymond Hettinger | 2003-06-23 | 2 | -167/+140 |
|
|
* | Idlefork patch #682347: convert Unicode strings from readline to | Martin v. Löwis | 2003-06-22 | 2 | -4/+15 |
|
|
* | some old changes to this unused module | Just van Rossum | 2003-06-21 | 1 | -13/+6 |
|
|
* | changed 8-space indentation to 4 | Just van Rossum | 2003-06-21 | 4 | -1935/+1935 |
|
|
* | Patch #755087: Deal with emptied dumbdbm files correctly. | Martin v. Löwis | 2003-06-21 | 1 | -3/+3 |
|
|
* | - do the right thing with symlinks inside directories we're copying | Just van Rossum | 2003-06-20 | 1 | -6/+13 |
|
|
* | make sure paths to dirs don't end in a / | Just van Rossum | 2003-06-20 | 1 | -2/+2 |
|
|
* | Reworked --strip option: it will now look at _any_ file that's marked | Just van Rossum | 2003-06-20 | 1 | -13/+24 |
|
|
* | register the library inside Python.framework as eligable for stripping | Just van Rossum | 2003-06-20 | 1 | -2/+4 |
|
|
* | Add initial standalone support for Python.framework | Just van Rossum | 2003-06-20 | 1 | -2/+32 |
|
|
* | Added regression test for SF #757818 | Raymond Hettinger | 2003-06-20 | 1 | -0/+5 |
|
|
* | Many new tests, based on gcov's coverage information. | Gustavo Niemeyer | 2003-06-20 | 1 | -0/+172 |
|
|
* | Use find() instead of looping over the string in expanduser(). | Walter Dörwald | 2003-06-19 | 2 | -5/+9 |
|
|
* | randrange(): Repaired my overly optimistic rewrite, and added comments | Tim Peters | 2003-06-19 | 1 | -1/+13 |
|
|
* | randrange(): 2.3 can no longer raises OverflowError on an int() call, so | Tim Peters | 2003-06-19 | 1 | -10/+1 |
|
|
* | Minor updates: | Raymond Hettinger | 2003-06-18 | 1 | -5/+14 |
|
|
* | Port test_complex.py to unittest. | Walter Dörwald | 2003-06-18 | 2 | -145/+249 |
|
|
* | Give default _elemdict and _propdict attributes to OSA classes, so | Jack Jansen | 2003-06-18 | 1 | -4/+6 |
|
|
* | An indenting error in the code made it miss some suites that have an application | Jack Jansen | 2003-06-18 | 1 | -2/+2 |
|
|
* | SF bug #753451: classmethod abuse --> SystemError | Raymond Hettinger | 2003-06-18 | 1 | -0/+8 |
|
|
* | Remove debug print on filename with NUL byte. | Greg Ward | 2003-06-18 | 1 | -1/+0 |
|
|
* | SF patch #755987 (Jim Ahlstrom): | Greg Ward | 2003-06-18 | 1 | -16/+15 |
|
|
* | Change all header strings to be as if they were capitalize()'ed. Also call | Brett Cannon | 2003-06-17 | 1 | -9/+9 |
|
|
* | Use _PyEval_SliceIndex to handle list.index() calls with | Walter Dörwald | 2003-06-17 | 1 | -0/+9 |
|
|
* | Fix docstring | Raymond Hettinger | 2003-06-17 | 1 | -1/+1 |
|
|
* | Fix sloppy index() implementation: | Guido van Rossum | 2003-06-17 | 1 | -2/+6 |
|
|
* | Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(), | Walter Dörwald | 2003-06-17 | 1 | -15/+16 |
|
|
* | SF Patch 569574 - enhancements to cgitb for plain text display | Skip Montanaro | 2003-06-17 | 1 | -14/+95 |
|
|
* | SF #754014: list.index() should accept optional start, end arguments | Raymond Hettinger | 2003-06-17 | 3 | -1/+26 |
|
|
* | test_posixpath.py now uses unittest. The output file is no longer needed. | Raymond Hettinger | 2003-06-17 | 1 | -2/+0 |
|
|