summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* initfsencoding(): get_codeset() failure is now a fatal errorVictor Stinner2010-10-191-13/+6
* zipimport: remove arbitrary length limit from message formatsVictor Stinner2010-10-181-14/+9
* zipimport: document archive encoding; fix indentationVictor Stinner2010-10-181-3/+4
* Revert r85699 and r85701 (zipimport): fullname is a module name, not a pathVictor Stinner2010-10-181-42/+18
* zipimport: fix "can't find module ..." error messageVictor Stinner2010-10-181-4/+16
* PyUnicode_FromFormatV(): Fix %A formatVictor Stinner2010-10-182-3/+7
* zipimport: find_module(), is_package() and get_source() supports surrogatesVictor Stinner2010-10-181-16/+28
* zipimport: pass path size to make_filename()Victor Stinner2010-10-181-5/+5
* One more change for issue 9807, by Matthias Klose.Barry Warsaw2010-10-184-5/+6
* Reverted inadvertent change that slipped into r85695Alexander Belopolsky2010-10-181-1/+0
* Issue #10117: Tools/scripts/reindent.py now accepts source files thatAlexander Belopolsky2010-10-183-2/+9
* Fix hash function type.Georg Brandl2010-10-181-1/+1
* get_code_from_data() uses the filesystem encoding to encode the module path,Victor Stinner2010-10-181-8/+7
* zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending onVictor Stinner2010-10-181-2/+9
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-185-4/+27
* zipimport: get_module_code() returns modpath as a Unicode objectVictor Stinner2010-10-181-12/+23
* zipimporter_load_module() doesn't destroy mod on errorVictor Stinner2010-10-181-9/+9
* zipimport: encode the prefix to the fileystem encodingVictor Stinner2010-10-181-8/+15
* zipimport, get_module_code(): avoid useless _PyUnicode_AsString()Victor Stinner2010-10-181-3/+2
* zipimport: fix indentationVictor Stinner2010-10-181-4/+5
* Remove more unneeded casts to hashfunc.Georg Brandl2010-10-182-6/+6
* Remove unneeded casts to hashfunc.Georg Brandl2010-10-183-5/+5
* Fix type of hash function.Georg Brandl2010-10-181-1/+1
* Fix compiler warning about unused static function.Georg Brandl2010-10-181-1/+4
* Fix compiler warnings about formatting pid_t as an int, by always casting to ...Georg Brandl2010-10-181-1/+1
* #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.R. David Murray2010-10-182-0/+6
* #4499: silence compiler warning on AIX.R. David Murray2010-10-181-0/+2
* Tighten up 'byte string' wording in base64 docs.R. David Murray2010-10-171-20/+22
* #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-174-8/+135
* Note the resolution of issue 9778.Skip Montanaro2010-10-171-0/+6
* -1 is reserved for errorsBenjamin Peterson2010-10-171-0/+3
* fix prototypeBenjamin Peterson2010-10-171-1/+1
* fix strict aliasing warningsBenjamin Peterson2010-10-171-2/+2
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-1731-131/+137
* test_httpservers: Python CGI scripts have to be encoded to utf-8Victor Stinner2010-10-171-2/+2
* test_httpservers: Fix skip test check, the python executable path have to beVictor Stinner2010-10-171-7/+10
* use helper hash unimplemented functionBenjamin Peterson2010-10-171-8/+1
* Fix T_BOOL bug of issue 8845.Martin v. Löwis2010-10-171-1/+1
* test_httpservers: skip CGI tests if Python executable path is not encodableVictor Stinner2010-10-171-3/+14
* Remove the external non-python.org hyperlink and point people toGregory P. Smith2010-10-171-2/+1
* Drop OPT:Olimit, as it confuses SunPRO (and other compilers).Martin v. Löwis2010-10-173-129/+3
* libpython: implementation of os.fsencode() with surrogateescape error handlerVictor Stinner2010-10-171-2/+20
* run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead ofVictor Stinner2010-10-171-2/+2
* compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename,Victor Stinner2010-10-171-2/+11
* PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead ofVictor Stinner2010-10-171-1/+1
* The py_decref macro was incorrect and unnecessary.Gregory P. Smith2010-10-171-10/+0
* * Applys part of the patch from http://bugs.python.org/issue3631 to addGregory P. Smith2010-10-171-8/+21
* - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.Matthias Klose2010-10-172-1/+3
* Syntax fixes for examples in the Doc/includesSenthil Kumaran2010-10-172-4/+4
* #9730: fix example.Georg Brandl2010-10-171-2/+2