| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make tix_configure() work the same way configure() works for the basic | Fred Drake | 2001-12-13 | 1 | -86/+92 |
|
|
* | Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError | Guido van Rossum | 2001-12-12 | 1 | -3/+3 |
|
|
* | Wrapped a long line. | Fred Drake | 2001-12-12 | 1 | -3/+4 |
|
|
* | Very small test suite for the calendar module, mostly to check a constraint | Fred Drake | 2001-12-12 | 1 | -0/+34 |
|
|
* | Joe VanAndel wrote: | Marc-André Lemburg | 2001-12-11 | 1 | -1/+1 |
|
|
* | Fiddle test_class so it passes with -Qnew. | Tim Peters | 2001-12-11 | 1 | -5/+20 |
|
|
* | Fiddle test_augassign so it passes under -Qnew. | Tim Peters | 2001-12-11 | 1 | -3/+10 |
|
|
* | Ignore SIGXFSZ. Fixes #490453. | Martin v. Löwis | 2001-12-11 | 1 | -0/+9 |
|
|
* | When using GCC, use the right option to add a directory to the list of dirs | Fred Drake | 2001-12-11 | 1 | -1/+18 |
|
|
* | Additional coverage tests by Neil Norwitz. | Guido van Rossum | 2001-12-11 | 3 | -0/+87 |
|
|
* | Regression test for SF bug #478534 -- exceptions could "leak" into a weakref | Fred Drake | 2001-12-10 | 1 | -0/+25 |
|
|
* | Skipping some tests by adding the usual jython conditional test around: | Finn Bock | 2001-12-10 | 1 | -24/+27 |
|
|
* | SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't work | Guido van Rossum | 2001-12-10 | 1 | -2/+6 |
|
|
* | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -2/+11 |
|
|
* | Fix for | Michael W. Hudson | 2001-12-10 | 1 | -1/+2 |
|
|
* | A workaround for the missing buffer() builtin in jython. | Finn Bock | 2001-12-09 | 1 | -0/+6 |
|
|
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 | 3 | -5/+11 |
|
|
* | test(): Avoid a UnboundLocalError when a method is missing from both the string | Finn Bock | 2001-12-09 | 1 | -0/+1 |
|
|
* | Moved a print statement outside the jython platform test. Otherwise | Finn Bock | 2001-12-09 | 1 | -1/+1 |
|
|
* | The initial patch #468662 was not applied quite verbatim. This should one | Finn Bock | 2001-12-09 | 1 | -1/+2 |
|
|
* | Refcounting isn't available in Jython. Putting the jython test around it. | Finn Bock | 2001-12-09 | 1 | -8/+9 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | SF patch #490515 (Joe A) urllib.open_https() protocol issue | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Enable support for jython: | Finn Bock | 2001-12-08 | 1 | -4/+11 |
|
|
* | Remove erroneous and confusing comment -- sre patterns *can* be | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Honor the mode argument to dumbdbm.open(); there is not good reason not to, | Fred Drake | 2001-12-07 | 1 | -6/+7 |
|
|
* | SF patch 490393: test___all__ and Jython; from Finn Bock. | Tim Peters | 2001-12-07 | 1 | -3/+4 |
|
|
* | I found that when run as a script, this test suite ran its tests | Guido van Rossum | 2001-12-07 | 1 | -6/+6 |
|
|
* | Align the number of %s with the number of format arguments. | Finn Bock | 2001-12-07 | 1 | -2/+2 |
|
|
* | Move import dbhash out of test_sundry and into test_bsddb, | Guido van Rossum | 2001-12-07 | 2 | -1/+1 |
|
|
* | In unconditional except clauses, don't catch KeyboardInterrupt -- it's | Guido van Rossum | 2001-12-07 | 1 | -0/+6 |
|
|
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 | 1 | -0/+11 |
|
|
* | [Bug #475009] Tighten the pattern for the first line, so we don't | Andrew M. Kuchling | 2001-12-06 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 11 | -48/+48 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 21 | -216/+210 |
|
|
* | Use a version number of 0.0.0 instead of ???. The latter leads to | Thomas Heller | 2001-12-06 | 1 | -1/+1 |
|
|
* | Attribute nodes did not always get their ownerDocument and ownerElement | Fred Drake | 2001-12-06 | 3 | -4/+41 |
|
|
* | Be more careful about accessing attributes of the parent: if Tk has not been | Fred Drake | 2001-12-06 | 1 | -4/+20 |
|
|
* | [Bug #459270] Fix incorrect docstring | Andrew M. Kuchling | 2001-12-06 | 1 | -8/+5 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 3 | -8/+13 |
|
|
* | Fix appendChild() and insertBefore() (and replaceChild() indirectly) when | Fred Drake | 2001-12-06 | 3 | -2/+57 |
|
|
* | sys.platform on Mac OS X is now "darwin", without any version number appended. | Jack Jansen | 2001-12-05 | 2 | -2/+2 |
|
|
* | Fix SF bug #489581: __slots__ leak. | Guido van Rossum | 2001-12-05 | 1 | -0/+34 |
|
|
* | Re-enabled debugging prints in poplib & documented the set_debuglevel() | Fred Drake | 2001-12-05 | 1 | -5/+5 |
|
|
* | Added a missing period at the end of an error message. | Fred Drake | 2001-12-05 | 1 | -2/+2 |
|
|
* | At the PythonLabs meeting someone mentioned it would make Jim really | Guido van Rossum | 2001-12-05 | 1 | -6/+1 |
|
|
* | Separate the script portion from the library portion; everything that | Fred Drake | 2001-12-05 | 1 | -17/+17 |
|
|
* | changes to use new tabpages classes | Steven M. Gava | 2001-12-05 | 1 | -67/+14 |
|
|
* | remove cruft from other project | Steven M. Gava | 2001-12-05 | 1 | -28/+1 |
|
|
* | cleaner tabbed-page mini implementation through classes | Steven M. Gava | 2001-12-05 | 1 | -0/+137 |
|
|