- 14 Mar, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Rodolpho Eckhardt.
-
- 09 May, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
-
- 01 Kas, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75999 | gregory.p.smith | 2009-10-31 14:23:39 -0700 (Sat, 31 Oct 2009) | 2 lines Define TCSASOFT if the flag exists. ........
-
- 31 Eki, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 26 May, 2008 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 02 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 19 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Probably should be backported.
-
- 31 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 May, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
TIOCGPGRP and many other definitions come from bsdtty.h, so it needs to be included at least on HPUX.
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Mar, 2002 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Modules/ _hotshot.c dbmmodule.c fcntlmodule.c main.c pwdmodule.c readline.c selectmodule.c signalmodule.c termios.c timemodule.c unicodedata.c
-
- 14 Şub, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Ock, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Haz, 2001 1 kayıt (commit)
-
-
Thomas Wouters yazdı
Protect several more uses of constants with #ifdefs; these are necessary on (at least) SCO OpenServer 5. Fixes a non-SF-submitted bugreport by Michael Kent.
-
- 11 Haz, 2001 1 kayıt (commit)
-
-
Thomas Wouters yazdı
on (some versions of ?) AIX.
-
- 22 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
when #ifdef was needed. This closes (reallu!) SF bug #417418.
-
- 11 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
constants used by other macros from the headers. Conditionalize VREPRINT and VDISCARD; these are not available on HP-UX. This closes bug #417418.
-
- 09 May, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
PyObject_AsFileDescriptor() -- it does the same thing everywhere, so use it the same way everyone else does so that exceptions are consistent. This means we have less code here, and we do not need to resort to hackish ways of getting the Python-visible function name to fdconv().
-
Fred Drake yazdı
This header does not exist on all Unix flavors; FreeBSD in particular does not include it. This closes SF bug #422320.
-
- 07 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This patch does several things to termios: (1) changes all functions to be METH_VARARGS (2) changes all functions to be able to take a file object as the first parameter, as per http://mail.python.org/pipermail/python-dev/2001-February/012701.html (3) give better error messages (4) removes a bunch of comments that just repeat the docstrings (5) #includes <termio.h> before #including <sys/ioctl.h> so more #constants are actually #defined. (6) a couple of docstring tweaks I have tested this minimally (i.e. it builds, and doesn't blow up too embarassingly) on OSF1/alpha and on one of the sf compile farm's solaris boxes, and rather more comprehansively on my linux/x86 box. It still needs to be tested on all the other platforms we build termios on. This closes the code portion of SF patch #417081.
-
- 11 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Update the docstrings to no longer refer to the obsolete TERMIOS module. This is a partial acceptance of SF patch #413419.
-
- 05 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
comment it out with an explanation. This makes it easier for someone who wants the additional symbols to try re-enabling it for their platform.
-
- 04 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
in the previous patch. This closes (again!) SF patch #410267.
-
- 26 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Add many more constants for some systems. This closes SF patch #410267.
-
- 03 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
some fairly recent versions have an anaemic selection of terminal-control symbols. This closes SF bug #405567.
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
these can be missing on some (all?) Irix and Tru64 versions. Protect the CRTSCTS value with a cast; this can be a larger value on Solaris/SPARC. This should fix SF tracker items #405092, #405350, and #405355.
-
- 01 Mar, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
defined and export both names. Solaris also does not define CBAUDEX; it is not clear that CBAUDEXT (which is defined there) is the same thing, so we only protect against the lack of CBAUDEX. Reported by Greg V. Wilson.
-
Fred Drake yazdı
which does not define all the constants. This closes SF tracker patch #404924.
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
in this module; no more need for TERMIOS.py.
-
- 03 Agu, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 21 Tem, 2000 1 kayıt (commit)
-
-
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 ;)
-