| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Some style fixes and size-calculation fixes. Also do the small-memory run | Thomas Wouters | 2006-04-27 | 1 | -16/+21 |
|
|
* | Some more size-estimate fixes, for large-list-tests. | Thomas Wouters | 2006-04-27 | 1 | -2/+2 |
|
|
* | Some more test-size-estimate fixes: test_append and test_insert trigger a | Thomas Wouters | 2006-04-26 | 1 | -3/+7 |
|
|
* | Add tests for += and *= on strings, and fix the memory-use estimate for the | Thomas Wouters | 2006-04-26 | 1 | -3/+37 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-26 | 2 | -922/+922 |
|
|
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 3 | -3/+1008 |
|
|
* | Fix this test on Solaris. There can be embedded \r, so don't just replace | Neal Norwitz | 2006-04-26 | 1 | -2/+2 |
|
|
* | Rev 45706 renamed stuff in contextlib.py, but didn't rename | Tim Peters | 2006-04-26 | 1 | -8/+8 |
|
|
* | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 1 | -8/+1 |
|
|
* | Move the PEP 343 documentation and implementation closer to the | Nick Coghlan | 2006-04-25 | 1 | -23/+23 |
|
|
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 1 | -0/+19 |
|
|
* | Revert addition of setuptools | Phillip J. Eby | 2006-04-24 | 1 | -16/+0 |
|
|
* | Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. | Thomas Wouters | 2006-04-24 | 1 | -0/+1 |
|
|
* | More reliable version of new command line tests that just checks the exit codes | Nick Coghlan | 2006-04-24 | 1 | -2/+37 |
|
|
* | Back out new command line tests (broke buildbot) | Nick Coghlan | 2006-04-24 | 1 | -55/+0 |
|
|