summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous passwordGuido van Rossum2001-12-281-13/+8
* _reduce(): Avoid infinite recursion in the pickler when self.__class__Guido van Rossum2001-12-271-0/+2
* Don't set passiveserver to 0 in connect(). See SF bug #495693.Guido van Rossum2001-12-231-1/+0
* Regenerated for Linux 2.2.4.Martin v. Löwis2001-12-221-55/+182
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-215-4/+34
* Suggested by Pete Shinners: treat .m and .mm files as source code.Andrew M. Kuchling2001-12-211-1/+1
* forward-patch from release21-maint branch:Anthony Baxter2001-12-211-0/+6
* test_parseaddr_empty(): New test for assuring thatBarry Warsaw2001-12-201-0/+4
* SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" addressGuido van Rossum2001-12-201-1/+1
* Whitespace normalization.Tim Peters2001-12-201-1/+0
* partial merge with current pythonware codebase:Fredrik Lundh2001-12-191-3/+4
* Add test for pickling new-style class with custom metaclass.Guido van Rossum2001-12-191-0/+12
* Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with aGuido van Rossum2001-12-191-0/+4
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-192-8/+22
* 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