140 Commits (2edcd1cba499c8bc04e8d8a3e153ccbf7e9eecee)

Author SHA1 Message Date
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Brett Cannon 79ec55e980 Issue #1559549: Add 'name' and 'path' attributes to ImportError. 14 years ago
Nick Coghlan ab7bf2143e Close issue #6210: Implement PEP 409 14 years ago
Benjamin Peterson 23d7f12ffb use new generic __dict__ descriptor implementations 15 years ago
Benjamin Peterson efe7c9d4d7 this is only a borrowed ref in Brett's branch 15 years ago
Benjamin Peterson 0f7e2df2f1 this is only a borrowed ref in Brett's branch 15 years ago
Benjamin Peterson cec6a61d30 bltinmod is borrowed, so it shouldn't be decrefed 15 years ago
Benjamin Peterson 2f9c71bbba bltinmod is borrowed, so it shouldn't be decrefed 15 years ago
Benjamin Peterson 90b13583bc put returns on their own lines 15 years ago
Benjamin Peterson 4c79aec716 put returns on their own lines 15 years ago
Antoine Pitrou ac456a1839 Fix some of the remaining test_capi leaks 15 years ago
Antoine Pitrou 8b0a74e936 Fix some of the remaining test_capi refleaks 15 years ago
Antoine Pitrou 55f217f22d Fix refleaks in test_capi 15 years ago
Antoine Pitrou 1c7ade5284 Fix leaking a RuntimeError objects when creating sub-interpreters 15 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 15 years ago
Antoine Pitrou e0e2735f41 Fix OSError.__init__ and OSError.__new__ so that each of them can be 15 years ago
Victor Stinner 9e30aa52fd Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 15 years ago
Victor Stinner 53b33e767d UnicodeTranslateError uses the new Unicode API 15 years ago
Victor Stinner da1ddf37c6 UnicodeEncodeError uses the new Unicode API 15 years ago
Martin v. Löwis b09af03b8a Port error handlers from Py_UNICODE indexing to code point indexing. 15 years ago
Antoine Pitrou 6b4883dec0 PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. 15 years ago
Victor Stinner 31392e741d Fix my_basename(): make the string ready 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Victor Stinner 92236e5651 SystemExit_init(): avoid an useless test 15 years ago
Antoine Pitrou 98e2b45297 Merged revisions 85896 via svnmerge from 16 years ago
Antoine Pitrou 07e20ef50b Issue #5437: A preallocated MemoryError instance should not hold traceback 16 years ago
Georg Brandl 08be72d0aa Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 16 years ago
Benjamin Peterson 479a38b8fd Merged revisions 82159 via svnmerge from 16 years ago
Benjamin Peterson 285a689c8f Merged revisions 82157 via svnmerge from 16 years ago
Benjamin Peterson 8d6496385d Merged revisions 82157 via svnmerge from 16 years ago
Benjamin Peterson b91338960e remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 16 years ago
Victor Stinner 7eeb5b5e50 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# 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
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Victor Stinner 6237daf8c5 Don't decode/recode the unicode filename in SyntaxError_str() 16 years ago
Benjamin Peterson fa2936c0cc Merged revisions 78437 via svnmerge from 17 years ago
Benjamin Peterson c5f4e1ecfd plug reference leak 17 years ago
Eric Smith f2387da424 Merged revisions 78420 via svnmerge from 17 years ago
Eric Smith 0facd77015 Merged revisions 78418 via svnmerge from 17 years ago
Eric Smith 66807853b4 Merged revisions 78418 via svnmerge from 17 years ago
Eric Smith 2d9856d6ce Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. 17 years ago
Ezio Melotti e748238a4f Merged revisions 77045 via svnmerge from 17 years ago
Ezio Melotti f84caf4eda #6108: unicode(exception) and str(exception) should return the same message 17 years ago
Georg Brandl 8997103be0 Merged revisions 74845 via svnmerge from 17 years ago
Georg Brandl 0674d3fb5f #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. 17 years ago
Benjamin Peterson 78565b2216 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from 17 years ago
Georg Brandl 2c8600446d Merged revisions 73447-73448 via svnmerge from 17 years ago
Georg Brandl af01c03e14 Remove unused macro. 17 years ago