1. 13 Haz, 2008 1 kayıt (commit)
  2. 13 Haz, 2006 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      Patch #1454481: Make thread stack size runtime tunable. · 9291332d
      Andrew MacIntyre yazdı
      Heavily revised, comprising revisions:
      46640 - original trunk revision (backed out in r46655)
      46647 - markup fix (backed out in r46655)
      46692:46918 merged from branch aimacintyre-sf1454481
      
      branch tested on buildbots (Windows buildbots had problems
      not related to these changes).
      9291332d
  3. 04 Haz, 2006 2 kayıt (commit)
  4. 19 Nis, 2003 1 kayıt (commit)
  5. 12 Agu, 2002 1 kayıt (commit)
  6. 19 Ock, 2002 1 kayıt (commit)
  7. 16 Eki, 2001 1 kayıt (commit)
  8. 01 Eyl, 2000 1 kayıt (commit)
  9. 09 Tem, 2000 1 kayıt (commit)
  10. 30 Haz, 2000 2 kayıt (commit)
  11. 24 Mar, 1999 1 kayıt (commit)
  12. 21 Ara, 1998 1 kayıt (commit)
  13. 04 Ara, 1998 1 kayıt (commit)
  14. 04 Agu, 1998 1 kayıt (commit)
  15. 05 May, 1997 1 kayıt (commit)
  16. 14 Mar, 1997 1 kayıt (commit)
  17. 08 Eki, 1996 1 kayıt (commit)
  18. 12 Ock, 1995 1 kayıt (commit)
  19. 01 Agu, 1994 1 kayıt (commit)
  20. 20 Ara, 1993 1 kayıt (commit)
  21. 11 Eyl, 1992 1 kayıt (commit)
  22. 17 Agu, 1992 1 kayıt (commit)
  23. 04 Agu, 1992 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Makefile adapted to changes below. · 1984f1e1
      Guido van Rossum yazdı
      * split pythonmain.c in two: most stuff goes to pythonrun.c, in the library.
      * new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}.
      * new module from Sjoerd: mmmodule.c (dynamically loaded).
      * new module from Sjoerd: sv (svgen.py, svmodule.c.proto).
      * new files thread.{c,h} (from Sjoerd).
      * new xxmodule.c (example only).
      * myselect.h: bzero -> memset
      * select.c: bzero -> memset; removed global variable
      1984f1e1