1. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  2. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  3. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  4. 333ad92 Issue #27914: Fixed a comment in PyModule_ExcDef. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  5. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  6. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  7. 7fbce56 Issue #12946: Remove dead code in PyModule_GetDict by Berker Peksag · 8 years ago
  8. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  9. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  10. a48db2b Issue #24268: Address some PEP 489 refleaks by Nick Coghlan · 9 years ago
  11. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  12. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  13. 027ce16 sprinkle some _PyId goodness around moduleobject.c by Benjamin Peterson · 10 years ago
  14. 1184e26 do not override errors from descriptors on modules by Benjamin Peterson · 10 years ago
  15. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  16. 226c571 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 10 years ago
  17. 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 10 years ago
  18. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  19. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  20. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  21. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  22. f4cc216 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  23. 29e49d6 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  24. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  25. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  26. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  27. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  28. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  29. c728412 indicate return value on __dir__ methods by Benjamin Peterson · 13 years ago
  30. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  31. 0639b56 Issue #3080: Add PyModule_NewObject() function by Victor Stinner · 13 years ago
  32. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  33. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 13 years ago
  34. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 13 years ago
  35. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 13 years ago
  36. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  37. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  38. 6c00c14 Issue #9425: Create PyModule_GetFilenameObject() function by Victor Stinner · 14 years ago
  39. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  40. f3f22a2 Issue #6697: Fix a crash if a module attribute name contains a surrogate by Victor Stinner · 14 years ago
  41. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  42. 8124feb module_repr(): use %U to format the file name by Victor Stinner · 14 years ago
  43. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  44. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  45. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 15 years ago
  46. 574b127 Remove traces of Py_InitModule*. by Georg Brandl · 15 years ago
  47. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  48. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  49. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  50. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  51. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 16 years ago
  52. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  53. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  54. ed2b739 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  55. 312e10d Get rid of more uses of string and use const in a few places. by Neal Norwitz · 17 years ago
  56. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  57. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  58. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  59. 0f0eb0b Kill two innocuous compiler warnings. by Guido van Rossum · 17 years ago
  60. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  61. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  62. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  63. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  64. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  65. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  66. 1fd00a1 Make the word "module" appear in the error string for calling the by Michael W. Hudson · 20 years ago
  67. 7555294 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 21 years ago
  68. 4e3363e Warn about creating global variables by __setattr__ that shadow builtin by Neil Schemenauer · 21 years ago
  69. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  70. ed3e09f Add a docstring to the module type. by Guido van Rossum · 22 years ago
  71. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
  72. 99b5d28 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  73. cd637aa Fix for SF bug #529050 - ModuleType.__new__ crash. by Guido van Rossum · 22 years ago
  74. f23473f Add missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 23 years ago
  75. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  76. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  77. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  78. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  79. 2907fe6 module_repr(): Instead of fixing the maximum buf size to 400, by Barry Warsaw · 23 years ago
  80. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  81. 16cabc0 Repair "module has no attribute xxx" error msg; bug introduced when by Tim Peters · 23 years ago
  82. d85e102 Variant of patch #423262: Change module attribute get & set by Tim Peters · 23 years ago
  83. 10e31cf Add garbage collection for module objects. Closes patch #102939 and by Neil Schemenauer · 23 years ago
  84. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  85. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  86. ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
  87. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  88. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  89. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  90. 98cc19f Patch by Chris Petrilli to display the origin of a module in its by Guido van Rossum · 25 years ago
  91. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  92. f1dc061 Add internal routine _PyModule_Clear(), which does approximately what by Guido van Rossum · 26 years ago
  93. 0add15f removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. by Guido van Rossum · 27 years ago
  94. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  95. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  96. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  97. 27e916f apply dictclear to dict of deleted modules by Guido van Rossum · 29 years ago
  98. 8b14b4c initialize __doc__ to None by Guido van Rossum · 29 years ago
  99. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  100. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago