| Commit message (Expand) | Author | Age | Files | Lines |
* | Finally fix all test_capi refleaks | Antoine Pitrou | 2012-01-18 | 1 | -9/+16 |
|
|
* | remove some usage of Py_UNICODE_TOUPPER/LOWER | Benjamin Peterson | 2012-01-12 | 1 | -4/+5 |
|
|
* | Merge 3.2 | Florent Xicluna | 2011-12-09 | 1 | -1/+0 |
|\ |
|
| * | Remove obsolete py3k comment. | Florent Xicluna | 2011-12-09 | 1 | -1/+0 |
|
|
* | | Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() | Victor Stinner | 2011-11-21 | 1 | -5/+5 |
|
|
* | | Make _PyUnicode_FromId return borrowed references. | Martin v. Löwis | 2011-11-07 | 1 | -2/+0 |
|
|
* | | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 | 1 | -17/+15 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -2/+2 |
|
|
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -1/+2 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+2 |
|
|
* | | Fix _warnings.c: make the filename string ready | Victor Stinner | 2011-10-06 | 1 | -3/+10 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -7/+9 |
|
|
* | | Make warnings accept a callable for showwarnings instead of | Brett Cannon | 2011-07-18 | 1 | -2/+2 |
|/ |
|
* | start out this branch always with filename NULL | Benjamin Peterson | 2011-07-05 | 1 | -1/+1 |
|
|
* | plug refleak | Benjamin Peterson | 2011-07-04 | 1 | -0/+1 |
|
|
* | Issue #12467: warnings: fix a race condition if a warning is emitted at | Victor Stinner | 2011-07-04 | 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 82059,82061 via svnmerge from | Victor Stinner | 2010-06-17 | 1 | -2/+1 |
|
|
| * | Recorded merge of revisions 81364 via svnmerge from | Victor Stinner | 2010-05-20 | 1 | -1/+1 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -40/+40 |
|
|
| * | Merged revisions 74046 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 |
|
|
* | | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -1/+1 |
|
|
* | | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -3/+19 |
|
|
* | | _warnings exposed two variables with the name 'default_action' and | Brett Cannon | 2010-09-04 | 1 | -2/+2 |
|
|
* | | Issue #9425: Create PyErr_WarnFormat() function | Victor Stinner | 2010-08-13 | 1 | -6/+40 |
|
|
* | | Issue #9425: fix setup_context() for non-ascii filenames | Victor Stinner | 2010-08-08 | 1 | -13/+11 |
|
|
* | | Merged revisions 77402,77505,77510 via svnmerge from | Benjamin Peterson | 2010-06-28 | 1 | -10/+17 |
|
|
* | | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 1 | -2/+1 |
|
|
* | | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 1 | -1/+1 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -40/+40 |
|
|
* | | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -1/+1 |
|
|
* | | Merged revisions 74040,74042 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 |
|/ |
|
* | Merged revisions 70965 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -16/+30 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -3/+3 |
|
|
* | The _warnings module did not properly handle cases where strings were not being | Brett Cannon | 2008-09-02 | 1 | -4/+12 |
|
|
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 1 | -40/+14 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -9/+9 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -1/+2 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -2/+1 |
|
|
* | Merged revisions 64549 via svnmerge from | Brett Cannon | 2008-06-27 | 1 | -5/+13 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+21 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+3 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -7/+39 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -3/+1 |
|
|
* | Fix merge error | Benjamin Peterson | 2008-05-04 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -12/+23 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -5/+6 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+856 |
|
|