121 Commits (f7eae0adfcd4c50034281b2c69f461b43b68db84)

Author SHA1 Message Date
Serhiy Storchaka 18b250f844 bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
Serhiy Storchaka b57d9eac41 Issue #28748: Private variable _Py_PackageContext is now of type "const char *" 9 years ago
Serhiy Storchaka 85b0f5beb1 Added the const qualifier to char* variables that refer to readonly internal 9 years ago
Serhiy Storchaka 06515833fe Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
Serhiy Storchaka f4934ea77d Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
Serhiy Storchaka 333ad92ec2 Issue #27914: Fixed a comment in PyModule_ExcDef. 9 years ago
Nick Coghlan 8682f578c1 Issue #27782: Fix m_methods handling in multiphase init 9 years ago
Berker Peksag 7fbce56a57 Issue #12946: Remove dead code in PyModule_GetDict 9 years ago
Serhiy Storchaka 48842714b9 Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
Serhiy Storchaka 5a57ade58e Issue #20440: Massive replacing unsafe attribute setting code with special 10 years ago
Nick Coghlan a48db2bc8b Issue #24268: Address some PEP 489 refleaks 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Serhiy Storchaka 009b811d67 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
Benjamin Peterson 027ce16691 sprinkle some _PyId goodness around moduleobject.c 12 years ago
Benjamin Peterson 1184e266b9 do not override errors from descriptors on modules 12 years ago
Ethan Furman 7b9ff0e6da Issue8297: module attribute lookup failures now include module name in error message. 12 years ago
Serhiy Storchaka 3b4ce690fd Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. 12 years ago
Serhiy Storchaka 1f9d11b986 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. 12 years ago
Serhiy Storchaka 013bb91aa3 Issue #19255: The builtins module is restored to initial value before 12 years ago
Serhiy Storchaka 87a5c515d0 Issue #19255: The builtins module is restored to initial value before 12 years ago
Eric Snow b523f8433a Implement PEP 451 (ModuleSpec). 12 years ago
Antoine Pitrou dcedaf6e53 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. 13 years ago
Brett Cannon 4c14b5de1c #17115,17116: Have modules initialize the __package__ and __loader__ 13 years ago
Meador Inge 29e49d6394 Issue #15394: Fix ref leaks in PyModule_Create. 14 years ago
Eric V. Smith 984b11f88f issue 14660: Implement PEP 420, namespace packages. 14 years ago
Brett Cannon 62228dbd6c Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. 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 d63a3b8beb Implement PEP 393. 14 years ago
Benjamin Peterson c7284122be indicate return value on __dir__ methods 15 years ago
Benjamin Peterson 82b00c1d30 move specialized dir implementations into __dir__ methods (closes #12166) 15 years ago
Victor Stinner 0639b56672 Issue #3080: Add PyModule_NewObject() function 15 years ago
Victor Stinner bd475115c4 Issue #3080: Add PyModule_GetNameObject() 15 years ago
R. David Murray 800dfee91a Merged revisions 87251 via svnmerge from 15 years ago
R. David Murray ce4b170c5a #4236: avoid possible Fatal Error when import is called from __del__ 15 years ago
Alexander Belopolsky 532d091d05 Reverted accidental commit (from r87159) 15 years ago
Alexander Belopolsky fc55789cae Updated UCD version and unicode.org links to Unicode 6.0.0 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Benjamin Peterson 582162e42b Merged revisions 85392 via svnmerge from 15 years ago
Benjamin Peterson dc9542435b Merged revisions 85392 via svnmerge from 15 years ago
Benjamin Peterson 5c4bfc4af0 prefer clearing global objects to obscure module.__dict__ bugs #10068 15 years ago
Victor Stinner 6c00c1464f Issue #9425: Create PyModule_GetFilenameObject() function 16 years ago
Victor Stinner 4a2b7a1b14 Issue #9425: Create PyErr_WarnFormat() function 16 years ago
Victor Stinner f3f22a278d Issue #6697: Fix a crash if a module attribute name contains a surrogate 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 8124feb07b module_repr(): use %U to format the file name 16 years ago
Benjamin Peterson 8f6713f46d Merged revisions 76235 via svnmerge from 16 years ago