summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* The test using class initarg failed, because it was lacking aGuido van Rossum2001-12-191-0/+3
* Make the module docstring agree with reality: the module prvides theFred Drake2001-12-191-1/+1
* TemporaryFileWrapper: fixed typo in new comment.Tim Peters2001-12-181-1/+1
* TemporaryFileWrapper: cache the value of os.unlink for use by __del__,Tim Peters2001-12-181-1/+8
* Move the helper class _closedsocket *into* the _socketobject class.Guido van Rossum2001-12-181-7/+6
* Recreated after source changes.Thomas Heller2001-12-181-284/+284
* Second part of fix for bug [#483982] Python 2.2b2 bdist_wininstThomas Heller2001-12-181-3/+6
* Don't use Latex \code{...} in docstrings.Guido van Rossum2001-12-171-1/+1
* Get rid of the stupid backslash in front of the column zero openBarry Warsaw2001-12-171-1/+1
* Synch with pyunit CVS:Steve Purcell2001-12-171-4/+4
* SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), fromTim Peters2001-12-151-4/+2
* Don't call resetwarnings(). Be more restrictive in what we filter outGuido van Rossum2001-12-151-3/+1
* Added test_socketserver and test_unicode_file to tests expected to beJack Jansen2001-12-141-0/+2
* send(), ehlo(): Integrate patch #487310 by Fazal Majid. ConsistentlyBarry Warsaw2001-12-141-0/+2
* Partial fix for problem in SF buf #487458Jeremy Hylton2001-12-141-1/+7
* (Merge into trunk.)Guido van Rossum2001-12-141-0/+10
* Undo inadvertent change to test_scope in previous checkinJeremy Hylton2001-12-131-2/+1
* Add a comment explaining what these tests are for, and where to look forFred Drake2001-12-131-0/+3
* Ensure that complex() only accepts a string argument as the first arg,Fred Drake2001-12-131-0/+8
* Update output generated by test_scopeJeremy Hylton2001-12-131-1/+1
* Add test for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-131-2/+10
* Make tix_configure() work the same way configure() works for the basicFred Drake2001-12-131-86/+92
* Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabErrorGuido van Rossum2001-12-121-3/+3
* Wrapped a long line.Fred Drake2001-12-121-3/+4
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34
* Joe VanAndel wrote:Marc-André Lemburg2001-12-111-1/+1
* Fiddle test_class so it passes with -Qnew.Tim Peters2001-12-111-5/+20
* Fiddle test_augassign so it passes under -Qnew.Tim Peters2001-12-111-3/+10
* 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