1. b829dea Make indentation consistent by Eli Bendersky · 12 years ago
  2. d19052c Issue #9089: Remove references to intobject.c and intobject.h from comments. by Mark Dickinson · 14 years ago
  3. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  4. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  5. 4b02c5a Correct a typo that breaks test_distutils by Amaury Forgeot d'Arc · 16 years ago
  6. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  7. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  8. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  9. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  10. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  11. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  12. 80101a8 I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm having trouble to compile the module with VS 2008 cl.exe because "initializer is not a constant". by Christian Heimes · 17 years ago
  13. 808c7d8 Use unicode for reference (is there any way to build this module) by Neal Norwitz · 17 years ago
  14. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  15. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  16. 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 18 years ago
  17. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  18. 7297650 Another dummy type. by Guido van Rossum · 21 years ago
  19. 9eb67ea Add Str, a subclass of str. by Guido van Rossum · 21 years ago
  20. 3c736f1 Demonstrate use of PyType_Ready() in the example. by Raymond Hettinger · 22 years ago
  21. d9e7d24 add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors by Skip Montanaro · 22 years ago
  22. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  23. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  24. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  25. c9ca5c8 Whitespace normalization. by Tim Peters · 22 years ago
  26. 1630520 Fix an obvious bug. by Thomas Heller · 22 years ago
  27. 1de5a72 Change the example code to prefer PyModule_Add*() instead of using the by Fred Drake · 22 years ago
  28. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  29. 2ef1b8f Remove a couple of tp_xxx fields that you are not expected to by Guido van Rossum · 23 years ago
  30. ffa7aff Add additional fields to Xxo_Type declaration. Fixes bug #469250. by Martin v. Löwis · 23 years ago
  31. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  32. f580d27 Use METH_VARARGS constant in example module. Fix comment typo by Andrew M. Kuchling · 24 years ago
  33. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  34. c4bc0e0 ANSI-fication by Peter Schneider-Kamp · 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. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  38. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  39. 6724835 Use the portable form of initializing the ob_type field for new types. by Fred Drake · 25 years ago
  40. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  41. c525e43 Add a test for a bad format character. by Guido van Rossum · 27 years ago
  42. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  43. fbcfd52 Added the example "thin ice" from the extensions manual. by Guido van Rossum · 28 years ago
  44. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  45. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  46. 2b65444 Converted to new style by Guido van Rossum · 28 years ago
  47. 8bdd333 changes for CFM-68K mac by Guido van Rossum · 29 years ago
  48. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  49. 14ed0b2 * Modules/xxmodule.c: integrated with xxobject.c by Jack by Guido van Rossum · 30 years ago
  50. a1c996c 1994 Copyright by Guido van Rossum · 31 years ago
  51. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  52. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago