| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 10 | -14/+136 |
|
|
* | #1203650: allow larger list of files in windows makefile for freeze. | Georg Brandl | 2010-10-21 | 1 | -5/+7 |
|
|
* | #3077: fix h2py substitution of character literals. | Georg Brandl | 2010-10-21 | 1 | -1/+1 |
|
|
* | Fix missing import. | Georg Brandl | 2010-10-21 | 1 | -2/+1 |
|
|
* | #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newli... | Georg Brandl | 2010-10-21 | 1 | -3/+4 |
|
|
* | #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C fil... | Georg Brandl | 2010-10-21 | 3 | -33/+68 |
|
|
* | #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 | 4 | -0/+160 |
|
|
* | 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 uninitialized struct member #10152 | Benjamin Peterson | 2010-10-20 | 1 | -0/+1 |
|
|
* | logging: Improved StreamHandler documentation. | Vinay Sajip | 2010-10-20 | 1 | -11/+13 |
|
|
* | logging: Made StreamHandler terminator configurable. | Vinay Sajip | 2010-10-20 | 2 | -3/+7 |
|
|
* | Fix for issue #7473. | Ronald Oussoren | 2010-10-20 | 2 | -1/+9 |
|
|
* | Don't lie about the supported architectures in the OSX installer | Ronald Oussoren | 2010-10-20 | 1 | -1/+1 |
|
|
* | logging: clarified Filter documentation. | Vinay Sajip | 2010-10-20 | 1 | -6/+10 |
|
|
* | Fix r85728: use "" to mean the system default locale, which should work on mo... | Georg Brandl | 2010-10-20 | 1 | -7/+4 |
|
|
* | Correct signature of BytesGenerator in docs. | R. David Murray | 2010-10-19 | 1 | -1/+1 |
|
|
* | logging: Documented usage of callables as filters. | Vinay Sajip | 2010-10-19 | 2 | -12/+16 |
|
|
* | Issue #7061: Fixed some of the issues in turtle module documentation | Alexander Belopolsky | 2010-10-19 | 1 | -11/+13 |
|
|
* | Be consistent in the spelling of thread-safe(ty). | Georg Brandl | 2010-10-19 | 5 | -7/+7 |
|
|
* | logging: Allowed filters to be just callables. | Vinay Sajip | 2010-10-19 | 3 | -1/+45 |
|
|
* | logging: Added tests for _logRecordClass changes. | Vinay Sajip | 2010-10-19 | 3 | -2/+51 |
|
|
* | #10092: Properly reset locale in Locale*Calendar classes. The context manage... | Georg Brandl | 2010-10-19 | 4 | -5/+30 |
|
|
* | 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 | 2 | -3/+26 |
|
|
* | Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps | Senthil Kumaran | 2010-10-19 | 1 | -3/+18 |
|
|
* | initfsencoding(): get_codeset() failure is now a fatal error | Victor Stinner | 2010-10-19 | 1 | -13/+6 |
|
|
* | zipimport: remove arbitrary length limit from message formats | Victor Stinner | 2010-10-18 | 1 | -14/+9 |
|
|
* | zipimport: document archive encoding; fix indentation | Victor Stinner | 2010-10-18 | 1 | -3/+4 |
|
|
* | Revert r85699 and r85701 (zipimport): fullname is a module name, not a path | Victor Stinner | 2010-10-18 | 1 | -42/+18 |
|
|
* | zipimport: fix "can't find module ..." error message | Victor Stinner | 2010-10-18 | 1 | -4/+16 |
|
|
* | PyUnicode_FromFormatV(): Fix %A format | Victor Stinner | 2010-10-18 | 2 | -3/+7 |
|
|
* | zipimport: find_module(), is_package() and get_source() supports surrogates | Victor Stinner | 2010-10-18 | 1 | -16/+28 |
|
|
* | zipimport: pass path size to make_filename() | Victor Stinner | 2010-10-18 | 1 | -5/+5 |
|
|
* | One more change for issue 9807, by Matthias Klose. | Barry Warsaw | 2010-10-18 | 4 | -5/+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 | 3 | -2/+9 |
|
|
* | Fix hash function type. | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | get_code_from_data() uses the filesystem encoding to encode the module path, | Victor Stinner | 2010-10-18 | 1 | -8/+7 |
|
|
* | zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending on | Victor Stinner | 2010-10-18 | 1 | -2/+9 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 5 | -4/+27 |
|
|
* | zipimport: get_module_code() returns modpath as a Unicode object | Victor Stinner | 2010-10-18 | 1 | -12/+23 |
|
|
* | zipimporter_load_module() doesn't destroy mod on error | Victor Stinner | 2010-10-18 | 1 | -9/+9 |
|
|
* | zipimport: encode the prefix to the fileystem encoding | Victor Stinner | 2010-10-18 | 1 | -8/+15 |
|
|
* | zipimport, get_module_code(): avoid useless _PyUnicode_AsString() | Victor Stinner | 2010-10-18 | 1 | -3/+2 |
|
|
* | zipimport: fix indentation | Victor Stinner | 2010-10-18 | 1 | -4/+5 |
|
|
* | Remove more unneeded casts to hashfunc. | Georg Brandl | 2010-10-18 | 2 | -6/+6 |
|
|
* | Remove unneeded casts to hashfunc. | Georg Brandl | 2010-10-18 | 3 | -5/+5 |
|
|