1. 02 Kas, 2002 1 kayıt (commit)
  2. 02 Agu, 2002 1 kayıt (commit)
  3. 13 Haz, 2002 1 kayıt (commit)
  4. 23 Nis, 2002 1 kayıt (commit)
  5. 08 Nis, 2002 1 kayıt (commit)
  6. 24 Mar, 2002 1 kayıt (commit)
  7. 14 Şub, 2002 1 kayıt (commit)
  8. 17 Ock, 2002 1 kayıt (commit)
  9. 12 Ock, 2002 1 kayıt (commit)
  10. 17 Eyl, 2001 1 kayıt (commit)
  11. 01 Eyl, 2000 1 kayıt (commit)
  12. 31 Tem, 2000 1 kayıt (commit)
  13. 24 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Create a new section of pyport.h to hold all external function declarations · 1e0c2f4b
      Thomas Wouters yazdı
      for systems that are missing those declarations from system include files.
      Start by moving a pointy-haired ones from their previous locations to the
      new section.
      
      (The gethostname() one, for instance, breaks on several systems, because
      some define it as (char *, size_t) and some as (char *, int).)
      
      I purposely decided not to include the summary of used #defines like Tim did
      in the first section of pyport.h. In my opinion, the number of #defines
      likedly to be used by this section would make such an overview unwieldy. I
      would suggest documenting the non-obvious ones, though.
      1e0c2f4b
  14. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  15. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  16. 10 Tem, 2000 1 kayıt (commit)
  17. 30 Haz, 2000 2 kayıt (commit)
  18. 29 Şub, 2000 1 kayıt (commit)
  19. 06 Ock, 1999 1 kayıt (commit)
  20. 09 Ara, 1997 1 kayıt (commit)
  21. 31 Eki, 1997 1 kayıt (commit)
  22. 01 Eki, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Apply two changes, systematically: · 0cb96de2
      Guido van Rossum yazdı
      (1) Use PyErr_NewException("module.class", NULL, NULL) to create the
          exception object.
      
      (2) Remove all calls to Py_FatalError(); instead, return or
          ignore the errors -- the import code now checks PyErr_Occurred()
          after calling a module's init function, so it's no longer a
          fatal error for the initialization to fail.
      
      Also did some small cleanups, e.g. removed unnecessary test for
      "already initialized" from initfpectl(), and unified
      initposix()/initnt().
      
      I haven't checked this very thoroughly, so while the changes are
      pretty trivial -- beware of untested code!
      0cb96de2
  23. 17 Agu, 1997 1 kayıt (commit)
  24. 15 Agu, 1997 1 kayıt (commit)
  25. 05 Agu, 1997 1 kayıt (commit)
  26. 14 Ock, 1997 1 kayıt (commit)
  27. 18 Ara, 1996 1 kayıt (commit)