| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2006-05-25 | 1 | -2/+2 |
|
|
* | Change test_values so that it compares the lowercasing of group names since g... | Brett Cannon | 2006-05-25 | 1 | -1/+4 |
|
|
* | needforspeed: check for overflow in replace (from Andrew Dalke) | Fredrik Lundh | 2006-05-25 | 1 | -9/+8 |
|
|
* | Added tests for implementation error we came up with in the need for speed sp... | Andrew Dalke | 2006-05-25 | 1 | -0/+19 |
|
|
* | Update graminit.c for the fix for #1488915, Multiple dots in relative import | Thomas Wouters | 2006-05-25 | 1 | -1/+10 |
|
|
* | Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. | Tim Peters | 2006-05-24 | 1 | -0/+75 |
|
|
* | Disable the damn empty-string replace test -- it can't | Tim Peters | 2006-05-24 | 1 | -2/+2 |
|
|
* | We can't leave the checked-in tests broken. | Tim Peters | 2006-05-24 | 1 | -5/+10 |
|
|
* | Added a slew of test for string replace, based various corner cases from | Andrew Dalke | 2006-05-24 | 1 | -0/+157 |
|
|
* | refactor unpack, add unpack_from | Bob Ippolito | 2006-05-24 | 1 | -0/+41 |
|
|
* | test_struct grew weird behavior under regrtest.py -R, | Tim Peters | 2006-05-23 | 1 | -0/+2 |
|
|
* | Bug #1334662 / patch #1335972: int(string, base) wrong answers. | Tim Peters | 2006-05-23 | 1 | -0/+78 |
|
|
* | Fix #1474677, non-keyword argument following keyword. | Neal Norwitz | 2006-05-19 | 1 | -0/+3 |
|
|
* | Bug #1462152: file() now checks more thoroughly for invalid mode | Georg Brandl | 2006-05-18 | 1 | -1/+1 |
|
|
* | Fix test_locale for platforms without a default thousands separator. | Georg Brandl | 2006-05-18 | 1 | -5/+8 |
|
|
* | Patch #1180296: improve locale string formatting functions | Georg Brandl | 2006-05-17 | 1 | -2/+23 |
|
|
* | Text files missing the SVN eol-style property. | Tim Peters | 2006-05-16 | 1 | -964/+964 |
|
|
* | Patch #1435422: zlib's compress and decompress objects now have a | Georg Brandl | 2006-05-16 | 1 | -0/+57 |
|
|
* | test_directory(): Remove the leftover temp directory that's making | Tim Peters | 2006-05-15 | 1 | -0/+4 |
|
|
* | ReadDetectFileobjTest: repair Windows disasters by opening | Tim Peters | 2006-05-15 | 1 | -1/+2 |
|
|
* | [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) | Georg Brandl | 2006-05-15 | 1 | -0/+23 |
|
|
* | - Bug #1487966: Fix SystemError with conditional expression in assignment | Neal Norwitz | 2006-05-15 | 1 | -16/+19 |
|
|
* | Patch #1484695: Update the tarfile module to version 0.8. This fixes | Georg Brandl | 2006-05-10 | 2 | -2/+47 |
|
|
* | Variant of patch #1478292. doctest.register_optionflag(name) | Tim Peters | 2006-05-10 | 1 | -0/+20 |
|
|
* | Patch #1479302: Make urllib2 digest auth and basic auth play together. | Georg Brandl | 2006-05-08 | 1 | -0/+21 |
|
|
* | Add test for rev. 45934. | Georg Brandl | 2006-05-08 | 1 | -0/+16 |
|
|
* | Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. | Martin v. Löwis | 2006-05-06 | 1 | -0/+12 |
|
|
* | Implement os.{chdir,rename,rmdir,remove} using Win32 directly. | Martin v. Löwis | 2006-05-04 | 2 | -3/+19 |
|
|
* | Patch #1475845: Raise IndentationError for unexpected indent. | Martin v. Löwis | 2006-05-04 | 1 | -2/+18 |
|
|
* | Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. | Georg Brandl | 2006-05-03 | 1 | -0/+3 |
|
|
* | Finish bringing SVN into line with latest version of PEP 343 by getting rid o... | Nick Coghlan | 2006-05-03 | 2 | -32/+33 |
|
|
* | Move network tests from test_urllib2 to test_urllib2net. | Georg Brandl | 2006-05-03 | 2 | -135/+137 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-03 | 1 | -1/+1 |
|
|
* | Use open() instead of file() | Andrew M. Kuchling | 2006-05-02 | 1 | -3/+3 |
|
|
* | Hopefully this will fix the spurious failures of test_mailbox.py that I'm | Guido van Rossum | 2006-05-02 | 1 | -4/+8 |
|
|
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 2 | -80/+11 |
|
|
* | Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. | Guido van Rossum | 2006-05-02 | 1 | -0/+6 |
|
|
* | SF #1479988: add methods to allow access to weakrefs for the | Fred Drake | 2006-05-02 | 1 | -0/+44 |
|
|
* | Try to fix breakage caused by patch #1479181, r45850 | Neal Norwitz | 2006-05-02 | 1 | -2/+2 |
|
|
* | SF #1479181: split open() and file() from being aliases for each other. | Neal Norwitz | 2006-05-02 | 1 | -2/+2 |
|
|
* | Port forward from 2.4 branch: | Barry Warsaw | 2006-05-01 | 1 | -0/+10 |
|
|
* | Patch #1472854: make the rlcompleter.Completer class usable on non- | Georg Brandl | 2006-04-30 | 1 | -5/+1 |
|
|
* | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 5 | -52/+64 |
|
|
* | In stdlib, use hashlib instead of deprecated md5 and sha modules. | Georg Brandl | 2006-04-30 | 2 | -6/+6 |
|
|
* | Patch #1470846: fix urllib2 ProxyBasicAuthHandler. | Georg Brandl | 2006-04-30 | 2 | -35/+225 |
|
|
* | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 1 | -0/+6 |
|
|
* | Try to really fix the slow buildbots this time. | Neal Norwitz | 2006-04-28 | 1 | -0/+1 |
|
|
* | Add more ignores of ImportWarnings; these are all just potential triggers | Thomas Wouters | 2006-04-27 | 1 | -1/+3 |
|
|
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 3 | -0/+24 |
|
|
* | Do the small-memory run of big-meormy tests using a prime number, rather | Thomas Wouters | 2006-04-27 | 1 | -1/+1 |
|
|