| Commit message (Expand) | Author | Age | Files | Lines |
* | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to | Victor Stinner | 2011-05-19 | 1 | -24/+23 |
|\ |
|
| * | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore | Victor Stinner | 2011-05-19 | 1 | -24/+23 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 83009 via svnmerge from | Brian Curtin | 2010-07-21 | 1 | -3/+3 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -868/+868 |
|
|
| * | Merged revisions 78875 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -6/+3 |
|
|
* | | Issue #10955: zipimport uses ASCII at bootstrap | Victor Stinner | 2011-01-22 | 1 | -1/+19 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | zipimport: catch _PyUnicode_AsString() failure in get_code_from_data() | Victor Stinner | 2010-10-16 | 1 | -0/+4 |
|
|
* | | Issue #9425: zipimporter_repr() uses unicode | Victor Stinner | 2010-08-17 | 1 | -12/+7 |
|
|
* | | Issue #9425: get_data() uses an unicode path | Victor Stinner | 2010-08-16 | 1 | -29/+39 |
|
|
* | | Issue #9425: read_directory() is fully unicode compliant | Victor Stinner | 2010-08-16 | 1 | -21/+28 |
|
|
* | | Issue #9425: zipimporter_init() is fully unicode compliant | Victor Stinner | 2010-08-14 | 1 | -37/+53 |
|
|
* | | Fix #9316. if/is grammar corrections. | Brian Curtin | 2010-07-21 | 1 | -3/+3 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -868/+868 |
|
|
* | | Issue #6697: use %U format instead of _PyUnicode_AsString(), because | Victor Stinner | 2010-03-12 | 1 | -6/+3 |
|/ |
|
* | Fix a warning. | Georg Brandl | 2009-05-17 | 1 | -1/+1 |
|
|
* | Merged revisions 69425 via svnmerge from | Nick Coghlan | 2009-02-08 | 1 | -3/+3 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -0/+31 |
|
|
* | Fixes release blocker issue #3492 and #3790. | Gregory P. Smith | 2008-09-06 | 1 | -11/+11 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -13/+13 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -10/+22 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -11/+11 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+9 |
|
|
* | Reverted (partially) patch r62667 to zipimport.c. | Alexandre Vassalotti | 2008-05-07 | 1 | -2/+3 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 1 | -8/+7 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+2 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | Use unicode (and bytes as appropriate) | Neal Norwitz | 2007-08-26 | 1 | -24/+27 |
|
|
* | Fix refcount leak, courtesy Christian Heines. | Guido van Rossum | 2007-08-17 | 1 | -2/+3 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -10/+0 |
|
|
* | SF patch# 1766592 by Paul Colomiets. | Guido van Rossum | 2007-08-03 | 1 | -11/+20 |
|
|