| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added some tests for distutils.extension + code cleanup | Tarek Ziadé | 2009-06-03 | 3 | -16/+108 |
|
|
* | Restore default testRunner argument in unittest.main to None. Issue 6177 | Michael Foord | 2009-06-02 | 2 | -1/+11 |
|
|
* | improved distutils.spawn test coverage + cleaned it up | Tarek Ziadé | 2009-06-02 | 2 | -59/+73 |
|
|
* | http://bugs.python.org/issue6117 | Kristján Valur Jónsson | 2009-06-02 | 1 | -10/+9 |
|
|
* | Typo in socket.py. Thanks Pablo Torres Navarrete. | Mark Dickinson | 2009-06-02 | 1 | -1/+1 |
|
|
* | Fixes issue6169: it was possible for two ipaddr network addresses to compare | Gregory P. Smith | 2009-06-02 | 2 | -19/+30 |
|
|
* | improved distutils.dist test coverage, pep-8 compliancy | Tarek Ziadé | 2009-06-01 | 2 | -61/+103 |
|
|
* | #4547: When debugging a very large function, it was not always | Amaury Forgeot d'Arc | 2009-06-01 | 1 | -0/+17 |
|
|
* | Sync up __version__ number with the version of the ipaddr-py project this | Gregory P. Smith | 2009-06-01 | 1 | -13/+1 |
|
|
* | Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the poss... | Guilherme Polo | 2009-05-31 | 1 | -2/+2 |
|
|
* | Issue 3848: document the fact that epoll register raises an IOError if | R. David Murray | 2009-05-31 | 1 | -0/+28 |
|
|
* | __enter__ and __exit__ must be on the class | Benjamin Peterson | 2009-05-31 | 1 | -4/+12 |
|
|
* | remove function import | Benjamin Peterson | 2009-05-31 | 1 | -1/+1 |
|
|
* | Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running | Antoine Pitrou | 2009-05-31 | 2 | -59/+144 |
|
|
* | The test for #5330 wasn't correct. | Antoine Pitrou | 2009-05-30 | 1 | -1/+1 |
|
|
* | Issue #5330: C functions called with keyword arguments were not reported by | Antoine Pitrou | 2009-05-30 | 2 | -0/+21 |
|
|
* | add with statements | Benjamin Peterson | 2009-05-29 | 1 | -0/+20 |
|
|
* | Add test discovery to unittest. Issue 6001. | Michael Foord | 2009-05-29 | 2 | -8/+474 |
|
|
* | Refactor test parameterization to resolve update timing problem. | R. David Murray | 2009-05-29 | 1 | -14/+13 |
|
|
* | Fixed #6131: test_modulefinder leaked when run after test_distutils | Tarek Ziadé | 2009-05-29 | 4 | -10/+8 |
|
|
* | Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. | Raymond Hettinger | 2009-05-29 | 1 | -1/+14 |
|
|
* | Deprecate contextlib.nested(). The with-statement now provides this function... | Raymond Hettinger | 2009-05-29 | 2 | -1/+7 |
|
|
* | Issue 5150: Add rstrip() option to IDLE's format menu. | Raymond Hettinger | 2009-05-29 | 2 | -0/+35 |
|
|
* | Backport smtplib auth tests from r72990. | R. David Murray | 2009-05-28 | 1 | -22/+75 |
|
|
* | using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported unde... | Tarek Ziadé | 2009-05-28 | 1 | -3/+7 |
|
|
* | Fixed #6048: Distutils uses the tarfile module instead of the tar command now | Tarek Ziadé | 2009-05-28 | 2 | -25/+146 |
|
|
* | explicitly close files | Philip Jenvey | 2009-05-28 | 3 | -30/+29 |
|
|
* | explicitly close the file, merged from py3k | Philip Jenvey | 2009-05-28 | 1 | -1/+4 |
|
|
* | fix issue #6121 by stripping spaces from the argument in the 'help' | R. David Murray | 2009-05-27 | 2 | -0/+9 |
|
|
* | correctly handle descrs with __missing__ | Benjamin Peterson | 2009-05-27 | 1 | -2/+12 |
|
|
* | Fix field name conflicts for named tuples. | Raymond Hettinger | 2009-05-27 | 2 | -7/+47 |
|
|
* | Fixes issue 6110 | Ronald Oussoren | 2009-05-26 | 1 | -1/+2 |
|
|
* | #6112: list.remove raises ValueError, not RuntimeError. | Georg Brandl | 2009-05-26 | 1 | -1/+1 |
|
|
* | Issue 5794: fix cPickle's unpickling of recursive tuples. | Collin Winter | 2009-05-26 | 2 | -0/+15 |
|
|
* | Allow multiple context managers in one with statement, as proposed | Georg Brandl | 2009-05-25 | 4 | -11/+113 |
|
|
* | Make assertSequenceEqual error messages less cryptic, particularly for nested... | Michael Foord | 2009-05-25 | 1 | -25/+32 |
|
|
* | add a SETUP_WITH opcode | Benjamin Peterson | 2009-05-25 | 2 | -7/+8 |
|
|
* | handle errors from _PyObject_LookupSpecial when __get__ fails | Benjamin Peterson | 2009-05-25 | 1 | -1/+17 |
|
|
* | make class skipping decorators the same as skipping every test of the class | Benjamin Peterson | 2009-05-25 | 2 | -43/+18 |
|
|
* | Issue #6050: Don't fail extracting a directory from a zipfile if | Martin v. Löwis | 2009-05-24 | 2 | -1/+7 |
|
|
* | Issue #6065: Do not try to build a version-independent | Martin v. Löwis | 2009-05-24 | 1 | -0/+2 |
|
|
* | Issue #1309352: fcntl now converts its third arguments to a C `long` rather | Antoine Pitrou | 2009-05-24 | 1 | -1/+16 |
|
|
* | Fixed Issue1424152, urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-05-24 | 3 | -3/+57 |
|
|
* | Add smtplib test from issue 5259. | R. David Murray | 2009-05-23 | 1 | -0/+20 |
|
|
* | Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD | Antoine Pitrou | 2009-05-23 | 1 | -1/+1 |
|
|
* | Issue 6089: str.format raises SystemError. | Eric Smith | 2009-05-23 | 2 | -0/+8 |
|
|
* | Fix spelling left over from testing. | R. David Murray | 2009-05-23 | 1 | -1/+1 |
|
|
* | Don't be so wordy in requires('network') in case other tests | R. David Murray | 2009-05-23 | 1 | -5/+2 |
|
|
* | Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns | R. David Murray | 2009-05-23 | 2 | -3/+30 |
|
|
* | fixed encoding | Tarek Ziadé | 2009-05-22 | 1 | -2/+2 |
|
|