1. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  2. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  3. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  4. 5557a9c Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815 by Christian Heimes · 12 years ago
  5. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  6. c54eec3 Merged revisions 79763 via svnmerge from by Benjamin Peterson · 14 years ago
  7. 80d8fd8 Merged revisions 79642,79644 via svnmerge from by Benjamin Peterson · 14 years ago
  8. 252e400 Issue #8014: Fix incorrect error checks in structmember.c, and re-enable by Mark Dickinson · 14 years ago
  9. d12362a Merged revisions 77157 via svnmerge from by Benjamin Peterson · 14 years ago
  10. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  11. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  12. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  13. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  14. 21431e8 This is the uncontroversial half of patch 1263 by Thomas Lee: by Guido van Rossum · 17 years ago
  15. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  16. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  17. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  18. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  19. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  20. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  21. 42dae6a Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163. by Collin Winter · 17 years ago
  22. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  23. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  24. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  25. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 18 years ago
  26. 96d743e Patch #1115086: support PY_LONGLONG in structmember. by Martin v. Löwis · 19 years ago
  27. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  28. 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 22 years ago
  29. 26633f4 Put descr name in "bad memberdescr type" error message. by Jeremy Hylton · 23 years ago
  30. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  31. c299fc1 Add support for restricting access based on restricted execution mode. by Guido van Rossum · 23 years ago
  32. 547397c SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 by Tim Peters · 23 years ago
  33. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  34. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  35. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  36. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  37. adf0e43 Trivial little change: when setting a member to an object, hold the by Guido van Rossum · 26 years ago
  38. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  39. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  40. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  41. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  42. 599f0d1 - Added ability to get at strings embedded in the struct by Jack Jansen · 29 years ago
  43. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  44. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  45. ab2490a Added new types to setattr() as well... by Guido van Rossum · 32 years ago
  46. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  47. 87e7ea7 Use new exceptions. by Guido van Rossum · 32 years ago
  48. 2f1d87e Added __members__ secret attribute by Guido van Rossum · 33 years ago
  49. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  50. 73531a3 Return -1 for errors. by Guido van Rossum · 33 years ago
  51. 3f5da24 "Compiling" version by Guido van Rossum · 33 years ago