| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10210: os.get_exec_path() ignores BytesWarning warnings | Victor Stinner | 2010-10-29 | 1 | -1/+4 |
|
|
* | #10209, test_pep277: disable test_normalize and test_listdir on darwin | Victor Stinner | 2010-10-28 | 1 | -13/+9 |
|
|
* | test_pep277: disable filenames 11, 12, 13, 14 on darwin | Victor Stinner | 2010-10-28 | 1 | -5/+6 |
|
|
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -0/+39 |
|
|
* | #10116: wrap transient_internet() around net access in test_urllib2net. | Georg Brandl | 2010-10-28 | 1 | -69/+85 |
|
|
* | test_pep277: add identifiers to filenames | Victor Stinner | 2010-10-28 | 1 | -19/+19 |
|
|
* | test_pep277: format filename with ascii() on failure | Victor Stinner | 2010-10-28 | 1 | -1/+1 |
|
|
* | test_pep277: format function argument with ascii() on failure | Victor Stinner | 2010-10-28 | 1 | -1/+1 |
|
|
* | issue 8777 | Kristján Valur Jónsson | 2010-10-28 | 2 | -0/+193 |
|
|
* | Condition.wait now returns bool. | Georg Brandl | 2010-10-28 | 1 | -1/+1 |
|
|
* | #10218: return timeout status from Condition.wait, mirroring other primitives... | Georg Brandl | 2010-10-28 | 1 | -13/+19 |
|
|
* | #7351: add more consistent exception name alias. | Georg Brandl | 2010-10-28 | 1 | -11/+11 |
|
|
* | Recode modules from latin-1 to utf-8 | Antoine Pitrou | 2010-10-27 | 3 | -9/+7 |
|
|
* | Issue #5027: The standard `xml` namespace is now understood by | Antoine Pitrou | 2010-10-27 | 1 | -0/+55 |
|
|
* | #5975: add unix_dialect to csv module. | Georg Brandl | 2010-10-27 | 1 | -0/+9 |
|
|
* | logging: Improved Formatter implementation. | Vinay Sajip | 2010-10-26 | 1 | -0/+17 |
|
|
* | logging: Added style option to Formatter to allow %, {} or himBHformatting. | Vinay Sajip | 2010-10-25 | 1 | -0/+48 |
|
|
* | test_gdb should be skipped on darwin (not up to v7 yet) | Skip Montanaro | 2010-10-25 | 1 | -0/+1 |
|
|
* | Issue #10161: test_pep277 formats filenames with ascii() on error | Victor Stinner | 2010-10-24 | 1 | -1/+1 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 2 | -3/+6 |
|
|
* | Remove usage of exception indexing. | Georg Brandl | 2010-10-24 | 1 | -1/+1 |
|
|
* | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) | Nick Coghlan | 2010-10-24 | 1 | -1/+103 |
|
|
* | remove broken code accounting an offset the size of the line #10186 | Benjamin Peterson | 2010-10-24 | 1 | -0/+6 |
|
|
* | Revert r85801. The test ought to pass without rounding. | Martin v. Löwis | 2010-10-23 | 1 | -1/+1 |
|
|
* | Follow up to #9778: fix regressions on 64-bit Windows builds | Antoine Pitrou | 2010-10-23 | 1 | -1/+1 |
|
|
* | #6518: enable context manager protocol for ossaudiodev types. | Georg Brandl | 2010-10-23 | 1 | -4/+6 |
|
|
* | Also guard other SOCK_NONBLOCK test | Antoine Pitrou | 2010-10-23 | 1 | -9/+13 |
|
|
* | Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern... | Antoine Pitrou | 2010-10-23 | 1 | -0/+18 |
|
|
* | Try to fix test_tarfile on AMD64 debian parallel 3.x | Victor Stinner | 2010-10-23 | 1 | -1/+1 |
|
|
* | Revert r85797 (and r85798): it broke the Windows buildbots because of | Antoine Pitrou | 2010-10-22 | 1 | -20/+1 |
|
|
* | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2010-10-22 | 1 | -1/+20 |
|
|
* | Fix test_ssl on Ubuntu buildbot with patched OpenSSL | Antoine Pitrou | 2010-10-22 | 1 | -0/+1 |
|
|
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 2 | -4/+45 |
|
|
* | #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ... | Georg Brandl | 2010-10-22 | 2 | -3/+16 |
|
|
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+9 |
|
|
* | #10159: sort completion matches before comparing to dir() result. | Georg Brandl | 2010-10-21 | 1 | -2/+2 |
|
|
* | Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of | Victor Stinner | 2010-10-20 | 1 | -0/+32 |
|
|
* | Move non-ascii test from test_run_code() to a new function: test_non_ascii() | Victor Stinner | 2010-10-20 | 1 | -7/+9 |
|
|
* | Move test_undecodable_code() from test_sys to test_cmd_line | Victor Stinner | 2010-10-20 | 2 | -38/+38 |
|
|
* | test_zipimport_support: use ascii() on bytes output to avoid BytesWarning | Victor Stinner | 2010-10-20 | 1 | -2/+2 |
|
|
* | Fix r85728: use "" to mean the system default locale, which should work on mo... | Georg Brandl | 2010-10-20 | 1 | -7/+4 |
|
|
* | logging: Allowed filters to be just callables. | Vinay Sajip | 2010-10-19 | 1 | -0/+29 |
|
|
* | logging: Added tests for _logRecordClass changes. | Vinay Sajip | 2010-10-19 | 1 | -2/+41 |
|
|
* | #10092: Properly reset locale in Locale*Calendar classes. The context manage... | Georg Brandl | 2010-10-19 | 1 | -0/+17 |
|
|
* | PyUnicode_FromFormatV(): Fix %A format | Victor Stinner | 2010-10-18 | 1 | -3/+6 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 2 | -0/+19 |
|
|
* | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 1 | -0/+90 |
|
|
* | test_httpservers: Python CGI scripts have to be encoded to utf-8 | Victor Stinner | 2010-10-17 | 1 | -2/+2 |
|
|
* | test_httpservers: Fix skip test check, the python executable path have to be | Victor Stinner | 2010-10-17 | 1 | -7/+10 |
|
|
* | test_httpservers: skip CGI tests if Python executable path is not encodable | Victor Stinner | 2010-10-17 | 1 | -3/+14 |
|
|