1. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  2. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  3. 21431e8 This is the uncontroversial half of patch 1263 by Thomas Lee: by Guido van Rossum · 17 years ago
  4. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  5. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  6. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  7. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  8. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  9. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  10. 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
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  12. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  13. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  14. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  15. 96d743e Patch #1115086: support PY_LONGLONG in structmember. by Martin v. Löwis · 19 years ago
  16. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  17. 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 23 years ago
  18. 26633f4 Put descr name in "bad memberdescr type" error message. by Jeremy Hylton · 23 years ago
  19. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  20. c299fc1 Add support for restricting access based on restricted execution mode. by Guido van Rossum · 23 years ago
  21. 547397c SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 by Tim Peters · 23 years ago
  22. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  23. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  24. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  26. adf0e43 Trivial little change: when setting a member to an object, hold the by Guido van Rossum · 26 years ago
  27. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  28. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  29. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  30. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  31. 599f0d1 - Added ability to get at strings embedded in the struct by Jack Jansen · 30 years ago
  32. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  33. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  34. ab2490a Added new types to setattr() as well... by Guido van Rossum · 32 years ago
  35. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  36. 87e7ea7 Use new exceptions. by Guido van Rossum · 33 years ago
  37. 2f1d87e Added __members__ secret attribute by Guido van Rossum · 33 years ago
  38. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  39. 73531a3 Return -1 for errors. by Guido van Rossum · 34 years ago
  40. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago