| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 1 | -1/+1 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+5 |
|
|
* | bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i... | Oren Milman | 2017-09-19 | 1 | -0/+5 |
|
|
* | bpo-28411: Isolate PyInterpreterState.modules (#3575) | Eric Snow | 2017-09-14 | 1 | -1/+2 |
|
|
* | bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) | Eric Snow | 2017-09-14 | 1 | -2/+1 |
|
|
* | bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) | Eric Snow | 2017-09-04 | 1 | -1/+2 |
|
|
* | Issue #28748: Private variable _Py_PackageContext is now of type "const char *" | Serhiy Storchaka | 2016-11-21 | 1 | -1/+1 |
|
|
* | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 1 | -0/+4 |
|\ |
|
| * | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 1 | -0/+4 |
|
|
* | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 1 | -2/+2 |
|/ |
|
* | fix importing one char extension modules (closes #24328) | Benjamin Peterson | 2015-05-29 | 1 | -10/+9 |
|
|
* | Issue #24285: fix importing extensions from packages | Nick Coghlan | 2015-05-26 | 1 | -1/+1 |
|
|
* | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -61/+166 |
|
|
* | Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat(... | Victor Stinner | 2013-07-17 | 1 | -0/+2 |
|
|
* | Issue #18426: improve exception message. Courtesy of Amaury | Christian Heimes | 2013-07-11 | 1 | -1/+5 |
|
|
* | Issue #18426: Fix NULL pointer dereference in C extension import when | Christian Heimes | 2013-07-11 | 1 | -0/+2 |
|
|
* | Issue #14599: Generalize a test for ImportError.path and add support | Brett Cannon | 2012-04-20 | 1 | -4/+5 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -4/+0 |
|
|
* | _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII | Victor Stinner | 2011-05-07 | 1 | -15/+25 |
|
|
* | Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes | Victor Stinner | 2011-04-04 | 1 | -0/+11 |
|
|
* | Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path | Victor Stinner | 2011-03-14 | 1 | -41/+29 |
|
|
* | Issue #3080: Import builtins using Unicode strings | Victor Stinner | 2011-03-07 | 1 | -6/+18 |
|
|
* | Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() | Victor Stinner | 2011-02-22 | 1 | -3/+2 |
|
|
* | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -10/+24 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -58/+58 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -11/+19 |
|
|
* | Move decl so it compiles with C89. | Neal Norwitz | 2007-10-15 | 1 | -1/+1 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -1/+3 |
|
|
* | Patch #794826: Add __file__ in dynamically loaded modules for multiple | Martin v. Löwis | 2003-09-04 | 1 | -2/+3 |
|
|
* | Simplify, and avoid PyModule_GetDict() while we're at it. | Fred Drake | 2002-08-26 | 1 | -5/+2 |
|
|
* | SF patch #471839: Bug when extensions import extensions (Shane Hathaway) | Guido van Rossum | 2001-10-16 | 1 | -2/+3 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -4/+1 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Cleanup patches from Greg Stein: | Guido van Rossum | 1999-12-22 | 1 | -65/+13 |
|
|
* | Moved most of the platform-specific code to dynload_<platform>.c files. | Guido van Rossum | 1999-12-20 | 1 | -1029/+26 |
|
|
* | Patch by Vladimir Marangozov, inspired by a bug report from Gary | Guido van Rossum | 1999-11-16 | 1 | -1/+7 |
|
|
* | Vladimir Marangozov fixes an AIX-specific problem, writing: | Guido van Rossum | 1999-08-04 | 1 | -4/+7 |
|
|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -4/+71 |
|
|
* | Ty Sarna writes: | Guido van Rossum | 1999-01-07 | 1 | -1/+1 |
|
|
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 1 | -38/+4 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -1/+1 |
|
|
* | Replace fprintf(stderr, ...) with PySys_WriteStderr(...). | Guido van Rossum | 1998-10-12 | 1 | -1/+1 |
|
|
* | On Win32, use | Guido van Rossum | 1998-10-08 | 1 | -1/+4 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -15/+15 |
|
|
* | In FreeBSD when using ELF, an underscore is needed in front of the | Guido van Rossum | 1998-09-30 | 1 | -1/+1 |
|
|
* | Mac-specific mod to enable aliases on import paths. | Guido van Rossum | 1998-09-14 | 1 | -0/+9 |
|
|
* | Ted Horst writes in psa-members@python.org: | Guido van Rossum | 1998-08-24 | 1 | -0/+41 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+285 |
|
|