summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore SIGXFSZ. Fixes #490453.Martin v. Löwis2001-12-111-0/+9
* When using GCC, use the right option to add a directory to the list of dirsFred Drake2001-12-111-1/+18
* Additional coverage tests by Neil Norwitz.Guido van Rossum2001-12-113-0/+87
* Regression test for SF bug #478534 -- exceptions could "leak" into a weakrefFred Drake2001-12-101-0/+25
* Skipping some tests by adding the usual jython conditional test around:Finn Bock2001-12-101-24/+27
* SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't workGuido van Rossum2001-12-101-2/+6
* Fix forMichael W. Hudson2001-12-101-2/+11
* Fix forMichael W. Hudson2001-12-101-1/+2
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-091-0/+6
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-093-5/+11
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+1
* Moved a print statement outside the jython platform test. OtherwiseFinn Bock2001-12-091-1/+1
* The initial patch #468662 was not applied quite verbatim. This should oneFinn Bock2001-12-091-1/+2
* Refcounting isn't available in Jython. Putting the jython test around it.Finn Bock2001-12-091-8/+9
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* SF patch #490515 (Joe A) urllib.open_https() protocol issueGuido van Rossum2001-12-081-1/+1
* Enable support for jython:Finn Bock2001-12-081-4/+11
* Remove erroneous and confusing comment -- sre patterns *can* beGuido van Rossum2001-12-081-2/+2
* Honor the mode argument to dumbdbm.open(); there is not good reason not to,Fred Drake2001-12-071-6/+7
* SF patch 490393: test___all__ and Jython; from Finn Bock.Tim Peters2001-12-071-3/+4
* I found that when run as a script, this test suite ran its testsGuido van Rossum2001-12-071-6/+6
* Align the number of %s with the number of format arguments.Finn Bock2001-12-071-2/+2
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-072-1/+1
* In unconditional except clauses, don't catch KeyboardInterrupt -- it'sGuido van Rossum2001-12-071-0/+6
* Visious hackery to solve a build-control problem related to our use ofFred Drake2001-12-061-0/+11
* [Bug #475009] Tighten the pattern for the first line, so we don'tAndrew M. Kuchling2001-12-061-1/+1
* Whitespace normalization.Fred Drake2001-12-0611-48/+48
* Whitespace normalization.Fred Drake2001-12-0621-216/+210
* Use a version number of 0.0.0 instead of ???. The latter leads toThomas Heller2001-12-061-1/+1
* Attribute nodes did not always get their ownerDocument and ownerElementFred Drake2001-12-063-4/+41
* Be more careful about accessing attributes of the parent: if Tk has not beenFred Drake2001-12-061-4/+20
* [Bug #459270] Fix incorrect docstringAndrew M. Kuchling2001-12-061-8/+5
* SF bug #488514: -Qnew needs workTim Peters2001-12-063-8/+13
* Fix appendChild() and insertBefore() (and replaceChild() indirectly) whenFred Drake2001-12-063-2/+57
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-052-2/+2
* Fix SF bug #489581: __slots__ leak.Guido van Rossum2001-12-051-0/+34
* Re-enabled debugging prints in poplib & documented the set_debuglevel()Fred Drake2001-12-051-5/+5
* Added a missing period at the end of an error message.Fred Drake2001-12-051-2/+2
* At the PythonLabs meeting someone mentioned it would make Jim reallyGuido van Rossum2001-12-051-6/+1
* Separate the script portion from the library portion; everything thatFred Drake2001-12-051-17/+17
* changes to use new tabpages classesSteven M. Gava2001-12-051-67/+14
* remove cruft from other projectSteven M. Gava2001-12-051-28/+1
* cleaner tabbed-page mini implementation through classesSteven M. Gava2001-12-051-0/+137
* Change new tests to use integer division (// instead of /).Tim Peters2001-12-051-3/+3
* SF bug #488480: integer multiply to return -max_int-1.Tim Peters2001-12-041-0/+26
* Add "file" argument to Hook constructor.Ka-Ping Yee2001-12-041-10/+15
* Address SF patch #485789 (Stefan Schwarzer).Guido van Rossum2001-12-041-1/+1
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-5/+7
* unpack_iterable(): Add a missing DECREF in an error case. Reported byGuido van Rossum2001-12-031-0/+23
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-031-6/+7