49 Commits (5f8d48598263ea24a046fd8539fe33e43f96fb15)

Author SHA1 Message Date
Antoine Pitrou aa5c5c60f1 Finally fix all test_capi refleaks 14 years ago
Benjamin Peterson 21e0da228d remove some usage of Py_UNICODE_TOUPPER/LOWER 14 years ago
Florent Xicluna 5126df602c Remove obsolete py3k comment. 14 years ago
Victor Stinner 9e30aa52fd Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 14 years ago
Martin v. Löwis d10759f6ed Make _PyUnicode_FromId return borrowed references. 14 years ago
Martin v. Löwis 1c67dd9b15 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Victor Stinner b62a7b268a Fix _warnings.c: make the filename string ready 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Brett Cannon 52a7d98273 Make warnings accept a callable for showwarnings instead of 15 years ago
Benjamin Peterson bb4a747b69 start out this branch always with filename NULL 15 years ago
Benjamin Peterson a55007a620 plug refleak 15 years ago
Victor Stinner b1b25f0ffd Issue #12467: warnings: fix a race condition if a warning is emitted at 15 years ago
Victor Stinner 8b0508ed4e Issue #12467: warnings: fix a race condition if a warning is emitted at 15 years ago
Benjamin Peterson 4833c98f85 start out this branch always with filename NULL 15 years ago
Benjamin Peterson 9b6c60530b plug refleak 15 years ago
Victor Stinner 65c153547b Issue #12467: warnings: fix a race condition if a warning is emitted at 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Victor Stinner cb428f0162 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem 15 years ago
Georg Brandl 08be72d0aa Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 15 years ago
Brett Cannon ef0e6c3b04 _warnings exposed two variables with the name 'default_action' and 16 years ago
Victor Stinner 4a2b7a1b14 Issue #9425: Create PyErr_WarnFormat() function 16 years ago
Victor Stinner 2e5f1178ac Issue #9425: fix setup_context() for non-ascii filenames 16 years ago
Benjamin Peterson 7ab4b8d3a2 Merged revisions 77402,77505,77510 via svnmerge from 16 years ago
Victor Stinner 25bb0fdb67 Merged revisions 82059,82061 via svnmerge from 16 years ago
Victor Stinner 0fe25a445d Issue #6543: Write the traceback in the terminal encoding instead of utf-8. 16 years ago
Victor Stinner 148051a054 Recorded merge of revisions 81364 via svnmerge from 16 years ago
Victor Stinner 7d79b8b771 Issue #8766: Initialize _warnings module before importing the first module. 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Brett Cannon 1994969c15 When DeprecationWarning was silenced by default, it also silenced any use of -Q 16 years ago
Brett Cannon 0bc77474aa Remove C++/C99-style comments. 16 years ago
Brett Cannon 3ffa43db48 The silencing of DeprecationWarning was not taking -3 into consideration. Since 16 years ago
Brett Cannon 6fdd3dcb6a DeprecationWarning is now silent by default. 16 years ago
Alexandre Vassalotti 7b82b40a47 Merged revisions 72487-72488,72879 via svnmerge from 17 years ago
Hirokazu Yamamoto 680ac292ac Merged revisions 74046 via svnmerge from 17 years ago
Hirokazu Yamamoto 1c0c00371f Merged revisions 74040,74042 via svnmerge from 17 years ago
Hirokazu Yamamoto fcaa2104aa Merged revisions 74040,74042 via svnmerge from 17 years ago
Hirokazu Yamamoto e78e5d2e51 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. 17 years ago
Jeffrey Yasskin f7f858d141 Issue 5954, PyFrame_GetLineNumber: 17 years ago
Brett Cannon 0759dd66c5 Merged revisions 70965 via svnmerge from 17 years ago
Brett Cannon 15ba4dae5a _warnings was importing itself to get an attribute. That's bad if warnings gets 17 years ago
Brett Cannon 6c4cff0f32 Require implementations for warnings.showwarning() support the 'line' argument. 17 years ago
Christian Heimes 1a8501c648 Merged revisions 66748 via svnmerge from 17 years ago
Christian Heimes 4d8a6f4834 Merged revisions 66748 via svnmerge from 17 years ago
Christian Heimes 32a66a0410 Fixed a couple more C99 comments and one occurence of inline. 17 years ago