1. 15 Şub, 2006 1 kayıt (commit)
  2. 14 Ock, 2006 1 kayıt (commit)
  3. 07 Ock, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      If there is no libtermcap all the readline tests failed. · fe8e3d91
      Neal Norwitz yazdı
      This inappropriately disabled some capabilities which exist.
      
      Now test for readline in -lreadline, if not found there, try it
      in -ltermcap only if not in -lreadline.  If both libraries are
      required, there will need to be more work, but I'm not sure
      under what conditions both libraries would be required.
      fe8e3d91
  4. 15 Ara, 2005 1 kayıt (commit)
  5. 13 Ara, 2005 1 kayıt (commit)
  6. 09 Agu, 2005 1 kayıt (commit)
  7. 02 Haz, 2005 1 kayıt (commit)
  8. 23 Ock, 2005 1 kayıt (commit)
  9. 13 Eki, 2004 1 kayıt (commit)
  10. 18 Eyl, 2004 1 kayıt (commit)
  11. 12 Agu, 2004 1 kayıt (commit)
  12. 09 Agu, 2004 1 kayıt (commit)
  13. 22 Tem, 2004 1 kayıt (commit)
    • Gustavo Niemeyer's avatar
      This change implements the following gettext features, as · 7bd33c5e
      Gustavo Niemeyer yazdı
      discussed recently in python-dev:
      
      In _locale module:
      
      - bind_textdomain_codeset() binding
      
      In gettext module:
      
      - bind_textdomain_codeset() function
      - lgettext(), lngettext(), ldgettext(), ldngettext(),
        which return translated strings encoded in
        preferred system encoding, if
        bind_textdomain_codeset() was not used.
      - Added equivalent functionality in translate()
        function and catalog classes.
      
      Every change was also documented.
      7bd33c5e
  14. 07 Tem, 2004 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This closes patch: · 30ea2f22
      Michael W. Hudson yazdı
      [ 960406 ] unblock signals in threads
      
      although the changes do not correspond exactly to any patch attached to
      that report.
      
      Non-main threads no longer have all signals masked.
      
      A different interface to readline is used.
      
      The handling of signals inside calls to PyOS_Readline is now rather
      different.
      
      These changes are all a bit scary!  Review and cross-platform testing
      much appreciated.
      30ea2f22
  15. 25 Haz, 2004 1 kayıt (commit)
  16. 22 Haz, 2004 1 kayıt (commit)
  17. 08 Haz, 2004 1 kayıt (commit)
  18. 21 Mar, 2004 1 kayıt (commit)
  19. 10 Şub, 2004 1 kayıt (commit)
  20. 07 Şub, 2004 2 kayıt (commit)
  21. 02 Şub, 2004 1 kayıt (commit)
  22. 31 Ock, 2004 1 kayıt (commit)
  23. 17 Ock, 2004 3 kayıt (commit)
  24. 10 Kas, 2003 1 kayıt (commit)
  25. 25 Eyl, 2003 1 kayıt (commit)
  26. 20 Eyl, 2003 1 kayıt (commit)
  27. 19 Eyl, 2003 1 kayıt (commit)
  28. 22 Tem, 2003 1 kayıt (commit)
    • Jason Tishler's avatar
      Patch 775605: Cygwin pthread_sigmask() workaround patch · fac083d1
      Jason Tishler yazdı
      Cygwin's pthread_sigmask() implementation appears to be buggy. This
      patch works around this problem by using sigprocmask() instead.
      
      This patch is implemented in a general way so it could be used by other
      platforms too. If this approach is deemed too risky, then I can work up
      a patch that just hacks Python/thread_pthread.h for Cygwin.
      
      Note that I tested this patch against 2.3c1 under Red Hat Linux 8.0 too.
      
      [snip]
      And finally, I need someone to regenerate pyconfig.h.in and configure
      with the same versions of the autotools that are normally used by
      Python.
      
      Neal kindly regenerated pyconfig.h.in and configure for me.
      fac083d1
  29. 02 Tem, 2003 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      FreeBSD 5.x has moved some library routines and typedefs outside the · abccf41a
      Andrew MacIntyre yazdı
      scope of the _XOPEN_SOURCE and _POSIX_C_SOURCE symbols, including:
      - getloadavg()
      - typedefs for u_int, u_long, u_char, u_short, ushort & uint
      
      These are now all defined under the control of a __BSD_VISIBLE symbol.
      
      The lack of the typedefs causes several extension modules to build
      incorrectly or not at all, and is the cause of failures reported for
      test_socket and test_tempfile on this platform
      (see python-dev: 29/6/03, pieterb@gewis.nl, "Running tests on freebsd5")
      
      This change does not appear to be needed in the 2.2 branch.
      abccf41a
  30. 14 Haz, 2003 1 kayıt (commit)
  31. 23 May, 2003 1 kayıt (commit)
  32. 03 May, 2003 3 kayıt (commit)
  33. 30 Mar, 2003 1 kayıt (commit)
  34. 28 Mar, 2003 1 kayıt (commit)
  35. 21 Mar, 2003 1 kayıt (commit)