1. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  3. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  4. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  5. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  6. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  7. dcea370 Patch #524008: Fix portability bug on new POSIX hosts by Martin v. Löwis · 22 years ago
  8. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  9. eb2d36c Use the build directory by default, and update the version. by Guido van Rossum · 23 years ago
  10. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  11. 063ee7b Fix Makefile so at least it uses Python 2.0, and compiles out of the by Guido van Rossum · 24 years ago
  12. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  13. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  14. caf2f8e Add -v flag. Comment duplicate Py_Finalize(). by Guido van Rossum · 25 years ago
  15. 4117e54 nannified by Guido van Rossum · 26 years ago
  16. 643f8f6 Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing and by Guido van Rossum · 27 years ago
  17. aa61505 Use a counter instead of a Boolean to check for initialized; n calls by Guido van Rossum · 27 years ago
  18. 20abb4e Added (commented-out) defs for use with the build tree instead of the by Guido van Rossum · 27 years ago
  19. c46d22e Print ps (process status) for us when starting a new thread. by Guido van Rossum · 27 years ago
  20. 630924f Use Py_NewInterpreter() and friends. Remove saving/restoring of std files. by Guido van Rossum · 27 years ago
  21. a88446a Some improvements, e.g. -L/depot/... is not needed. by Guido van Rossum · 27 years ago
  22. e0c6901 Added leading comment and security check. by Guido van Rossum · 27 years ago
  23. 42ded89 Reformulate security check using getsockname(). by Guido van Rossum · 27 years ago
  24. eca991d Change security policy -- only accept requests from current host. by Guido van Rossum · 27 years ago
  25. 5c8b991 New example of threaded embedding by Guido van Rossum · 27 years ago