| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch #1484695: Update the tarfile module to version 0.8. This fixes | Georg Brandl | 2006-05-10 | 3 | -182/+247 |
|
|
* | Variant of patch #1478292. doctest.register_optionflag(name) | Tim Peters | 2006-05-10 | 2 | -3/+22 |
|
|
* | Disable a test that is unreliable. | Thomas Heller | 2006-05-09 | 1 | -11/+16 |
|
|
* | Patch #1478993: take advantage of BaseException/Exception split in cookielib | Georg Brandl | 2006-05-08 | 3 | -29/+35 |
|
|
* | Patch #1479302: Make urllib2 digest auth and basic auth play together. | Georg Brandl | 2006-05-08 | 2 | -3/+21 |
|
|
* | Add test for rev. 45934. | Georg Brandl | 2006-05-08 | 1 | -0/+16 |
|
|
* | Patch #1483395: add new TLDs to cookielib | Georg Brandl | 2006-05-07 | 1 | -4/+7 |
|
|
* | Handle ERROR_ALREADY_EXISTS. | Martin v. Löwis | 2006-05-06 | 1 | -0/+8 |
|
|
* | Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. | Martin v. Löwis | 2006-05-06 | 2 | -0/+16 |
|
|
* | oops - the function is exported as 'my_free', not 'free'. | Thomas Heller | 2006-05-05 | 1 | -4/+4 |
|
|
* | Fix memory leaks in the ctypes test suite, reported by valgrind, by | Thomas Heller | 2006-05-05 | 1 | -0/+8 |
|
|
* | Update checks to consider Windows error numbers. | Martin v. Löwis | 2006-05-04 | 1 | -3/+29 |
|
|
* | 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 #1481530: allow "from os.path import ..." with imputil | Georg Brandl | 2006-05-04 | 1 | -2/+5 |
|
|
* | Don't fail the tests when libglut.so or libgle.so cannot be loaded. | Thomas Heller | 2006-05-03 | 1 | -2/+16 |
|
|
* | Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. | Georg Brandl | 2006-05-03 | 2 | -7/+8 |
|
|
* | Bug #1472191: convert breakpoint indices to ints before comparing them to ints | Georg Brandl | 2006-05-03 | 1 | -1/+7 |
|
|
* | RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if... | Georg Brandl | 2006-05-03 | 1 | -4/+13 |
|
|
* | Add seamonkey to list of Windows browsers too. | Georg Brandl | 2006-05-03 | 1 | -1/+2 |
|
|
* | Finish bringing SVN into line with latest version of PEP 343 by getting rid o... | Nick Coghlan | 2006-05-03 | 4 | -43/+44 |
|
|
* | Move network tests from test_urllib2 to test_urllib2net. | Georg Brandl | 2006-05-03 | 2 | -135/+137 |
|
|
* | Patch #1480067: don't redirect HTTP digest auth in urllib2 | Georg Brandl | 2006-05-03 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-03 | 1 | -1/+1 |
|
|
* | Use open() instead of file() | Andrew M. Kuchling | 2006-05-02 | 2 | -23/+23 |
|
|
* | 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 | 8 | -105/+19 |
|
|
* | Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. | Guido van Rossum | 2006-05-02 | 2 | -1/+7 |
|
|
* | Replaced my dumb way of calculating seconds to midnight with Tim Peters' much... | Vinay Sajip | 2006-05-02 | 1 | -6/+4 |
|
|
* | SF #1479988: add methods to allow access to weakrefs for the | Fred Drake | 2006-05-02 | 2 | -0/+92 |
|
|
* | Try to fix breakage caused by patch #1479181, r45850 | Neal Norwitz | 2006-05-02 | 2 | -4/+4 |
|
|
* | SF #1479181: split open() and file() from being aliases for each other. | Neal Norwitz | 2006-05-02 | 1 | -2/+2 |
|
|
* | Rename parameters to match the documentation (which | Martin v. Löwis | 2006-05-01 | 2 | -16/+15 |
|
|
* | Rename uisample to text, drop all non-text tables. | Martin v. Löwis | 2006-05-01 | 2 | -1399/+129 |
|
|
* | Port forward from 2.4 branch: | Barry Warsaw | 2006-05-01 | 5 | -0/+24 |
|
|
* | Patch #1472854: make the rlcompleter.Completer class usable on non- | Georg Brandl | 2006-04-30 | 2 | -7/+7 |
|
|
* | Fix another problem in inspect: if the module for an object cannot be found, ... | Georg Brandl | 2006-04-30 | 1 | -1/+5 |
|
|
* | Fix infinite regress when inspecting <string> or <stdin> frames. | Phillip J. Eby | 2006-04-30 | 1 | -1/+7 |
|
|
* | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 5 | -52/+64 |
|
|
* | Patch #1470976: don't NLST files when retrieving over FTP. | Georg Brandl | 2006-04-30 | 1 | -7/+0 |
|
|
* | In stdlib, use hashlib instead of deprecated md5 and sha modules. | Georg Brandl | 2006-04-30 | 6 | -17/+16 |
|
|
* | Patch #1470846: fix urllib2 ProxyBasicAuthHandler. | Georg Brandl | 2006-04-30 | 3 | -45/+244 |
|
|
* | Fix docstring for contextfactory; mentioned old contextmanager name. | Brett Cannon | 2006-04-29 | 1 | -1/+1 |
|
|
* | Patch 1471883: --enable-universalsdk on Mac OS X | Ronald Oussoren | 2006-04-29 | 1 | -2/+2 |
|
|
* | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 1 | -0/+6 |
|
|
* | Remove a duplicated test (the same test is in test_incomplete.py). | Thomas Heller | 2006-04-28 | 1 | -21/+0 |
|
|
* | Bug #1478326: don't allow '/' in distutils.util.get_platform machine names | Georg Brandl | 2006-04-28 | 1 | -0/+1 |
|
|
* | Bug #1472949: stringify IOErrors in shutil.copytree when appending | Georg Brandl | 2006-04-28 | 1 | -1/+1 |
|
|
* | Add SeaMonkey to the list of Mozilla browsers. | Georg Brandl | 2006-04-28 | 1 | -1/+1 |
|
|
* | Try to really fix the slow buildbots this time. | Neal Norwitz | 2006-04-28 | 1 | -0/+1 |
|
|