| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented datetime.astimezone() and datetimetz.astimezone(). | Tim Peters | 2002-12-25 | 1 | -0/+53 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 5 | -9/+8 |
|
|
* | Add test for SF #658106. Will backport. | Neal Norwitz | 2002-12-24 | 1 | -0/+4 |
|
|
* | Implemented .replace() methods for date, datetime, datetimetz, time and | Tim Peters | 2002-12-24 | 1 | -0/+150 |
|
|
* | Don't rebind True and False. | Tim Peters | 2002-12-23 | 1 | -5/+5 |
|
|
* | I give up: unless I write my own strftime by hand, datetime just can't | Tim Peters | 2002-12-22 | 1 | -0/+6 |
|
|
* | Implemented a Wiki suggestion: | Tim Peters | 2002-12-22 | 1 | -71/+118 |
|
|
* | Added test to ensure that non-string result from dst() raises TypeError. | Tim Peters | 2002-12-21 | 1 | -0/+6 |
|
|
* | Changes sufficient so that pickles written by the Python implementation | Tim Peters | 2002-12-21 | 1 | -9/+15 |
|
|
* | format_utcoffset(): The natural type of the buflen arg is size_t, so | Tim Peters | 2002-12-20 | 1 | -9/+16 |
|
|
* | Expand log() tests to include long integers. | Raymond Hettinger | 2002-12-18 | 1 | -0/+2 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -0/+289 |
|
|
* | Made this a little more compatible w/ the sandbox version, which is | Tim Peters | 2002-12-16 | 1 | -2/+2 |
|
|
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 1 | -0/+2128 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 1 | -0/+1 |
|
|
* | Tighten the tests for assignment to __bases__: disallow empty tuple. | Guido van Rossum | 2002-12-13 | 1 | -0/+8 |
|
|
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 3 | -0/+79 |
|
|
* | Patch #650653: Raise always value error if the table is not 256 bytes long. | Martin v. Löwis | 2002-12-12 | 1 | -0/+2 |
|
|
* | Change issubclass() so that recursive tuples (directly or indirectly | Walter Dörwald | 2002-12-12 | 1 | -1/+18 |
|
|
* | Patch #551960: Add check for setrlimit() support | Jason Tishler | 2002-12-12 | 1 | -4/+12 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 1 | -0/+9 |
|
|
* | Clean-up test class for DictMixin. | Raymond Hettinger | 2002-12-11 | 1 | -2/+6 |
|
|
* | Added test_ossaudiodev to expected skips on Windows. | Tim Peters | 2002-12-10 | 1 | -0/+1 |
|
|
* | Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). | Greg Ward | 2002-12-10 | 1 | -5/+9 |
|
|
* | Initial revision is rev 1.8 of test_linuxaudiodev.py, with | Greg Ward | 2002-12-10 | 1 | -0/+89 |
|
|
* | SF 548651: Fix the METH_CLASS implementation. | Tim Peters | 2002-12-09 | 1 | -4/+4 |
|
|
* | Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode | Greg Ward | 2002-12-09 | 1 | -0/+12 |
|
|
* | Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. | Greg Ward | 2002-12-09 | 1 | -3/+13 |
|
|
* | Add support for binary pickles to the shelve module. In some situations | Skip Montanaro | 2002-12-08 | 1 | -0/+51 |
|
|
* | Add another test which exercises the whole suite with a | Raymond Hettinger | 2002-12-07 | 1 | -0/+14 |
|
|
* | Fix typo in abstract.c which caused __rpow__ to not be invoked. | Raymond Hettinger | 2002-12-07 | 1 | -0/+5 |
|
|
* | Cleaned up test (removing bogus argument list). | Raymond Hettinger | 2002-12-07 | 1 | -2/+2 |
|
|
* | Remove assumption that cls is a subclass of dict. | Raymond Hettinger | 2002-12-07 | 1 | -3/+3 |
|
|
* | The final tweaks before closing | Michael W. Hudson | 2002-12-05 | 1 | -0/+4 |
|
|
* | Patch #648998: test_commands ACL patch | Jason Tishler | 2002-12-05 | 1 | -0/+1 |
|
|
* | Add a Cygwin skip mentioned by Jason Tishler. | Tim Peters | 2002-12-05 | 1 | -1/+1 |
|
|
* | Patch #551977: Regression exceptions for cygwin | Jason Tishler | 2002-12-05 | 1 | -0/+22 |
|
|
* | Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. | Raymond Hettinger | 2002-12-04 | 1 | -0/+7 |
|
|
* | Rearrange test_socket_ssl so that a skip is expected iff the network | Tim Peters | 2002-12-04 | 3 | -28/+35 |
|
|
* | Some more expected skips on OSX. | Guido van Rossum | 2002-12-03 | 1 | -0/+3 |
|
|
* | Lose references to knee (no longer exists) and pyclbr (has its own | Guido van Rossum | 2002-12-03 | 1 | -2/+0 |
|
|
* | Add more sophistication to the comparison between pyclbr output and | Guido van Rossum | 2002-12-03 | 1 | -42/+36 |
|
|
* | Moderately heavy reorganization of pyclbr to fix package-related bugs. | Guido van Rossum | 2002-12-02 | 1 | -14/+34 |
|
|
* | Require 'largefile' resource for Mac OSX as well. | Guido van Rossum | 2002-12-02 | 1 | -5/+5 |
|
|
* | On Max OSX, try increasing the stack limit to 2048 so test_re and | Guido van Rossum | 2002-12-02 | 1 | -0/+16 |
|
|
* | getdoc(): | Ka-Ping Yee | 2002-11-30 | 1 | -1/+1 |
|
|
* | Nudge getting __module__ and __name__ for new-style classes so that | Michael W. Hudson | 2002-11-27 | 1 | -1/+9 |
|
|
* | SF #641170, reST version of Lib/test/README | Neal Norwitz | 2002-11-27 | 1 | -89/+99 |
|
|
* | I don't know why staring at the email to python-checkins made me | Michael W. Hudson | 2002-11-27 | 1 | -0/+2 |
|
|
* | Readjustments to the way we cope with exceptions from subclasses' | Michael W. Hudson | 2002-11-27 | 1 | -2/+79 |
|
|