Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repair missing spaces after \UNIX. | Georg Brandl | 2007-04-11 | 4 | -4/+4 |
| | |||||
* | Exceptions are no longer old-style instances. Fix accordingly. | Georg Brandl | 2007-04-11 | 1 | -2/+2 |
| | |||||
* | SF 1191699: Make slices picklable | Raymond Hettinger | 2007-04-11 | 3 | -0/+20 |
| | |||||
* | Add some missing NULL checks which trigger crashes on low-memory conditions. | Georg Brandl | 2007-04-11 | 2 | -0/+10 |
| | | | | Found by Victor Stinner. Will backport when 2.5 branch is unfrozen. | ||||
* | Describe undocumented third argument to touchline() | Andrew M. Kuchling | 2007-04-11 | 1 | -2/+4 |
| | |||||
* | Point readers at the patch submission instructions | Andrew M. Kuchling | 2007-04-11 | 1 | -3/+6 |
| | |||||
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 5 | -4/+84 |
| | |||||
* | Repair a duplicate label and some obsolete uses of \setindexsubitem. | Georg Brandl | 2007-04-10 | 6 | -42/+39 |
| | |||||
* | General clean-up. Lot of margin corrections, comments, some typos. | Facundo Batista | 2007-04-10 | 1 | -159/+170 |
| | | | | | Exceptions now are raised in the new style. And a mockup class is now also new style. Thanks Santiago Pereson. | ||||
* | Typo fix. | Collin Winter | 2007-04-10 | 1 | -1/+1 |
| | |||||
* | Minor fix to the tests pass ok even with -O. | Facundo Batista | 2007-04-10 | 1 | -1/+2 |
| | |||||
* | Patch #1695862: remove old test directory that causes test_urllib failures | Žiga Seilnacht | 2007-04-09 | 1 | -0/+14 |
| | | | | | on Windows buildbots. The change is a one time fix and will be removed after a successful buildbot run. | ||||
* | Added optional timeout to SocketHandler.makeSocket (SF #1695948) | Vinay Sajip | 2007-04-09 | 1 | -1/+3 |
| | |||||
* | Doc that file.next() has undefined behaviour when called on a file opened with | Brett Cannon | 2007-04-08 | 2 | -8/+12 |
| | | | | | | 'w'. Closes bug #1569057. To be backported once 2.5 branch is unfrozen. | ||||
* | Convert test_fileinput to use unittest. | Collin Winter | 2007-04-07 | 1 | -198/+196 |
| | |||||
* | Convert test_module to use unittest. | Collin Winter | 2007-04-06 | 1 | -45/+58 |
| | |||||
* | Convert test_gc to use unittest. | Collin Winter | 2007-04-06 | 1 | -588/+548 |
| | |||||
* | Import cleanup in test_crypt. | Collin Winter | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | Convert test_stringprep to use unittest. | Collin Winter | 2007-04-06 | 1 | -61/+69 |
| | |||||
* | Some grammar fixes | Andrew M. Kuchling | 2007-04-06 | 1 | -5/+5 |
| | |||||
* | Convert test_normalization to use unittest. | Collin Winter | 2007-04-05 | 1 | -51/+57 |
| | |||||
* | Convert test_long_future to use unittest. | Collin Winter | 2007-04-05 | 1 | -50/+50 |
| | |||||
* | Bug #1563759: struct.unpack doens't support buffer protocol objects | Raymond Hettinger | 2007-04-05 | 2 | -7/+33 |
| | |||||
* | Fix WalkTests.test_traversal() on Windows. The cleanup in | Žiga Seilnacht | 2007-04-04 | 1 | -25/+18 |
| | | | | MakedirTests.setUp() can now be removed. | ||||
* | Make test_softspace use unittest. | Collin Winter | 2007-04-04 | 1 | -11/+20 |
| | |||||
* | Make test_getopt use unittest. | Collin Winter | 2007-04-04 | 1 | -174/+173 |
| | |||||
* | Bug #1686475: Support stat'ing open files on Windows again. | Martin v. Löwis | 2007-04-04 | 3 | -34/+77 |
| | | | | Will backport to 2.5. | ||||
* | Stop using test_support.verify(). | Collin Winter | 2007-04-04 | 1 | -8/+6 |
| | |||||
* | Clean up imports. | Collin Winter | 2007-04-04 | 1 | -4/+4 |
| | |||||
* | Fix a race condition in this test -- instead of assuming that it will take | Guido van Rossum | 2007-04-04 | 1 | -1/+5 |
| | | | | | the test server thread at most 0.5 seconds to get ready, use an event variable. | ||||
* | Fixed the way that the .pem files are looked for, and changed | Facundo Batista | 2007-04-04 | 1 | -16/+9 |
| | | | | how to kill the process in win32 to use the _handle attribute. | ||||
* | Changed the whole structure of startup and checking if the | Facundo Batista | 2007-04-03 | 1 | -26/+36 |
| | | | | server is available. Hope to not get more false alarms. | ||||
* | Implement a contextmanager test.test_support.catch_warning that can | Walter Dörwald | 2007-04-03 | 4 | -111/+129 |
| | | | | | | | be used to catch the last warning issued by the warning framework. Change test_warnings.py and test_structmembers.py to use this new contextmanager. | ||||
* | Added a SSL server to test_socket_ssl.py to be able to test | Facundo Batista | 2007-04-03 | 3 | -11/+103 |
| | | | | | | locally. Now, it checks if have openssl available and run those specific tests (it starts openssl at the beggining of all the tests and then kills it at the end). | ||||
* | Add tests for the filename. | Walter Dörwald | 2007-04-03 | 2 | -0/+33 |
| | | | | Test that the stacklevel is handled correctly. | ||||
* | Document that CatchWarningTests is reused by test_structmembers.py. | Walter Dörwald | 2007-04-03 | 1 | -0/+2 |
| | |||||
* | Move the functionality for catching warnings in test_warnings.py into a separate | Walter Dörwald | 2007-04-03 | 2 | -2/+4 |
| | | | | | class to that reusing the functionality in test_structmembers.py doesn't rerun the tests from test_warnings.py. | ||||
* | Now using unittest for the tests infraestructure. Also split the | Facundo Batista | 2007-04-03 | 2 | -113/+118 |
| | | | | tests in those who need the network, and that who doesn't. | ||||
* | Fix the strange case of | Georg Brandl | 2007-04-03 | 1 | -8/+8 |
| | | | | | | | | | \begin{methoddesc}[NNTP]{...} where \ifx#1\@undefined ended up comparing N and N, therefore executing the true part of the conditional, blowing up at \@undefined. | ||||
* | - Fix an off-by-one bug in locale.strxfrm(). | Matthias Klose | 2007-04-03 | 2 | -1/+4 |
| | | | | patch taken from http://bugs.debian.org/416934. | ||||
* | SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes | Raymond Hettinger | 2007-04-03 | 1 | -11/+20 |
| | |||||
* | SF 1602378 Clarify docstrings for bisect | Raymond Hettinger | 2007-04-03 | 1 | -4/+4 |
| | |||||
* | Fix warnings about object.__init__() signature. | Guido van Rossum | 2007-04-02 | 3 | -3/+2 |
| | | | | | | Two (test_array and test_descr) were bug IMO; the third (copy_reg) is a work-around which recognizes that object.__init__() doesn't do anything. | ||||
* | Array module's buffer interface can now handle empty arrays. | Raymond Hettinger | 2007-04-02 | 2 | -0/+13 |
| | |||||
* | SF #1693079: Cannot save empty array in shelve | Raymond Hettinger | 2007-04-02 | 2 | -6/+28 |
| | |||||
* | Fix the class name of strings. | Georg Brandl | 2007-04-01 | 1 | -37/+37 |
| | |||||
* | Remove bogus entry. | Georg Brandl | 2007-04-01 | 1 | -3/+0 |
| | |||||
* | Some semantic fixes. | Georg Brandl | 2007-04-01 | 3 | -4/+3 |
| | |||||
* | Explicit class names. | Georg Brandl | 2007-04-01 | 1 | -3/+3 |
| | |||||
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 42 | -489/+489 |
| |