1. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  2. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  3. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  4. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  5. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  6. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  7. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  8. c4f281e Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead by Victor Stinner · 13 years ago
  9. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  10. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  11. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  12. 7f810cd Porting commit 80458 to python 3 by Sean Reifscheider · 14 years ago
  13. 13daf12 Port of issue8451 to python3: Syslog use sys.argv[0] for ident. by Sean Reifscheider · 14 years ago
  14. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  15. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  17. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  18. fa06e5f Whoops, not sure how I screwed up the name. Now builds and passes the test. by Neal Norwitz · 17 years ago
  19. 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 17 years ago
  20. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  21. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  22. 6f5b741 SF bug #1086555: refcount problem in syslog by Raymond Hettinger · 20 years ago
  23. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  24. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  25. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  26. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  27. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  28. 41c36ff ANSI-fication by Peter Schneider-Kamp · 24 years ago
  29. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  30. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  31. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  32. ae94cf2 Fix by Sean Reifschneider: by Guido van Rossum · 26 years ago
  33. 3dacdc3 Add LOG_SYSLOG if defined. by Guido van Rossum · 26 years ago
  34. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 27 years ago
  35. 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 27 years ago
  36. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  37. 63df09a Some NeXT changes (default certain symbols to others) by Guido van Rossum · 28 years ago
  38. c1822a4 changes by Steve Clift by Guido van Rossum · 29 years ago
  39. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 29 years ago
  40. f6971e2 Lance has converted his modules to the new naming conventions, and by Guido van Rossum · 30 years ago
  41. e44e373 Added some names to Setup.in, and added syslogmodule.c. by Guido van Rossum · 30 years ago