| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix r85774 editor fail. Had a dangling try and incorrect indent. | Brian Curtin | 2010-10-21 | 1 | -2/+1 |
|
|
* | Fix #10162: Add try/except around _winreg.OpenKey for keys that are | Brian Curtin | 2010-10-21 | 1 | -8/+10 |
|
|
* | 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 |
|
|
* | logging: Made StreamHandler terminator configurable. | Vinay Sajip | 2010-10-20 | 1 | -3/+5 |
|
|
* | Fix r85728: use "" to mean the system default locale, which should work on mo... | Georg Brandl | 2010-10-20 | 1 | -7/+4 |
|
|
* | logging: Documented usage of callables as filters. | Vinay Sajip | 2010-10-19 | 1 | -6/+1 |
|
|
* | logging: Allowed filters to be just callables. | Vinay Sajip | 2010-10-19 | 2 | -1/+43 |
|
|
* | logging: Added tests for _logRecordClass changes. | Vinay Sajip | 2010-10-19 | 2 | -2/+49 |
|
|
* | #10092: Properly reset locale in Locale*Calendar classes. The context manage... | Georg Brandl | 2010-10-19 | 2 | -2/+19 |
|
|
* | Fixed the docstring for calendar.isleap() function. | Alexander Belopolsky | 2010-10-19 | 1 | -1/+1 |
|
|
* | logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre... | Vinay Sajip | 2010-10-19 | 1 | -3/+23 |
|
|
* | PyUnicode_FromFormatV(): Fix %A format | Victor Stinner | 2010-10-18 | 1 | -3/+6 |
|
|
* | Reverted inadvertent change that slipped into r85695 | Alexander Belopolsky | 2010-10-18 | 1 | -1/+0 |
|
|
* | Issue #10117: Tools/scripts/reindent.py now accepts source files that | Alexander Belopolsky | 2010-10-18 | 1 | -0/+1 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 4 | -4/+23 |
|
|
* | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 2 | -7/+125 |
|
|
* | 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 |
|
|
* | Fix Issue10119 - test_urllibnet failure when using support.transient_internet. | Senthil Kumaran | 2010-10-17 | 1 | -20/+10 |
|
|
* | Avoid hanging the test on netbsd5. | Gregory P. Smith | 2010-10-17 | 1 | -1/+2 |
|
|
* | skip test_itimer_virtual on NetBSD to prevent the test suite from hanging. | Gregory P. Smith | 2010-10-17 | 1 | -2/+2 |
|
|
* | test_cmd_line_script: format paths with ascii() instead of repr() | Victor Stinner | 2010-10-17 | 1 | -8/+8 |
|
|
* | use assertion methods | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | disable the garbage collector while collecting traces, so that __del__s don't... | Benjamin Peterson | 2010-10-17 | 1 | -3/+12 |
|
|
* | remove rather pointless test | Benjamin Peterson | 2010-10-17 | 1 | -8/+0 |
|
|
* | fix for netbsd. | Gregory P. Smith | 2010-10-17 | 1 | -2/+4 |
|
|
* | test_subprocess: use surrogateescape error handler to write shell scripts | Victor Stinner | 2010-10-16 | 1 | -2/+2 |
|
|
* | Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a | Victor Stinner | 2010-10-16 | 1 | -12/+46 |
|
|
* | don't identify the toplevel namespace by name #9997 | Benjamin Peterson | 2010-10-16 | 1 | -0/+8 |
|
|
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 3 | -8/+26 |
|
|
* | revert change in inappropiate branch | Benjamin Peterson | 2010-10-15 | 1 | -2/+2 |
|
|
* | #6098: Refrain from claiming DOM level 3 conformance in minidom. | Georg Brandl | 2010-10-15 | 1 | -2/+0 |
|
|
* | #5762: fix handling of empty namespace in minidom, which would result in Attr... | Georg Brandl | 2010-10-15 | 2 | -3/+11 |
|
|
* | #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in... | Georg Brandl | 2010-10-15 | 2 | -4/+34 |
|
|
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 11 | -16/+54 |
|
|
* | #9683: remove broken dead code dealing with nested arguments removed from Py3... | Georg Brandl | 2010-10-15 | 1 | -28/+12 |
|
|
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | Georg Brandl | 2010-10-15 | 6 | -20/+64 |
|
|
* | #5355 followup: add unit test for new dictionaries, and provide submodules fr... | Georg Brandl | 2010-10-15 | 2 | -3/+27 |
|
|
* | Fix #10098. Fix sporadic test_os failures. | Brian Curtin | 2010-10-15 | 1 | -1/+1 |
|
|
* | Revert debug printout | Antoine Pitrou | 2010-10-15 | 1 | -3/+0 |
|
|
* | Enable debug output at the start of the regression suite instead. | Antoine Pitrou | 2010-10-15 | 2 | -5/+3 |
|
|
* | Temporary debug printout for buildbots | Antoine Pitrou | 2010-10-15 | 1 | -0/+5 |
|
|
* | remove empty file | Benjamin Peterson | 2010-10-15 | 1 | -0/+0 |
|
|
* | Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,... | Benjamin Peterson | 2010-10-14 | 59 | -50/+726 |
|
|