| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-12-28 | 92 | -14096/+40 |
|
|
| * | test_parseaddr_empty(): New test for assuring that | Barry Warsaw | 2001-12-20 | 1 | -0/+4 |
|
|
| * | SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address | Guido van Rossum | 2001-12-20 | 1 | -1/+1 |
|
|
| * | Whitespace normalization. | Tim Peters | 2001-12-20 | 1 | -1/+0 |
|
|
| * | partial merge with current pythonware codebase: | Fredrik Lundh | 2001-12-19 | 1 | -3/+4 |
|
|
| * | Add test for pickling new-style class with custom metaclass. | Guido van Rossum | 2001-12-19 | 1 | -0/+12 |
|
|
| * | Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a | Guido van Rossum | 2001-12-19 | 1 | -0/+4 |
|
|
| * | Add some additional tests that check more proxy behaviors. | Fred Drake | 2001-12-19 | 1 | -0/+18 |
|
|
| * | Fix the test control support for the pickle & cPickle tests so the tests run | Fred Drake | 2001-12-19 | 2 | -8/+22 |
|
|
| * | The test using class initarg failed, because it was lacking a | Guido van Rossum | 2001-12-19 | 1 | -0/+3 |
|
|
| * | Make the module docstring agree with reality: the module prvides the | Fred Drake | 2001-12-19 | 1 | -1/+1 |
|
|
| * | TemporaryFileWrapper: fixed typo in new comment. | Tim Peters | 2001-12-18 | 1 | -1/+1 |
|
|
| * | TemporaryFileWrapper: cache the value of os.unlink for use by __del__, | Tim Peters | 2001-12-18 | 1 | -1/+8 |
|
|
| * | Move the helper class _closedsocket *into* the _socketobject class. | Guido van Rossum | 2001-12-18 | 1 | -7/+6 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2001-12-18 | 1 | -284/+284 |
|
|
| * | Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst | Thomas Heller | 2001-12-18 | 1 | -3/+6 |
|
|
| * | Don't use Latex \code{...} in docstrings. | Guido van Rossum | 2001-12-17 | 1 | -1/+1 |
|
|
| * | Get rid of the stupid backslash in front of the column zero open | Barry Warsaw | 2001-12-17 | 1 | -1/+1 |
|
|
| * | Synch with pyunit CVS: | Steve Purcell | 2001-12-17 | 1 | -4/+4 |
|
|
| * | SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from | Tim Peters | 2001-12-15 | 1 | -4/+2 |
|
|
| * | Don't call resetwarnings(). Be more restrictive in what we filter out | Guido van Rossum | 2001-12-15 | 1 | -3/+1 |
|
|
| * | Added test_socketserver and test_unicode_file to tests expected to be | Jack Jansen | 2001-12-14 | 1 | -0/+2 |
|
|
| * | send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently | Barry Warsaw | 2001-12-14 | 1 | -0/+2 |
|
|
| * | Partial fix for problem in SF buf #487458 | Jeremy Hylton | 2001-12-14 | 1 | -1/+7 |
|
|
| * | (Merge into trunk.) | Guido van Rossum | 2001-12-14 | 1 | -0/+10 |
|
|
| * | Undo inadvertent change to test_scope in previous checkin | Jeremy Hylton | 2001-12-13 | 1 | -2/+1 |
|
|
| * | Add a comment explaining what these tests are for, and where to look for | Fred Drake | 2001-12-13 | 1 | -0/+3 |
|
|
| * | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 1 | -0/+8 |
|
|
| * | Update output generated by test_scope | Jeremy Hylton | 2001-12-13 | 1 | -1/+1 |
|
|
| * | Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code | Jeremy Hylton | 2001-12-13 | 1 | -2/+10 |
|
|
| * | 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 |
|
|