| Commit message (Expand) | Author | Age | Files | Lines |
* | SF 1098985: set objects cannot be marshalled | Raymond Hettinger | 2005-01-11 | 1 | -0/+12 |
|
|
* | Replace python-coded validation of csv dialect with a call to the C | Andrew McNamara | 2005-01-11 | 1 | -4/+0 |
|
|
* | No longer attempt to instantiate python classes describing dialects. This | Andrew McNamara | 2005-01-11 | 1 | -18/+0 |
|
|
* | Allow dialect-describing keywords to be supplied to register_dialect, | Andrew McNamara | 2005-01-11 | 1 | -1/+10 |
|
|
* | Fix and test for SF bug #1098990: codec readline() splits lines apart. | Walter Dörwald | 2005-01-10 | 1 | -0/+30 |
|
|
* | Fix parsing of csv files with escapes (escape character previously would be | Andrew McNamara | 2005-01-10 | 1 | -2/+2 |
|
|
* | Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as | Johannes Gijsbers | 2005-01-09 | 1 | -28/+51 |
|
|
* | Clean up tests by reusing functions from other modules: | Johannes Gijsbers | 2005-01-08 | 1 | -31/+8 |
|
|
* | Patch #943206: | Johannes Gijsbers | 2005-01-08 | 1 | -1/+3 |
|
|
* | threading._DummyThread.__init__(): document obscure new code. | Tim Peters | 2005-01-08 | 1 | -1/+22 |
|
|
* | Converted to a unittest. Added checks that the bounded semaphore actually | Tim Peters | 2005-01-08 | 1 | -37/+73 |
|
|
* | Remove test for BINARY_DIVIDE. | Raymond Hettinger | 2005-01-07 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 4 | -32/+31 |
|
|
* | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 1 | -24/+99 |
|
|
* | Teach the peephole optimizer to fold simple constant expressions. | Raymond Hettinger | 2005-01-02 | 1 | -0/+28 |
|
|
* | New subprocess utility function: check_call. Closes #1071764. | Peter Astrand | 2005-01-01 | 1 | -0/+16 |
|
|
* | Add a test that checks the basic functionality of every encoding. | Walter Dörwald | 2004-12-29 | 1 | -1/+179 |
|
|
* | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -0/+10 |
|
|
* | Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with | Armin Rigo | 2004-12-23 | 1 | -0/+36 |
|
|
* | add __file__ to the globals available for tests loaded via DocFileSuite; | Fred Drake | 2004-12-21 | 2 | -0/+13 |
|
|
* | The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() | Walter Dörwald | 2004-12-21 | 1 | -13/+80 |
|
|
* | Any call to marshal.dumps() with the new optional argument 'version' just | Armin Rigo | 2004-12-20 | 1 | -0/+5 |
|
|
* | Skip test_imp if threading is not available. | Brett Cannon | 2004-12-18 | 1 | -1/+5 |
|
|
* | Bug #1083645 | Raymond Hettinger | 2004-12-18 | 1 | -2/+12 |
|
|
* | SF #1085304: Make array.array pickle-able | Raymond Hettinger | 2004-12-16 | 1 | -0/+19 |
|
|
* | Fix copy & paste error in comments. | Walter Dörwald | 2004-12-14 | 1 | -2/+2 |
|
|
* | Patch #1011890: fix inspect.getsource breaking with line-continuation & | Johannes Gijsbers | 2004-12-12 | 2 | -1/+76 |
|
|
* | Patch #736962: port test_inspect to unittest. As part of this, move out | Johannes Gijsbers | 2004-12-12 | 3 | -395/+427 |
|
|
* | Use os.geteuid() for checking whether we are root, as suggested by | Johannes Gijsbers | 2004-12-12 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-12-07 | 1 | -13/+13 |
|
|
* | SF bug #1076467: don't run test_on_error as root, as the permission | Johannes Gijsbers | 2004-12-06 | 1 | -2/+6 |
|
|
* | Have test_mkalias_relative check that sys.prefix already exists; otherwise test | Brett Cannon | 2004-12-06 | 1 | -0/+6 |
|
|
* | Removed deprecated tzparse module. | Raymond Hettinger | 2004-12-05 | 1 | -1/+0 |
|
|
* | Added optional None arguments to itertools.islice(). | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | Remove the deprecated statcache module. | Raymond Hettinger | 2004-12-05 | 2 | -6/+0 |
|
|
* | Removed deprecated method arguments from the shelve module. | Raymond Hettinger | 2004-12-05 | 1 | -8/+8 |
|
|
* | SF patch #1077353: add key= argument to min and max | Raymond Hettinger | 2004-12-03 | 1 | -4/+75 |
|
|
* | Add key= argument to heapq.nsmallest() and heapq.nlargest(). | Raymond Hettinger | 2004-12-02 | 1 | -1/+7 |
|
|
* | Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl... | Peter Astrand | 2004-11-30 | 1 | -0/+11 |
|
|
* | Fix argument order in pure python version of nsmallest() and nlargest(). | Raymond Hettinger | 2004-11-29 | 1 | -2/+5 |
|
|
* | SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 | Raymond Hettinger | 2004-11-24 | 1 | -4/+4 |
|
|
* | Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the | Brett Cannon | 2004-11-24 | 1 | -1/+3 |
|
|
* | Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there | Johannes Gijsbers | 2004-11-23 | 1 | -1/+5 |
|
|
* | Add 'linux2' as one of the platforms that does not use the echo service as one | Brett Cannon | 2004-11-20 | 1 | -1/+2 |
|
|
* | Remove tempfile after use in test_call_string. | Peter Astrand | 2004-11-17 | 1 | -1/+2 |
|
|
* | SF bug 1065388: calendar day/month name lookup too slow | Tim Peters | 2004-11-13 | 1 | -8/+6 |
|
|
* | Patch #1050475: Fix various x86_64 build issues | Martin v. Löwis | 2004-11-13 | 1 | -0/+4 |
|
|
* | Add options to regrtest.py to make it possible to specify where to put | Walter Dörwald | 2004-11-12 | 1 | -8/+18 |
|
|
* | Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 | Peter Astrand | 2004-11-12 | 1 | -1/+6 |
|
|
* | On second thought: "Errors should never pass silently", so barf when a | Just van Rossum | 2004-11-12 | 1 | -7/+10 |
|
|